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

N

Neighborhood - interface jopt.csp.search.Neighborhood.
Contains a set of neighboring solutions that are related to an initial solution.
NumSet - interface jopt.csp.util.NumSet.
Interface implemented by all numeric sets
NumberIterator - class jopt.csp.util.NumberIterator.
Iterator for numbers
NumberIterator() - Constructor for class jopt.csp.util.NumberIterator
 
neighborMove(SolverSolution, Neighborhood, Metaheuristic, SearchGoal) - Method in interface jopt.csp.search.LocalSearch
Advanced action that performs all actions necessary to move to a neighboring solution during local search operations and will only return the first valid neighboring solution
neighborMove(SolverSolution, Neighborhood, Metaheuristic) - Method in interface jopt.csp.search.LocalSearch
Advanced action that performs all actions necessary to move to a neighboring solution during local search operations and will only return the first valid neighboring solution
neighborMove(SolverSolution, Neighborhood, SearchGoal) - Method in interface jopt.csp.search.LocalSearch
Advanced action that performs all actions necessary to move to a neighboring solution during local search operations and will only return the first valid neighboring solution
neighborMove(SolverSolution, Neighborhood) - Method in interface jopt.csp.search.LocalSearch
Advanced action that performs all actions necessary to move to a neighboring solution during local search operations and will only return the first valid neighboring solution
neighborSelected(SolverSolution) - Method in interface jopt.csp.search.Metaheuristic
Called when a current neighbor has been selected to allow metaheuristic to store data that will determine how future neighbors will be selected.
neighborSelected(int) - Method in interface jopt.csp.search.Neighborhood
Indicates that a neighbor has been selected from this neighborhood and is about to be used to update the initial solution.
neighborSelected(int) - Method in class jopt.csp.search.RandomizedNeighborhood
 
neighborSelected(int) - Method in class jopt.csp.search.SimpleNeighborhood
 
neighborSelected(int) - Method in class jopt.csp.search.UnifiedNeighborhood
 
neighborSelected(int) - Method in class jopt.csp.search.WeightedRandomizedNeighborhood
 
neq(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspGenericIntExpr
Returns a constraint restricting this expression to all values not equivalent to supplied value
neq(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspGenericLongExpr
Returns a constraint restricting this expression to all values not equivalent to supplied value
neq(int) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspGenericIntConstant) - Method in interface jopt.csp.variable.CspIntExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(long) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspGenericLongConstant) - Method in interface jopt.csp.variable.CspLongExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspNumExpr) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to all values not equivalent to supplied value
next(double) - Static method in class jopt.csp.util.DoubleUtil
Returns the next higher (towards positive infinity) double precision floating-point value.
next(float) - Static method in class jopt.csp.util.FloatUtil
Returns the next float value in sequence for a given float
next() - Method in class jopt.csp.util.NumberIterator
Returns next value in list
nextDouble() - Method in interface jopt.csp.util.IntervalIterator
Returns start of next double interval
nextFloat() - Method in interface jopt.csp.util.IntervalIterator
Returns start of next float interval
nextInt() - Method in interface jopt.csp.util.IntervalIterator
Returns start of next int interval
nextLong() - Method in interface jopt.csp.util.IntervalIterator
Returns start of next long interval
nextSolution() - Method in class jopt.csp.CspSolver
Searches for another solution to a previous search initiated by a call to a solve method.
nextSolution() - Method in interface jopt.csp.search.Search
Searches the tree for solutions.
not() - Method in interface jopt.csp.variable.CspBooleanExpr
Returns a boolean expression equal to the negation of this one
notBetween(double, boolean, double, boolean) - Method in interface jopt.csp.variable.CspDoubleExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(double, double) - Method in interface jopt.csp.variable.CspDoubleExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(float, boolean, float, boolean) - Method in interface jopt.csp.variable.CspFloatExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(float, float) - Method in interface jopt.csp.variable.CspFloatExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(double, boolean, double, boolean) - Method in interface jopt.csp.variable.CspGenericDoubleExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(double, double) - Method in interface jopt.csp.variable.CspGenericDoubleExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(float, boolean, float, boolean) - Method in interface jopt.csp.variable.CspGenericFloatExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(float, float) - Method in interface jopt.csp.variable.CspGenericFloatExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(int, boolean, int, boolean) - Method in interface jopt.csp.variable.CspGenericIntExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(int, int) - Method in interface jopt.csp.variable.CspGenericIntExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(long, boolean, long, boolean) - Method in interface jopt.csp.variable.CspGenericLongExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(long, long) - Method in interface jopt.csp.variable.CspGenericLongExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(int, boolean, int, boolean) - Method in interface jopt.csp.variable.CspIntExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(int, int) - Method in interface jopt.csp.variable.CspIntExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(long, boolean, long, boolean) - Method in interface jopt.csp.variable.CspLongExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(long, long) - Method in interface jopt.csp.variable.CspLongExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(CspNumExpr, boolean, CspNumExpr, boolean) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(CspNumExpr, CspNumExpr) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notBetween(CspGenericNumConstant, boolean, CspGenericNumConstant, boolean) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(CspGenericNumConstant, CspGenericNumConstant) - Method in interface jopt.csp.variable.CspNumExpr
Returns a constraint restricting this expression to not fall within a given range greater than or equal to a min value up to less than or equal a max value
notMemberOfArray(CspLongExpr[], CspLongExpr) - Method in interface jopt.csp.variable.CspMath
Constrains a numeric expression to not be a member of an array.
notMemberOfArray(CspIntExpr[], CspIntExpr) - Method in interface jopt.csp.variable.CspMath
Constrains a numeric expression to not be a member of an array.
notMemberOfSet(CspIntSetVariable, CspIntExpr) - Method in interface jopt.csp.variable.CspSetConstraints
Constrains a numeric expression to not be a member of a set.
nullIntersection(CspSetVariable[]) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new constraint representing null-intersection( sources )
nullIntersection(CspSetVariable, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new constraint representing null-intersection( A, B )
nullIntersection(CspSetVariable, Set) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new constraint representing null-intersection( A, b )
nullIntersection(Set, CspSetVariable) - Method in interface jopt.csp.variable.CspSetConstraints
Creates new constraint representing null-intersection( a, B )

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