Uses of Class
com.google.ortools.constraintsolver.AssignmentElement
-
Packages that use AssignmentElement Package Description com.google.ortools.constraintsolver -
-
Uses of AssignmentElement in com.google.ortools.constraintsolver
Subclasses of AssignmentElement in com.google.ortools.constraintsolver Modifier and Type Class Description classIntervalVarElementclassIntVarElementclassSequenceVarElementThe SequenceVarElement stores a partial representation of ranked
interval variables in the underlying sequence variable.
This representation consists of three vectors:
- the forward sequence.Methods in com.google.ortools.constraintsolver with parameters of type AssignmentElement Modifier and Type Method Description static voidmainJNI. AssignmentElement_activate(long jarg1, AssignmentElement jarg1_)static booleanmainJNI. AssignmentElement_activated(long jarg1, AssignmentElement jarg1_)static voidmainJNI. AssignmentElement_deactivate(long jarg1, AssignmentElement jarg1_)protected static longAssignmentElement. getCPtr(AssignmentElement obj)protected static longAssignmentElement. swigRelease(AssignmentElement obj)
-