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

n - Variable in class JaCoP.constraints.Among
It is a counter variable.
n - Variable in class JaCoP.constraints.AmongVar
It specifies the number of x variables equal to at least one value present in the list of y.
name() - Method in class JaCoP.constraints.netflow.simplex.Arc
 
name - Variable in class JaCoP.constraints.netflow.simplex.Node
a label, great for debugging
nbGlobalValuesToBeSupported - Variable in class JaCoP.constraints.ExtensionalSupportSTR
The number of variable-value pairs which need to have support.
nbSupportsVariables - Variable in class JaCoP.constraints.ExtensionalSupportSTR
It specifies the current number of variables for which it is required to check if their values from the domains are supported.
nbValidityVariables - Variable in class JaCoP.constraints.ExtensionalSupportSTR
It specifies the number of variables for which validity check within a tuple must be performed.
nbValuesToBeSupported - Variable in class JaCoP.constraints.ExtensionalSupportSTR
The number of variable-value pairs which need to have support per variable.
needConsistency - Variable in class JaCoP.constraints.knapsack.Knapsack
It specifies if the consistency function should execute.
needCriticalUpdate - Variable in class JaCoP.constraints.knapsack.Knapsack
It specifies if the recomputation of the critical item should take place.
needForbidden - Variable in class JaCoP.constraints.knapsack.Knapsack
It specifies if the forbidden part of the consistency algortihm should be executed.
needMandatory - Variable in class JaCoP.constraints.knapsack.Knapsack
It specifies if the mandatory part of the consistency algorithm should be executed.
needsUpdate(int) - Method in class JaCoP.constraints.netflow.Network
 
needUpdate - Variable in class JaCoP.constraints.knapsack.Knapsack
It specifies if the knapsack tree requires an update.
Network - Class in JaCoP.constraints.netflow
This class extends the minimum-cost flow network by providing operations and data structures for removal and modification of arcs.
Network(List<Node>, List<Arc>) - Constructor for class JaCoP.constraints.netflow.Network
 
network - Variable in class JaCoP.constraints.netflow.NetworkFlow
The network
network - Variable in class JaCoP.constraints.netflow.simplex.Danzig
 
NetworkBuilder - Class in JaCoP.constraints.netflow
A builder class for the network flow constraints.
NetworkBuilder() - Constructor for class JaCoP.constraints.netflow.NetworkBuilder
 
NetworkBuilder(IntVar) - Constructor for class JaCoP.constraints.netflow.NetworkBuilder
 
NetworkFlow - Class in JaCoP.constraints.netflow
The network flow constraint.
NetworkFlow(NetworkBuilder) - Constructor for class JaCoP.constraints.netflow.NetworkFlow
 
NetworkSimplex - Class in JaCoP.constraints.netflow.simplex
 
NetworkSimplex(List<Node>, List<Arc>) - Constructor for class JaCoP.constraints.netflow.simplex.NetworkSimplex
 
networkSimplex(int) - Method in class JaCoP.constraints.netflow.simplex.NetworkSimplex
 
newBox(int) - Static method in class JaCoP.constraints.geost.DBox
It returns an usable box, reusing a box from the pool if possible.
newToken(int, String) - Static method in class JaCoP.fz.Token
Returns a new Token object, by default.
newToken(int) - Static method in class JaCoP.fz.Token
 
next() - Method in class JaCoP.constraints.netflow.Pruning.PercentStrategy
 
next() - Method in class JaCoP.constraints.netflow.simplex.Danzig
Finds the lower arc which violates optimality the most (If all lower arcs satisfy optimality then all upper arcs do too.
next() - Method in interface JaCoP.constraints.netflow.simplex.PivotRule
 
next - Variable in class JaCoP.fz.Token
A reference to the next regular (non-special) token from the input stream.
nextElement() - Method in class JaCoP.core.BoundDomainIntervalEnumeration
 
nextElement() - Method in class JaCoP.core.BoundDomainValueEnumeration
 
nextElement() - Method in class JaCoP.core.IntervalDomainIntervalEnumeration
 
nextElement() - Method in class JaCoP.core.IntervalDomainValueEnumeration
 
nextElement() - Method in class JaCoP.core.IntervalEnumeration
 
nextElement() - Method in class JaCoP.core.SmallDenseDomainIntervalEnumeration
 
nextElement() - Method in class JaCoP.core.SmallDenseDomainValueEnumeration
 
nextElement() - Method in class JaCoP.core.ValueEnumeration
It returns the next element in the enumeration.
nextElement() - Method in class JaCoP.set.core.SetDomainValueEnumeration
The function nextElement has to return a Set.
nexts - Variable in class JaCoP.constraints.ExtensionalSupportSTR
Gives the position of the next tuple wrt the position given in index, or -1.
nextSetElement() - Method in class JaCoP.set.core.SetDomainValueEnumeration
Returns the next element in the SetDomain.
nextValue(int) - Method in class JaCoP.core.BoundDomain
 
nextValue(int) - Method in class JaCoP.core.IntDomain
It gives next value in the domain from the given one (lexigraphical ordering).
nextValue(int) - Method in class JaCoP.core.IntervalDomain
It gives next value in the domain from the given value (lexigraphical ordering).
nextValue(int) - Method in class JaCoP.core.SmallDenseDomain
 
no - Variable in class JaCoP.constraints.geost.GeostObject
A unique identifier greater or equal to 0.
no - Variable in class JaCoP.constraints.geost.Shape
It defines unique shape id which is used by geost objects to define their shapes.
noConstraints() - Method in class JaCoP.core.Domain
It returns the number of constraints
noConstraints() - Method in class JaCoP.core.IntDomain
It returns the number of constraints
noConstraints() - Method in class JaCoP.set.core.SetDomain
It returns the number of constraints
Node - Class in JaCoP.constraints.netflow.simplex
A node (vertex) in the network.
Node(String, int) - Constructor for class JaCoP.constraints.netflow.simplex.Node
 
Node - Interface in JaCoP.fz
 
nodeArity() - Method in class JaCoP.fz.JJTParserState
 
nodeCreated() - Method in class JaCoP.fz.JJTParserState
 
nodeList - Variable in class JaCoP.constraints.netflow.NetworkBuilder
 
nodes - Variable in class JaCoP.constraints.netflow.simplex.NetworkSimplex
 
nodeToString() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
nodeToString() - Method in class JaCoP.constraints.knapsack.TreeNode
It generates description of the node only.
NOEDGE - Static variable in class JaCoP.util.MDD
It specifies an identifier which denotes lack of the edge for a given value (in the context of the current level (variable) of an MDD.
NoGood - Class in JaCoP.constraints
NoGood constraints implements a constraint which disallows given combination of values for given variables.
NoGood(IntVar[], int[]) - Constructor for class JaCoP.constraints.NoGood
It creates a no-good constraint.
NoGood(ArrayList<? extends IntVar>, ArrayList<Integer>) - Constructor for class JaCoP.constraints.NoGood
It creates a no-good constraint.
NoGoodsCollector<T extends IntVar> - Class in JaCoP.search
NoGoodCollector collects no-goods from search when timeout has occurred.
NoGoodsCollector() - Constructor for class JaCoP.search.NoGoodsCollector
 
NOINFO - Static variable in class JaCoP.core.Domain
It specifies the constant responsible of conveying a message that no information is provided by the domain when describing the change which has occurred within the domain.
noIntervals() - Method in class JaCoP.core.BoundDomain
 
noIntervals() - Method in class JaCoP.core.IntDomain
It returns number of intervals required to represent this domain.
noIntervals() - Method in class JaCoP.core.IntervalDomain
It returns the number intervals into which this domain is split.
noIntervals() - Method in class JaCoP.core.SmallDenseDomain
 
non_array_flat_expr() - Method in class JaCoP.fz.Parser
 
non_array_flat_exprs() - Method in class JaCoP.fz.Parser
 
non_array_ti_expr_tail() - Method in class JaCoP.fz.Parser
 
NONE - Static variable in class JaCoP.core.Domain
It specifies the constant for NONE event, if event is NONE then the constraint is not attached to a variable.
NonOverlapping - Class in JaCoP.constraints.geost
 
NonOverlapping(GeostObject[], int[]) - Constructor for class JaCoP.constraints.geost.NonOverlapping
It creates an external constraint to make sure that specified set of objects does not overlap in k-dimensional space on the given number of selected dimensions within this k-dimensional space.
NonOverlapping(Collection<GeostObject>, int[]) - Constructor for class JaCoP.constraints.geost.NonOverlapping
It creates an external constraint to make sure that specified set of objects does not overlap in k-dimensional space on the given number of selected dimensions within this k-dimensional space.
noOverlapRepresentation() - Method in class JaCoP.constraints.geost.Shape
It computes a collection of DBoxes that form the same shape, but that are certain to not overlap This implementation is probably not the most efficient possible representation.
noSearchConstraints() - Method in class JaCoP.core.Domain
It returns number of search constraints.
Not - Class in JaCoP.constraints
Constraint "not costraint"
Not(PrimitiveConstraint) - Constructor for class JaCoP.constraints.Not
It constructs not constraint.
notConsistency(Store) - Method in class JaCoP.constraints.AbsXeqY
 
notConsistency(Store) - Method in class JaCoP.constraints.And
 
notConsistency(Store) - Method in class JaCoP.constraints.AndBool
 
notConsistency(Store) - Method in class JaCoP.constraints.Distance
 
notConsistency(Store) - Method in class JaCoP.constraints.Eq
 
notConsistency(Store) - Method in class JaCoP.constraints.EqBool
 
notConsistency(Store) - Method in class JaCoP.constraints.IfThen
 
notConsistency(Store) - Method in class JaCoP.constraints.IfThenBool
 
notConsistency(Store) - Method in class JaCoP.constraints.IfThenElse
 
notConsistency(Store) - Method in class JaCoP.constraints.In
 
notConsistency(Store) - Method in class JaCoP.constraints.NoGood
 
notConsistency(Store) - Method in class JaCoP.constraints.Not
 
notConsistency(Store) - Method in class JaCoP.constraints.Or
 
notConsistency(Store) - Method in class JaCoP.constraints.OrBool
 
notConsistency(Store) - Method in class JaCoP.constraints.PrimitiveConstraint
It makes pruning in such a way that constraint is notConsistent.
notConsistency(Store) - Method in class JaCoP.constraints.XeqC
 
notConsistency(Store) - Method in class JaCoP.constraints.XeqY
 
notConsistency(Store) - Method in class JaCoP.constraints.XgtC
 
notConsistency(Store) - Method in class JaCoP.constraints.XgteqC
 
notConsistency(Store) - Method in class JaCoP.constraints.XgteqY
 
notConsistency(Store) - Method in class JaCoP.constraints.XgtY
 
notConsistency(Store) - Method in class JaCoP.constraints.XltC
 
notConsistency(Store) - Method in class JaCoP.constraints.XlteqC
 
notConsistency(Store) - Method in class JaCoP.constraints.XlteqY
 
notConsistency(Store) - Method in class JaCoP.constraints.XltY
 
notConsistency(Store) - Method in class JaCoP.constraints.XmulYeqC
 
notConsistency(Store) - Method in class JaCoP.constraints.XneqC
 
notConsistency(Store) - Method in class JaCoP.constraints.XneqY
 
notConsistency(Store) - Method in class JaCoP.constraints.Xor
 
notConsistency(Store) - Method in class JaCoP.constraints.XorBool
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusCeqZ
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusClteqZ
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusYeqC
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusYeqZ
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusYgtC
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusYlteqZ
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusYplusCeqZ
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusYplusQeqZ
 
notConsistency(Store) - Method in class JaCoP.constraints.XplusYplusQgtC
 
notConsistency(Store) - Method in class JaCoP.set.constraints.AeqB
 
notConsistency(Store) - Method in class JaCoP.set.constraints.AeqS
 
notConsistency(Store) - Method in class JaCoP.set.constraints.AinB
 
notConsistency(Store) - Method in class JaCoP.set.constraints.AinS
 
notConsistency(Store) - Method in class JaCoP.set.constraints.EinA
 
notConsistency(Store) - Method in class JaCoP.set.constraints.SinA
 
notConsistency(Store) - Method in class JaCoP.set.constraints.XeqA
 
notConsistency(Store) - Method in class JaCoP.set.constraints.XinA
 
notConsistencyPruningEvents - Variable in class JaCoP.constraints.PrimitiveConstraint
It specifies the events which must occur for notConsistency() method being executed.
notGrounded - Variable in class JaCoP.constraints.netflow.DomainStructure
 
notifyAssistant(Assistant) - Method in class tlass.project.WebformHandler
Notifies the assistant of their assignment
notifyAssistantTest() - Method in class tlass.unitTesting.project.TestWebformHandler
 
notSatisfied() - Method in class JaCoP.constraints.AbsXeqY
 
notSatisfied() - Method in class JaCoP.constraints.And
 
notSatisfied() - Method in class JaCoP.constraints.AndBool
 
notSatisfied() - Method in class JaCoP.constraints.Distance
 
notSatisfied() - Method in class JaCoP.constraints.Eq
 
notSatisfied() - Method in class JaCoP.constraints.EqBool
 
notSatisfied() - Method in class JaCoP.constraints.IfThen
 
notSatisfied() - Method in class JaCoP.constraints.IfThenBool
 
notSatisfied() - Method in class JaCoP.constraints.IfThenElse
 
notSatisfied() - Method in class JaCoP.constraints.In
 
notSatisfied() - Method in class JaCoP.constraints.NoGood
 
notSatisfied() - Method in class JaCoP.constraints.Not
 
notSatisfied() - Method in class JaCoP.constraints.Or
 
notSatisfied() - Method in class JaCoP.constraints.OrBool
 
notSatisfied() - Method in class JaCoP.constraints.PrimitiveConstraint
It checks if constraint would be always not satisfied.
notSatisfied() - Method in class JaCoP.constraints.XeqC
 
notSatisfied() - Method in class JaCoP.constraints.XeqY
 
notSatisfied() - Method in class JaCoP.constraints.XgtC
 
notSatisfied() - Method in class JaCoP.constraints.XgteqC
 
notSatisfied() - Method in class JaCoP.constraints.XgteqY
 
notSatisfied() - Method in class JaCoP.constraints.XgtY
 
notSatisfied() - Method in class JaCoP.constraints.XltC
 
notSatisfied() - Method in class JaCoP.constraints.XlteqC
 
notSatisfied() - Method in class JaCoP.constraints.XlteqY
 
notSatisfied() - Method in class JaCoP.constraints.XltY
 
notSatisfied() - Method in class JaCoP.constraints.XmulYeqC
 
notSatisfied() - Method in class JaCoP.constraints.XneqC
 
notSatisfied() - Method in class JaCoP.constraints.XneqY
 
notSatisfied() - Method in class JaCoP.constraints.Xor
 
notSatisfied() - Method in class JaCoP.constraints.XorBool
 
notSatisfied() - Method in class JaCoP.constraints.XplusCeqZ
 
notSatisfied() - Method in class JaCoP.constraints.XplusClteqZ
 
notSatisfied() - Method in class JaCoP.constraints.XplusYeqC
 
notSatisfied() - Method in class JaCoP.constraints.XplusYeqZ
 
notSatisfied() - Method in class JaCoP.constraints.XplusYgtC
 
notSatisfied() - Method in class JaCoP.constraints.XplusYlteqZ
 
notSatisfied() - Method in class JaCoP.constraints.XplusYplusCeqZ
 
notSatisfied() - Method in class JaCoP.constraints.XplusYplusQeqZ
 
notSatisfied() - Method in class JaCoP.constraints.XplusYplusQgtC
 
notSatisfied() - Method in class JaCoP.set.constraints.AeqB
 
notSatisfied() - Method in class JaCoP.set.constraints.AeqS
 
notSatisfied() - Method in class JaCoP.set.constraints.AinB
 
notSatisfied() - Method in class JaCoP.set.constraints.AinS
 
notSatisfied() - Method in class JaCoP.set.constraints.EinA
 
notSatisfied() - Method in class JaCoP.set.constraints.SinA
 
notSatisfied() - Method in class JaCoP.set.constraints.XeqA
 
notSatisfied() - Method in class JaCoP.set.constraints.XinA
 
NULL_VAR - Static variable in class JaCoP.constraints.netflow.Arithmetic
 
numActiveArcs - Variable in class JaCoP.constraints.netflow.Pruning
 
numArcs - Variable in class JaCoP.constraints.netflow.simplex.NetworkSimplex
 
numberArgs - Variable in class JaCoP.constraints.Constraint
It specifies the number of variables in the constraint scope.
numberArgs() - Method in class JaCoP.constraints.Constraint
It returns the number of variables within a constraint scope.
numberArgs() - Method in class JaCoP.constraints.knapsack.Knapsack
 
numberConstraints() - Method in class JaCoP.core.Store
This function returns the number of constraints.
numberId - Variable in class JaCoP.constraints.Constraint
It specifies the number id for a given constraint.
NVARS - Static variable in class JaCoP.constraints.netflow.Statistics
 
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