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 choco.global.Lex
 
n - Variable in class choco.integer.constraints.extension.TuplesTable
the number of dimensions of the considered tuples
n - Variable in class choco.integer.constraints.InverseChanneling
 
n1 - Variable in class choco.integer.constraints.extension.AC4BinConstraint
 
n2 - Variable in class choco.integer.constraints.extension.AC4BinConstraint
 
n2 - Variable in class choco.integer.constraints.extension.CouplesTable
size of the initial domain of x
name - Variable in class choco.AbstractVar
A name may be associated to each variable.
nb - Variable in class choco.search.AbstractGlobalSearchLimit
a counter who is limited to values below max
NB_CONST_QUEUES - Static variable in class choco.prop.ChocEngine
the number of queues for storing constraint events
nbBkTot - Variable in class choco.palm.cbj.search.JumpRestartOptimizer
total nb of backtracks (all trees in the optimization process)
nbBkTot - Variable in class choco.real.search.RealOptimizeWithRestarts
total nb of backtracks (all trees in the optimization process)
nbBkTot - Variable in class choco.search.OptimizeWithRestarts
total nb of backtracks (all trees in the optimization process)
nbBoxedVars - Variable in class choco.real.constraint.Equation
 
nbConstraint - Variable in class choco.AbstractModel
The number of constraints for the current problem.
nbConstraints - Variable in class choco.bool.AbstractLargeCompositeConstraint
the number of sub-constraints
nbCutLearned - Variable in class choco.palm.benders.search.MasterGlobalSearchSolver
number of cuts extracted at the current iteration
nbexpinf - Variable in class choco.palm.cbj.integer.JumpIntervalIntDomain
The number of valid inf explanation at the current world level
nbexpsup - Variable in class choco.palm.cbj.integer.JumpIntervalIntDomain
The number of valid inf explanation at the current world level
nbFalseStatus - Variable in class choco.bool.AbstractLargeBoolConstraint
 
nbFeasibleProblems - Variable in class choco.palm.benders.search.MasterGlobalSearchSolver
number of feasible sub-problems found at the current iteration
nbIter - Variable in class choco.palm.cbj.search.JumpRestartOptimizer
counting the number of iterations
nbIter - Variable in class choco.real.search.RealOptimizeWithRestarts
counting the number of iterations
nbIter - Variable in class choco.search.OptimizeWithRestarts
counting the number of iterations
nbLeftVertices - Variable in class choco.global.matching.AbstractBipartiteGraph
 
nbMax - Variable in class choco.search.AbstractGlobalSearchLimit
maximal value limitting the search exploration
nbNdTot - Variable in class choco.palm.cbj.search.JumpRestartOptimizer
total nb of nodes expanded in all trees
nbNdTot - Variable in class choco.real.search.RealOptimizeWithRestarts
total nb of nodes expanded in all trees
nbNdTot - Variable in class choco.search.OptimizeWithRestarts
total nb of nodes expanded in all trees
nbPendingInitConstAwakeEvent - Variable in class choco.prop.ChocEngine
Number of pending init constraint awake events.
nbPossible - Variable in class choco.global.Occurrence
Store the number of variables which can still take the occurence value
nbPosVars - Variable in class choco.integer.constraints.IntLinComb
Field representing the number of variables with positive coeffficients in the linear combination.
nbRightVertices - Variable in class choco.global.matching.AbstractBipartiteGraph
 
nbSlave - Variable in class choco.palm.benders.MasterSlavesRelation
 
nbSolutions - Variable in class choco.search.AbstractGlobalSearchSolver
count of the solutions found during search
nbSubProblems - Variable in class choco.palm.BendersProblem
The number of sub problems considered at each iteration
nbSupport0 - Variable in class choco.integer.constraints.extension.AC4BinConstraint
 
nbSupport1 - Variable in class choco.integer.constraints.extension.AC4BinConstraint
 
nbSure - Variable in class choco.global.Occurrence
Store the number of variables which are instantiated to the occurence value
nbTask - Variable in class choco.global.Cumulative
 
nbTot - Variable in class choco.search.AbstractGlobalSearchLimit
counting for successive tree search
nbTrueStatus - Variable in class choco.bool.AbstractLargeBoolConstraint
 
nbValueToBeIterated - Variable in class choco.set.var.SetDomainImpl.SetOpenDomainIterator
 
