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

N

NAT_LOG - Static variable in class jopt.csp.spi.util.NumOperation
 
NEQ - Static variable in interface jopt.csp.spi.util.NumConstants
 
NODE - Static variable in interface jopt.csp.spi.arcalgorithm.graph.arc.Arc
A node arc is a circular arc pointing back at itself; a single node is both the source and the target of this arc.
NONE - Static variable in interface jopt.csp.spi.search.technique.TreeSearchTechnique
 
NONE - Static variable in class jopt.csp.spi.util.NumOperation
 
NOT - Static variable in interface jopt.csp.spi.util.BoolOperation
 
NameUtil - class jopt.csp.spi.util.NameUtil.
Utility for generating unique names
NameUtil() - Constructor for class jopt.csp.spi.util.NameUtil
 
NatLogConstraint - class jopt.csp.spi.arcalgorithm.constraint.num.NatLogConstraint.
Constraint representing NatLog(A) = Z
NatLogConstraint(NumExpr, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NatLogConstraint
 
NeighborMoveAction - class jopt.csp.spi.search.localsearch.NeighborMoveAction.
Action that performs actions necessary to move to a neighboring solution during local search operations
NeighborMoveAction(ConstraintStore, SolverSolution, Neighborhood, Metaheuristic, SearchGoal) - Constructor for class jopt.csp.spi.search.localsearch.NeighborMoveAction
Creates new local move action
NeighborMoveAction(ConstraintStore, SolverSolution, Neighborhood, Metaheuristic) - Constructor for class jopt.csp.spi.search.localsearch.NeighborMoveAction
Creates new local move action
NeighborMoveAction(ConstraintStore, SolverSolution, Neighborhood, SearchGoal) - Constructor for class jopt.csp.spi.search.localsearch.NeighborMoveAction
Creates new local move action
NeighborMoveAction(ConstraintStore, SolverSolution, Neighborhood) - Constructor for class jopt.csp.spi.search.localsearch.NeighborMoveAction
Creates new local move action
Node - interface jopt.csp.spi.arcalgorithm.graph.node.Node.
 
NodeArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeArc.
 
NodeArcGraph - interface jopt.csp.spi.arcalgorithm.graph.NodeArcGraph.
Interface for a graph that tracks all nodes and arcs within a CLP problem.
NodeArcGraphImpl - class jopt.csp.spi.arcalgorithm.graph.NodeArcGraphImpl.
Basic implementation for the NodeArcGraph that tracks arcs and nodes added to the graph and listens to choicepoint events that will rollback changes
NodeArcGraphImpl() - Constructor for class jopt.csp.spi.arcalgorithm.graph.NodeArcGraphImpl
Constructor
NodeArcGraphImpl(NodeArcGraphListener) - Constructor for class jopt.csp.spi.arcalgorithm.graph.NodeArcGraphImpl
Constructor
NodeArcGraphListener - interface jopt.csp.spi.arcalgorithm.graph.NodeArcGraphListener.
Interface for objects that need to watch the graph for arc and node addition, removal and changes.
NodeChangeEvent - class jopt.csp.spi.arcalgorithm.graph.node.NodeChangeEvent.
Event generated by nodes when domain changes occur
NodeChangeEvent(Node) - Constructor for class jopt.csp.spi.arcalgorithm.graph.node.NodeChangeEvent
Constructor
NodeChangeListener - interface jopt.csp.spi.arcalgorithm.graph.node.NodeChangeListener.
Interface to implement in order to receive events generated by a node
NodeChangeSource - interface jopt.csp.spi.arcalgorithm.graph.node.NodeChangeSource.
 
NodeMath - class jopt.csp.spi.arcalgorithm.graph.node.NodeMath.
 
NodeMath() - Constructor for class jopt.csp.spi.arcalgorithm.graph.node.NodeMath
 
NodeNumAbsArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumAbsArc.
Arc representing Z = |a|, |Z| < a, etc.
NodeNumAbsArc(Number, NumNode, int, int, boolean) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumAbsArc
Constructor
NodeNumArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumArc.
Arc representing Z = a, Z < a, Z > a, etc.
NodeNumArc(Number, NumNode, int, int) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumArc
Constructor
NodeNumSquareArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumSquareArc.
Arc representing Z = a^2, Z < a^2, etc.
NodeNumSquareArc(Number, NumNode, int, int) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumSquareArc
Constructor
NodeNumSquareReflexArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumSquareReflexArc.
Arc representing Z = sqrt(a), Z < sqrt(a), etc with special square-related behavior
NodeNumSquareReflexArc(Number, NumNode, int, int) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeNumSquareReflexArc
Constructor
NodeQueue - class jopt.csp.spi.arcalgorithm.util.NodeQueue.
Represents a queue of nodes to be propagated
NodeQueue() - Constructor for class jopt.csp.spi.arcalgorithm.util.NodeQueue
Constructor
NodeQueueAcAlg - class jopt.csp.spi.arcalgorithm.NodeQueueAcAlg.
Base class for arc-consistency algorithms that use a node queue for propagation.
NodeQueueAcAlg(int, boolean) - Constructor for class jopt.csp.spi.arcalgorithm.NodeQueueAcAlg
Constructor
NodeSetArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetArc.
Abstract base arc for set arc with 1 variable
NodeSetArc(SetNode) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetArc
Constructor
NodeSetNullIntersectionArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetNullIntersectionArc.
Arc representing Z(target) has null-intersection x(source)
NodeSetNullIntersectionArc(SetNode, Set) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetNullIntersectionArc
Constructor
NodeSetNullIntersectionArc(Set, SetNode) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetNullIntersectionArc
Constructor
NodeSetSubsetEqArc - class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetSubsetEqArc.
Arc representing Z is subset or equal to x
NodeSetSubsetEqArc(SetNode, Set, boolean) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetSubsetEqArc
Constructor
NodeSetSubsetEqArc(Set, SetNode, boolean) - Constructor for class jopt.csp.spi.arcalgorithm.graph.arc.node.NodeSetSubsetEqArc
Constructor
NonBinaryGenerateIntegerAction - class jopt.csp.spi.search.actions.NonBinaryGenerateIntegerAction.
Action that will generate values for an array of variables
NonBinaryGenerateIntegerAction(CspIntVariable[]) - Constructor for class jopt.csp.spi.search.actions.NonBinaryGenerateIntegerAction
Creates new generation action
NonBinaryInstantiateIntegerAction - class jopt.csp.spi.search.actions.NonBinaryInstantiateIntegerAction.
Action that will produce a search node that attempts to assign a value to an integer variable by creating a choicepoint where each route will set the variable to a single value
NonBinaryInstantiateIntegerAction(CspIntVariable) - Constructor for class jopt.csp.spi.search.actions.NonBinaryInstantiateIntegerAction
Creates new instantiation action
NotMemberOfArray - class jopt.csp.spi.arcalgorithm.constraint.num.global.NotMemberOfArray.
Constraint representing an expression is a member of a set
NotMemberOfArray(NumExpr[], NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.global.NotMemberOfArray
 
NotMemberOfSet - class jopt.csp.spi.arcalgorithm.constraint.set.NotMemberOfSet.
Constraint representing an expression is not a member of a set
NotMemberOfSet(SetVariable, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.set.NotMemberOfSet
 
NullIntersection - class jopt.csp.spi.arcalgorithm.constraint.set.NullIntersection.
Constraint representing intersection( sources ) = {empty set}
NullIntersection(SetVariable[]) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.set.NullIntersection
 
NullIntersection(SetVariable, SetVariable) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.set.NullIntersection
 
NullIntersection(SetVariable, Set) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.set.NullIntersection
 
NullIntersection(Set, SetVariable) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.set.NullIntersection
 
NumAllDiffConstraint - class jopt.csp.spi.arcalgorithm.constraint.num.global.NumAllDiffConstraint.
Generic constraint that will ensure all variables that are constrained will be bound to a single value.
NumAllDiffConstraint(NumExpr[]) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.global.NumAllDiffConstraint
 
NumAllDiffConstraint(GenericNumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.global.NumAllDiffConstraint
 
NumArc - interface jopt.csp.spi.arcalgorithm.graph.arc.NumArc.
 
NumBetweenConstraint - class jopt.csp.spi.arcalgorithm.constraint.num.global.NumBetweenConstraint.
Z is a subset of A, or exists between min and max
NumBetweenConstraint(NumExpr, boolean, NumExpr, boolean, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.global.NumBetweenConstraint
 
NumBetweenConstraint(Number, boolean, Number, boolean, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.global.NumBetweenConstraint
 
NumBetweenConstraint(CspGenericNumConstant, boolean, CspGenericNumConstant, boolean, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.global.NumBetweenConstraint
 
NumConstants - interface jopt.csp.spi.util.NumConstants.
Enumeration of common values used by constraints as well as some common mathematical constants.
NumConstraint - class jopt.csp.spi.arcalgorithm.constraint.num.NumConstraint.
Base class for numeric based constraints
NumDomain - interface jopt.csp.spi.arcalgorithm.domain.NumDomain.
Base class for all numeric based domain interfaces
NumExpr - interface jopt.csp.spi.arcalgorithm.constraint.num.NumExpr.
 
NumExprBase - class jopt.csp.spi.arcalgorithm.variable.NumExprBase.
 
NumNode - interface jopt.csp.spi.arcalgorithm.graph.node.NumNode.
 
NumNotBetweenConstraint - class jopt.csp.spi.arcalgorithm.constraint.num.NumNotBetweenConstraint.
Z is not a subset of A, and does not exist between min and max
NumNotBetweenConstraint(NumExpr, boolean, NumExpr, boolean, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumNotBetweenConstraint
 
NumNotBetweenConstraint(Number, boolean, Number, boolean, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumNotBetweenConstraint
 
NumNotBetweenConstraint(CspGenericNumConstant, boolean, CspGenericNumConstant, boolean, NumExpr) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumNotBetweenConstraint
 
NumOperation - class jopt.csp.spi.util.NumOperation.
Enumeration of mathematical operations
NumOperation() - Constructor for class jopt.csp.spi.util.NumOperation
 
NumRangeConstraint - class jopt.csp.spi.arcalgorithm.constraint.num.NumRangeConstraint.
Base class for arcs that restrict numbers to a range
NumRangeConstraint(NumExpr, boolean, NumExpr, boolean, NumExpr, GenericIndex[]) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRangeConstraint
 
NumRangeConstraint(Number, boolean, Number, boolean, NumExpr, GenericIndex[]) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRangeConstraint
 
NumRangeConstraint(CspGenericNumConstant, boolean, CspGenericNumConstant, boolean, NumExpr, GenericIndex[]) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRangeConstraint
 
NumRelationConstraint - class jopt.csp.spi.arcalgorithm.constraint.num.NumRelationConstraint.
Constraint representing A = Z and a = Z and A = z
NumRelationConstraint(NumExpr, NumExpr, int) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRelationConstraint
 
NumRelationConstraint(Number, NumExpr, int) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRelationConstraint
 
NumRelationConstraint(CspGenericNumConstant, NumExpr, int) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRelationConstraint
 
NumRelationConstraint(NumExpr, Number, int) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRelationConstraint
 
NumRelationConstraint(NumExpr, CspGenericNumConstant, int) - Constructor for class jopt.csp.spi.arcalgorithm.constraint.num.NumRelationConstraint
 
NumSequence - class jopt.csp.spi.util.NumSequence.
Utility for finding the a numeric value that is supported by a given primitive type.
NumSequence() - Constructor for class jopt.csp.spi.util.NumSequence
 
NumberList - class jopt.csp.spi.util.NumberList.
List for maintaining mutable numbers
NumberList() - Constructor for class jopt.csp.spi.util.NumberList
Creates a new list
NumberList.Pool - class jopt.csp.spi.util.NumberList.Pool.
Pool that creates pooled intervals that can be released
NumberMath - class jopt.csp.spi.util.NumberMath.
 
NumberMath() - Constructor for class jopt.csp.spi.util.NumberMath
 
natLogMinMax(TrigExpr, TrigExpr, double, MutableNumber, MutableNumber) - Static method in class jopt.csp.spi.util.TrigMath
Calculates minimum and maximum value of Z where Z = natural log of X
neg(Number, MutableNumber) - Static method in class jopt.csp.spi.util.NumberMath
Returns negative value of a number
neighborMove(SolverSolution, Neighborhood, SearchGoal) - Method in class jopt.csp.spi.search.LocalSearchImpl
 
neighborMove(SolverSolution, Neighborhood, Metaheuristic, SearchGoal) - Method in class jopt.csp.spi.search.LocalSearchImpl
 
neighborMove(SolverSolution, Neighborhood) - Method in class jopt.csp.spi.search.LocalSearchImpl
 
neighborMove(SolverSolution, Neighborhood, Metaheuristic) - Method in class jopt.csp.spi.search.LocalSearchImpl
 
neighborSelected(int) - Method in class jopt.csp.spi.search.localsearch.FlipNeighborhood
 
neighborSelected(int) - Method in class jopt.csp.spi.search.localsearch.SwapNeighborhood
 
neighborSelected(SolverSolution) - Method in class jopt.csp.spi.search.localsearch.TabuMetaheuristic
 
neq(int) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspGenericIntConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(long) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspGenericLongConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(int) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspGenericIntConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(long) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspGenericLongConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
Returns constraint restricting this expression to all values not equivalent to supplied value
neq(CspNumExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.NumExprBase
Returns constraint restricting this expression to all values not equivalent to supplied value
newDataMap(ChoicePointEntryListener) - Method in class jopt.csp.spi.solver.ChoicePointStack
Creates a new ChoicePointDataMap associated with this stack and attaches a listener to the map.
newDataMap(ChoicePointEntryListener, int) - Method in class jopt.csp.spi.solver.ChoicePointStack
Creates a new ChoicePointDataMap associated with this stack and attaches a listener to the map.
newDoubleList() - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointDoubleArray associated with this set.
newFloatList() - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointFloatArray associated with this set.
newIntList() - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointIntList associated with this set.
newLongList() - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointLongArray associated with this set.
newMultiDoubleList(int) - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointMultiDoubleArray associated with this set.
newMultiFloatList(int) - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointMultiFloatArray associated with this set.
newMultiIntList(int) - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointMultiIntArray associated with this set.
newMultiLongList(int) - Method in class jopt.csp.spi.solver.ChoicePointNumArraySet
Creates a new ChoicePointMultiLongArray associated with this set.
newNumStackSet(ChoicePointEntryListener) - Method in class jopt.csp.spi.solver.ChoicePointStack
Creates a new ChoicePointNumArraySet associated with this stack.
newNumStackSet(ChoicePointEntryListener, int) - Method in class jopt.csp.spi.solver.ChoicePointStack
Creates a new ChoicePointNumArraySet associated with this stack.
next() - Method in class jopt.csp.spi.arcalgorithm.util.ArcQueue
Returns next arc on queue or null if none is available
next() - Method in class jopt.csp.spi.arcalgorithm.util.NodeQueue
Returns next node on queue or null if none is available
next() - Method in class jopt.csp.spi.util.GenericIndex
Move the index to the next value
next() - Method in class jopt.csp.spi.util.IndexIterator
Moves iterator to next index value
next(Number, double, MutableNumber) - Static method in class jopt.csp.spi.util.NumberMath
Returns next value in sequence for a given number's type
nextChange() - Method in class jopt.csp.spi.arcalgorithm.util.NodeQueue
Returns next node change on queue or null if none is available
nextMove(TreeSearchTechnique.Move, SearchTree, TreeNode, boolean) - Method in class jopt.csp.spi.search.technique.BreadthFirstSearch
 
nextMove(TreeSearchTechnique.Move, SearchTree, TreeNode, boolean) - Method in class jopt.csp.spi.search.technique.DepthFirstSearch
 
nextMove(TreeSearchTechnique.Move, SearchTree, TreeNode, boolean) - Method in interface jopt.csp.spi.search.technique.TreeSearchTechnique
Mutates current-move variable to return the next move to be performed in search tree
nextName() - Static method in class jopt.csp.spi.util.NameUtil
Returns next name unique name from this utility
nextNum() - Static method in class jopt.csp.spi.util.NameUtil
Returns next name number to use when generating unique names
nextSolution() - Method in class jopt.csp.spi.SolverImpl
 
nextSolution() - Method in class jopt.csp.spi.search.technique.TreeSearch
 
nodeChange(NodeChangeEvent) - Method in class jopt.csp.spi.arcalgorithm.graph.NodeArcGraphImpl
Method invoked by node when a node change event is fired.
nodeChange(NodeChangeEvent) - Method in class jopt.csp.spi.arcalgorithm.graph.arc.generic.GenericNumSummationArc
 
nodeChange(NodeChangeEvent) - Method in class jopt.csp.spi.arcalgorithm.graph.node.GenericBooleanNode
Called by internally wrapped node when it is altered.
nodeChange(NodeChangeEvent) - Method in class jopt.csp.spi.arcalgorithm.graph.node.GenericNumNode
Called by internally wrapped node when it is altered.
nodeChange(NodeChangeEvent) - Method in interface jopt.csp.spi.arcalgorithm.graph.node.NodeChangeListener
Method invoked by node when a node change event is fired
nodeChangedEvent(NodeArcGraph, NodeChangeEvent) - Method in class jopt.csp.spi.AC1
Updates changed flag to true to allow next call to propagate to process arcs in graph
nodeChangedEvent(NodeArcGraph, NodeChangeEvent) - Method in class jopt.csp.spi.arcalgorithm.ArcBasedAcAlg
 
nodeChangedEvent(NodeArcGraph, NodeChangeEvent) - Method in class jopt.csp.spi.arcalgorithm.ArcQueueAcAlg
Adds arcs for changed nodes to queue for revision.
nodeChangedEvent(NodeArcGraph, NodeChangeEvent) - Method in class jopt.csp.spi.arcalgorithm.NodeQueueAcAlg
Adds changed nodes to queue for revision
nodeChangedEvent(NodeArcGraph, NodeChangeEvent) - Method in interface jopt.csp.spi.arcalgorithm.graph.NodeArcGraphListener
Called when a node in the graph has a domain change.
nodeRemovedEvent(NodeArcGraph, Node) - Method in class jopt.csp.spi.arcalgorithm.ArcBasedAcAlg
 
nodeRemovedEvent(NodeArcGraph, Node) - Method in class jopt.csp.spi.arcalgorithm.NodeQueueAcAlg
Removes nodes from queues that are waiting
nodeRemovedEvent(NodeArcGraph, Node) - Method in interface jopt.csp.spi.arcalgorithm.graph.NodeArcGraphListener
Called when a node is removed from the graph, generally because the choice point stack is being popped.
nodeType(NumNode) - Static method in class jopt.csp.spi.arcalgorithm.graph.node.NodeMath
Returns the node type for a given node
nodeType(GenericNumNode) - Static method in class jopt.csp.spi.arcalgorithm.graph.node.NodeMath
Returns the node type for a given node
nodesDescription() - Method in interface jopt.csp.spi.arcalgorithm.graph.NodeArcGraph
Returns string with node information that can be compared for a change to the graph
nodesDescription() - Method in class jopt.csp.spi.arcalgorithm.graph.NodeArcGraphImpl
Returns string with node information that can be compared for a change to the graph
not() - Method in class jopt.csp.spi.arcalgorithm.variable.BooleanExpr
Returns a Boolean Variable equal to the Not of this one
not() - Method in class jopt.csp.spi.arcalgorithm.variable.GenericBooleanExpr
Returns a Boolean Variable equal to the Not of this one
notBetween(double, boolean, double, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.DoubleExpr
 
notBetween(double, double) - Method in class jopt.csp.spi.arcalgorithm.variable.DoubleExpr
 
notBetween(float, boolean, float, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.FloatExpr
 
notBetween(float, float) - Method in class jopt.csp.spi.arcalgorithm.variable.FloatExpr
 
notBetween(double, boolean, double, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericDoubleExpr
 
notBetween(double, double) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericDoubleExpr
 
notBetween(float, boolean, float, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericFloatExpr
 
notBetween(float, float) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericFloatExpr
 
notBetween(int, boolean, int, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
 
notBetween(int, int) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericIntExpr
 
notBetween(long, boolean, long, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
 
notBetween(long, long) - Method in class jopt.csp.spi.arcalgorithm.variable.GenericLongExpr
 
notBetween(int, boolean, int, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
 
notBetween(int, int) - Method in class jopt.csp.spi.arcalgorithm.variable.IntExpr
 
notBetween(long, boolean, long, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
 
notBetween(long, long) - Method in class jopt.csp.spi.arcalgorithm.variable.LongExpr
 
notBetween(CspNumExpr, boolean, CspNumExpr, boolean) - Method in class jopt.csp.spi.arcalgorithm.variable.NumExprBase
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(CspNumExpr, CspNumExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.NumExprBase
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 class jopt.csp.spi.arcalgorithm.variable.NumExprBase
Returns a constraint restricting this expression to not fall within a given range from a min to max value
notBetween(CspGenericNumConstant, CspGenericNumConstant) - Method in class jopt.csp.spi.arcalgorithm.variable.NumExprBase
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
notExpr() - Method in interface jopt.csp.spi.arcalgorithm.constraint.bool.BoolExpr
Returns a BoolExpr equal to the Not of this one
notExpr() - Method in class jopt.csp.spi.arcalgorithm.variable.BooleanExpr
Returns a BoolExpr equal to the Not of this one
notExpr() - Method in class jopt.csp.spi.arcalgorithm.variable.GenericBooleanExpr
Returns a BoolExpr equal to the Not of this one
notMemberOfArray(CspIntExpr[], CspIntExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.VarMath
 
notMemberOfArray(CspLongExpr[], CspLongExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.VarMath
 
notMemberOfSet(CspIntSetVariable, CspIntExpr) - Method in class jopt.csp.spi.arcalgorithm.variable.SetConstraints
 
nullIntersection(CspSetVariable[]) - Method in class jopt.csp.spi.arcalgorithm.variable.SetConstraints
 
nullIntersection(CspSetVariable, CspSetVariable) - Method in class jopt.csp.spi.arcalgorithm.variable.SetConstraints
 
nullIntersection(CspSetVariable, Set) - Method in class jopt.csp.spi.arcalgorithm.variable.SetConstraints
 
nullIntersection(Set, CspSetVariable) - Method in class jopt.csp.spi.arcalgorithm.variable.SetConstraints
 
numberType(Number) - Static method in class jopt.csp.spi.util.NumberMath
Returns the node type for a given number

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