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

L

LEQ - Static variable in interface jopt.csp.spi.util.NumConstants
 
LOGARITHM - Static variable in class jopt.csp.spi.util.NumOperation
 
LONG - Static variable in interface jopt.csp.spi.util.NumConstants
 
LONG_MAX - Static variable in interface jopt.csp.spi.util.NumConstants
 
LONG_MIN - Static variable in interface jopt.csp.spi.util.NumConstants
 
LONG_ZERO - Static variable in interface jopt.csp.spi.util.NumConstants
 
LT - Static variable in interface jopt.csp.spi.util.NumConstants
 
LocalSearchImpl - class jopt.csp.spi.search.LocalSearchImpl.
Creates and returns common local search objects that can be used to build searches
LocalSearchImpl(ConstraintStore) - Constructor for class jopt.csp.spi.search.LocalSearchImpl
 
LongCast - interface jopt.csp.spi.arcalgorithm.variable.LongCast.
Interface allowing other variables and expressions to be casted to a long type for use with long expressions
LongComputedDomain - class jopt.csp.spi.arcalgorithm.domain.LongComputedDomain.
 
LongComputedDomain(LongDomain, LongDomain, int) - Constructor for class jopt.csp.spi.arcalgorithm.domain.LongComputedDomain
 
LongComputedDomain(long, LongDomain, int) - Constructor for class jopt.csp.spi.arcalgorithm.domain.LongComputedDomain
 
LongComputedDomain(LongDomain, long, int) - Constructor for class jopt.csp.spi.arcalgorithm.domain.LongComputedDomain
 
LongComputedDomain(LongDomain, int) - Constructor for class jopt.csp.spi.arcalgorithm.domain.LongComputedDomain
 
LongDomain - interface jopt.csp.spi.arcalgorithm.domain.LongDomain.
Interface implemented by long domains
LongDomainWrapper - class jopt.csp.spi.arcalgorithm.domain.LongDomainWrapper.
Wraps an integer domain for use with Long variables and expressions
LongDomainWrapper(IntDomain) - Constructor for class jopt.csp.spi.arcalgorithm.domain.LongDomainWrapper
 
LongExpr - class jopt.csp.spi.arcalgorithm.variable.LongExpr.
 
LongExpr(String, LongCast, int, LongCast) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongExpr
Internal Constructor
LongExpr(String, long, int, LongCast) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongExpr
 
LongExpr(String, LongCast, int, long) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongExpr
 
LongExpr(String, LongCast, int) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongExpr
 
LongExpr(String, CspGenericLongCast, GenericIndex[], CspGenericIndexRestriction) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongExpr
 
LongIntervalDomain - class jopt.csp.spi.arcalgorithm.domain.LongIntervalDomain.
Long domain that stores data in interval objects
LongIntervalDomain(long, long) - Constructor for class jopt.csp.spi.arcalgorithm.domain.LongIntervalDomain
Constructor
LongNode - class jopt.csp.spi.arcalgorithm.graph.node.LongNode.
Node for long numeric domains
LongNode(String, LongDomain) - Constructor for class jopt.csp.spi.arcalgorithm.graph.node.LongNode
Constructor
LongNode() - Constructor for class jopt.csp.spi.arcalgorithm.graph.node.LongNode
Constructor that gives the node a unique name and a domain from Long.MIN_VALUE to Long.MAX_VALUE
LongSparseDomain - class jopt.csp.spi.arcalgorithm.domain.LongSparseDomain.
Long domain that stores data as individual values
LongSparseDomain(long, long) - Constructor for class jopt.csp.spi.arcalgorithm.domain.LongSparseDomain
Constructor
LongVariable - class jopt.csp.spi.arcalgorithm.variable.LongVariable.
 
LongVariable(String, BaseLongDomain) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongVariable
Constructor
LongVariable(String, long, long) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongVariable
Constructor
LongVariable(String, LongVariable) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongVariable
Constructor
LongVariable(String, LongCast) - Constructor for class jopt.csp.spi.arcalgorithm.variable.LongVariable
Constructor
leq(double) - Method in class jopt.csp.spi.arcalgorithm.variable.DoubleExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericDoubleConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.DoubleExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(float) - Method in class jopt.csp.spi.arcalgorithm.variable.FloatExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericFloatConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.FloatExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(double) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericDoubleExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericDoubleConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericDoubleExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(float) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericFloatExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericFloatConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericFloatExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(int) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericIntConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(long) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericLongConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(int) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericIntConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(long) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspGenericLongConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
Returns constraint restricting this expression to values below and including a given maximum
leq(CspNumExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.NumExprBase
Returns constraint restricting this expression to values below and including a given maximum
limitSearch(SearchLimit, SearchAction) - Method in class jopt.csp.spi.search.SearchLimitsImpl
 
log(CspDoubleExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.VarMath
 
logMinMax(Number, Number, Number, Number, double, MutableNumber, MutableNumber) - Static method in class jopt.csp.spi.util.TrigMath
Calculates minimum and maximum value of Z where Z = logX(y)
longCeil(Number) - Static method in class jopt.csp.spi.util.NumberMath
Returns long value for a number rounding using ceiling method if necessary
longFloor(Number) - Static method in class jopt.csp.spi.util.NumberMath
Returns long value for a number rounding using floor method if necessary
longValue() - Method in class jopt.csp.spi.util.MutableNumber
 
longVar(String, long, long) - Method in class jopt.csp.spi.arcalgorithm.variable.VarFactory
Creates an instance of a CspLongVariable object; uses an interval domain by default
longVar(String, long, long, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.VarFactory
Creates an instance of a CspLongVariable object
longVar(String, CspLongVariable) - Method in class jopt.csp.spi.arcalgorithm.variable.VarFactory
Creates an instance of a CspLongVariable object
longVar(String, CspLongCast) - Method in class jopt.csp.spi.arcalgorithm.variable.VarFactory
Creates an instance of a CspLongVariable object based on an expression.
lt(int) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspGenericIntConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
Returns constraint restricting this expression to values below a given maximum
lt(long) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspGenericLongConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
Returns constraint restricting this expression to values below a given maximum
lt(int) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspGenericIntConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
Returns constraint restricting this expression to values below a given maximum
lt(long) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspGenericLongConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
Returns constraint restricting this expression to values below a given maximum
lt(CspNumExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.NumExprBase
Returns constraint restricting this expression to values below a given maximum

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