nbVars - Variable in class choco.integer.var.IntTerm
number of variables involved in the term
nbVertices - Variable in class choco.global.matching.AbstractBipartiteGraph
 
NEG_ZER0 - Static variable in class choco.real.RealMath
 
negate() - Method in interface choco.palm.dbt.search.DecisionConstraint
Returns the negation of this enumeration constraint.
negate() - Method in class choco.palm.integer.constraints.PalmAssignment
 
negate() - Method in class choco.palm.real.constraints.PalmSplitLeft
Returns the opposite of this constraint (that is a SplitRight constraint).
negate() - Method in class choco.palm.real.constraints.PalmSplitRight
Returns the opposite of this constraint (that is a SplitLeft constraint).
negate() - Method in class choco.palm.search.AbstractDecision
 
negDecisionConstraints - Variable in class choco.palm.dbt.integer.PalmBitSetIntDomain
Negation of decision constraints on the variable for branching purpose.
negDecisionConstraints - Variable in class choco.palm.dbt.integer.PalmIntervalIntDomain
Negation of decision constraints on the variable for branching purpose.
neq(IntExp, int) - Method in class choco.AbstractModel
Creates a constraint by stating that a term is not equal than a constant
neq(int, IntExp) - Method in class choco.AbstractModel
 
neq(IntExp, IntExp) - Method in class choco.AbstractModel
 
NEQ - Static variable in class choco.integer.constraints.IntLinComb
Constant, to be assigned to op, representing linear disequalities.
neq(IntExp, int) - Method in interface choco.IntModeler
Creates a constraint by stating that a term is not equal than a constant
neq(int, IntExp) - Method in interface choco.IntModeler
Creates a constraint by stating that a term is not equal than a constant
neq(IntExp, IntExp) - Method in interface choco.IntModeler
Creates a constraint by stating that two term are different
newAllDiff(IntDomainVar[]) - Static method in class choco.palm.global.matching.PalmAllDifferent
 
newLoop() - Method in class choco.search.OptimizeWithRestarts
called before a new search tree is explored
newNode(AbstractGlobalSearchSolver) - Method in interface choco.search.IGlobalSearchLimit
notify the limit object whenever a new node is created in the search tree
newNode(AbstractGlobalSearchSolver) - Method in class choco.search.NodeLimit
 
newNode(AbstractGlobalSearchSolver) - Method in class choco.search.TimeLimit
 
newTreeNode() - Method in class choco.search.AbstractGlobalSearchSolver
called before a node is expanded in the search tree (choice point creation)
newTreeSearch() - Method in class choco.palm.cbj.search.JumpBranchAndBoundOptimizer
 
newTreeSearch() - Method in class choco.palm.cbj.search.JumpRestartOptimizer
 
newTreeSearch() - Method in class choco.palm.dbt.search.PalmGlobalSearchSolver
 
newTreeSearch() - Method in class choco.real.search.RealBranchAndBound
 
newTreeSearch() - Method in class choco.real.search.RealOptimizeWithRestarts
 
newTreeSearch() - Method in class choco.search.AbstractGlobalSearchSolver
called before a new search tree is explored
newTreeSearch() - Method in class choco.search.BranchAndBound
Called when a new search tree is built.
next() - Method in class choco.global.Cumulative.IntList
 
next() - Method in class choco.integer.var.AbstractIntDomain.IntDomainIterator
 
next() - Method in class choco.integer.var.BitSetIntDomain.DeltaIntDomainIterator
 
next() - Method in class choco.palm.dbt.integer.PalmBitSetIntDomain.RepairIntDomainIterator
 
next() - Method in class choco.set.var.BitSetEnumeratedDomain.DeltaDomainIterator
 
next() - Method in class choco.set.var.SetDomainImpl.SetDomainIterator
 
next() - Method in class choco.set.var.SetDomainImpl.SetOpenDomainIterator
 
next() - Method in interface choco.util.IntIterator
Returns the next element in the iteration.
next - Variable in class choco.util.StoredPointerCycle
Deprecated. The vectors of entries.
nextBranching - Variable in class choco.branch.AbstractBranching
a link towards the next branching object (once this one is exhausted)
nextFloat(double) - Static method in class choco.real.RealMath
 
nextMasterMove() - Method in class choco.palm.benders.search.MasterGlobalSearchSolver
Describes the way the master search solver has to be set to look for the next solution.
nextMasterMove() - Method in class choco.palm.benders.search.MasterOptimizer
 
nextMasterMove() - Method in class choco.palm.benders.search.MasterSlaveOptimizer
 
nextMove - Variable in class choco.search.AbstractGlobalSearchSolver
search controller: a flag storing the next move in the search tree
nextOptimalSolution(int) - Method in class choco.palm.benders.search.SubOptimizer
 
nextOptimalSolution(int) - Method in class choco.palm.benders.search.SubSearchSolver
get the next solution of the master problem
nextSetBit(int) - Method in class choco.mem.StoredBitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSolution() - Method in class choco.AbstractProblem
 
nextSolution() - Method in class choco.palm.benders.search.MasterGlobalSearchSolver
 
nextSolution() - Method in class choco.palm.benders.search.SubSearchSolver
 
nextSolution() - Method in class choco.palm.cbj.search.JumpGlobalSearchSolver
Browses the search tree until the next solution or until all the tree has been checked.
nextSolution() - Method in class choco.palm.cbj.search.JumpRestartOptimizer
 
nextSolution() - Method in class choco.palm.PalmProblem
Tries to find another solution.
nextSolution() - Method in class choco.search.AbstractGlobalSearchSolver
 
nextSolution() - Method in class choco.search.OptimizeWithRestarts
 
NOCAUSE - Static variable in class choco.prop.VarEvent
Semantic of the cause of an event: -1 means that the event is active without any precise cause.
NodeLimit - Class in choco.search
 
NodeLimit(AbstractGlobalSearchSolver, int) - Constructor for class choco.search.NodeLimit
 
nodeLimit - Variable in class choco.Solver
 
NOEVENT - Static variable in class choco.prop.VarEvent
empty bitvector for the event type.
NogoodConstraint - Class in choco.palm.search
 
NogoodConstraint(IntDomainVar[]) - Constructor for class choco.palm.search.NogoodConstraint
 
nogoods - Variable in class choco.palm.search.NogoodConstraint
The list of nogood.
nogoodSize() - Method in class choco.palm.cbj.explain.JumpExplanation
 
not(Constraint) - Method in class choco.AbstractModel
 
not(Constraint) - Method in interface choco.BoolModeler
Creates the logical opposite of a constraint
NOT_EQUAL_XC - Static variable in class choco.Formula
 
NOT_EQUAL_XYC - Static variable in class choco.Formula
 
NotEqualXC - Class in choco.integer.constraints
Implements a constraint X <= C, with X a variable and C a constant.
NotEqualXC(IntDomainVar, int) - Constructor for class choco.integer.constraints.NotEqualXC
Constructs the constraint with the specified variables and constant.
NotEqualXYC - Class in choco.integer.constraints
Implements a constraint X !
NotEqualXYC(IntDomainVar, IntDomainVar, int) - Constructor for class choco.integer.constraints.NotEqualXYC
Constructs the constraint with the specified variables and constant.
notMember(int, SetVar) - Method in class choco.AbstractModel
 
notMember(SetVar, int) - Method in class choco.AbstractModel
 
notMember(SetVar, IntVar) - Method in class choco.AbstractModel
 
notMember(IntVar, SetVar) - Method in class choco.AbstractModel
 
NotMemberX - Class in choco.set.constraint
Ensure that a value will not belong to a setVar
NotMemberX(SetVar, int) - Constructor for class choco.set.constraint.NotMemberX
 
NotMemberXY - Class in choco.set.constraint
Ensure that an int variable does not belong to a set variable
NotMemberXY(SetVar, IntDomainVar) - Constructor for class choco.set.constraint.NotMemberXY
 
nStaticInts - Variable in class choco.mem.PartiallyStoredIntVector
 
nStaticObjects - Variable in class choco.mem.PartiallyStoredVector
 
nStoredInts - Variable in class choco.mem.PartiallyStoredIntVector
 
nStoredObjects - Variable in class choco.mem.PartiallyStoredVector
 
nth(IntVar, int[], IntVar) - Method in class choco.AbstractModel
subscript constraint: accessing an array with a variable index
nth(IntVar, IntVar[], IntVar) - Method in class choco.AbstractModel
subscript constraint: accessing an array of variables with a variable index
NTH - Static variable in class choco.Formula
 

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 _