java.lang.Object
org.maxicp.Constants
Constants used in the MaxiCP library
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault Scheduling maximum time horizonstatic final intHigh priority for a constraint in the propagation queue This is the default priority, to be used for light propagatorsstatic final intMedium priority for a constraint in the propagation queue To be used for medium complexity propagatorsstatic final intLow priority for a constraint in the propagation queue To be used for heavy (slow) propagators -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HORIZON
public static final int HORIZONDefault Scheduling maximum time horizon- See Also:
-
PIORITY_FAST
public static final int PIORITY_FASTHigh priority for a constraint in the propagation queue This is the default priority, to be used for light propagators- See Also:
-
PIORITY_MEDIUM
public static final int PIORITY_MEDIUMMedium priority for a constraint in the propagation queue To be used for medium complexity propagators- See Also:
-
PIORITY_SLOW
public static final int PIORITY_SLOWLow priority for a constraint in the propagation queue To be used for heavy (slow) propagators- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-