|
Cream version 1.06 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.ac.kobe_u.cs.cream.Condition
jp.ac.kobe_u.cs.cream.Serialized.SerializedCondition
public class Serialized.SerializedCondition
This class represents a condition on which the order of variables are chosen
for this serialized constraint in the solution.
The condition will be modified by a swap operation
to find a neighbor solution in the LocalSearch
solver.
LocalSearch
Constructor Summary | |
---|---|
Serialized.SerializedCondition()
Constructs a condition for the serialized constraint under the current solution by extracting the order of variables. |
Method Summary | |
---|---|
List<Operation> |
operations()
Returns a list of operations applicable to the condition. |
void |
setTo(Network network)
Sets the condition to the network. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Serialized.SerializedCondition()
Method Detail |
---|
public void setTo(Network network)
Condition
setTo
in class Condition
network
- the networkpublic List<Operation> operations()
Condition
operations
in class Condition
|
Cream version 1.06 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |