A B C D E F G H I J L M N O P R S T U V W X

E

endDouble() - Method in interface jopt.csp.util.IntervalIterator
Returns end of current double interval
endFloat() - Method in interface jopt.csp.util.IntervalIterator
Returns end of current float interval
endInt() - Method in interface jopt.csp.util.IntervalIterator
Returns end of current int interval
endLong() - Method in interface jopt.csp.util.IntervalIterator
Returns end of current long interval
ensureCapacity(int) - Method in class jopt.csp.util.SortableDoubleList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class jopt.csp.util.SortableFloatList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class jopt.csp.util.SortableIntList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class jopt.csp.util.SortableLongList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
eq(CspBooleanExpr) - Method in interface jopt.csp.variable.CspBooleanExpr
Creates a boolean expression resulting from setting a boolean expression equal to this expression
eq(CspConstraint) - Method in interface jopt.csp.variable.CspBooleanExpr
Creates a boolean expression resulting from setting a constraint equal to this expression
eq(boolean) - Method in interface jopt.csp.variable.CspBooleanExpr
Creates a boolean expression resulting from setting a constant equal to this expression
eq(double) - Method in interface jopt.csp.variable.CspDoubleExpr
Returns constraint restricting this expression to a value
eq(CspGenericDoubleConstant) - Method in interface jopt.csp.variable.CspDoubleExpr
Returns constraint restricting this expression to a value
eq(float) - Method in interface jopt.csp.variable.CspFloatExpr
Returns constraint restricting this expression to a value
eq(CspGenericFloatConstant) - Method in interface jopt.csp.variable.CspFloatExpr
Returns constraint restricting this expression to a value
eq(CspGenericDoubleConstant) - Method in interface jopt.csp.variable.CspGenericDoubleExpr
Returns a constraint restricting this expression to a value
eq(CspGenericFloatConstant) - Method in interface jopt.csp.variable.CspGenericFloatExpr
Returns a constraint restricting this expression to a value
eq(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspGenericIntExpr
Returns a constraint restricting this expression to a value
eq(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspGenericLongExpr
Returns a constraint restricting this expression to a value
eq(int) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to a value
eq(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to a value
eq(long) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to a value
eq(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to a value
eq(CspNumExpr) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to a value
eqIntersection(CspSetVariable, CspSetVariable, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Constraint representing intersection( X, Y ) = Z.
eqIntersection(CspSetVariable[], CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Constraint representing intersection( sources ) = target.
eqPartition(CspSetVariable, CspSetVariable, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Constraint representing partition( X, Y ) = Z.
eqPartition(CspSetVariable[], CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Constraint representing partition( sources ) = target.
eqPartition(CspSetVariable, CspSetVariable, CspSetVariable, boolean) - Method in interface jopt.csp.variable.CspSetConstraints
Constraint representing partition( X, Y ) = Z that has more advanced filtering than the normal eqPartition constraint Advanced filtering will reduce domains more than normal but takes longer to run.
eqPartition(CspSetVariable[], CspSetVariable, boolean) - Method in interface jopt.csp.variable.CspSetConstraints
Constraint representing partition( X, Y ) = Z that has more advanced filtering than the normal eqPartition constraint.
eqSubset(CspSetVariable, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new constraint representing B is a subset of A
eqSubset(Set, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new constraint representing B is a subset of a
eqSubset(CspSetVariable, Set) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new constraint representing b is a subset of A
eqUnion(CspSetVariable, CspSetVariable, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new union constraint representing union( X, Y ) = Z
eqUnion(CspSetVariable[], CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new union constraint representing union( sources ) = target
eqUnion(CspSetVariable, CspSetVariable, CspSetVariable, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new union constraint that can utilize a variable that is the intersection of X and Y variables to further reduce the target Z than the normal eqUnion constraint.
eqUnion(CspSetVariable[], CspSetVariable, boolean) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new union constraint that will filter the domains more than the normal eqUnion constraint, but will take longer to run.
equals(Object) - Method in class jopt.csp.solution.BooleanSolution
 
equals(Object) - Method in class jopt.csp.solution.DoubleSolution
 
equals(Object) - Method in class jopt.csp.solution.FloatSolution
 
equals(Object) - Method in class jopt.csp.solution.IntSolution
 
equals(Object) - Method in class jopt.csp.solution.LongSolution
 
equals(Object) - Method in class jopt.csp.solution.SetSolution
 
equals(IntIntervalSet) - Method in class jopt.csp.util.IntIntervalSet
An equals method for comparing if two set objects are equivalent
equals(IntValIntervalSet) - Method in class jopt.csp.util.IntIntervalSet
An equals method for comparing if two set objects are equivalent
equals(IntValIntervalSet) - Method in class jopt.csp.util.IntValIntervalSet
 
equals(LongIntervalSet) - Method in class jopt.csp.util.LongIntervalSet
An equals method for comparing if two set objects are equivalent
exp(CspDoubleExpr) - Method in interface jopt.csp.variable.CspMath
Creates double expression representing e^x where e is the natural logarithm base

A B C D E F G H I J L M N O P R S T U V W X