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

L

LocalSearch - interface jopt.csp.search.LocalSearch.
Interface for a class that creates and returns common local search actions and objects that can be used to build searches
LongIntervalSet - class jopt.csp.util.LongIntervalSet.
A sorted set of long intervals
LongIntervalSet() - Constructor for class jopt.csp.util.LongIntervalSet
Creates a new set
LongIntervalSetListener - interface jopt.csp.util.LongIntervalSetListener.
Interface that can be implemented by a class that wishes to be notified of addition and removal of intervals from a set
LongSelector - interface jopt.csp.search.LongSelector.
Interface to implement to control the selection of values when reducing long domains.
LongSet - class jopt.csp.util.LongSet.
Base class for long sets
LongSet() - Constructor for class jopt.csp.util.LongSet
Creates a new set
LongSolution - class jopt.csp.solution.LongSolution.
Solution to an long variable
LongSparseSet - class jopt.csp.util.LongSparseSet.
A sorted set of long values
LongSparseSet() - Constructor for class jopt.csp.util.LongSparseSet
Creates a new set
LongSparseSetListener - interface jopt.csp.util.LongSparseSetListener.
Interface that can be implemented by a class that wishes to be notified of addition and removal of values from a long set
LongUtil - class jopt.csp.util.LongUtil.
Long type utility functions
LongUtil() - Constructor for class jopt.csp.util.LongUtil
 
leq(double) - Method in interface jopt.csp.variable.CspDoubleExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericDoubleConstant) - Method in interface jopt.csp.variable.CspDoubleExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(float) - Method in interface jopt.csp.variable.CspFloatExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericFloatConstant) - Method in interface jopt.csp.variable.CspFloatExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericDoubleConstant) - Method in interface jopt.csp.variable.CspGenericDoubleExpr
Returns a constraint restricting this expression to values below and including a given maximum
leq(CspGenericFloatConstant) - Method in interface jopt.csp.variable.CspGenericFloatExpr
Returns a constraint restricting this expression to values below and including a given maximum
leq(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspGenericIntExpr
Returns a constraint restricting this expression to values below and including a given maximum
leq(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspGenericLongExpr
Returns a constraint restricting this expression to values below and including a given maximum
leq(int) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(long) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspNumExpr) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to values below and including a given maximum
limitSearch(SearchLimit, SearchAction) - Method in interface jopt.csp.search.SearchLimits
Special action that applies a limit to the search technique being used at this point in the search tree
log(CspDoubleExpr) - Method in interface jopt.csp.variable.CspMath
Creates double expression representing natural log(x)
longCeil(double) - Static method in class jopt.csp.util.DoubleUtil
Returns long value for a number rounding using ceiling method if necessary
longCeil(float) - Static method in class jopt.csp.util.FloatUtil
Returns long value for a number rounding using ceiling method if necessary
longFloor(double) - Static method in class jopt.csp.util.DoubleUtil
Returns long value for a number rounding using floor method if necessary
longFloor(float) - Static method in class jopt.csp.util.FloatUtil
Returns long value for a number rounding using floor method if necessary
longVar(String, long, long) - Method in interface jopt.csp.variable.CspVariableFactory
Creates an instance of a CspLongVariable object; uses an interval-based domain by default
longVar(String, long, long, boolean) - Method in interface jopt.csp.variable.CspVariableFactory
Creates an instance of a CspLongVariable object
longVar(String, CspLongVariable) - Method in interface jopt.csp.variable.CspVariableFactory
Creates an instance of a CspLongVariable object
longVar(String, CspLongCast) - Method in interface jopt.csp.variable.CspVariableFactory
Creates an instance of a CspLongVariable object based on an expression.
lt(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspGenericIntExpr
Returns a constraint restricting this expression to values below a given maximum
lt(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspGenericLongExpr
Returns a constraint restricting this expression to values below a given maximum
lt(int) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to values below a given maximum
lt(long) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspNumExpr) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to values below a given maximum

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