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 _

A

a - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLinear
 
a - Variable in class choco.cp.solver.constraints.global.geost.frames.DistLinearFrame
 
a - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
a - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLinearModel
 
A - Static variable in class samples.multicostregular.planner.InstanceMaker
 
A - Static variable in class samples.multicostregular.planner.PlanModel
 
A - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
abs(IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures x = Math.abs(y);
abs(IntegerExpressionVariable) - Static method in class choco.Choco
 
ABS - Static variable in class parser.absconparseur.PredicateTokens
 
abs(Object) - Static method in class parser.absconparseur.PredicateTokens
 
AbsEvaluator - Class in parser.absconparseur.intension.arithmetic
 
AbsEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.AbsEvaluator
 
AbsManager - Class in choco.cp.model.managers.operators
 
AbsManager() - Constructor for class choco.cp.model.managers.operators.AbsManager
 
AbsNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
AbsNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.AbsNode
 
Absolute - Class in choco.cp.solver.constraints.integer
The absolute constraint X = |Y| is a binary constraint with X = v0 and Y = v1
Absolute(IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.Absolute
Constructs the constraint with the specified variables.
AbsoluteManager - Class in choco.cp.model.managers.constraints.integer
Created by IntelliJ IDEA.
AbsoluteManager() - Constructor for class choco.cp.model.managers.constraints.integer.AbsoluteManager
 
AbstractAdvancedDetector - Class in choco.cp.common.util.preprocessor
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 avr. 2010br/> Since : Choco 2.1.1
An abstract class to set the methods of a detector.
AbstractAdvancedDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
 
AbstractAssignOrForbidBranching - Class in choco.cp.solver.search.integer.branching
 
AbstractAssignOrForbidBranching(ValSelector) - Constructor for class choco.cp.solver.search.integer.branching.AbstractAssignOrForbidBranching
 
AbstractBenchmarkCmd - Class in cli
The class define a command pattern designed for benchmarking.
AbstractBenchmarkCmd(Configuration) - Constructor for class cli.AbstractBenchmarkCmd
 
AbstractBijectiveVar - Class in choco.cp.solver.variables.integer

AbstractBijectiveVar(Solver, String, IntDomainVar) - Constructor for class choco.cp.solver.variables.integer.AbstractBijectiveVar
Build a variable Y such as Y = X op c.
AbstractBinIntBranching - Class in choco.kernel.solver.branch
Deprecated. 
AbstractBinIntBranching() - Constructor for class choco.kernel.solver.branch.AbstractBinIntBranching
Deprecated.  
AbstractBinIntBranchingStrategy - Class in choco.kernel.solver.branch
 
AbstractBinIntBranchingStrategy() - Constructor for class choco.kernel.solver.branch.AbstractBinIntBranchingStrategy
 
AbstractBinIntSConstraint - Class in choco.kernel.solver.constraints.integer
An abstract class for all implementations of (binary) constraints over two search variable.
AbstractBinIntSConstraint(IntDomainVar, IntDomainVar) - Constructor for class choco.kernel.solver.constraints.integer.AbstractBinIntSConstraint
 
AbstractBinRealIntSConstraint - Class in choco.kernel.solver.constraints.real
 
AbstractBinRealIntSConstraint(RealVar, IntDomainVar) - Constructor for class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
AbstractBinSetIntSConstraint - Class in choco.kernel.solver.constraints.set
 
AbstractBinSetIntSConstraint(IntDomainVar, SetVar) - Constructor for class choco.kernel.solver.constraints.set.AbstractBinSetIntSConstraint
default constructor
AbstractBinSetSConstraint - Class in choco.kernel.solver.constraints.set
 
AbstractBinSetSConstraint(SetVar, SetVar) - Constructor for class choco.kernel.solver.constraints.set.AbstractBinSetSConstraint
 
AbstractBipartFlow - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint
A general assignment constraint with constraints on the flow bounds
AbstractBipartFlow(Solver, Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
Constructor for AbstractBipartiteFlow
AbstractBipartGraph - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint
 
AbstractBipartGraph(Solver, Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
Constructor
AbstractBipartGraph.IntQueue - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint
 
AbstractBipartiteFlow - Class in choco.kernel.solver.constraints.global.matching
A general assignment constraint with constraints on the flow bounds
AbstractBipartiteFlow(IEnvironment, IntDomainVar[], int, int) - Constructor for class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
Constructor for AbstractBipartiteFlow
AbstractBipartiteGraph - Class in choco.kernel.solver.constraints.global.matching
An abstract class encoding assignment graphs (matching each left vertex with one single right vertex) We consider a flow in the graph by adding a source linked to all right vertices and a sink linked to all left vertices

It is based on computing the strongly connected components of the residual graph, then remove arcs connecting two different strongly connected components

Computing the strongly connected components is done by an algorithm of Aho, Hopcroft, Ullman using depth first search (Cormen, Leiserson, p. 478, p. 489)

Note (EGA) on ice traduction from claire to java : class StrongConnectionDecomposition have been included in this one

AbstractBipartiteGraph(IEnvironment, IntDomainVar[], int, int) - Constructor for class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
Constructor
AbstractBipartiteGraph.IntQueue - Class in choco.kernel.solver.constraints.global.matching
 
AbstractBipartiteGraph.IntQueue(int) - Constructor for class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph.IntQueue
Constructs a new queue with the specified maximal number of values.
AbstractBipartiteMatching - Class in choco.kernel.solver.constraints.global.matching
A subclass of AbtractBipartiteGraph restricted only to matchings (and not flows).
AbstractBipartiteMatching(IEnvironment, IntDomainVar[], int, int) - Constructor for class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Builds a new instance for the specified vars.
AbstractBoolNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
AbstractBoolNode(INode[], NodeType) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode
 
AbstractBoolSum - Class in choco.cp.solver.constraints.integer.bool.sum
A special case of sums over boolean variables only
AbstractBoolSum(IEnvironment, IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.bool.sum.AbstractBoolSum
 
AbstractBoundOfASet - Class in choco.cp.solver.constraints.set
An abstract class used for MaxOfASet and MinOfaSet constraints
AbstractBoundOfASet(IEnvironment, IntDomainVar[], SetVar, AbstractBoundOfASet.EmptySetPolicy) - Constructor for class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
AbstractBoundOfASet.EmptySetPolicy - Enum in choco.cp.solver.constraints.set
 
AbstractBranchingStrategy - Class in choco.kernel.solver.branch
 
AbstractBranchingStrategy() - Constructor for class choco.kernel.solver.branch.AbstractBranchingStrategy
 
AbstractCmdLine - Class in cli
The abstract class helps to define java command line.
AbstractCmdLine(boolean) - Constructor for class cli.AbstractCmdLine
the mode of this Command Line
AbstractConstraint - Class in choco.kernel.model.constraints
 
AbstractConstraint(ConstraintType, Variable[]) - Constructor for class choco.kernel.model.constraints.AbstractConstraint
 
AbstractConstraint(String, Variable[]) - Constructor for class choco.kernel.model.constraints.AbstractConstraint
 
ABSTRACTCONTRAINT_EXTENSION - Static variable in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
AbstractCumulativeSConstraint - Class in choco.cp.solver.constraints.global.scheduling.cumulative
 
AbstractCumulativeSConstraint(Solver, String, TaskVar[], int, IntDomainVar, IntDomainVar, IntDomainVar, IntDomainVar...) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
AbstractDeduction - Class in choco.cp.solver.constraints.global.tree.deduction
 
AbstractDeduction(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
AbstractDetector - Class in choco.cp.common.util.preprocessor

AbstractDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.AbstractDetector
 
AbstractDisjRules - Class in choco.cp.solver.constraints.global.scheduling.disjunctive
 
AbstractDisjRules(IRTask[], IRMakespan, boolean) - Constructor for class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
AbstractDomOverWDegBinBranching - Class in choco.cp.solver.search.integer.branching.domwdeg
 
AbstractDomOverWDegBinBranching(Solver, IntRatio[], Number) - Constructor for class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
 
AbstractDomOverWDegBranching - Class in choco.cp.solver.search.integer.branching.domwdeg
 
AbstractDomOverWDegBranching(Solver, IntRatio[], Number) - Constructor for class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
AbstractEnvironment - Class in choco.kernel.memory
Super class of all environments !
AbstractEnvironment() - Constructor for class choco.kernel.memory.AbstractEnvironment
 
AbstractFunctionDFF - Class in choco.kernel.common.opres.pack
 
AbstractFunctionDFF() - Constructor for class choco.kernel.common.opres.pack.AbstractFunctionDFF
 
AbstractGlobalSearchLimit - Class in choco.kernel.solver.search.limit
An abstract class for limiting tree search (imposing conditions on depth, ...)
AbstractGlobalSearchLimit(AbstractGlobalSearchStrategy, int, String) - Constructor for class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
AbstractGlobalSearchLimit(AbstractGlobalSearchStrategy, int, Limit) - Constructor for class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
AbstractGlobalSearchStrategy - Class in choco.kernel.solver.search
An abstract class for controlling tree search in various ways version 2.0.3 : change the value of search constant to use bit masks.
AbstractGlobalSearchStrategy(Solver) - Constructor for class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
AbstractGraphBasedDetector - Class in choco.cp.common.util.preprocessor.detector
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/> Since : Choco 2.1.1
A class dedicated to detect clique of differences or disjonctions and state the corresponding global constraints
AbstractGraphBasedDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector
 
AbstractGraphBasedDetector.CliqueIterator - Class in choco.cp.common.util.preprocessor.detector
 
AbstractGraphBasedDetector.CliqueIterator() - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector.CliqueIterator
 
AbstractHeuristic - Class in choco.kernel.common.opres.heuristics
 
AbstractHeuristic() - Constructor for class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
AbstractHeuristic1BP - Class in choco.kernel.common.opres.pack
The Class AbstractHeurisic1BP.
AbstractHeuristic1BP() - Constructor for class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
AbstractInstanceModel - Class in parser.instances
A class to provide facilities for loading and solving instance described by a file (txt, xml, ...).
AbstractInstanceModel(InstanceFileParser, Configuration) - Constructor for class parser.instances.AbstractInstanceModel
 
AbstractIntBranching - Class in choco.kernel.solver.branch
Deprecated. 
AbstractIntBranching() - Constructor for class choco.kernel.solver.branch.AbstractIntBranching
Deprecated.  
AbstractIntBranchingStrategy - Class in choco.kernel.solver.branch
An abstract class for all implementations of branching objets (objects controlling the tree search)
AbstractIntBranchingStrategy() - Constructor for class choco.kernel.solver.branch.AbstractIntBranchingStrategy
 
AbstractIntDomain - Class in choco.cp.solver.variables.integer
History: 2007-12-07 : FR_1873619 CPRU: DomOverDeg+DomOverWDeg
AbstractIntDomain(IntDomainVar, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.AbstractIntDomain
 
AbstractIntegerVariableEqualitiesDetector - Class in choco.cp.common.util.preprocessor.detector
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 avr. 2010br/> Since : Choco 2.1.1

A class detector to detect equalities between IntegerVariable within a model.

AbstractIntegerVariableEqualitiesDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector
 
AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesModelDetector - Class in choco.cp.common.util.preprocessor.detector
 
AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesModelDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesModelDetector
 
AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesSolverDetector - Class in choco.cp.common.util.preprocessor.detector
 
AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesSolverDetector(CPModel, PreProcessCPSolver) - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesSolverDetector
 
AbstractIntSConstraint - Class in choco.kernel.solver.constraints.integer
An abstract class for all implementations of listeners over search variables.
AbstractIntSConstraint(int, IntDomainVar[]) - Constructor for class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
Constructs a constraint with the specified priority.
AbstractIntVarRatioSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector
A class that select the min/max ratio (a/b) among an arrays.
AbstractIntVarRatioSelector(Solver, IntRatio[]) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
AbstractIntVarSelector - Class in choco.kernel.solver.search.integer
 
AbstractIntVarSelector(Solver) - Constructor for class choco.kernel.solver.search.integer.AbstractIntVarSelector
 
AbstractIntVarSelector(Solver, IntDomainVar[]) - Constructor for class choco.kernel.solver.search.integer.AbstractIntVarSelector
 
AbstractKickRestart - Class in choco.cp.solver.search.restart
 
AbstractKickRestart(AbstractGlobalSearchStrategy) - Constructor for class choco.cp.solver.search.restart.AbstractKickRestart
 
AbstractLargeIntBranching - Class in choco.kernel.solver.branch
Deprecated. 
AbstractLargeIntBranching() - Constructor for class choco.kernel.solver.branch.AbstractLargeIntBranching
Deprecated.  
AbstractLargeIntBranchingStrategy - Class in choco.kernel.solver.branch
 
AbstractLargeIntBranchingStrategy() - Constructor for class choco.kernel.solver.branch.AbstractLargeIntBranchingStrategy
 
AbstractLargeIntSConstraint - Class in choco.kernel.solver.constraints.integer
An abstract class for all implementations of listeners over many search variables.
AbstractLargeIntSConstraint(IntDomainVar[]) - Constructor for class choco.kernel.solver.constraints.integer.AbstractLargeIntSConstraint
 
AbstractLargeIntSConstraint(int, IntDomainVar[]) - Constructor for class choco.kernel.solver.constraints.integer.AbstractLargeIntSConstraint
 
AbstractLargeRealSConstraint - Class in choco.kernel.solver.constraints.real
A real constraint with an undetermined number of variables.
AbstractLargeRealSConstraint(RealVar[]) - Constructor for class choco.kernel.solver.constraints.real.AbstractLargeRealSConstraint
Builds such a constraint with the specified variables.
AbstractLargeSetIntSConstraint - Class in choco.kernel.solver.constraints.set
A class to represent a large constraint including both set and int variables in its scope.
AbstractLargeSetIntSConstraint(IntDomainVar[], SetVar[]) - Constructor for class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
 
AbstractLargeSetSConstraint - Class in choco.kernel.solver.constraints.set
 
AbstractLargeSetSConstraint(SetVar[]) - Constructor for class choco.kernel.solver.constraints.set.AbstractLargeSetSConstraint
 
AbstractLNSSolver - Class in samples.tutorials.lns.lns
Deprecated.  
AbstractLNSSolver() - Constructor for class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
AbstractMaxRPCConstraint - Class in choco.cp.solver.constraints.strong.maxrpcrm
 
AbstractMaxRPCConstraint(ISpecializedConstraint, Map<IntDomainVar, SCVariable>) - Constructor for class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
AbstractMinimizeModel - Class in parser.instances
 
AbstractMinimizeModel(InstanceFileParser, Configuration) - Constructor for class parser.instances.AbstractMinimizeModel
 
AbstractMixedSetIntSConstraint - Class in choco.kernel.solver.constraints.set
A class for mixed set and int constraint.
AbstractMixedSetIntSConstraint(Var[]) - Constructor for class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
Constructs a mixed set-int constraint
AbstractMixedSRealIntSConstraint - Class in choco.kernel.solver.constraints.real
An interface for mixed constraint : interger and flot variables.
AbstractMixedSRealIntSConstraint(Var[]) - Constructor for class choco.kernel.solver.constraints.real.AbstractMixedSRealIntSConstraint
Constraucts a constraint with the priority 0.
AbstractOptimize - Class in choco.kernel.solver.search
 
AbstractOptimize(Solver, IObjectiveManager, boolean) - Constructor for class choco.kernel.solver.search.AbstractOptimize
constructor
AbstractPenaltyFunction - Class in choco.kernel.model.constraints.automaton.penalty
Created by IntelliJ IDEA.
AbstractPenaltyFunction() - Constructor for class choco.kernel.model.constraints.automaton.penalty.AbstractPenaltyFunction
 
AbstractPrecedenceManager - Class in choco.cp.model.managers.constraints.global
 
AbstractPrecedenceManager() - Constructor for class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
AbstractPrecedenceRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task
 
AbstractPrecedenceRatio(ITemporalSRelation) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.AbstractPrecedenceRatio
 
AbstractPrecedenceSConstraint - Class in choco.cp.solver.constraints.global.scheduling.precedence
 
AbstractPrecedenceSConstraint(IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
AbstractPropagationEngine - Class in choco.cp.solver.propagation
An abstract class for all implementations of propagation engines.
AbstractPropagationEngine(Solver) - Constructor for class choco.cp.solver.propagation.AbstractPropagationEngine
 
AbstractPropagator - Class in choco.cp.solver.constraints.global.tree.filtering
 
AbstractPropagator(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
Constructor: abstract propagator structure
AbstractRandomizedHeuristic - Class in choco.kernel.common.opres.heuristics
 
AbstractRandomizedHeuristic() - Constructor for class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
AbstractRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios
 
AbstractRatio() - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
AbstractRealBinTerm - Class in choco.kernel.solver.constraints.real.exp
A binary real expression.
AbstractRealBinTerm(Solver, RealExp, RealExp) - Constructor for class choco.kernel.solver.constraints.real.exp.AbstractRealBinTerm
 
AbstractRealCompoundTerm - Class in choco.kernel.solver.constraints.real.exp
A compound expression depending on other terms.
AbstractRealCompoundTerm(Solver) - Constructor for class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
AbstractRealSConstraint - Class in choco.kernel.solver.constraints.real
User : cprudhom Mail : cprudhom(a)emn.fr Date : 15 f�vr. 2010 Since : Choco 2.1.1
AbstractRealSConstraint(int, RealVar[]) - Constructor for class choco.kernel.solver.constraints.real.AbstractRealSConstraint
Constructs a constraint with the specified priority.
AbstractRealSConstraint(RealVar[]) - Constructor for class choco.kernel.solver.constraints.real.AbstractRealSConstraint
Constraucts a constraint with the priority 0.
AbstractRealUnTerm - Class in choco.kernel.solver.constraints.real.exp
 
AbstractRealUnTerm(Solver, RealExp) - Constructor for class choco.kernel.solver.constraints.real.exp.AbstractRealUnTerm
 
AbstractRealVarSelector - Class in choco.kernel.solver.search.real
An interface for real variable selector during a braching assigning intervals.
AbstractRealVarSelector(Solver) - Constructor for class choco.kernel.solver.search.real.AbstractRealVarSelector
 
AbstractRealVarSelector(Solver, RealVar[]) - Constructor for class choco.kernel.solver.search.real.AbstractRealVarSelector
 
AbstractResourceManager - Class in choco.cp.model.managers.constraints.global
 
AbstractResourceManager() - Constructor for class choco.cp.model.managers.constraints.global.AbstractResourceManager
 
AbstractResourceSConstraint - Class in choco.cp.solver.constraints.global.scheduling
 
AbstractResourceSConstraint(Solver, String, TaskVar[], IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
AbstractResourceSConstraint(Solver, String, TaskVar[], int, boolean, boolean, IntDomainVar...) - Constructor for class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
Create a ressource constraint.
AbstractRestartStrategy - Class in choco.kernel.solver.search.restart
 
AbstractRestartStrategy(String, int, double) - Constructor for class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
AbstractRscDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
AbstractRscDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.AbstractRscDetector
 
AbstractRTask - Class in choco.kernel.solver.variables.scheduling
 
AbstractRTask(int) - Constructor for class choco.kernel.solver.variables.scheduling.AbstractRTask
 
AbstractSConstraint<V extends Var> - Class in choco.kernel.solver.constraints
An abstract class for all implementations of listeners
AbstractSConstraint(V[]) - Constructor for class choco.kernel.solver.constraints.AbstractSConstraint
Constructs a constraint with the priority 0.
AbstractSConstraint(int, V[]) - Constructor for class choco.kernel.solver.constraints.AbstractSConstraint
Constructs a constraint with the specified priority.
AbstractSearchHeuristic - Class in choco.kernel.solver.search
An abstract class for all heuristics (variable, value, branching heuristics) related to search
AbstractSearchHeuristic(Solver) - Constructor for class choco.kernel.solver.search.AbstractSearchHeuristic
 
AbstractSearchLoop - Class in choco.kernel.solver.search
 
AbstractSearchLoop(AbstractGlobalSearchStrategy) - Constructor for class choco.kernel.solver.search.AbstractSearchLoop
 
AbstractSearchLoopWithRestart - Class in choco.cp.solver.search
 
AbstractSearchLoopWithRestart(AbstractGlobalSearchStrategy, IKickRestart) - Constructor for class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
AbstractSearchStrategy - Class in choco.kernel.solver.search
An abstract class handling the control for solving a model
AbstractSearchStrategy(Solver) - Constructor for class choco.kernel.solver.search.AbstractSearchStrategy
 
AbstractSetBranchingStrategy - Class in choco.kernel.solver.search.set
 
AbstractSetBranchingStrategy() - Constructor for class choco.kernel.solver.search.set.AbstractSetBranchingStrategy
 
AbstractSetSConstraint - Class in choco.kernel.solver.constraints.set
 
AbstractSetSConstraint(SetVar[]) - Constructor for class choco.kernel.solver.constraints.set.AbstractSetSConstraint
Constraucts a constraint with the priority 0.
AbstractSetVarSelector - Class in choco.kernel.solver.search.set
 
AbstractSetVarSelector(Solver) - Constructor for class choco.kernel.solver.search.set.AbstractSetVarSelector
 
AbstractSetVarSelector(Solver, SetVar[]) - Constructor for class choco.kernel.solver.search.set.AbstractSetVarSelector
 
AbstractSoftCumulative - Class in choco.cp.solver.constraints.global.softscheduling
 
AbstractSoftCumulative(IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
AbstractSoftCumulative.EndingDateComparator - Class in choco.cp.solver.constraints.global.softscheduling
 
AbstractSoftCumulative.EndingDateComparator() - Constructor for class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.EndingDateComparator
 
AbstractSoftCumulative.Event - Class in choco.cp.solver.constraints.global.softscheduling
 
AbstractSoftCumulative.Event(int, int, int, int) - Constructor for class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
AbstractSoftCumulative.EventComparator - Class in choco.cp.solver.constraints.global.softscheduling
 
AbstractSoftCumulative.EventComparator() - Constructor for class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.EventComparator
 
AbstractSoftCumulative.StartingDateComparator - Class in choco.cp.solver.constraints.global.softscheduling
 
AbstractSoftCumulative.StartingDateComparator() - Constructor for class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.StartingDateComparator
 
AbstractSolutionCheckerEngine - Class in choco.kernel.solver.search.checker
 
AbstractSolutionCheckerEngine() - Constructor for class choco.kernel.solver.search.checker.AbstractSolutionCheckerEngine
 
AbstractSortingPermutation - Class in choco.kernel.common.util.comparator
 
AbstractSortingPermutation(int) - Constructor for class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
AbstractStoredObject - Class in choco.kernel.memory.trailing
 
AbstractStoredObject(EnvironmentTrailing) - Constructor for class choco.kernel.memory.trailing.AbstractStoredObject
 
AbstractStrongConsistency<MyVariable extends SCVariable<? extends SCConstraint>> - Class in choco.cp.solver.constraints.strong
 
AbstractStrongConsistency(IntDomainVar[], ISpecializedConstraint[], Class<? extends MyVariable>, Class<? extends SCConstraint>) - Constructor for class choco.cp.solver.constraints.strong.AbstractStrongConsistency
 
AbstractSubsetSumSolver - Class in choco.kernel.common.opres.ssp
 
AbstractSubsetSumSolver(int[], long) - Constructor for class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
AbstractTask - Class in choco.kernel.solver.variables.scheduling
 
AbstractTask() - Constructor for class choco.kernel.solver.variables.scheduling.AbstractTask
Warning: preemption should not be allowed.
AbstractTask(ITimePeriodList) - Constructor for class choco.kernel.solver.variables.scheduling.AbstractTask
possibly allow preemption.
AbstractTaskSConstraint - Class in choco.kernel.solver.constraints.global.scheduling
 
AbstractTaskSConstraint(TaskVar, TaskVar, IntDomainVar...) - Constructor for class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
Create a task constraint.
AbstractTaskSConstraint(TaskVar[], IntDomainVar[], IntDomainVar...) - Constructor for class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
AbstractTaskVariableEqualitiesDetector - Class in choco.cp.common.util.preprocessor.detector
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 avr. 2010br/> Since : Choco 2.1.1

A class detector to detect equalities between TaskVariable within a model.

AbstractTaskVariableEqualitiesDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractTaskVariableEqualitiesDetector
 
AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesModelDetector - Class in choco.cp.common.util.preprocessor.detector
An instance of AbstractTaskVariableEqualitiesDetector that only modify the model.
AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesModelDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesModelDetector
 
AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesSolverDetector - Class in choco.cp.common.util.preprocessor.detector
An instance of AbstractTaskVariableEqualitiesDetector that modify the model AND the solver, but doesn't ensure variables/constraints matching between each other.
AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesSolverDetector(CPModel, PreProcessCPSolver) - Constructor for class choco.cp.common.util.preprocessor.detector.AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesSolverDetector
 
AbstractTemporalDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
AbstractTemporalDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.AbstractTemporalDetector
 
AbstractTernIntSConstraint - Class in choco.kernel.solver.constraints.integer
An abstract class for all implementations of (unary) listeners over one search variable.
AbstractTernIntSConstraint(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.kernel.solver.constraints.integer.AbstractTernIntSConstraint
Builds a ternary constraint with the specified variables.
AbstractTernSetSConstraint - Class in choco.kernel.solver.constraints.set
 
AbstractTernSetSConstraint(SetVar, SetVar, SetVar) - Constructor for class choco.kernel.solver.constraints.set.AbstractTernSetSConstraint
 
AbstractUnIntSConstraint - Class in choco.kernel.solver.constraints.integer
An abstract class for all implementations of (unary) listeners over one search variable.
AbstractUnIntSConstraint(IntDomainVar) - Constructor for class choco.kernel.solver.constraints.integer.AbstractUnIntSConstraint
 
AbstractUnRealSConstraint - Class in choco.kernel.solver.constraints.real
 
AbstractUnRealSConstraint(RealVar) - Constructor for class choco.kernel.solver.constraints.real.AbstractUnRealSConstraint
Constraucts a constraint with the priority 0.
AbstractUnSetSConstraint - Class in choco.kernel.solver.constraints.set
 
AbstractUnSetSConstraint(SetVar) - Constructor for class choco.kernel.solver.constraints.set.AbstractUnSetSConstraint
 
AbstractUseResourcesSConstraint - Class in choco.cp.solver.constraints.global.scheduling
 
AbstractUseResourcesSConstraint(IEnvironment, TaskVar, int, IntDomainVar[], IRTask[]) - Constructor for class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
AbstractVar - Class in choco.kernel.solver.variables
An abstract class for all implementations of domain variables.
AbstractVar(Solver, String, APartiallyStoredCstrList<? extends SConstraint>) - Constructor for class choco.kernel.solver.variables.AbstractVar
Initializes a new variable.
ABSTRACTVAR_EXTENSION - Static variable in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
AbstractVariable - Class in choco.kernel.model.variables
Created by IntelliJ IDEA.
AbstractVariable(VariableType, boolean, IConstraintList) - Constructor for class choco.kernel.model.variables.AbstractVariable
 
AbstractVariable(VariableType, boolean) - Constructor for class choco.kernel.model.variables.AbstractVariable
 
AbstractVariable(VariableType, Variable[], boolean) - Constructor for class choco.kernel.model.variables.AbstractVariable
 
AbstractVilimStatus<E> - Class in choco.cp.solver.constraints.global.scheduling.trees
 
AbstractVilimStatus(AbstractVilimTree.NodeType, E) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
AbstractVilimTree - Class in choco.cp.solver.constraints.global.scheduling.trees
 
AbstractVilimTree(List<? extends ITask>) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
AbstractVisuManager - Class in choco.kernel.visu
 
AbstractVisuManager() - Constructor for class choco.kernel.visu.AbstractVisuManager
 
AbstractXYTaskGenerator - Class in choco.visu.components.chart.labels
 
AbstractXYTaskGenerator(String, NumberFormat, NumberFormat) - Constructor for class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
AbstractXYTaskGenerator(String, DateFormat, NumberFormat) - Constructor for class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
AbstractXYTaskGenerator(String, NumberFormat, DateFormat) - Constructor for class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
AbstractXYTaskGenerator(String, DateFormat, DateFormat) - Constructor for class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
AC2001 - Static variable in class parser.chocogen.ObjectFactory
 
AC2001BinSConstraint - Class in choco.cp.solver.constraints.integer.extension
 
AC2001BinSConstraint(IntDomainVar, IntDomainVar, BinRelation, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
AC2008 - Static variable in class parser.chocogen.ObjectFactory
 
AC32 - Static variable in class parser.chocogen.ObjectFactory
 
AC3BinSConstraint - Class in choco.cp.solver.constraints.integer.extension
 
AC3BinSConstraint(IntDomainVar, IntDomainVar, BinRelation) - Constructor for class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
AC3rmBinSConstraint - Class in choco.cp.solver.constraints.integer.extension
The AC3rm algorithm.
AC3rmBinSConstraint(IntDomainVar, IntDomainVar, BinRelation) - Constructor for class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
AC3rmBitBinSConstraint - Class in choco.cp.solver.constraints.integer.extension
 
AC3rmBitBinSConstraint(IntDomainVar, IntDomainVar, CouplesBitSetTable) - Constructor for class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
acceptTransitiveArcs() - Method in class choco.kernel.common.opres.graph.GraphDTC
 
AChocoBrick - Class in choco.visu.components.bricks
 
AChocoBrick(AChocoPApplet, Var) - Constructor for class choco.visu.components.bricks.AChocoBrick
 
AChocoPApplet - Class in choco.visu.components.papplets
 
AChocoPApplet(Object) - Constructor for class choco.visu.components.papplets.AChocoPApplet
Create a new instanciation of AChocoPApplet
ACleq(int) - Method in class choco.cp.solver.constraints.global.Lex
 
ACless(int) - Method in class choco.cp.solver.constraints.global.Lex
 
acos_wrt(RealInterval, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
action(Constraint) - Method in class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector
Do an action on c, depending on implementation.
action(Constraint) - Method in class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesModelDetector
Store deletion instruction of c
action(Constraint) - Method in class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesSolverDetector
Delete link between Model object and Solver object.
actionPerformed(ActionEvent) - Method in class samples.multicostregular.asap.hci.control.ASAPButtonControl
 
actionPerformed(ActionEvent) - Method in class samples.multicostregular.asap.hci.control.ASAPReadControl
 
activate(IEnvironment) - Method in class choco.kernel.solver.propagation.Propagator
Activate a constraint.
active - Variable in class choco.kernel.solver.propagation.Propagator
a field for storing whether the constraint is active or not
adam - Variable in class samples.tutorials.to_sort.U2planning
 
Adapter - Class in choco.cp.solver.constraints.strong
 
Adapter(AbstractIntSConstraint) - Constructor for class choco.cp.solver.constraints.strong.Adapter
 
add(Constraint) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Add a constraint c to the model which is currently treated by the detector.
add(Variable) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Add a variable v to the model which is currently treated by the detector.
add(PropagationEvent) - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Adds a new constraint in the right part of the set (will not be propagated).
add(int) - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
add a value.
add(int, int) - Method in class choco.kernel.common.opres.graph.DagDTC
 
add(int, int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
add(E) - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
add(int) - Method in class choco.kernel.common.util.ModifiableInteger
Adds
add(int, int) - Method in class choco.kernel.common.util.objects.BooleanSparseMatrix
Add a new element in the matrix
add(E) - Method in class choco.kernel.common.util.objects.CircularQueue
 
add(Propagator) - Method in interface choco.kernel.common.util.objects.ConstraintCollection
Adds a new constraint in the explain.
add(O) - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
Add object to the structure
add(int) - Method in class choco.kernel.common.util.objects.IntList
 
add(int, int) - Method in interface choco.kernel.common.util.objects.ISparseMatrix
Add a new element in the matrix
add(Object) - Method in class choco.kernel.common.util.objects.PriorityQueue
Adds an element to the queue.
add(Object, int) - Method in class choco.kernel.common.util.objects.PriorityQueue
Adds an element to the queue with the specified priority.
add(RecomputableElement) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
add(double) - Method in class choco.kernel.memory.copy.RcDouble
 
add(double) - Method in class choco.kernel.memory.copy.RcDoubleVector
Adds a new search at the end of the vector.
add(int) - Method in class choco.kernel.memory.copy.RcInt
 
add(int) - Method in class choco.kernel.memory.copy.RcIntVector
Adds a new search at the end of the vector.
add(long) - Method in class choco.kernel.memory.copy.RcLong
 
add(long) - Method in class choco.kernel.memory.copy.RcLongVector
Adds a new search at the end of the vector.
add(E) - Method in class choco.kernel.memory.copy.RcVector
Adds a new search at the end of the vector.
ADD - Static variable in interface choco.kernel.memory.IStateBinaryTree
static integer representing an operation over a binary tree ADD, a new interval has been added in the tree
add(int, int) - Method in interface choco.kernel.memory.IStateBinaryTree
add a new interval [a,b] in the tree
add(IStateBinaryTree.Node) - Method in interface choco.kernel.memory.IStateBinaryTree
Add a node in the tree
add(IStateBinaryTree.Node, boolean) - Method in interface choco.kernel.memory.IStateBinaryTree
Add a node in the tree and save the operation if requested
add(double) - Method in interface choco.kernel.memory.IStateDouble
modifying a StoredInt by an increment
add(double) - Method in interface choco.kernel.memory.IStateDoubleVector
Adds a new search at the end of the vector.
add(int) - Method in interface choco.kernel.memory.IStateInt
Modifying a StoredInt by an increment.
add(int) - Method in interface choco.kernel.memory.IStateIntVector
Adds a new search at the end of the vector.
add(long) - Method in interface choco.kernel.memory.IStateLong
modifying a StoredInt by an increment
add(long) - Method in interface choco.kernel.memory.IStateLongVector
Adds a new search at the end of the vector.
add(E) - Method in interface choco.kernel.memory.IStateVector
Adds a new search at the end of the vector.
add(int) - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
add(E) - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Add an stored object
add(E) - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
Add a variable to the structure.
add(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
add(int) - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
add(IStateBinaryTree.Node) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
add(int, int) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
add(IStateBinaryTree.Node, boolean) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
add(double) - Method in class choco.kernel.memory.trailing.StoredDouble
 
add(double) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Adds a new search at the end of the vector.
add(int) - Method in class choco.kernel.memory.trailing.StoredInt
 
add(int) - Method in class choco.kernel.memory.trailing.StoredIntVector
Adds a new search at the end of the vector.
add(long) - Method in class choco.kernel.memory.trailing.StoredLong
 
add(long) - Method in class choco.kernel.memory.trailing.StoredLongVector
Adds a new search at the end of the vector.
add(E) - Method in class choco.kernel.memory.trailing.StoredVector
 
add(Constraint) - Static method in class choco.kernel.model.factories.ConstraintListFactory
 
add(int) - Method in class choco.kernel.solver.branch.Extension
 
add(Propagator) - Method in interface choco.kernel.solver.constraints.SConstraintCollection
Adds a new constraint in the explain.
add(RealInterval, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
ADD - Static variable in class parser.absconparseur.PredicateTokens
 
add(Object) - Static method in class parser.absconparseur.PredicateTokens
 
add(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
add(String, Class, String, int) - Method in class parser.absconparseur.ReflectionManager.DigestedFields
 
add(ASAPShiftOn) - Method in class samples.multicostregular.asap.data.ASAPShiftOnRequest
 
add(ASAPPatternElement) - Method in class samples.multicostregular.asap.data.ASAPShiftSet
 
add(ASAPPatternElement) - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
add(ASAPShift) - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
addAll(Collection) - Method in interface choco.kernel.common.util.objects.ConstraintCollection
Adds several constraints at a time
addAll(Collection) - Method in class choco.kernel.common.util.objects.PriorityQueue
Adds all the elments of a collection to the queue.
addAll(Collection) - Method in interface choco.kernel.solver.constraints.SConstraintCollection
Adds several constraints at a time
addAllDisjunctiveEdges(PreProcessCPSolver) - Method in class choco.cp.common.util.preprocessor.detector.DisjunctionsSolverDetector
Build the constraint graph of disjonctions and compute the duration of each task
addAllNeqEdges() - Method in class choco.cp.common.util.preprocessor.detector.CliquesModelDetector
Build the constraint graph of differences
addArc(int, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
addArc(int, int, int, E) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
addArc(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
add the arc (u,v) in the graph view structure (required properties are dynamically updated)
addBasicConstraints() - Method in class samples.rackconfig.RackConfig
 
addBoxedVar(RealVar) - Method in class choco.cp.solver.constraints.real.Equation
 
addBrick(IChocoBrick) - Method in interface choco.kernel.visu.components.IVisuVariable
 
addBrick(IChocoBrick) - Method in class choco.visu.variables.VisuVariable
Add a brock observer to the visuvariable
addChart(boolean, boolean) - Method in class samples.MyXYTaskDatasetDemo
 
addChild(ALogicTree) - Method in class choco.kernel.model.constraints.cnf.Literal
 
addClause(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
addClause(IntDomainVar[], IntDomainVar[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
add a clause in the store WARNING : this method assumes that the variables are in the scope of the ClauseStore
addClique(Clique) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCVariable
 
addComponentEdge(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
add an edge in the component graph between compi and compj: componentOrder stores the transitive closure of that graph
addComponentEdge(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
add an edge in the component graph between compi and compj: componentOrder stores the transitive closure of that graph
addComponentVertex() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
adds a new vertex to the component graph (= a component = a set of s. connected vertices in the original graph)
addComponentVertex() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
adds a new vertex to the component graph (= a component = a set of s. connected vertices in the original graph)
addConstraint(Constraint...) - Method in class choco.cp.model.CPModel
Deprecated.  
addConstraint(String, Constraint...) - Method in class choco.cp.model.CPModel
Deprecated.  
addConstraint(Constraint) - Method in class choco.cp.model.CPModel
Add one constraint to the model.
addConstraint(String, Constraint) - Method in class choco.cp.model.CPModel
Add one constraint to the model.
addConstraint(MyConstraint) - Method in class choco.cp.solver.constraints.strong.SCVariable
 
addConstraint(Constraint...) - Method in class choco.cp.solver.CPSolver
 
addConstraint(boolean, Constraint...) - Method in class choco.cp.solver.CPSolver
 
addConstraint(SConstraint, int, boolean) - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
addConstraint(SConstraint, int, boolean) - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Adds a new constraints on the stack of constraints the addition can be dynamic (undone upon backtracking) or not.
addConstraint(SConstraint, int, boolean) - Method in class choco.kernel.memory.structure.PartiallyStoredIntCstrList
Adds a new constraints on the stack of constraints the addition can be dynamic (undone upon backtracking) or not.
addConstraint(SConstraint, int, boolean) - Method in class choco.kernel.memory.structure.PartiallyStoredTaskCstrList
Adds a new constraints on the stack of constraints the addition can be dynamic (undone upon backtracking) or not.
addConstraint(Constraint...) - Method in interface choco.kernel.model.Model
Deprecated.  
addConstraint(Constraint) - Method in interface choco.kernel.model.Model
Add one constraint to the model.
addConstraint(String, Constraint...) - Method in interface choco.kernel.model.Model
Deprecated.  
addConstraint(String, Constraint) - Method in interface choco.kernel.model.Model
Add one constraint to the model.
addConstraint(SConstraint, int, boolean) - Method in class choco.kernel.solver.variables.AbstractVar
Adds a new constraints on the stack of constraints the addition can be dynamic (undone upon backtracking) or not.
addConstraint(SConstraint, int, boolean) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
Adds a new listener for the variable, that is a constraint which should be informed as soon as the variable domain is modified.
addConstraint(SConstraint, int, boolean) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Adds a new constraints on the stack of constraints the addition can be dynamic (undone upon backtracking) or not.
addConstraint(SConstraint, int, boolean) - Method in interface choco.kernel.solver.variables.Var
Adds a new listener for the variable, that is a constraint which should be informed as soon as the variable domain is modified.
addConstraintExtension(SConstraint<?>) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
addConstraints(Constraint...) - Method in class choco.cp.model.CPModel
Add one or more constraint to the model.
addConstraints(String, Constraint...) - Method in class choco.cp.model.CPModel
Add constraints to the model
addConstraints(Constraint...) - Method in interface choco.kernel.model.Model
Add one or more constraint to the model.
addConstraints(String, Constraint...) - Method in interface choco.kernel.model.Model
Add one or more constraint to the model.
addConstraintToVarWeights(SConstraint<?>) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
addCounter(ICounter) - Method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
addcste - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
coefficients of the integer variable
addDayOfWeekCover(ASAPCover) - Method in class samples.multicostregular.asap.data.ASAPCoverRequirements
 
ADDED - Static variable in class choco.kernel.common.opres.graph.GraphDTC
 
addEdge(Variable, Variable, Constraint) - Method in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector
 
addEdge(int, int, E) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
addEdge(int, int, int, int, E) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
addEdge(int, int) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
addElements(Variable[], Constraint...) - Method in class choco.kernel.model.constraints.ComponentConstraintWithSubConstraints
 
addEpsilon(int, int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
addErrorFileHandler(File) - Static method in class choco.kernel.common.logging.ChocoLogging
add a new handler whichs receive error logs
AddEvaluator - Class in parser.absconparseur.intension.arithmetic
 
AddEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.AddEvaluator
 
addExtension(int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Adds a new extension.
addExtension(int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Adds a new extension.
addExtension(int) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
Adds a new extension.
addExtension(int) - Method in interface choco.IExtensionnable
Adds a new extension.
addExtension(int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Adds a new extension.
addExtension(int) - Method in class choco.kernel.solver.constraints.Formula
Adds a new extension.
addExtension(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
Adds a new extension.
addExtension(int) - Method in class choco.kernel.solver.variables.AbstractVar
Adds a new extension.
addExtension(int) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
addExtension(int) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
addFailure(SConstraint<?>) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
addFileHandler(File, Level, Formatter) - Static method in class choco.kernel.common.logging.ChocoLogging
 
addFileHandler(File) - Static method in class choco.kernel.common.logging.ChocoLogging
add a new handler whichs receive logs
addForbidRegions(int, List<Region>) - Method in class choco.cp.solver.constraints.global.geost.frames.Frame
Adds a given shape id and a Vector of regions to the Frame.
addGoal(AbstractIntBranchingStrategy) - Method in class choco.cp.solver.CPSolver
Adds a new branching goal to the end of list of goals
addGoal(AbstractIntBranchingStrategy) - Method in interface choco.kernel.solver.Solver
Adds a new branching goal to the end of list of goals
addGoal(AbstractIntBranchingStrategy) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
addHandler(Handler, Logger...) - Static method in class choco.kernel.common.logging.ChocoLogging
 
addIncFailure(SConstraint<?>) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
addInf(int) - Method in interface choco.kernel.memory.IStateIntInterval
Modifying a StoredIntInterval inf by an increment.
addInf(int) - Method in class choco.kernel.memory.structure.IntInterval
 
addIntConstant(int, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
addIntVar(IntDomainVar) - Method in class choco.cp.solver.CPSolver
Add a integer variable to the integer variables list
ADDITIONAL_RULES - Static variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
ADDKER - Static variable in class choco.cp.solver.variables.set.SetVarEvent
 
ADDKER_MASK - Static variable in class choco.cp.solver.variables.set.SetVarEvent
 
addLeft(E) - Method in class choco.kernel.common.util.objects.BipartiteSet
Adds an object to the left part of the set.
addLexConstraint() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
addListener(SConstraint) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
addListener(boolean) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
addListener(AbstractSConstraint) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
addListener(boolean) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
addListener(boolean) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
addListener(boolean) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
This function connects a constraint with its variables in several ways.
addListener(boolean) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
does not really add a listener as it is useless for propagation.
addListener(boolean) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
addListener(boolean) - Method in class choco.kernel.solver.propagation.Propagator
This function connects a constraint with its variables in several ways.
addMandatoryShift() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
addMaxShiftType(String, int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
addMenuBar() - Method in class samples.multicostregular.asap.hci.presentation.ASAPMainWindow
 
addMinCoverConstraint() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
addMinShiftType(String, int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
addNeighborhood(NeighborhoodOperator, AbstractIntBranchingStrategy, int) - Method in class samples.tutorials.lns.lns.LNSCPSolver
add a neighborhood operator to apply to the solutions
addNeighborhood(NeighborhoodOperator) - Method in class samples.tutorials.lns.lns.LNSCPSolver
add a neighborhood operator to apply to the solutions using the default branching strategy and a default run number of 5
addNeighborhood(Neighborhood) - Method in class samples.tutorials.lns.lns.LNSCPSolver
add a neighborhood operator to apply to the solutions
addNext(State, int) - Method in class choco.kernel.model.constraints.automaton.State
 
addNoGood(IntDomainVar[], IntDomainVar[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
addNogood(IntDomainVar[], IntDomainVar[]) - Method in class choco.cp.solver.CPSolver
Add a nogood to the solver.
addObservable(IObservable) - Method in class choco.visu.Tracer
Set the variable event queue to observe
addObserver(IObserver) - Method in class choco.cp.solver.propagation.ObservableVarEventQueue
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addObserver(IObserver) - Method in interface choco.IObservable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addObserver(IObserver) - Method in class choco.visu.searchloop.ObservableStepSearchLoop
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOne() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
addOption(String) - Method in interface choco.kernel.model.IOptions
Add an option to the pool of option.
addOption(String) - Method in class choco.kernel.model.ModelObject
 
addOption(String) - Method in class choco.kernel.model.variables.set.SetVariable
 
addOptions(String, IOptions...) - Method in class choco.cp.model.CPModel
 
addOptions(String) - Method in interface choco.kernel.model.IOptions
Add several options to the pool of option.
addOptions(String[]) - Method in interface choco.kernel.model.IOptions
Add an array of options to the pool of options of the object
addOptions(List<String>) - Method in interface choco.kernel.model.IOptions
Add a list of options to the pool of options of the object
addOptions(Set<String>) - Method in interface choco.kernel.model.IOptions
Add a set of options to the pool of options of the object
addOptions(String, IOptions...) - Method in interface choco.kernel.model.Model
 
addOptions(String) - Method in class choco.kernel.model.ModelObject
 
addOptions(String[]) - Method in class choco.kernel.model.ModelObject
 
addOptions(List<String>) - Method in class choco.kernel.model.ModelObject
 
addOptions(Set<String>) - Method in class choco.kernel.model.ModelObject
 
addPanel(AVarChocoPanel) - Method in interface choco.kernel.visu.IVisu
Add a new panel to the main frame of the Choco visualizer.
addPanel(AVarChocoPanel) - Method in class choco.visu.Visu
Add a new panel to the main frame of the Choco visualizer.
addPattern(ASAPPattern) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
addPatternElement(ASAPPatternElement) - Method in class samples.multicostregular.asap.data.base.ASAPSubPattern
 
addPrec(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
incrementaly add the arc (u,v) in the precedence graph
addPropagatedEvents(int) - Method in class choco.kernel.solver.propagation.event.VarEvent
 
addPropagationEngineListener(PropagationEngineListener) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Adds a new listener to some events occuring in the propagation engine.
addPropagationEngineListener(PropagationEngineListener) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Adds a new listener to some events occuring in the propagation engine.
addrealConstant(double, RealIntervalConstant) - Method in class choco.cp.solver.CPSolver
 
addRealVar(RealVar) - Method in class choco.cp.solver.CPSolver
Add a real variable to the real variables list
addRedondantModel() - Method in class samples.rackconfig.RackConfig
 
addRelatedExternalConstraint(ExternalConstraint) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Adds a Related External Constraint to this object.
addRelatedInternalConstraint(InternalConstraint) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Adds a Related Internal Constraint to this object.
addRemoval(int[]) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
 
addRight(E) - Method in class choco.kernel.common.util.objects.BipartiteSet
Adds an object to the right part of the set.
addSetVar(SetVar) - Method in class choco.cp.solver.CPSolver
Add a set variable to the set variables list
addShiftedBox(ShiftedBox) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
addSkill(String) - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
addSkill(ASAPSkill) - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
addState() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
addState(int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
addSup(int) - Method in interface choco.kernel.memory.IStateIntInterval
Modifying a StoredIntInterval sup by an increment.
addSup(int) - Method in class choco.kernel.memory.structure.IntInterval
 
addSymmetryBreak() - Method in class samples.rackconfig.RackConfig
 
addTimeLength(int, int) - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
addTimePeriod(int, int) - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
addToAlphabet(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
addToKernel(int) - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
addToKernel(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
addToKernel(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
addToKernel(int, int) - Method in class choco.cp.solver.variables.set.SetVarImpl
Deprecated. 
addToKernel(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.set.SetDomain
 
addToKernel(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.set.SetVar
Propagation events updating the kernel of a variable (i.e adding a value)
addToKernel(int, int) - Method in interface choco.kernel.solver.variables.set.SetVar
Deprecated. 
addTransition(int, int, int...) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
addTransition(State, State, int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
addVal(int) - Method in class choco.kernel.common.util.objects.DoubleLinkedList
Add an element "val"
addVariable(Variable) - Method in class choco.cp.model.CPModel
Add a variable to the model
addVariable(String, Variable) - Method in class choco.cp.model.CPModel
Add one variable with options to the model
addVariable(Variable...) - Method in class choco.cp.model.CPModel
Deprecated.  
addVariable(String, Variable...) - Method in class choco.cp.model.CPModel
Deprecated.  
addVariable(Variable) - Method in interface choco.kernel.model.Model
Add a variable to the model
addVariable(String, Variable) - Method in interface choco.kernel.model.Model
Add one variable with options to the model
addVariable(Variable...) - Method in interface choco.kernel.model.Model
Deprecated.  
addVariable(String, Variable...) - Method in interface choco.kernel.model.Model
Deprecated.  
addVariableExtension(Var) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
addVariables(Variable...) - Method in class choco.cp.model.CPModel
Add variables to the model.
addVariables(String, Variable...) - Method in class choco.cp.model.CPModel
Add variables to CPModel.
addVariables(Variable...) - Method in interface choco.kernel.model.Model
Add one or more variables to the model
addVariables(String, Variable...) - Method in interface choco.kernel.model.Model
Add one or more variables to the model with particular options
addVisualizer(Visualizer) - Method in class trace.Visualization
Add a constraint/variable visualizer to the container
addZero() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
adjacent(Outbox) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
adjustMax(int, int) - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
adjustMin(int, int) - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
advanced(Model, IntegerVariable[][], int[][]) - Method in class samples.tutorials.puzzles.Sudoku
 
advancedInitialPropagation() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
advancedInitialPropagation() - Method in class choco.kernel.solver.search.AbstractOptimize
 
affiche - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
affiche - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.GlobalCardinalityNoLoop
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
affiche - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
affiche - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
boolean for debug and show a trace of the execution
affiche() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
affiche - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
boolean for debug and show a trace of the execution
affiche - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
AFFICHE - Static variable in class choco.cp.solver.constraints.global.tree.TreeSConstraint
boolean for debug and show a trace of the execution
affichecosts - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
boolean for debug and show a trace of the execution
afficheInst(int[]) - Method in class samples.tutorials.to_sort.BinPacking
 
afficheMinTravelTime() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
 
afficheRemovals - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
boolean that allow to display the removals trace
afterInitialPropagation() - Method in class trace.VisuWrapper
 
afterInitialPropagation() - Method in class trace.VoidWrapper
 
AircraftLanding - Class in samples.tutorials.scheduling
n landing must land on a landing strip.
AircraftLanding() - Constructor for class samples.tutorials.scheduling.AircraftLanding
 
AirPlaneLanding - Class in samples.tutorials.scheduling
n planes must land on a landing strip.
AirPlaneLanding() - Constructor for class samples.tutorials.scheduling.AirPlaneLanding
 
AirPlaneLandingWithLNS - Class in samples
n planes must land on a landing strip.
AirPlaneLandingWithLNS() - Constructor for class samples.AirPlaneLandingWithLNS
 
ajoutInTransition(State, int) - Method in class choco.kernel.model.constraints.automaton.State
 
algorithmAC - Static variable in class parser.chocogen.ObjectFactory
algo d'ac : 2001 ou 32 ou 2008
alignText(int, int) - Method in class choco.visu.components.bricks.AChocoBrick
Returns the y coordinate where a text has to be write.
alignText(float, float) - Method in class choco.visu.components.bricks.AChocoBrick
Returns the y coordinate where a text has to be write.
ALL - Static variable in class trace.CPVizConstant
 
ALL_DIFFERENT - Static variable in class choco.kernel.solver.constraints.Formula
 
ALL_DIFFERENT - Static variable in class parser.absconparseur.InstanceTokens
 
allDifferent(IntegerVariable...) - Static method in class choco.Choco
All different constraints with a global filtering : v1 !
allDifferent(String, IntegerVariable...) - Static method in class choco.Choco
All different constraints with a global filtering : v1 !
allDifferent(String, IntegerVariable[]) - Method in class choco.cp.model.CPModel2
 
AllDifferent - Class in choco.cp.solver.constraints.global.matching
Standard alldiff constraint with generalized AC integer valued variables are used only for the left vertex set no explicit variables are used for the right vertex set the right vertex set is the interval (minValue .. maxValue)
AllDifferent(IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.matching.AllDifferent
API entry point: creating an ice alldifferent constraint (before posting it)
AllDifferent(IntDomainVar[], int, int, IEnvironment) - Constructor for class choco.cp.solver.constraints.global.matching.AllDifferent
AllDiff constraint constructor
allDifferent(String, IntegerVariable[]) - Method in interface choco.kernel.model.Model2
 
AllDifferent - Class in trace.visualizers
A specialized visualizer for the allDifferent constraint.
AllDifferent(IntDomainVar[], String, int, int) - Constructor for class trace.visualizers.AllDifferent
Build a visualizer for the allDifferent constraint
AllDifferent(IntDomainVar[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.AllDifferent
Build a visualizer for the allDifferent constraint
AllDifferentManager - Class in choco.cp.model.managers.constraints.global
A manager to build new all different constraints (and more... soon)
AllDifferentManager() - Constructor for class choco.cp.model.managers.constraints.global.AllDifferentManager
 
AllDifferentMatrix - Class in trace.visualizers
A specialized visualizer for a list of allDifferent constraints.
AllDifferentMatrix(IntDomainVar[][], String, int, int) - Constructor for class trace.visualizers.AllDifferentMatrix
Build a visualizer for a list of allDifferent constraints
AllDifferentMatrix(IntDomainVar[][], String, String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.AllDifferentMatrix
Build a visualizer for a list of allDifferent constraints
allDiffLargeItems() - Method in class choco.kernel.model.constraints.pack.PackModel
Redundant Constraint : allDifferent on the k-th largest items
AllDisjoint - Class in choco.cp.solver.constraints.set
 
AllDisjoint(SetVar[]) - Constructor for class choco.cp.solver.constraints.set.AllDisjoint
 
allInstantiated() - Method in class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
 
AllIntervalSeries - Class in samples.tutorials

AllIntervalSeries() - Constructor for class samples.tutorials.AllIntervalSeries
 
allIsScheduled() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
allocate(IntDomainVar[], int) - Method in class choco.cp.solver.constraints.global.OrderedSparseArray
 
allScheduled - Variable in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
allSchedulingModelDetectors(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
ALogicTree - Class in choco.kernel.model.constraints.cnf

ALogicTree(ALogicTree.Type) - Constructor for class choco.kernel.model.constraints.cnf.ALogicTree
 
ALogicTree.Operator - Enum in choco.kernel.model.constraints.cnf
 
ALogicTree.Type - Enum in choco.kernel.model.constraints.cnf
 
alpha - Variable in class choco.cp.solver.constraints.global.Lex
 
alphabet - Variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
AltCumulative - Class in choco.cp.solver.constraints.global.scheduling.cumulative
 
AltCumulative(Solver, String, TaskVar[], IntDomainVar[], IntDomainVar[], IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.AltCumulative
 
AltDisjRules - Class in choco.cp.solver.constraints.global.scheduling.disjunctive
 
AltDisjRules(IRTask[], IRMakespan, IEnvironment) - Constructor for class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
altDisjTreeTL - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
AltDisjTreeTL - Class in choco.cp.solver.constraints.global.scheduling.trees
 
AltDisjTreeTL(List<? extends ITask>) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTL
 
AltDisjTreeTL.AltDisjStatusTL - Class in choco.cp.solver.constraints.global.scheduling.trees
 
AltDisjTreeTL.AltDisjStatusTL(AbstractVilimTree.NodeType) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTL.AltDisjStatusTL
 
altDisjTreeTLTO - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
AltDisjTreeTLTO - Class in choco.cp.solver.constraints.global.scheduling.trees
 
AltDisjTreeTLTO(List<? extends ITask>) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
AltDisjTreeTLTO.AltDisjStatusTLTO - Class in choco.cp.solver.constraints.global.scheduling.trees
 
AltDisjTreeTLTO.AltDisjStatusTLTO(AbstractVilimTree.NodeType) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
AltDisjunctive - Class in choco.cp.solver.constraints.global.scheduling.disjunctive
 
AltDisjunctive(Solver, String, TaskVar[], IntDomainVar[], IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjunctive
 
among(IntegerVariable, int[]) - Static method in class choco.Choco
Deprecated. use member
among(IntegerVariable, IntegerVariable[], int[]) - Static method in class choco.Choco
NVAR is the number of variables of the collection VARIABLES that take their value in VALUES.
among(IntegerVariable, IntegerVariable[], SetVariable) - Static method in class choco.Choco
NVAR is the number of variables of the collection VARIABLES that take their value in SVAR.
among(IntegerVariable[], SetVariable, IntegerVariable) - Static method in class choco.Reformulation
AMONG constraint reformulated like:
introducing BOOL variable for each VARIABLE, adding following constraints: for each VARIABLE : REIFIED(BOOL_i, MEMBER(VARIABLE_i, S)), EQ(SUM(BOOL), N),
among(IntegerVariable, IntegerVariable[], int[]) - Static method in class choco.Reformulation
AMONG constraint reformulated like:
introducing BOOL variable for each VARIABLE, adding following constraints: for each VARIABLE : REIFIED(BOOL_i, AMONG(VARIABLE_i, VALUES)), EQ(SUM(BOOL), N),
AmongGAC - Class in choco.cp.solver.constraints.global
User : cprudhom, fhermenie Mail : cprudhom(a)emn.fr Date : 22 fevr. 2010 Since : Choco 2.1.1

GCCAT: NVAR is the number of variables of the collection VARIABLES that take their value in VALUES.

AmongGAC(IntDomainVar[], int[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.AmongGAC
Constructs a constraint with the specified priority.
AmongSet - Class in choco.cp.solver.constraints.set
User : cprudhom Mail : cprudhom(a)emn.fr Date : 23 f�vr. 2010 Since : Choco 2.1.1

NVAR is the number of variables of the collection VARIABLES that take their value in SVAR.

AmongSet(Var[], IEnvironment) - Constructor for class choco.cp.solver.constraints.set.AmongSet
Constructs a constraint with the specified priority.
AmongSetManager - Class in choco.cp.model.managers.constraints.set
User : cprudhom Mail : cprudhom(a)emn.fr Date : 23 f�vr. 2010 Since : Choco 2.1.1
AmongSetManager() - Constructor for class choco.cp.model.managers.constraints.set.AmongSetManager
 
analyseConstants(CPModel) - Method in class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
analyseIntegerVariables(CPModel) - Method in class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
analyseMultipleVariables(CPModel) - Method in class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
analyseRealVariables(CPModel) - Method in class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
analyseSetVariables(CPModel) - Method in class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
analysis(CPModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
Anslyses a model and print messages about general statistics
AnalysisModelDetector - Class in choco.cp.common.util.preprocessor.detector

AnalysisModelDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
and(IntegerVariable...) - Static method in class choco.Choco
A constraint for logical conjunction between boolean variables lit1 AND lit2 AND ...
and(Constraint...) - Static method in class choco.Choco
 
and(IntDomainVar...) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for AND constraint over integer variables
and(Goal...) - Static method in class choco.cp.solver.goals.GoalHelper
 
and(OpenBitSet) - Method in class choco.kernel.common.util.objects.OpenBitSet
Performs a logical AND of this target bit set with the argument bit set.
and(IStateBitSet) - Method in interface choco.kernel.memory.IStateBitSet
 
and(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Performs a logical AND of this target bit set with the argument bit set.
and(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Performs a logical AND of this target bit set with the argument bit set.
and(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet
Performs a logical AND of this target bit set with the argument bit set.
and(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet2
Performs a logical AND of this target bit set with the argument bit set.
and(ALogicTree...) - Static method in class choco.kernel.model.constraints.cnf.Node
 
AND - Static variable in class parser.absconparseur.PredicateTokens
 
and(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
and(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
AndEvaluator - Class in parser.absconparseur.intension.logical
 
AndEvaluator() - Constructor for class parser.absconparseur.intension.logical.AndEvaluator
 
AndManager - Class in choco.cp.model.managers.constraints.expressions
 
AndManager() - Constructor for class choco.cp.model.managers.constraints.expressions.AndManager
 
AndNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
AndNode(INode...) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.AndNode
 
andNot(BitSet[], BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
andNot(OpenBitSet) - Method in class choco.kernel.common.util.objects.OpenBitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
andNot(IStateBitSet) - Method in interface choco.kernel.memory.IStateBitSet
 
andNot(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
andNot(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
andNot(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
andNot(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet2
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
APartiallyStoredCstrList<C extends SConstraint> - Class in choco.kernel.memory.structure
 
APartiallyStoredCstrList(IEnvironment) - Constructor for class choco.kernel.memory.structure.APartiallyStoredCstrList
 
append(T[]...) - Static method in class choco.kernel.common.util.tools.ArrayUtils
Append two Arrays
append(Iterator<E>...) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
append(E[]...) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
appendAndCast(Iterator<? extends E>...) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
appendConfiguration(String) - Method in class parser.instances.ReportFormatter
 
appendConstraint(StringBuilder, SConstraint) - Static method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
appendDiagnostic(String) - Method in class parser.instances.ReportFormatter
 
appendDiagnostic(String, int) - Method in class parser.instances.ReportFormatter
 
appendDiagnostic(String, double) - Method in class parser.instances.ReportFormatter
 
appendDiagnostic(String, Number) - Method in class parser.instances.ReportFormatter
 
appendDiagnostics(String, int, double) - Method in class parser.instances.ReportFormatter
 
AppendIterator<E> - Class in choco.kernel.common.util.iterators
 
AppendIterator(Iterator<? extends E>...) - Constructor for class choco.kernel.common.util.iterators.AppendIterator
 
appendStatus(String) - Method in class parser.instances.ReportFormatter
 
appendValues(String) - Method in class parser.instances.ReportFormatter
 
appendVariable(StringBuilder, Var) - Static method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
apply() - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Apply the detection defined within the detector.
apply() - Method in class choco.cp.common.util.preprocessor.AbstractDetector
 
apply() - Method in class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector
Apply the detection defined within the detector.
apply(int, int, int[], TIntObjectHashMap<IntegerVariableMerger>) - Method in class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector
Merge equal IntegerVariable into a unique one.
apply(int, int, int[], TIntObjectHashMap<IntegerVariableMerger>) - Method in class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesModelDetector
Merge equal IntegerVariable into a unique one.
apply(int, int, int[], TIntObjectHashMap<IntegerVariableMerger>) - Method in class choco.cp.common.util.preprocessor.detector.AbstractIntegerVariableEqualitiesDetector.IntegerVariableEqualitiesSolverDetector
Merge equal IntegerVariable into a unique one.
apply() - Method in class choco.cp.common.util.preprocessor.detector.AbstractTaskVariableEqualitiesDetector
Apply the detection defined within the detector.
apply(int, int, int[], TIntObjectHashMap<TaskVariableMerger>) - Method in class choco.cp.common.util.preprocessor.detector.AbstractTaskVariableEqualitiesDetector
Apply modification detected previously
apply(int, int, int[], TIntObjectHashMap<TaskVariableMerger>) - Method in class choco.cp.common.util.preprocessor.detector.AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesModelDetector
Apply modification detected previously
apply(int, int, int[], TIntObjectHashMap<TaskVariableMerger>) - Method in class choco.cp.common.util.preprocessor.detector.AbstractTaskVariableEqualitiesDetector.TaskVariableEqualitiesSolverDetector
Apply modification detected previously
apply() - Method in class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
apply() - Method in class choco.cp.common.util.preprocessor.detector.CliquesModelDetector
Apply the detection defined within the detector.
apply() - Method in class choco.cp.common.util.preprocessor.detector.DisjunctionsSolverDetector
Apply the detection defined within the detector.
apply() - Method in class choco.cp.common.util.preprocessor.detector.ExpressionSolverDetector
Apply the detection defined within the detector.
apply(Constraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractRscDetector
 
apply(PPResource) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractRscDetector
 
apply(Constraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractTemporalDetector
 
apply(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractTemporalDetector
 
apply() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.ClauseFromDisjointModelDetector
 
apply(PPResource) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjFromCumulModelDetector
 
apply(PPResource) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointFromUnaryModelDetector
 
apply(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointModelDetector
 
apply(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromDisjointModelDetector
 
apply(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromImpliedModelDetector
 
apply(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromReifiedModelDetector
 
apply() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromTimeWindowModelDetector
 
apply() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecReductionModelDetector
 
apply(PPResource) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.RmUnaryModelDetector
 
apply(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
call during backtrack if necessary
apply() - Method in class choco.cp.solver.preprocessor.SymetryBreakingModelDetector
Break symetries in graph coloring by instantiating the largest clique.
apply() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
apply(int, int, int) - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
apply(Random) - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
apply() - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
apply(int, int) - Method in interface choco.kernel.memory.IStateIntProcedure
Procedure applied during backtrack
apply() - Method in class samples.tutorials.to_sort.packing.parser.CompositeHeuristics1BP
 
applyConstraint() - Method in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
a generic method that manage the filtering methods
applyCP() - Method in class parser.instances.AbstractInstanceModel
 
applyDeduction() - Method in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
the main method of the deduction advisor that updates each part of the tree constraint according to the other.
applyFiltering() - Method in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
the main method that allows to apply all the filtering rules of each propagator
applyGCC(RemovalsAdvisor) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.GlobalCardinalityNoLoop
Achieves generalized arc consistency in one call

remove arcs connecting two different strongly connected components the event generated by the flow algorithm: discovering that an edge is no longer valid, and posting this event to the constraint solver: since we are already achieving GAC consistency in one single loop.

applyGraphFiltering() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
filtering method that removes the arcs which become infeasible because of the time windows constraints
applyPermutation(T[], T[]) - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
applyPermutation(List<T>, T[]) - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
applyPermutation(int[]) - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
applyPermutation(int[]) - Method in class choco.kernel.common.util.comparator.Identity
 
applyPermutation(T[], T[]) - Method in class choco.kernel.common.util.comparator.Identity
 
applyPermutation(List<T>, T[]) - Method in class choco.kernel.common.util.comparator.Identity
 
applyPermutation(T[], T[]) - Method in interface choco.kernel.common.util.comparator.IPermutation
apply the permutation on the source array
applyPermutation(List<T>, T[]) - Method in interface choco.kernel.common.util.comparator.IPermutation
 
applyPermutation(int[]) - Method in interface choco.kernel.common.util.comparator.IPermutation
apply the permutation to the integer array
applyPermutation(IPermutation, IntegerConstantVariable[]) - Static method in class choco.kernel.common.util.tools.PermutationUtils
 
applyPermutation(IPermutation, IntegerVariable[]) - Static method in class choco.kernel.common.util.tools.PermutationUtils
 
applySingleIteration(int, int) - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
applySingleRule() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
applySort(IBinaryNode, ListIterator<ITask>) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
applyStructure() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
the main method that allows to update the degree constraint and the cost structure according to the current state of the graph.
applyThenCommit() - Method in class choco.cp.common.util.preprocessor.AbstractDetector
 
applyTWfiltering() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
filtering methods that update the time windows of each node according to the travel time matrix and the graph

* @throws ContradictionException

applyTWfiltering() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
filtering methods that update the time windows of each node according to the precedence constraints and the minimum travel time matrix
Arc - Class in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
Created by IntelliJ IDEA.
Arc(Node, Node, int, int, double) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
Arc(Node, Node, int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
Arc - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Created by IntelliJ IDEA.
Arc(Node, Node, int, int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
 
Arc - Class in choco.kernel.solver.constraints.global.automata.fast_regular.structure
Created by IntelliJ IDEA.
Arc(Node, Node, int, int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc
 
Arc.ArcFacroty - Class in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
 
Arc.ArcFacroty() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc.ArcFacroty
 
Arc.ArcFacroty - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
 
Arc.ArcFacroty() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc.ArcFacroty
 
Arc.ArcFacroty - Class in choco.kernel.solver.constraints.global.automata.fast_regular.structure
 
Arc.ArcFacroty() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc.ArcFacroty
 
ARC_COLOR - Static variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
areIdentical(int[], int[]) - Static method in class parser.absconparseur.Toolkit
 
areOrderedChilds(Document, String, String) - Static method in class parser.absconparseur.tools.DocumentModifier
 
argumentIn(String, int) - Method in class trace.visualizers.Writer
 
argumentOut(int) - Method in class trace.visualizers.Writer
 
arguments - Variable in class cli.AbstractCmdLine
receives other command line parameters than options
ArithmeticEvaluator - Class in parser.absconparseur.intension.arithmetic
 
ArithmeticEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.ArithmeticEvaluator
 
ArithmNode - Interface in choco.kernel.solver.constraints.reified
 
arity - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
arity - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
size of the scope of the constraint
arity - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
size of the scope
arity - Variable in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
arity - Variable in class parser.absconparseur.components.PRelation
 
ARITY - Static variable in class parser.absconparseur.InstanceTokens
 
Arity0Type - Interface in parser.absconparseur.intension.types
 
Arity1ArithmeticEvaluator - Class in parser.absconparseur.intension.arithmetic
 
Arity1ArithmeticEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.Arity1ArithmeticEvaluator
 
Arity1LogicalEvaluator - Class in parser.absconparseur.intension.logical
 
Arity1LogicalEvaluator() - Constructor for class parser.absconparseur.intension.logical.Arity1LogicalEvaluator
 
Arity1Type - Interface in parser.absconparseur.intension.types
 
Arity2ArithmeticEvaluator - Class in parser.absconparseur.intension.arithmetic
 
Arity2ArithmeticEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.Arity2ArithmeticEvaluator
 
Arity2LogicalEvaluator - Class in parser.absconparseur.intension.logical
 
Arity2LogicalEvaluator() - Constructor for class parser.absconparseur.intension.logical.Arity2LogicalEvaluator
 
Arity2Type - Interface in parser.absconparseur.intension.types
 
Arity3ArithmeticEvaluator - Class in parser.absconparseur.intension.arithmetic
 
Arity3ArithmeticEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.Arity3ArithmeticEvaluator
 
Arity3LogicalEvaluator - Class in parser.absconparseur.intension.logical
 
Arity3LogicalEvaluator() - Constructor for class parser.absconparseur.intension.logical.Arity3LogicalEvaluator
 
Arity3Type - Interface in parser.absconparseur.intension.types
 
Arity4LogicalEvaluator - Class in parser.absconparseur.intension.logical
 
Arity4LogicalEvaluator() - Constructor for class parser.absconparseur.intension.logical.Arity4LogicalEvaluator
 
Arity4Type - Interface in parser.absconparseur.intension.types
 
Arm - Class in samples.tutorials.continuous
Samples in Elisa package.
Arm() - Constructor for class samples.tutorials.continuous.Arm
 
around(double) - Method in class choco.cp.solver.CPSolver
Arounds a double d to [d - epsilon, d + epilon].
around(double) - Method in class choco.DeprecatedChoco
Deprecated. 
around(double) - Method in interface choco.kernel.model.RealModeler
Arounds a double d to [d - epsilon, d + epilon].
arpm() - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
array(int[], int) - Method in class trace.visualizers.Writer
 
arrayDvar(Var[], int) - Method in class trace.visualizers.Writer
 
arrayDvar(IntDomainVar[], int) - Method in class trace.visualizers.Writer
 
arrayDvar(SetVar[], int) - Method in class trace.visualizers.Writer
 
ArrayGraph - Class in choco.cp.common.util.preprocessor.graph
A simple representation of a graph as both matrix/list of adjacency to perform clique detection among binary constraints
ArrayGraph(int) - Constructor for class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
ArrayGraph.Edge - Class in choco.cp.common.util.preprocessor.graph
 
ArrayGraph.Edge(int, int) - Constructor for class choco.cp.common.util.preprocessor.graph.ArrayGraph.Edge
 
ArrayIterator<E> - Class in choco.kernel.common.util.iterators
 
ArrayUtils - Class in choco.kernel.common.util.tools
 
ARROW_BIG - Static variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
ARROW_DOT - Static variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
ArticulationPoints - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms
 
ArticulationPoints(StoredBitSetGraph, IStateBitSet) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
ASAPButtonControl - Class in samples.multicostregular.asap.hci.control
Created by IntelliJ IDEA.
ASAPButtonControl(ASAPDataHandler, JButton) - Constructor for class samples.multicostregular.asap.hci.control.ASAPButtonControl
 
ASAPContract - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPContract(ASAPItemHandler, String) - Constructor for class samples.multicostregular.asap.data.base.ASAPContract
 
ASAPCover - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPCover(ASAPItemHandler) - Constructor for class samples.multicostregular.asap.data.base.ASAPCover
 
ASAPCoverRequirements - Class in samples.multicostregular.asap.data
Created by IntelliJ IDEA.
ASAPCoverRequirements() - Constructor for class samples.multicostregular.asap.data.ASAPCoverRequirements
 
ASAPCPModel - Class in samples.multicostregular.asap
Created by IntelliJ IDEA.
ASAPCPModel(String) - Constructor for class samples.multicostregular.asap.ASAPCPModel
 
ASAPDataHandler - Class in samples.multicostregular.asap.hci.abstraction
Created by IntelliJ IDEA.
ASAPDataHandler() - Constructor for class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
ASAPDate - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPDate(int, int, int) - Constructor for class samples.multicostregular.asap.data.base.ASAPDate
 
ASAPEmployee - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPEmployee(ASAPItemHandler, String) - Constructor for class samples.multicostregular.asap.data.base.ASAPEmployee
 
ASAPItemHandler - Class in samples.multicostregular.asap.data
Created by IntelliJ IDEA.
ASAPItemHandler() - Constructor for class samples.multicostregular.asap.data.ASAPItemHandler
 
ASAPMainWindow - Class in samples.multicostregular.asap.hci.presentation
Created by IntelliJ IDEA.
ASAPMainWindow(ASAPDataHandler) - Constructor for class samples.multicostregular.asap.hci.presentation.ASAPMainWindow
 
ASAPMasterWeights - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPMasterWeights() - Constructor for class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
ASAPParser - Class in samples.multicostregular.asap.parser
Created by IntelliJ IDEA.
ASAPParser(String) - Constructor for class samples.multicostregular.asap.parser.ASAPParser
 
ASAPPattern - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPPattern(int, boolean) - Constructor for class samples.multicostregular.asap.data.base.ASAPPattern
 
ASAPPatternElement - Interface in samples.multicostregular.asap.data.base
 
ASAPReadControl - Class in samples.multicostregular.asap.hci.control
Created by IntelliJ IDEA.
ASAPReadControl(ASAPDataHandler) - Constructor for class samples.multicostregular.asap.hci.control.ASAPReadControl
 
ASAPResolutionThread - Class in samples.multicostregular.asap.hci.abstraction
Created by IntelliJ IDEA.
ASAPResolutionThread(ASAPDataHandler) - Constructor for class samples.multicostregular.asap.hci.abstraction.ASAPResolutionThread
 
ASAPRestShift - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPRestShift(ASAPItemHandler) - Constructor for class samples.multicostregular.asap.data.base.ASAPRestShift
 
ASAPResultControl - Class in samples.multicostregular.asap.hci.control
Created by IntelliJ IDEA.
ASAPResultControl(ASAPResultPanel) - Constructor for class samples.multicostregular.asap.hci.control.ASAPResultControl
 
ASAPResultPanel - Class in samples.multicostregular.asap.hci.presentation
Created by IntelliJ IDEA.
ASAPResultPanel(ASAPDataHandler) - Constructor for class samples.multicostregular.asap.hci.presentation.ASAPResultPanel
 
ASAPShift - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPShift(ASAPItemHandler, String, String, String, String, int, int, int) - Constructor for class samples.multicostregular.asap.data.base.ASAPShift
 
ASAPShift(ASAPItemHandler, String) - Constructor for class samples.multicostregular.asap.data.base.ASAPShift
 
ASAPShiftGroup - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPShiftGroup(ASAPItemHandler, String, ASAPShift...) - Constructor for class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
ASAPShiftGroup(ASAPItemHandler, String, String...) - Constructor for class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
ASAPShiftGroup(ASAPItemHandler, String) - Constructor for class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
ASAPShiftOn - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPShiftOn(ASAPItemHandler) - Constructor for class samples.multicostregular.asap.data.base.ASAPShiftOn
 
ASAPShiftOn(ASAPItemHandler, int, ASAPShift, ASAPEmployee, ASAPDate) - Constructor for class samples.multicostregular.asap.data.base.ASAPShiftOn
 
ASAPShiftOn(ASAPItemHandler, int) - Constructor for class samples.multicostregular.asap.data.base.ASAPShiftOn
 
ASAPShiftOnRequest - Class in samples.multicostregular.asap.data
Created by IntelliJ IDEA.
ASAPShiftOnRequest() - Constructor for class samples.multicostregular.asap.data.ASAPShiftOnRequest
 
ASAPShiftSet - Class in samples.multicostregular.asap.data
Created by IntelliJ IDEA.
ASAPShiftSet() - Constructor for class samples.multicostregular.asap.data.ASAPShiftSet
 
ASAPSkill - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPSkill(ASAPItemHandler, String) - Constructor for class samples.multicostregular.asap.data.base.ASAPSkill
 
ASAPSubPattern - Class in samples.multicostregular.asap.data.base
Created by IntelliJ IDEA.
ASAPSubPattern() - Constructor for class samples.multicostregular.asap.data.base.ASAPSubPattern
 
ASAPSummaryControl - Class in samples.multicostregular.asap.hci.control
Created by IntelliJ IDEA.
ASAPSummaryControl(ASAPSummaryPanel) - Constructor for class samples.multicostregular.asap.hci.control.ASAPSummaryControl
 
ASAPSummaryPanel - Class in samples.multicostregular.asap.hci.presentation
Created by IntelliJ IDEA.
ASAPSummaryPanel(int, ASAPResultPanel) - Constructor for class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
ASAPValSelector - Class in samples.multicostregular.asap.heuristics
Created by IntelliJ IDEA.
ASAPValSelector(Solver, IntegerVariable[][], ASAPDataHandler) - Constructor for class samples.multicostregular.asap.heuristics.ASAPValSelector
 
ASAPVarSelector - Class in samples.multicostregular.asap.heuristics
Created by IntelliJ IDEA.
ASAPVarSelector(IntDomainVar[][], Solver) - Constructor for class samples.multicostregular.asap.heuristics.ASAPVarSelector
 
ASAPVarSelector(Solver, IntegerVariable[][]) - Constructor for class samples.multicostregular.asap.heuristics.ASAPVarSelector
 
ASAPViewer - Class in samples.multicostregular.asap
Created by IntelliJ IDEA.
ASAPViewer() - Constructor for class samples.multicostregular.asap.ASAPViewer
 
asin_wrt(RealInterval, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
asList() - Method in interface choco.kernel.solver.search.ISolutionPool
A List with the solution from the last solution recorded to the first according.
asRTaskList() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
asRTaskList() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
asRTaskList() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
asRTaskList() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResource
 
assign() - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
assign() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
AssignInterval - Class in choco.cp.solver.search.real
A binary branching assigning interval to subinterval.
AssignInterval(VarSelector<RealVar>, ValIterator<RealVar>) - Constructor for class choco.cp.solver.search.real.AssignInterval
 
Assignment - Class in samples.tutorials.assignment

Assignment() - Constructor for class samples.tutorials.assignment.Assignment
 
AssignOrForbidIntVarVal - Class in choco.cp.solver.search.integer.branching
A class for branching schemes that consider two branches: - one assigning a value to an IntVar (X == v) - and the other forbidding this assignment (X !
AssignOrForbidIntVarVal(VarSelector<IntDomainVar>, ValSelector<IntDomainVar>) - Constructor for class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarVal
 
AssignOrForbidIntVarVal(VarValPairSelector) - Constructor for class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarVal
Deprecated. 
AssignOrForbidIntVarValPair - Class in choco.cp.solver.search.integer.branching
 
AssignOrForbidIntVarValPair(VarValPairSelector) - Constructor for class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarValPair
 
AssignSetVar - Class in choco.cp.solver.search.set
 
AssignSetVar(VarSelector<SetVar>, ValSelector<SetVar>) - Constructor for class choco.cp.solver.search.set.AssignSetVar
 
AssignVar - Class in choco.cp.solver.search.integer.branching
 
AssignVar(VarSelector, ValIterator) - Constructor for class choco.cp.solver.search.integer.branching.AssignVar
 
AssignVar(VarSelector, ValSelector) - Constructor for class choco.cp.solver.search.integer.branching.AssignVar
 
AssignVar.ValIteratorWrapper - Class in choco.cp.solver.search.integer.branching
 
AssignVar.ValIteratorWrapper(ValIterator) - Constructor for class choco.cp.solver.search.integer.branching.AssignVar.ValIteratorWrapper
 
AssignVar.ValSelectorWrapper - Class in choco.cp.solver.search.integer.branching
 
AssignVar.ValSelectorWrapper(ValSelector) - Constructor for class choco.cp.solver.search.integer.branching.AssignVar.ValSelectorWrapper
 
AssignVar.ValueChooserWrapper - Interface in choco.cp.solver.search.integer.branching
 
associateIndexes(CPModel) - Static method in class choco.cp.common.util.preprocessor.DetectorFactory
Add an index to the variables to be able to map them easily to nodes of the constraint graph
associateIndexes(int, Variable...) - Static method in class choco.cp.common.util.preprocessor.DetectorFactory
 
AssociativeType - Interface in parser.absconparseur.intension.types
 
asTaskList() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
asTaskList() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
asTaskList() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
asTaskList() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResource
A view of the resource as an immutable list.
atMostNValue(IntegerVariable, IntegerVariable[]) - Static method in class choco.Choco
Enforce the number of distinct values among vars to be less than nvalue;
atMostNValue(IntegerVariable[], IntegerVariable) - Static method in class choco.Choco
Deprecated. reorder parameters
AtMostNValue - Class in choco.cp.solver.constraints.global
Enforce the number of identical values wihtin a list of variables to be at most a given variable.
AtMostNValue(IntDomainVar[], IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.AtMostNValue
 
AtMostNValueManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
AtMostNValueManager() - Constructor for class choco.cp.model.managers.constraints.global.AtMostNValueManager
 
attachGoal(AbstractIntBranchingStrategy) - Method in class choco.cp.solver.CPSolver
Deprecated. calls CPSolver.clearGoals() then CPSolver.addGoal(choco.kernel.solver.branch.AbstractIntBranchingStrategy)
attachGoal(AbstractIntBranchingStrategy) - Method in interface choco.kernel.solver.Solver
Deprecated. calls Solver.clearGoals() then Solver.addGoal(choco.kernel.solver.branch.AbstractIntBranchingStrategy)
attachGoal(AbstractIntBranchingStrategy) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
attributes - Variable in class db.DbTableView
 
augment(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
Augment flow on the current matching
augment(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
augment the matching along one alternating path note: throughout the following code, we assume (1 <= x <= c.nbLeftVertices), (1 <= y <= c.nbRightVertices)
augment(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
Augment flow on the current matching
augment(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
augment the matching along one alternating path note: throughout the following code, we assume (1 <= x <= c.nbLeftVertices), (1 <= y <= c.nbRightVertices)
augmentFlow() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
keeps augmenting the flow until a maximal flow is reached
augmentFlow() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
keeps augmenting the flow until a maximal flow is reached
auto - Variable in class choco.kernel.model.constraints.automaton.State
 
autoAdjustRange() - Method in class choco.visu.components.chart.axis.Log2Axis
 
autom - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
automatAll() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
automaton - Variable in class choco.kernel.model.constraints.automaton.DFA
The table of transitions
AutomatonOperation - Class in choco.kernel.solver.constraints.global.automata.common
Created by IntelliJ IDEA.
AutomatonOperation() - Constructor for class choco.kernel.solver.constraints.global.automata.common.AutomatonOperation
 
AVarChocoPanel - Class in choco.kernel.visu.components.panels
 
AVarChocoPanel(String, Variable[]) - Constructor for class choco.kernel.visu.components.panels.AVarChocoPanel
 
AVOID_HOLES - Static variable in class choco.cp.solver.constraints.global.geost.Constants
AVOID_HOLES is a constant that specifies the id of the avoid_holes constraint.
AvoidHoles - Class in choco.cp.solver.constraints.global.geost.internalConstraints
 
AvoidHoles() - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.AvoidHoles
 
awake() - Method in class choco.cp.solver.constraints.global.AmongGAC
Propagation: Propagating the constraint for the very first time until local consistency is reached.
awake() - Method in class choco.cp.solver.constraints.global.AtMostNValue
 
awake() - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostKnapSack
 
awake() - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
awake() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
awake() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
awake() - Method in class choco.cp.solver.constraints.global.automata.fast_regular.FastRegular
 
awake() - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
awake() - Method in class choco.cp.solver.constraints.global.BoundGcc
 
awake() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
awake() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
awake() - Method in class choco.cp.solver.constraints.global.Lex
 
awake() - Method in class choco.cp.solver.constraints.global.LexChain
 
awake() - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
This method is invoked during the first propagation.
awake() - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
no specific initial propagation (awake does the same job as propagate)
awake() - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
performing the initial propagation, reduce variables domain to the candidate assign values
awake() - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
awake() - Method in class choco.cp.solver.constraints.global.Occurrence
 
awake() - Method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
awake() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awake() - Method in class choco.cp.solver.constraints.global.regular.Regular
 
awake() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
awake() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
awake() - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
This method is invoked during the first propagation.
awake() - Method in class choco.cp.solver.constraints.global.SortingSConstraint
This method is invoked during the first propagation.
awake() - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Initial awake of the tree constraint.
awake() - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
Default initial propagation: full constraint re-propagation.
awake() - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
Default initial propagation: full constraint re-propagation.
awake() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
awake() - Method in class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
awake() - Method in class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
awake() - Method in class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
awake() - Method in class choco.cp.solver.constraints.integer.bool.sum.NeqBoolSum
 
awake() - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
Propagation: Propagating the constraint for the very first time until local consistency is reached.
awake() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
Default initial propagation: full constraint re-propagation.
awake() - Method in class choco.cp.solver.constraints.integer.Element
 
awake() - Method in class choco.cp.solver.constraints.integer.ElementG
 
awake() - Method in class choco.cp.solver.constraints.integer.ElementV
 
awake() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
awake() - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
awake() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
awake() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
awake() - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
awake() - Method in class choco.cp.solver.constraints.set.AmongSet
Propagation: Propagating the constraint for the very first time until local consistency is reached.
awake() - Method in class choco.cp.solver.constraints.set.InverseSet
 
awake() - Method in class choco.cp.solver.constraints.set.InverseSetInt
 
awake() - Method in class choco.cp.solver.constraints.set.MemberX
 
awake() - Method in class choco.cp.solver.constraints.set.SetCard
 
awake() - Method in class choco.cp.solver.constraints.set.SetNaryUnion
 
awake() - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
awake() - Method in class choco.cp.solver.constraints.strong.AbstractStrongConsistency
 
awake() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
awake() - Method in class choco.kernel.solver.propagation.Propagator
Propagation: Propagating the constraint for the very first time until local consistency is reached.
awake() - Method in class samples.multicostregular.nsp.NSPStruct
 
awake() - Method in class samples.multicostregular.planner.SimpleChannelling
 
awake() - Method in class samples.multicostregular.planner.SubSetChannelling
 
awake() - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
awake() - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
awake() - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Event based propagation related to the update of the bounds of a variable.
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.Element2D
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.ElementG
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.SignOp
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
awakeOnBounds(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
awakeOnBounds(int) - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
 
awakeOnBounds(int) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
awakeOnBounds(int) - Method in interface choco.kernel.solver.propagation.listener.IntPropagator
 
awakeOnBounds(int) - Method in class samples.jobshop.SimpleDTConstraint
 
awakeOnBounds(int) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
awakeOnBounds(int) - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Default propagation on enveloppe modification: propagation on removing a value from the enveloppe.
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.AmongSet
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.ComplementSet
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.InverseSet
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.InverseSetInt
Filtering Rule 2 : j \not\in s[i] => x[j]!
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.IsIncluded
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.MemberX
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.MemberXiY
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.MemberXY
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.NotMemberX
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.SetEq
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.SetIntersection
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.SetNaryUnion
Default propagation on enveloppe modification: propagation on removing a value from the enveloppe.
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.SetNotEq
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.SetUnion
 
awakeOnEnv(int, int) - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
awakeOnEnv(int, int) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
awakeOnEnv(int, int) - Method in class choco.kernel.solver.constraints.set.AbstractSetSConstraint
 
awakeOnEnv(int, int) - Method in interface choco.kernel.solver.propagation.listener.SetPropagator
Default propagation on enveloppe modification: propagation on removing a value from the enveloppe.
awakeOnEnvRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
awakeOnEnvRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
awakeOnEnvRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.SetCard
 
awakeOnEnvRemovals(int, DisposableIntIterator) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
awakeOnEnvRemovals(int, DisposableIntIterator) - Method in class choco.kernel.solver.constraints.set.AbstractSetSConstraint
 
awakeOnEnvRemovals(int, DisposableIntIterator) - Method in interface choco.kernel.solver.propagation.listener.SetPropagator
BEWARE: No need to dipose the iterator, this done in the calling methode
awakeOnEq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
awakeOnGeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
awakeOnHypDomMod(int) - Method in class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
awakeOnHypDomMod(int) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
awakeOnHypDomMod(int) - Method in interface choco.kernel.solver.propagation.listener.TaskPropagator
Default propagation on improved hypothetical domain: propagation on domain revision.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.AmongGAC
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.AtMostNValue
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.BoundGcc
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.Lex
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
Cette m�thode r�agit si une variable a vu sa borne inf�rieure augmenter.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
update current matching when a domain inf is increased
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
update the reference matching before redoing the strongly connected components analysis when removing value in the domain of variable idx
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.Occurrence
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.ForbiddenIntervals
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
Cette m�thode r�agit si une variable a vu sa borne inf�rieure augmenter.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.SortingSConstraint
This method is called when the minimal value of the domain of a variable has been updated.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Event based propagation related to the update of the lower bound of a variable.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.Absolute
If X.inf increases, values from -X.inf to X.inf are forbidden for Y If Y.inf increases, it depends on the situation
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.Element2D
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.ElementG
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.ElementV
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.ElementVG
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.EqualXC
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.EqualXY_C
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.EqualXYC
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
Propagation when a minimal bound of a variable was modified.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
Propagation when a minimal bound of a variable was modified.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
Propagation when a minimal bound of a variable was modified.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.IntLinComb
Propagation whenever the lower bound of a variable is modified.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
Propagation when a minimal bound of a variable was modified.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.MaxOfAList
Propagation when lower bound is increased.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.MinOfAList
Propagation when lower bound is increased.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXC
in case the bounds have changed and the domain is approximated by an interval, we need to re-propagate
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.SignOp
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.set.MaxOfASet
Propagation when lower bound is increased.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.set.MemberXY
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.set.MinOfASet
Propagation when lower bound is increased.
awakeOnInf(int) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.set.SetCard
 
awakeOnInf(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
awakeOnInf(int) - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in class choco.kernel.solver.constraints.real.AbstractRealSConstraint
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in interface choco.kernel.solver.propagation.listener.IntPropagator
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in interface choco.kernel.solver.propagation.listener.RealPropagator
Default propagation on improved lower bound: propagation on domain revision.
awakeOnInf(int) - Method in class samples.jobshop.SimpleDTConstraint
 
awakeOnInf(int) - Method in class samples.multicostregular.nsp.NSPStruct
 
awakeOnInf(int) - Method in class samples.multicostregular.planner.SimpleChannelling
 
awakeOnInf(int) - Method in class samples.multicostregular.planner.SubSetChannelling
 
awakeOnInf(int) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
awakeOnInf(int) - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.AmongGAC
Default propagation on instantiation: full constraint re-propagation.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.AtMostNValue
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.BoundGcc
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.Lex
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.LexChain
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
This method is called when a variable has been instanciated
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
update current matching when a variable has been instantiated
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
update the reference matching before redoing the strongly connected components analysis when idx is instantiated
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.Occurrence
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.ForbiddenIntervals
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesEq
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesGeq
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
This method is called when a variable has been instanciated
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.SortingSConstraint
This method is called when a variable has been instanciated
awakeOnInst(int) - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Event based propagation related to the instanciation of a variable.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.Absolute
When X is instantiated, Y is restricted to 2 values : X.value and -(X.value) When Y is instantiated, X is instantiated to abs(Y)
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
********************************************************************
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.BoolTimesXYZ
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.sum.AbstractBoolSum
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.sum.NeqBoolSum
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
Default propagation on instantiation: full constraint re-propagation.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.Element
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.Element2D
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.ElementG
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.ElementV
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.ElementVG
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.EqualXC
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.EqualXY_C
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.EqualXYC
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
Propagation when a variable is instantiated.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.FCBinSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
Propagation when a variable is instantiated.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
Propagation when a variable is instantiated.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.IntLinComb
Propagation whenever a variable is instantiated.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
Propagation when a variable is instantiated.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.MaxOfAList
Propagation when a variable is instantiated.
awakeOnInst(int, int) - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.MinOfAList
Propagation when a variable is instantiated.
awakeOnInst(int, int) - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXC
When the one and only variable of the constraint becomes instantiated Need to check that the value of the variable is not the value forbidden by the constraint
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.SignOp
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Default propagation on instantiation.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
Propagation when a variable is instantiated.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.AmongSet
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.Disjoint
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.InverseSetInt
Filtering Rule 3 : x[j]=i => j \in s[i] and j \not\in s[i'] \forall i'!
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.IsIncluded
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.MemberX
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.MemberXiY
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.MemberXY
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.NotMemberX
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.SetCard
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.SetEq
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.SetIntersection
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.SetNaryUnion
Default propagation on instantiation.
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.SetNotEq
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.SetUnion
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
awakeOnInst(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
awakeOnInst(int) - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
Default propagation on instantiation: full constraint re-propagation.
awakeOnInst(int) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
awakeOnInst(int) - Method in class choco.kernel.solver.constraints.set.AbstractSetSConstraint
 
awakeOnInst(int) - Method in interface choco.kernel.solver.propagation.listener.IntPropagator
Default propagation on instantiation: full constraint re-propagation.
awakeOnInst(int) - Method in interface choco.kernel.solver.propagation.listener.SetPropagator
Default propagation on instantiation.
awakeOnInst(int) - Method in class samples.jobshop.SimpleDTConstraint
 
awakeOnInst(int) - Method in class samples.multicostregular.nsp.NSPStruct
 
awakeOnInst(int) - Method in class samples.multicostregular.planner.SimpleChannelling
 
awakeOnInst(int) - Method in class samples.multicostregular.planner.SubSetChannelling
 
awakeOnInst(int) - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
awakeOnInst(int) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
awakeOnInst(int) - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Default propagation on kernel modification: propagation on adding a value to the kernel.
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
awakeOnKer() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.AmongSet
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.ComplementSet
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.Disjoint
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.InverseSet
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.InverseSetInt
Filtering Rule 1 : j \in s[i] => x[j]=i (then propagate Rule 3)
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.IsIncluded
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
awakeOnKer() - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.MemberX
 
awakeOnKer() - Method in class choco.cp.solver.constraints.set.MinOfASet
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.NotMemberX
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.SetEq
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.SetIntersection
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.SetNaryUnion
Default propagation on kernel modification: propagation on adding a value to the kernel.
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.SetNotEq
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.SetUnion
 
awakeOnKer(int, int) - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
awakeOnKer(int, int) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
awakeOnKer(int, int) - Method in class choco.kernel.solver.constraints.set.AbstractSetSConstraint
 
awakeOnKer(int, int) - Method in interface choco.kernel.solver.propagation.listener.SetPropagator
Default propagation on kernel modification: propagation on adding a value to the kernel.
awakeOnkerAdditions(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
awakeOnkerAdditions(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
awakeOnkerAdditions(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.SetCard
 
awakeOnkerAdditions(int, DisposableIntIterator) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
awakeOnkerAdditions(int, DisposableIntIterator) - Method in class choco.kernel.solver.constraints.set.AbstractSetSConstraint
 
awakeOnkerAdditions(int, DisposableIntIterator) - Method in interface choco.kernel.solver.propagation.listener.SetPropagator
BEWARE: No need to dipose the iterator, this done in the calling methode
awakeOnLeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
awakeOnNeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.AmongGAC
Default propagation on one value removal: propagation on domain revision.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.automata.fast_regular.FastRegular
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.BoundGcc
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
Only maintain the data structure and update upperbounds of card
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.Lex
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
when a value is removed from a domain var, removed the corresponding edge in current matching
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
Implement reaction to edge removal
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjunctive
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Event based propagation related to the removal of a value in the domain of a variable.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.Absolute
When a value is removed from the domain of X: then this value and its opposite are removed from the domain of Y.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
Default propagation on one value removal: propagation on domain revision.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.Element
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.ElementG
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.ElementV
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.ElementVG
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.EqualXC
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.EqualXY_C
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.EqualXYC
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.IntLinComb
Propagation whenever a value is removed from the variable domain.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.NotEqualXC
When a value is removed from the domain of the one and only variable: Nothing to be propagated.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Default propagation on one value removal: propagation on domain revision.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
awakeOnRem() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.set.AmongSet
Default propagation on one value removal: propagation on domain revision.
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.set.InverseSetInt
Filtering Rule 4 : x[j]!
awakeOnRem() - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.set.MemberXY
 
awakeOnRem() - Method in class choco.cp.solver.constraints.set.MinOfASet
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
awakeOnRem(int, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
awakeOnRem(int, int) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
awakeOnRem(int, int) - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
Default propagation on one value removal: propagation on domain revision.
awakeOnRem(int, int) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
Default propagation on one value removal: propagation on domain revision.
awakeOnRem(int, int) - Method in interface choco.kernel.solver.propagation.listener.IntPropagator
Default propagation on one value removal: propagation on domain revision.
awakeOnRem(int, int) - Method in class samples.jobshop.SimpleDTConstraint
 
awakeOnRem(int, int) - Method in class samples.multicostregular.nsp.NSPStruct
 
awakeOnRem(int, int) - Method in class samples.multicostregular.planner.SimpleChannelling
 
awakeOnRem(int, int) - Method in class samples.multicostregular.planner.SubSetChannelling
 
awakeOnRem(int, int) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
awakeOnRem(int, int) - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.AtMostNValue
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.Occurrence
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjunctive
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Event based propagation related to the removal of a set of values in the domain of a variable.
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.Element2D
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.IntLinComb
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.SignOp
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.SetCard
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
The default implementation of propagation when a variable has been modified consists in iterating all values that have been removed (the delta domain) and propagate them one after another, incrementally.
awakeOnRemovals(int, DisposableIntIterator) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
The default implementation of propagation when a variable has been modified consists in iterating all values that have been removed (the delta domain) and propagate them one after another, incrementally.
awakeOnRemovals(int, DisposableIntIterator) - Method in interface choco.kernel.solver.propagation.listener.IntPropagator
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class samples.multicostregular.nsp.NSPStruct
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
awakeOnRemovals(int, DisposableIntIterator) - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.AmongGAC
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.AtMostNValue
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.BoundGcc
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.Lex
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
Cette m�thode r�agit si une variable a vu sa borne sup�rieure diminuer.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
update current matching when a domain sup is decreased
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
update the reference matching before redoing the strongly connected components analysis when removing value in the domain of variable idx
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.Occurrence
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.ForbiddenIntervals
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
Cette m�thode r�agit si une variable a vu sa borne sup�rieure diminuer.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.SortingSConstraint
This method is called when the maximal value of the domain of a variable has been updated.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Event based propagation related to the update of the upper bound of a variable.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.Absolute
If X.sup decreases, Y is limited to (-(X.sup) ..
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.Element2D
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.ElementG
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.ElementV
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.ElementVG
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.EqualXC
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.EqualXY_C
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.EqualXYC
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
Propagation when a maximal bound of a variable was modified.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
Propagation when a maximal bound of a variable was modified.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.IntLinComb
Propagation whenever the upper bound of a variable is modified.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
Propagation when a maximal bound of a variable was modified.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.MaxOfAList
Propagation when upper bound is decreased.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.MinOfAList
Propagation when upper bound is decreased.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXC
in case the bounds have changed and the domain is approximated by an interval, we need to re-propagate
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.SignOp
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.set.MaxOfASet
Propagation when upper bound is decreased.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.set.MemberXY
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.set.MinOfASet
Propagation when upper bound is decreased.
awakeOnSup(int) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.set.SetCard
 
awakeOnSup(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
awakeOnSup(int) - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in class choco.kernel.solver.constraints.real.AbstractRealSConstraint
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in interface choco.kernel.solver.propagation.listener.IntPropagator
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in interface choco.kernel.solver.propagation.listener.RealPropagator
Default propagation on improved upper bound: propagation on domain revision.
awakeOnSup(int) - Method in class samples.jobshop.SimpleDTConstraint
 
awakeOnSup(int) - Method in class samples.multicostregular.nsp.NSPStruct
 
awakeOnSup(int) - Method in class samples.multicostregular.planner.SimpleChannelling
 
awakeOnSup(int) - Method in class samples.multicostregular.planner.SubSetChannelling
 
awakeOnSup(int) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
awakeOnSup(int) - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
awakeOnVar(int) - Method in class choco.cp.solver.constraints.set.InverseSetInt
propagation on a var: Rules 1 & 2 (integer) or 3 & 4 (set)
awakeOnX() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
reaction when X (v0) is updated
awakeOnY() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
awakeOnZ() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 

B

b - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLinear
 
b - Variable in class choco.cp.solver.constraints.global.geost.frames.DistLinearFrame
 
b - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
b - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLinearModel
 
B - Static variable in class samples.multicostregular.planner.InstanceMaker
 
B - Static variable in class samples.multicostregular.planner.PlanModel
 
B - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
backtrackCount - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
BackTrackLimit - Class in choco.kernel.solver.search.limit
Limit counting the backtrack number
BackTrackLimit(AbstractGlobalSearchStrategy, int) - Constructor for class choco.kernel.solver.search.limit.BackTrackLimit
 
backward2OnLevel(int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
backwardOnLevel(int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
backwardSetup() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
backwardSetup() - Method in interface choco.kernel.model.constraints.ITemporalRelation
 
backwardSetup() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
backwardUpdate() - Method in class choco.cp.solver.constraints.global.regular.Regular
Only consider states st that reached qn (which are on a path (st ~> qn))
base - Static variable in class choco.kernel.common.IndexFactory
 
baseWorld - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
the index of the world where the search started
BasicKickRestart - Class in choco.cp.solver.search.restart
 
BasicKickRestart(AbstractGlobalSearchStrategy) - Constructor for class choco.cp.solver.search.restart.BasicKickRestart
 
BasicSettings - Class in parser.instances
 
BasicSettings() - Constructor for class parser.instances.BasicSettings
 
beforeInitialPropagation() - Method in class trace.VisuWrapper
 
beforeInitialPropagation() - Method in class trace.VoidWrapper
 
BellmanWithLists - Class in choco.kernel.common.opres.ssp
 
BellmanWithLists(int[], int) - Constructor for class choco.kernel.common.opres.ssp.BellmanWithLists
 
BestFit - Class in choco.cp.solver.search.integer.valselector
 
BestFit(PackSConstraint) - Constructor for class choco.cp.solver.search.integer.valselector.BestFit
 
BestFit1BP - Class in choco.kernel.common.opres.pack
 
BestFit1BP() - Constructor for class choco.kernel.common.opres.pack.BestFit1BP
 
beta - Variable in class choco.cp.solver.constraints.global.Lex
 
bGap - Variable in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
BIDX - Static variable in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
BinAnd - Class in choco.cp.solver.constraints.integer.bool
 
BINARY - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
BinaryMatrix - Class in trace.visualizers
, A specialized visualizer for a matrix of 0/1 variables
BinaryMatrix(IntDomainVar[][], String, int, int) - Constructor for class trace.visualizers.BinaryMatrix
Build a visualizer for a matrix of 0/1 variables
BinaryMatrix(IntDomainVar[][], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.BinaryMatrix
Build a visualizer for a matrix of 0/1 variables
BINARYTREE - Static variable in interface choco.kernel.solver.variables.integer.IntDomainVar
Static constant to create integer variables domain implemented with a binary tree
BinaryVector - Class in trace.visualizers
A specialized visualizer for a vector of 0/1 variables.
BinaryVector(IntDomainVar[], String, int, int) - Constructor for class trace.visualizers.BinaryVector
Build a visualizer for a vector of 0/1 variables
BinaryVector(IntDomainVar[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.BinaryVector
Build a visualizer for a vector of 0/1 variables
BinaryWLClause - Class in choco.cp.solver.constraints.integer.bool.sat
A specific class for binary clauses
BinaryWLClause(int[], Lits) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.BinaryWLClause
 
BinNand - Class in choco.cp.solver.constraints.integer.bool
maintain v1 NAND v2 where v1 and v2 are boolean variables i.e variables of domain {0,1}
BinNor - Class in choco.cp.solver.constraints.integer.bool
 
BinOr - Class in choco.cp.solver.constraints.integer.bool
maintaint v1 Or v2 where v1 and v2 are boolean variables i.e variables of domain {0,1}
BinPacking - Class in samples.tutorials.to_sort
Created by IntelliJ IDEA.
BinPacking() - Constructor for class samples.tutorials.to_sort.BinPacking
 
BinPacking - Class in trace.visualizers
A specialized visualizer for the bin packing constraint.
BinPacking(IntDomainVar[], int[], IntDomainVar[], String, int, int) - Constructor for class trace.visualizers.BinPacking
Build a visualizer for the bin packing constraint
BinPacking(IntDomainVar[], int[], IntDomainVar[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.BinPacking
Build a visualizer for the bin packing constraint
binPacking1(int, int, int) - Method in class samples.tutorials.to_sort.BinPacking
First model
binPacking2(int, int, int) - Method in class samples.tutorials.to_sort.BinPacking
Optimize model
binPacking3(int, int, int) - Method in class samples.tutorials.to_sort.BinPacking
 
BinPackingCmd - Class in samples.tutorials.to_sort.packing.parser
An extension of AbstractBenchmarkCmd abstract class to load and solve BinPacking problems.
BinPackingCmd() - Constructor for class samples.tutorials.to_sort.packing.parser.BinPackingCmd
 
BinPackingInstances - Class in samples.tutorials.to_sort.packing
 
BinPackingInstances() - Constructor for class samples.tutorials.to_sort.packing.BinPackingInstances
 
BinPackingModel - Class in samples.tutorials.to_sort.packing.parser
 
BinPackingModel(Configuration) - Constructor for class samples.tutorials.to_sort.packing.parser.BinPackingModel
 
BinRelation - Interface in choco.kernel.solver.constraints.integer.extension
 
bins - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
The bin of each item.
bins - Variable in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
bins - Variable in class choco.kernel.model.constraints.pack.PackModel
 
bint - Variable in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
BinXnor - Class in choco.cp.solver.constraints.integer.bool
 
BinXor - Class in choco.cp.solver.constraints.integer.bool
 
BipartiteDeltaDomain - Class in choco.cp.solver.variables.delta
 
BipartiteDeltaDomain(int, int[], IStateInt) - Constructor for class choco.cp.solver.variables.delta.BipartiteDeltaDomain
 
BipartiteIntDomain - Class in choco.cp.solver.variables.integer
 
BipartiteIntDomain(IntDomainVarImpl, int[], IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.BipartiteIntDomain
Constructs a new domain for the specified variable and bounds.
BipartiteIntDomain(IntDomainVarImpl, int, int, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.BipartiteIntDomain
Constructs a new domain for the specified variable and bounds.
BipartiteIntDomainIterator - Class in choco.cp.common.util.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 mars 2010
Since : Choco 2.1.1
BipartiteIntDomainIterator() - Constructor for class choco.cp.common.util.iterators.BipartiteIntDomainIterator
 
BIPARTITELIST - Static variable in interface choco.kernel.solver.variables.integer.IntDomainVar
Static constant to create integer variables domain implemented with a bipartite list of elements
BipartiteListIterator - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
BipartiteListIterator() - Constructor for class choco.kernel.memory.structure.iterators.BipartiteListIterator
 
BipartiteListRemIterator - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
BipartiteListRemIterator() - Constructor for class choco.kernel.memory.structure.iterators.BipartiteListRemIterator
 
BipartiteSet<E> - Class in choco.kernel.common.util.objects
Implements a bipartite set.
BipartiteSet() - Constructor for class choco.kernel.common.util.objects.BipartiteSet
Constructs a new bipartite set.
BipartiteSetIterator - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
BipartiteSetIterator() - Constructor for class choco.kernel.memory.structure.iterators.BipartiteSetIterator
 
BitMask - Class in choco.kernel.common.util.bitmask
 
BitMask() - Constructor for class choco.kernel.common.util.bitmask.BitMask
 
BitMask(BitMask) - Constructor for class choco.kernel.common.util.bitmask.BitMask
copy constructor.
bitMask - Variable in class choco.kernel.common.util.bitmask.StringMask
 
BITSET - Static variable in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: static constants associated to the encoding of the variable domain these constants are passed as parameters to the constructor of IntVars BITSET = a chained list of values
BitSetDeltaDomain - Class in choco.cp.solver.variables.delta
 
BitSetDeltaDomain(int, int) - Constructor for class choco.cp.solver.variables.delta.BitSetDeltaDomain
 
BitSetEnumeratedDomain - Class in choco.cp.solver.variables.set
 
BitSetEnumeratedDomain(SetVar, int, int, boolean, IEnvironment) - Constructor for class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Constructs a new domain for the specified variable and bounds.
BitSetEnumeratedDomain(SetVar, int[], boolean, IEnvironment) - Constructor for class choco.cp.solver.variables.set.BitSetEnumeratedDomain
 
BitSetIntDomain - Class in choco.cp.solver.variables.integer
 
BitSetIntDomain(IntDomainVarImpl, int, int, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.BitSetIntDomain
Constructs a new domain for the specified variable and bounds.
BitSetIntDomain(IntDomainVarImpl, int[], IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.BitSetIntDomain
 
BitSetIntDomainIterator - Class in choco.cp.common.util.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 mars 2010
Since : Choco 2.1.1
BitSetIntDomainIterator() - Constructor for class choco.cp.common.util.iterators.BitSetIntDomainIterator
 
BitSetIterator - Class in choco.cp.solver.variables.delta.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
BitSetIterator() - Constructor for class choco.cp.solver.variables.delta.iterators.BitSetIterator
 
BLACK - Static variable in class choco.visu.components.ColorConstant
 
BlockingVarEventQueue - Class in choco.cp.solver.propagation
 
BlockingVarEventQueue() - Constructor for class choco.cp.solver.propagation.BlockingVarEventQueue
 
blocks - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
blocks - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
blocks - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
blocks - Variable in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
in order to speed up the computation of the index of a tuple in the table, blocks[i] stores the sum of the domain sizes of variables j with j < i.
blocks - Variable in class choco.kernel.solver.constraints.integer.extension.TuplesTable
in order to speed up the computation of the index of a tuple in the table, blocks[i] stores the product of the size of variables j with j < i.
blockSize - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
BLUE - Static variable in class choco.visu.components.ColorConstant
 
bono - Variable in class samples.tutorials.to_sort.U2planning
 
BOOL - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
bool_arr - Static variable in class parser.flatzinc.ast.expression.Expression
 
BOOL_OFFSET - Static variable in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
boolChanneling(IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
State a simple channeling bewteen a boolean variable and an interger variable Ensures for that b = 1 iff x = j
BoolChanneling - Class in trace.visualizers
A specialized visualizer for the boolean channeling constraint.
BoolChanneling(IntDomainVar, IntDomainVar[], int, String, int, int) - Constructor for class trace.visualizers.BoolChanneling
Build a visualizer for the boolean channeling constraint
BoolChanneling(IntDomainVar, IntDomainVar[], String, int, int) - Constructor for class trace.visualizers.BoolChanneling
Build a visualizer for the boolean channeling constraint
BoolChanneling(IntDomainVar, IntDomainVar[], int, String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.BoolChanneling
Build a visualizer for the boolean channeling constraint
BoolChanneling(IntDomainVar, IntDomainVar[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.BoolChanneling
Build a visualizer for the boolean channeling constraint
booldomain - Variable in class choco.cp.solver.variables.integer.BooleanVarImpl
A reference to the domain
BOOLEAN - Static variable in interface choco.kernel.solver.variables.integer.IntDomainVar
Static constant to create integer variables domain implemented with a boolean domain
BooleanChanneling - Class in choco.cp.solver.constraints.integer.channeling
a simple channeling constraint : y_ij = 1 si x_i = j y_ij = 0 sinon
BooleanChanneling(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
BooleanDeltaDomain - Class in choco.cp.solver.variables.delta
 
BooleanDeltaDomain() - Constructor for class choco.cp.solver.variables.delta.BooleanDeltaDomain
 
BooleanDomain - Class in choco.cp.solver.variables.integer
 
BooleanDomain(IntDomainVarImpl, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.BooleanDomain
Constructs a new domain for the specified variable and bounds.
BooleanDomainIterator - Class in choco.cp.common.util.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 mars 2010
Since : Choco 2.1.1
BooleanDomainIterator() - Constructor for class choco.cp.common.util.iterators.BooleanDomainIterator
 
BooleanFactory - Class in choco.cp.solver.constraints.integer.bool
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
BooleanFactory() - Constructor for class choco.cp.solver.constraints.integer.bool.BooleanFactory
 
BooleanManager - Class in choco.cp.model.managers.constraints
Created by IntelliJ IDEA.
BooleanManager() - Constructor for class choco.cp.model.managers.constraints.BooleanManager
 
booleanSocialGofler() - Method in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
BooleanSparseMatrix - Class in choco.kernel.common.util.objects
A simple representation of a 0-1 sparse matrix
BooleanSparseMatrix(int) - Constructor for class choco.kernel.common.util.objects.BooleanSparseMatrix
 
BooleanType - Interface in parser.absconparseur.intension.types
 
BooleanVarImpl<C extends AbstractSConstraint & IntPropagator> - Class in choco.cp.solver.variables.integer
A variable implementation dedicated to boolean domains
BooleanVarImpl(Solver, String) - Constructor for class choco.cp.solver.variables.integer.BooleanVarImpl
 
BoolIntLinComb - Class in choco.cp.solver.constraints.integer.bool
A constraint to enforce Sigma_i coef[i]*x_i + k OP y_i where : - OP belongs to >=, <=, = - k is a constant - x_i are boolean variable - t_i is an enum variable It improves the general IntLinComb by storing lower and upper bound of the expression and sorting coefficient for filtering.
BoolIntLinComb(IEnvironment, IntDomainVar[], int[], IntDomainVar, int, int, int) - Constructor for class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Constructs the constraint with the specified variables and constant.
BoolIntLinComb.RightMemberBounds - Class in choco.cp.solver.constraints.integer.bool
 
BoolIntLinComb.RightMemberBounds() - Constructor for class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.RightMemberBounds
 
BoolIntLinComb.SimpleRightMemberBounds - Class in choco.cp.solver.constraints.integer.bool
 
BoolIntLinComb.SimpleRightMemberBounds() - Constructor for class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.SimpleRightMemberBounds
 
BoolNode - Interface in choco.kernel.solver.constraints.reified
 
boolSumS - Variable in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
boolSumS - Variable in class choco.cp.solver.constraints.integer.bool.sum.AbstractBoolSum
 
BoolSumStructure - Class in choco.cp.solver.constraints.integer.bool.sum
A special case of sums over boolean variables only
BoolSumStructure(IEnvironment, AbstractSConstraint<?>, IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
BoolTimesXYZ - Class in choco.cp.solver.constraints.integer.bool
A simple Product constraint between boolean variables : x * y = z
BoolTimesXYZ(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.bool.BoolTimesXYZ
A simple Product constraint between boolean variables : x * y = z
BoolVarEvent<C extends AbstractSConstraint & IntPropagator> - Class in choco.cp.solver.variables.integer
An event dedicated to boolean variables
BoolVarEvent(IntDomainVarImpl) - Constructor for class choco.cp.solver.variables.integer.BoolVarEvent
 
BoolVarNot - Class in choco.cp.solver.variables.integer
A bijective boolean variable B :
B = not(A)
BoolVarNot(Solver, String, BooleanVarImpl) - Constructor for class choco.cp.solver.variables.integer.BoolVarNot
Build a variable Y such as Y = X op c.
boolvars - Variable in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
boolVars - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
BothValHeur - Class in samples.multicostregular.carsequencing.heuristics
Created by IntelliJ IDEA.
BothValHeur(CarSeqInstance) - Constructor for class samples.multicostregular.carsequencing.heuristics.BothValHeur
 
BOTTOM_UP - Static variable in class choco.kernel.solver.Configuration

Goal: Apply a bottom-up search algorithm (optimization).
bottomUpSearch() - Method in class choco.kernel.solver.search.AbstractOptimize
 
bound - Variable in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
bound - Variable in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
BOUND_INDEX - Static variable in class choco.cp.solver.constraints.set.AbstractBoundOfASet
Index of the maximum variable.
BoundAllDiff - Class in choco.cp.solver.constraints.global
 
BoundAllDiff(IntDomainVar[], boolean) - Constructor for class choco.cp.solver.constraints.global.BoundAllDiff
 
boundChange(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
boundChange(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
boundConsistency() - Method in class choco.cp.solver.constraints.global.SortingSConstraint
 
BoundGcc - Class in choco.cp.solver.constraints.global
A constraint to enforce BoundConsistency on a global cardinality based on the implementation of : C.
BoundGcc(IntDomainVar[], int, int, int[], int[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.BoundGcc
Bound Global cardinality : Given an array of variables vars, min the minimal value over all variables, and max the maximal value over all variables, the constraint ensures that the number of occurences of the value i among the variables is between low[i - min] and up[i - min].
BoundGccVar - Class in choco.cp.solver.constraints.global
User: hcambaza Bound Global cardinality : Given an array of variables vars, an array of variables card to represent the cardinalities, the constraint ensures that the number of occurences of the value i among the variables is equal to card[i].
BoundGccVar(IntDomainVar[], IntDomainVar[], int, int, IEnvironment) - Constructor for class choco.cp.solver.constraints.global.BoundGccVar
Bound Global cardinality : Given an array of variables vars, min the minimal value over all variables, and max the maximal value over all variables (or a table IntDomainVar to represent the cardinalities), the constraint ensures that the number of occurences of the value i among the variables is between low[i - min] and up[i - min].
BoundGccVar.Interval - Class in choco.cp.solver.constraints.global
 
BoundGccVar.Interval() - Constructor for class choco.cp.solver.constraints.global.BoundGccVar.Interval
 
BoundHRTask - Class in choco.cp.solver.constraints.global.scheduling
 
BoundHRTask(IEnvironment, AbstractResourceSConstraint, int) - Constructor for class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
boundInterval - Variable in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
bounds - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
Bounds - Class in choco.kernel.model.constraints.automaton.FA.utils
Created by IntelliJ IDEA.
bounds() - Method in class choco.kernel.model.constraints.automaton.FA.utils.Counter
 
bounds() - Method in class choco.kernel.model.constraints.automaton.FA.utils.CounterState
 
bounds() - Method in interface choco.kernel.model.constraints.automaton.FA.utils.ICounter
 
BOUNDS - Static variable in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: static constants associated to the encoding of the variable domain these constants are passed as parameters to the constructor of IntVars BOUNDS = an interval (keeping the lower and upper bounds)
BOUNDS - Static variable in interface choco.kernel.solver.variables.real.RealVar
Public user API: static constants associated to the encoding of the variable domain these constants are passed as parameters to the constructor of RealVars
Bounds.MinMax - Class in choco.kernel.model.constraints.automaton.FA.utils
 
Bounds.MinMax() - Constructor for class choco.kernel.model.constraints.automaton.FA.utils.Bounds.MinMax
 
BOUNDS_MASK - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: value of bitvector for updates to both bound of IntVars
BOUNDSbitvector - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Deprecated. 
BOUNDSET_BOUNDCARD - Static variable in interface choco.kernel.solver.variables.set.SetVar
Public user API: static constants associated to the encoding of the variable domain these constants are passed as parameters to the constructor of Set Vars
BOUNDSET_CONSTANT - Static variable in interface choco.kernel.solver.variables.set.SetVar
Public user API: static constants associated to the encoding of the variable domain these constants are passed as parameters to the constructor of Set Vars
BOUNDSET_ENUMCARD - Static variable in interface choco.kernel.solver.variables.set.SetVar
Public user API: static constants associated to the encoding of the variable domain these constants are passed as parameters to the constructor of Set Vars
BOUNDSEVENT - Static variable in class choco.cp.solver.variables.real.RealVarEvent
 
boundsLex(int[], IntDomainVar[], int[], int) - Method in class choco.cp.solver.constraints.global.LexChain
Filtering algorithm for between(a,x,b) Ensures that x is lexicographically greater than a and less than b if strict is false otherwise x is lexicographically greater than or equal to a and less than or equal to b
boxAllVars() - Method in class choco.cp.solver.constraints.real.Equation
 
boxModeOnly - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
br - Variable in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
BRACKETS - Static variable in class parser.absconparseur.InstanceTokens
 
BranchAndBound - Class in choco.cp.solver.search
 
BranchAndBound(Solver, IntDomainVar, boolean) - Constructor for class choco.cp.solver.search.BranchAndBound
Builds a new optimizing strategy with the specified variable.
branching - Variable in class choco.kernel.solver.search.AbstractSearchHeuristic
the branching object owning the variable heuristic
branching - Variable in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
BranchingFactory - Class in choco.cp.solver.search
 
branchingObj - Variable in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
BranchingStrategy - Interface in choco.kernel.solver.branch
Branching objects are responsible for controlling the execution of the program at a point where the control flow may be split between different branches
BranchingWithLoggingStatements - Class in choco.kernel.solver.branch
 
BranchingWithLoggingStatements(AbstractIntBranchingStrategy) - Constructor for class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
breaklength - Variable in class choco.visu.Tracer
 
brel - Variable in class parser.absconparseur.components.PRelation
Choco relation representing this PRelation if it is binary
brick - Variable in class choco.visu.variables.VisuVariable
 
bricks - Variable in class choco.visu.components.papplets.AChocoPApplet
 
BROWN1 - Static variable in class choco.visu.components.ColorConstant
 
BROWN2 - Static variable in class choco.visu.components.ColorConstant
 
BROWN3 - Static variable in class choco.visu.components.ColorConstant
 
BROWN4 - Static variable in class choco.visu.components.ColorConstant
 
browse(String) - Static method in class choco.visu.components.chart.ChocoColor
 
browsePalette(Paint[]) - Static method in class choco.visu.components.chart.ChocoColor
 
build(IntDomainVar[], int[], int, int) - Static method in class choco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
 
build(IntegerVariable[], SetVariable) - Static method in class choco.cp.solver.constraints.set.MemberXiY
 
build() - Static method in exception choco.kernel.solver.ContradictionException
Builder of contradiction.
build() - Method in class choco.visu.components.papplets.AChocoPApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.ColorValuePApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.FullDomainPApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.GridPApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.NameOrQuestionMarkPApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.NameOrValuePApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.SudokuPApplet
build the specific PApplet.
build() - Method in class choco.visu.components.papplets.TreeSearchPApplet
build the specific PApplet.
build(Visualization) - Static method in class trace.WrapperFactory
 
buildAllDiff(IntegerVariable[]) - Static method in class parser.chocogen.GloConstraintFactory
 
buildAnEmptyAutomaton() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
buildArrayWithOnlyValue(int, int) - Static method in class parser.absconparseur.Toolkit
 
buildBinaryTable(IntDomainVar[], Object, List<String>, IEnvironment) - Method in class choco.cp.model.managers.constraints.integer.TableManager
 
buildBinaryTable(IntDomainVar, IntDomainVar, BinRelation, List<String>, IEnvironment) - Method in class choco.cp.model.managers.constraints.integer.TableManager
 
buildBoolNode(Constraint, Solver) - Method in class choco.cp.solver.constraints.strong.StrongConsistencyManager
 
buildBoolNode(Constraint) - Method in class choco.cp.solver.CPModelToCPSolver
 
buildButtons(IObservableStepSearchLoop) - Method in class choco.visu.Visu
 
buildCenter() - Method in class samples.multicostregular.asap.hci.presentation.ASAPMainWindow
 
buildCFCgraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
buildCompleteWE() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
buildConsecutiveWERule() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
buildConstraint(Solver, Variable[], Boolean, List<String>, IntDomainVar) - Method in class choco.cp.model.managers.constraints.integer.MinMaxManager
 
builder(IntDomainVar, SConstraint, Solver) - Static method in class choco.cp.solver.constraints.reified.ReifiedFactory
Following the type of constraints, create a reified constraint.
builder(IntDomainVar, SConstraint, SConstraint, Solver) - Static method in class choco.cp.solver.constraints.reified.ReifiedFactory
Following the type of constraints, create a reified constraint.
buildFunctionalExpression(String[]) - Static method in class parser.absconparseur.intension.PredicateManager
 
buildFunctionalExpression(String) - Static method in class parser.absconparseur.intension.PredicateManager
 
buildGcc(IntegerVariable[], Integer[], IntegerVariable[]) - Static method in class parser.chocogen.GloConstraintFactory
 
buildInitialListOfSupports(List<int[]>) - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
 
buildIntArrayWithIncrementalValues(int, int) - Static method in class parser.absconparseur.Toolkit
 
buildLayeredGraph(int) - Method in class choco.kernel.model.constraints.automaton.DFA
 
buildLeft() - Method in class samples.multicostregular.asap.hci.presentation.ASAPMainWindow
 
buildList(IEnvironment, int[]) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
buildList(IEnvironment, int[]) - Method in class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
buildModel(InstanceParser) - Method in class choco.cp.solver.constraints.strong.xmlmodel.XmlModelRPC
 
buildModel(InstanceParser) - Method in class parser.chocogen.XmlModel
Building the Model and solver
buildModel() - Method in class parser.instances.AbstractInstanceModel
create the choco model after the preprocessing phase.
buildModel() - Method in class parser.instances.FcspModel
create the choco model after the preprocessing phase.
buildModel() - Method in class parser.instances.XcspModel
 
buildModel() - Method in class samples.AirPlaneLandingWithLNS
 
buildModel() - Method in class samples.multicostregular.asap.ASAPCPModel
 
buildModel() - Method in class samples.tutorials.AllIntervalSeries
 
buildModel() - Method in class samples.tutorials.assignment.Assignment
 
buildModel() - Method in class samples.tutorials.assignment.CarSequence
 
buildModel() - Method in class samples.tutorials.basics.IntVarExample
 
buildModel() - Method in class samples.tutorials.basics.RealVarExample
 
buildModel() - Method in class samples.tutorials.basics.SetVarExample
 
buildModel() - Method in class samples.tutorials.basics.TaskVarExample
 
buildModel() - Method in class samples.tutorials.continuous.Arm
 
buildModel() - Method in class samples.tutorials.continuous.CycloHexan
 
buildModel() - Method in class samples.tutorials.Langford
 
buildModel() - Method in class samples.tutorials.lns.rcpsp.RCPSPModeler
create the choco model after the preprocessing phase.
buildModel() - Method in class samples.tutorials.Ordering
 
buildModel() - Method in class samples.tutorials.pack.KnapSack
 
buildModel() - Method in class samples.tutorials.PatternExample
 
buildModel() - Method in class samples.tutorials.puzzles.Candles
 
buildModel() - Method in class samples.tutorials.puzzles.DonaldGeraldRobert
 
buildModel() - Method in class samples.tutorials.puzzles.GolombRuler
 
buildModel() - Method in class samples.tutorials.puzzles.HowOldAmI
 
buildModel() - Method in class samples.tutorials.puzzles.MagicSerie
 
buildModel() - Method in class samples.tutorials.puzzles.MagicSquare
 
buildModel() - Method in class samples.tutorials.puzzles.Partition
 
buildModel() - Method in class samples.tutorials.puzzles.Queen
 
buildModel() - Method in class samples.tutorials.puzzles.SendMoreMoney
 
buildModel() - Method in class samples.tutorials.puzzles.Sudoku
 
buildModel() - Method in class samples.tutorials.scheduling.AircraftLanding
 
buildModel() - Method in class samples.tutorials.scheduling.AirPlaneLanding
 
buildModel() - Method in class samples.tutorials.scheduling.MachineScheduling
 
buildModel() - Method in class samples.tutorials.scheduling.MachineSchedulingLabelQuotient
 
buildModel() - Method in class samples.tutorials.scheduling.MachineSchedulingVariableSpeed
 
buildModel() - Method in class samples.tutorials.scheduling.ProjectScheduling
 
buildModel() - Method in class samples.tutorials.scheduling.ProjectSchedulingLoad
 
buildModel() - Method in class samples.tutorials.set.SteinerSystem
 
buildModel() - Method in class samples.tutorials.StressTest1
 
buildModel() - Method in class samples.tutorials.StressTest2
 
buildModel() - Method in class samples.tutorials.StressTest3
 
buildModel() - Method in class samples.tutorials.StressTest4
 
buildModel() - Method in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
buildModel() - Method in class samples.tutorials.to_sort.packing.PackVisu
 
buildModel() - Method in class samples.tutorials.to_sort.packing.parser.BinPackingModel
 
buildModel() - Method in class samples.tutorials.to_sort.packing.RackConfiguration
 
buildModel() - Method in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
buildModel() - Method in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
buildModel() - Method in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
buildModel() - Method in class samples.tutorials.to_sort.scheduling.PertCPM
 
buildModel() - Method in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
buildModel() - Method in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
buildModel() - Method in class samples.tutorials.to_sort.U2planning
 
buildModel() - Method in class samples.tutorials.to_sort.WolfGoatCabbage1
 
buildModel() - Method in class samples.tutorials.visu.ResourceGUI
 
buildModel() - Method in class SendMoreMoney
 
buildModelFromInstance(CarSeqInstance, boolean) - Method in class samples.multicostregular.carsequencing.CarSeqModel
 
buildNaryTable(IntDomainVar[], Object, List<String>, IEnvironment) - Method in class choco.cp.model.managers.constraints.integer.TableManager
 
buildNaryTable(IntDomainVar[], LargeRelation, List<String>, IEnvironment) - Method in class choco.cp.model.managers.constraints.integer.TableManager
 
buildNewUniversalPostfixExpression(String[], String, String[]) - Static method in class parser.absconparseur.intension.PredicateManager
 
buildNode(Constraint) - Method in class choco.cp.solver.preprocessor.PPModelToCPSolver
 
buildNoMoreThanDayRule() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
buildNoNightBeforeFreeWE() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
buildObjective(String, int) - Method in class parser.instances.AbstractMinimizeModel
 
buildPrefix() - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
buildRestAfterNight() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
buildSolver() - Method in class parser.instances.AbstractInstanceModel
create a solver from the current model
buildSolver() - Method in class parser.instances.AbstractMinimizeModel
 
buildSolver() - Method in class parser.instances.FcspModel
create a solver from the current model
buildSolver() - Method in class parser.instances.XcspModel
 
buildSolver() - Method in class samples.AirPlaneLandingWithLNS
 
buildSolver() - Method in class samples.tutorials.AllIntervalSeries
 
buildSolver() - Method in class samples.tutorials.assignment.Assignment
 
buildSolver() - Method in class samples.tutorials.assignment.CarSequence
 
buildSolver() - Method in class samples.tutorials.basics.IntVarExample
 
buildSolver() - Method in class samples.tutorials.basics.RealVarExample
 
buildSolver() - Method in class samples.tutorials.basics.SetVarExample
 
buildSolver() - Method in class samples.tutorials.basics.TaskVarExample
 
buildSolver() - Method in class samples.tutorials.continuous.Arm
 
buildSolver() - Method in class samples.tutorials.continuous.CycloHexan
 
buildSolver() - Method in class samples.tutorials.Langford
 
buildSolver() - Method in class samples.tutorials.lns.rcpsp.RCPSPModeler
create a solver from the current model
buildSolver() - Method in class samples.tutorials.Ordering
 
buildSolver() - Method in class samples.tutorials.pack.KnapSack
 
buildSolver() - Method in class samples.tutorials.PatternExample
 
buildSolver() - Method in class samples.tutorials.puzzles.Candles
 
buildSolver() - Method in class samples.tutorials.puzzles.DonaldGeraldRobert
 
buildSolver() - Method in class samples.tutorials.puzzles.GolombRuler
 
buildSolver() - Method in class samples.tutorials.puzzles.HowOldAmI
 
buildSolver() - Method in class samples.tutorials.puzzles.MagicSerie
 
buildSolver() - Method in class samples.tutorials.puzzles.MagicSquare
 
buildSolver() - Method in class samples.tutorials.puzzles.Partition
 
buildSolver() - Method in class samples.tutorials.puzzles.Queen
 
buildSolver() - Method in class samples.tutorials.puzzles.SendMoreMoney
 
buildSolver() - Method in class samples.tutorials.puzzles.Sudoku
 
buildSolver() - Method in class samples.tutorials.scheduling.AircraftLanding
 
buildSolver() - Method in class samples.tutorials.scheduling.AirPlaneLanding
 
buildSolver() - Method in class samples.tutorials.scheduling.MachineScheduling
 
buildSolver() - Method in class samples.tutorials.scheduling.MachineSchedulingLabelQuotient
 
buildSolver() - Method in class samples.tutorials.scheduling.MachineSchedulingVariableSpeed
 
buildSolver() - Method in class samples.tutorials.scheduling.ProjectScheduling
 
buildSolver() - Method in class samples.tutorials.scheduling.ProjectSchedulingLoad
 
buildSolver() - Method in class samples.tutorials.set.SteinerSystem
 
buildSolver() - Method in class samples.tutorials.StressTest1
 
buildSolver() - Method in class samples.tutorials.StressTest2
 
buildSolver() - Method in class samples.tutorials.StressTest3
 
buildSolver() - Method in class samples.tutorials.StressTest4
 
buildSolver() - Method in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
buildSolver() - Method in class samples.tutorials.to_sort.packing.PackVisu
 
buildSolver() - Method in class samples.tutorials.to_sort.packing.parser.BinPackingModel
 
buildSolver() - Method in class samples.tutorials.to_sort.packing.RackConfiguration
 
buildSolver() - Method in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
buildSolver() - Method in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
buildSolver() - Method in class samples.tutorials.to_sort.scheduling.PertCPM
 
buildSolver() - Method in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
buildSolver() - Method in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
buildSolver() - Method in class samples.tutorials.to_sort.U2planning
 
buildSolver() - Method in class samples.tutorials.to_sort.WolfGoatCabbage1
 
buildSolver() - Method in class samples.tutorials.visu.ResourceGUI
 
buildSolver() - Method in class SendMoreMoney
 
buildStringFromInts(int[]) - Static method in class parser.absconparseur.Toolkit
 
buildStringFromTokens(String[]) - Static method in class parser.absconparseur.Toolkit
 
buildStringRepresentationOf(Element) - Static method in class parser.absconparseur.tools.InstanceParser
 
buildSuffix() - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
buildTokensFromString(String) - Static method in class parser.absconparseur.Toolkit
 
buildUniversalPostfixExpression(String, String[]) - Static method in class parser.absconparseur.intension.PredicateManager
 
buildUniversalPostfixExpression(String, String) - Static method in class parser.absconparseur.intension.PredicateManager
 
buildVars(IntDomainVar[], IntDomainVar) - Static method in class choco.cp.solver.constraints.integer.IncreasingSum
 
buildWithInSet() - Method in class samples.fastregular.MinimumRegularSet
 
bValue - Variable in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
BWD - Static variable in interface choco.kernel.model.constraints.ITemporalRelation
 

C

c - Variable in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
c - Variable in class choco.kernel.memory.structure.Couple
 
C - Static variable in class samples.multicostregular.planner.InstanceMaker
 
C - Static variable in class samples.multicostregular.planner.PlanModel
 
C_ALLDIFFERENT_AC - Static variable in class choco.Options

Goal : for Regin implementation.
C_ALLDIFFERENT_BC - Static variable in class choco.Options

Goal : for bound all different using the propagator of A.
C_ALLDIFFERENT_CLIQUE - Static variable in class choco.Options

Goal : propagate on the clique of differences.
C_CLAUSES_ENTAIL - Static variable in class choco.Options

Goal: Ensure quick entailment tests.
C_CONF_TAG_IN - Static variable in class trace.CPVizConstant
 
C_CONF_TAG_OUT - Static variable in class trace.CPVizConstant
 
C_CUMUL_EF - Static variable in class choco.Options

Goal : set filtering policy to apply Edge Finding: Simple n^2 \times k algorithm (lazy for R) (CalcEF in the paper of Van Hentenrick)
Scope : Choco.cumulative(String, choco.kernel.model.variables.scheduling.TaskVariable[], choco.kernel.model.variables.integer.IntegerVariable[], choco.kernel.model.variables.integer.IntegerVariable, choco.kernel.model.variables.integer.IntegerVariable, String...)
C_CUMUL_STI - Static variable in class choco.Options

Goal : set filtering policy to apply task intervals (O(n*n) but stronger deductions).
C_CUMUL_TI - Static variable in class choco.Options

Goal : set filtering policy to apply task intervals (O(n*log(n)) with Vilim Tree).
C_CUMUL_VEF - Static variable in class choco.Options

Goal : set filtering policy to apply another Edge Finding algorithm (not yet implemented): Vilim theta lambda tree + lazy computation of the inner maximization of the edge finding rule of Van hentenrick and Mercier
Scope : Choco.cumulative(String, choco.kernel.model.variables.scheduling.TaskVariable[], choco.kernel.model.variables.integer.IntegerVariable[], choco.kernel.model.variables.integer.IntegerVariable, choco.kernel.model.variables.integer.IntegerVariable, String...)
C_DISJ_DP - Static variable in class choco.Options

Goal : set filtering policy to apply Detectable Precedence ( O(n*log(n)), Vilim).
C_DISJ_EF - Static variable in class choco.Options

Goal : set filtering policy to apply Edge Finding ( O(n*log(n)), Vilim).
C_DISJ_NFNL - Static variable in class choco.Options

Goal : set filtering policy to apply NotFirst/NotLast ( O(n*log(n)), Vilim).
C_DISJ_OC - Static variable in class choco.Options

Goal : set filtering policy to apply Overload Checking ( O(n*log(n)), Vilim), also known as task interval.
C_DISJ_VF - Static variable in class choco.Options

Goal : set filtering policy to apply Vilim Filtering Algorithm :
The filtering algorithm executes an internal loop until it reaches a global fixpoint.
C_EXT_AC2001 - Static variable in class choco.Options

Goal : to get AC2001 algorithm (maintaining the current support of each value).
C_EXT_AC2008 - Static variable in class choco.Options

Goal : to get AC2008 algorithm (maintained by STR).
C_EXT_AC3 - Static variable in class choco.Options

Goal : to get AC3 algorithm (searching from scratch for supports on all values).
C_EXT_AC32 - Static variable in class choco.Options

Goal : to get AC3rm algorithm (maintaining the current support of each value in a non backtrackable way).
C_EXT_AC322 - Static variable in class choco.Options

Goal : to get AC3 with the used of BitSet to know if a support still exists.
C_EXT_FC - Static variable in class choco.Options

Goal : set filter policy to forward checking.
C_GCC_AC - Static variable in class choco.Options

Goal : for Regin implementation.
C_GCC_BC - Static variable in class choco.Options

Goal : for Quimper implementation.
C_INCREASING_NVALUE_ATLEAST - Static variable in class choco.Options

Goal : set filtering policy to filter on lower bound only.
C_INCREASING_NVALUE_ATMOST - Static variable in class choco.Options

Goal : set filtering policy to filter on upper bound only.
C_INCREASING_NVALUE_BOTH - Static variable in class choco.Options

Goal : set filtering policy to filter on lower and upper bound only.
C_MINMAX_INF - Static variable in class choco.Options

Goal : set a policy which instantiates the minimum/maximum variable to its minimum if the set is empty.
C_MINMAX_SUP - Static variable in class choco.Options

Goal : set a policy which instantiates the minimum/maximum variable to its maximum if the set is empty.
C_NO_DETECTION - Static variable in class choco.Options
preprocessing ignores the given constraint for detection.
C_NTH_G - Static variable in class choco.Options

Goal : global consistency.
C_PACK_AR - Static variable in class choco.Options

Goal : set filtering policy to apply additional rules based on the algorithm "NoSum" (Shaw-2004)
Scope : Choco.pack(choco.kernel.model.constraints.pack.PackModel, String...)
C_PACK_DLB - Static variable in class choco.Options

Goal : set filtering policy to apply a feasibility tests based on dynamic lower bounds on the number of non empty bins.
C_PACK_FB - Static variable in class choco.Options

Goal : set filtering policy to apply a dominance rule which pack an item which matches exactly the remaining space into a bin.
C_PACK_LBE - Static variable in class choco.Options

Goal : set filtering policy to apply a symmetry breaking rule which imposes that the last bins are empty.
C_POST_PONED - Static variable in class choco.Options

Goal: postponed a constraint.
C_TOOL_TAG - Static variable in class trace.CPVizConstant
 
cabs() - Method in class samples.documentation.Code4Doc2
 
calcEF_end() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
calcEF_end() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
Edge finding algorithm for ending dates in O(n^2 \times k) where k is the number of distinct heights.
calcEF_start() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
calcEF_start() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
Edge finding algorithm for starting dates in O(n^2 \times k) where k is the number of distinct heights.
calcR_end(CumulRules.Consumption) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
precomputation for the edge finding using dynamic programming this method assumes that the task intervals have not failed !
calcR_start(CumulRules.Consumption) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
Lazy computation of the inner maximization of the edge finding.
calculateDomainSize() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Calculate the domain size (to check if we pruned the object at a certain iteration)
CALL_IDENTITY - Static variable in class db.DbTables
 
calldifferent() - Method in class samples.documentation.Code4Doc2
 
camong1() - Method in class samples.documentation.Code4Doc2
 
camong2() - Method in class samples.documentation.Code4Doc2
 
camong3() - Method in class samples.documentation.Code4Doc2
 
canBeEqualTo(IntDomainVar) - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
canBeEqualTo(IntDomainVar) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Checks if it can be equals to another variable.
canBeEqualTo(IntDomainVar) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Checks if it can be equals to another variable.
canBeEqualTo(IntDomainVar) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Checks if it can be equals to another variable.
canBeEqualTo(SetVar) - Method in class choco.cp.solver.variables.set.SetVarImpl
Check if the both domain intersects
canBeEqualTo(int) - Method in class choco.kernel.model.variables.integer.IntegerVariable
 
canBeEqualTo(IntDomainVar) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : testing whether two variables have intersecting domains.
canBeEqualTo(SetVar) - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: Domains : testing whether two variables have intersecting domains.
canBeInstantiatedIn(int[], int) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Checks if the variables can be instantiated to at least one value in the array.
canBeInstantiatedIn(int[], int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Checks if the variables can be instantiated to at least one value in the array.
canBeInstantiatedIn(int[], int) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Checks if the variables can be instantiated to at least one value in the array.
canBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Checks if a value is still in the domain.
canBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
canBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
canBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Checks if a value is still in the domain.
canBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
canBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Checks if a value is still in the domain.
canBeInstantiatedTo(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : testing whether a value is in the domain.
canBeReified() - Method in enum choco.kernel.solver.constraints.SConstraintType
 
canBeSAP - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
CANCEL_CP_SOLVE - Static variable in class parser.instances.BasicSettings

Goal: indicates that the constraint programming step is cancelled (only preprocessing step).
cancelExtractVariables() - Method in class choco.kernel.model.VariableArray
 
cancelHeuristic() - Method in class parser.instances.AbstractMinimizeModel
 
cancelLowerBound() - Method in class parser.instances.AbstractMinimizeModel
 
cancelNonSchedulingPreProcess(Configuration) - Static method in class choco.cp.solver.preprocessor.PreProcessConfiguration
 
cancelPreProcess(Configuration) - Static method in class choco.cp.solver.preprocessor.PreProcessConfiguration
 
cancelPreProcess(Solver) - Static method in class choco.cp.solver.preprocessor.PreProcessConfiguration
 
cancelRandomBreakTies() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
cancelRandomBreakTies() - Method in interface choco.cp.solver.search.integer.branching.IRandomBreakTies
 
cancelRestarts(Solver) - Static method in class choco.cp.solver.configure.RestartFactory
 
cancelRestartStrategy() - Method in class choco.cp.solver.search.SearchLimitManager
 
cancelRestartStrategy() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
cancel the restart strategy.
cancelSchedulingPreProcess(Configuration) - Static method in class choco.cp.solver.preprocessor.PreProcessConfiguration
 
canContainExpression - Variable in enum choco.kernel.model.constraints.ConstraintType
 
cand1() - Method in class samples.documentation.Code4Doc2
 
cand2() - Method in class samples.documentation.Code4Doc2
 
Candles - Class in samples.tutorials.puzzles
 
Candles() - Constructor for class samples.tutorials.puzzles.Candles
 
capacity - Variable in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
capacity - Variable in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
capacity() - Method in interface choco.kernel.memory.IStateBitSet
 
capacity() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
 
capacity() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
 
capacity() - Method in class choco.kernel.memory.structure.SBitSet
 
capacity() - Method in class choco.kernel.memory.structure.SBitSet2
 
CAPACITY - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
 
capacity - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
CAPACITY_N - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
 
capacityMLB - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
capaMax - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
capaMaxDiff(int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
capaProfIncrement - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
card - Variable in class choco.cp.solver.variables.set.SetVarImpl
 
card - Variable in class choco.kernel.model.variables.set.SetVariable
 
CARD_REASONNING - Static variable in class choco.kernel.solver.Configuration

Goal: Enable card reasonning: decide if redundant constraints are automatically added to the model to reason on cardinalities on sets as well as kernel and enveloppe.
cardAndItemsCoherence(int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
 
cardinality() - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns the number of bits set to true in this BitSet.
cardinality() - Method in interface choco.kernel.memory.IStateBitSet
Number of bits on.
cardinality() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns the number of bits set to true in this BitSet.
cardinality() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns the number of bits set to true in this BitSet.
cardinality() - Method in class choco.kernel.memory.structure.SBitSet
Returns the number of bits set to true in this BitSet.
cardinality() - Method in class choco.kernel.memory.structure.SBitSet2
Returns the number of bits set to true in this BitSet.
CardInfeasible(InternalConstraint, int, Obj) - Method in class choco.cp.solver.constraints.global.geost.layers.IntermediateLayer
 
cardMaintenance(int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
 
cardProd() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
CarSeqInstance - Class in samples.multicostregular.carsequencing.parser
Created by IntelliJ IDEA.
CarSeqInstance(String) - Constructor for class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
CarSeqModel - Class in samples.multicostregular.carsequencing
Created by IntelliJ IDEA.
CarSeqModel(String, boolean) - Constructor for class samples.multicostregular.carsequencing.CarSeqModel
 
CarSequence - Class in samples.tutorials.assignment

CarSequence() - Constructor for class samples.tutorials.assignment.CarSequence
 
case_a_or_c - Variable in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
categories - Static variable in class choco.Options
 
catmostnvalue() - Method in class samples.documentation.Code4Doc2
 
cause - Variable in class choco.kernel.solver.propagation.event.VarEvent
Cause of this basic var.
cboolchanneling() - Method in class samples.documentation.Code4Doc2
 
cc - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
cc - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
connected component structure associated with the graph
cclause() - Method in class samples.documentation.Code4Doc2
 
ccostregular() - Method in class samples.documentation.Code4Doc2
 
ccostregular2() - Method in class samples.documentation.Code4Doc2
 
ccumulative() - Method in class samples.documentation.Code4Doc2
 
cdisjoint1() - Method in class samples.documentation.Code4Doc2
 
cdisjoint2() - Method in class samples.documentation.Code4Doc2
 
cdistanceeq() - Method in class samples.documentation.Code4Doc2
 
cdistancegt() - Method in class samples.documentation.Code4Doc2
 
cdistancelt() - Method in class samples.documentation.Code4Doc2
 
cdistanceneq() - Method in class samples.documentation.Code4Doc2
 
cdomainchanneling() - Method in class samples.documentation.Code4Doc2
 
CENTER - Static variable in class choco.visu.components.bricks.AChocoBrick
constants for text alignement
CenterVarSelec - Class in samples.multicostregular.planner
Created by IntelliJ IDEA.
CenterVarSelec(Solver, IntDomainVar[]) - Constructor for class samples.multicostregular.planner.CenterVarSelec
 
CentroidOrdering - Class in choco.cp.solver.search.task.ordering
 
CentroidOrdering(long) - Constructor for class choco.cp.solver.search.task.ordering.CentroidOrdering
 
ceq1() - Method in class samples.documentation.Code4Doc2
 
ceq2() - Method in class samples.documentation.Code4Doc2
 
CEQ_ORDER - Static variable in class choco.kernel.solver.Configuration

Goal: constraint priority order for propagation engine
Type: int
Default value: 1234567 *
Restriction: |CEQ_ORDER| = 7, CEQ_ORDER = {1,2,3,4,5,6,7}
ceqcard() - Method in class samples.documentation.Code4Doc2
 
cequation() - Method in class samples.documentation.Code4Doc2
 
CFC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
CFC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
cfeaspairac() - Method in class samples.documentation.Code4Doc2
 
cfeastupleac() - Method in class samples.documentation.Code4Doc2
 
cfeastuplefc() - Method in class samples.documentation.Code4Doc2
 
cgeost() - Method in class samples.documentation.Code4Doc2
 
cgeq1() - Method in class samples.documentation.Code4Doc3
 
cgeq2() - Method in class samples.documentation.Code4Doc3
 
cgeqcard() - Method in class samples.documentation.Code4Doc3
 
cglobalcardinality1() - Method in class samples.documentation.Code4Doc3
 
cglobalcardinality2() - Method in class samples.documentation.Code4Doc3
 
cglobalcardinality3() - Method in class samples.documentation.Code4Doc3
 
cglobalcardinality4() - Method in class samples.documentation.Code4Doc3
 
cgt() - Method in class samples.documentation.Code4Doc3
 
ChannelingManager - Class in choco.cp.model.managers.constraints.integer
A manager to build new all channeling constraints
ChannelingManager() - Constructor for class choco.cp.model.managers.constraints.integer.ChannelingManager
 
charFromIntMap - Static variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
check(int[]) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
check() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Necessary condition : checks whether the constraint is violted or not
check() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
check(int[]) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
CHECK - Static variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
CHECK - Static variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
check(int[]) - Method in class choco.cp.solver.constraints.strong.Adapter
 
check(int[]) - Method in interface choco.cp.solver.constraints.strong.ISpecializedConstraint
 
check(int, int, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
Contrôle si le tuple (value, pcSupport) satisfait la contrainte numérotée position
check(int[]) - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
check(int[]) - Method in class samples.jobshop.SimpleDTConstraint
 
checkAreEqual() - Method in class choco.cp.solver.constraints.set.SetNotEq
 
checkAreNotEqual(SetVar, SetVar) - Static method in class choco.cp.solver.constraints.set.SetNotEq
 
checkBounds(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
checkCleanState() - Method in class choco.cp.solver.propagation.ChocoEngine
checking that the propagation engine remains in a proper state
checkCleanState() - Method in interface choco.kernel.solver.propagation.PropagationEngine
checking that the propagation engine remains in a proper state
checkConsAndCapa() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
checkConsistency() - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
checkConsistency() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
checkConsistency() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
checkConstant(IntegerVariable, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
checkConstraint(SConstraint<?>) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Check the satisfaction of c.
checkConstraint(SConstraint) - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Check the satisfaction of c.
checkConstraints(Solver) - Method in class choco.kernel.solver.search.checker.AbstractSolutionCheckerEngine
Check satisfaction of every constraints involved within the solver.
checkConstraints(Solver) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Check satisfaction of every constraints involved within the solver.
checkCosts(int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
checkCouple(int, int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Api to check a couple for binary AC
checkCouple(int, int) - Method in interface choco.kernel.solver.constraints.integer.extension.BinRelation
return true if couple (x,y) is feasible according to the definition of the relation. e.g if the relation is defined with infeasible tuples, it returns true if (x,y) is one of them.
checkCouple(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
checkCouple(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesTable
 
checkCouple(int, int) - Method in class samples.documentation.Code4Doc5.MyEquality
 
checkData() - Method in class cli.AbstractBenchmarkCmd
 
checkData() - Method in class cli.AbstractCmdLine
check the validity of the command line
checkData() - Method in class cli.HsqldbServerCmd
 
checkData() - Method in class cli.XcspCmd
 
checkData() - Method in class samples.tutorials.lns.rcpsp.RCPSPCmd
 
checkData() - Method in class samples.tutorials.to_sort.packing.parser.BinPackingCmd
 
checkDecisionVariables() - Method in class choco.cp.solver.CPSolver
Check wether every decisions variables are instantiated
checkDecisionVariables() - Method in interface choco.kernel.solver.Solver
Check wether every decisions variables are instantiated
checkDecisionVariables() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
checkDecompositionIsPossible() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
checkDeltaDomain(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
checkDomains() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
checkEnveloppes() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
checkEqInCouples() - Method in class parser.absconparseur.components.PRelation
 
checkEqInCouples(PRelation, PDomain[]) - Static method in class parser.chocogen.RelationFactory
 
checkEverythingIsInstantiated(InstanceParser, Solver) - Static method in class parser.chocogen.XmlModel
 
checkEverythingIsInstantiated(InstanceParser, Solver) - Static method in class parser.instances.XcspModel
 
checkEvtE - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
checkEvtS - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
checkHConsistency() - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
checkHypotheticalConsistency() - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
checkIfConditionAlreadyABooleanVar() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
A common use of the If Then Else is to use a boolean variable as a condition, in which cas it is useless to introduce another one.
checkInteger(VariableType) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
checkIsReified() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
checkIsSatisfied() - Method in class parser.instances.AbstractInstanceModel
 
checkLast(int, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
Contrôle si le dernier support de value est présent dans le domaine de la variable et que la valeur est compatible avec la seconde contrainte
checkLex(int) - Method in class choco.cp.solver.constraints.global.Lex
 
checkLowerBound(boolean, int) - Method in interface parser.instances.checker.IOptimChecker
 
checkLowerBound(boolean, Number) - Method in interface parser.instances.checker.IOptimChecker
 
checkLowerBound(boolean, int) - Method in class parser.instances.checker.OptimSChecker
 
checkLowerBound(boolean, Number) - Method in class parser.instances.checker.OptimSChecker
 
checkNbPossible() - Method in class choco.cp.solver.constraints.global.Occurrence
 
checkNbSure() - Method in class choco.cp.solver.constraints.global.Occurrence
 
checkNeqInCouples() - Method in class parser.absconparseur.components.PRelation
 
checkNeqInCouples(PRelation, PDomain[]) - Static method in class parser.chocogen.RelationFactory
 
checkOptimum(int) - Method in interface parser.instances.checker.IOptimChecker
 
checkOptimum(Number) - Method in interface parser.instances.checker.IOptimChecker
 
checkOptimum(int) - Method in class parser.instances.checker.OptimSChecker
 
checkOptimum(Number) - Method in class parser.instances.checker.OptimSChecker
 
checkParameter(Object[], int) - Static method in class choco.kernel.model.constraints.ConstraintManager
 
checkPositiveValue(double) - Static method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
CHECKPROF - Static variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
checkReal(VariableType) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
checkRulesRequirement() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AltCumulative
 
checkRulesRequirement() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
checkSet(VariableType) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
checkSolution() - Method in class choco.cp.solver.CPSolver
Solution checker.
checkSolution(boolean) - Method in class choco.cp.solver.CPSolver
Solution checker.
checkSolution(Solver) - Method in class choco.kernel.solver.search.checker.AbstractSolutionCheckerEngine
Check the current solution of the solver.
checkSolution(Solver) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Check the current solution of the solver.
checkSolution() - Method in interface choco.kernel.solver.Solver
Solution checker.
checkSolution() - Method in class parser.instances.AbstractInstanceModel
The method checks the validity of the solution.
checkSolution() - Method in class parser.instances.XcspModel
 
checkSolution() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
checkStackSize(int) - Static method in class parser.absconparseur.intension.Evaluator
 
checkStatus() - Method in class parser.instances.AbstractInstanceModel
 
checkStatus(Boolean, ResolutionStatus, Number) - Method in interface parser.instances.checker.IStatusChecker
 
checkStatus(Boolean, ResolutionStatus, Number) - Method in class parser.instances.checker.OptimSChecker
 
checkStatus(Boolean, ResolutionStatus, Number) - Method in class parser.instances.checker.SatSChecker
 
checkTask(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Api to check a tuple
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.AndNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistEqNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistGtNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistLtNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistNeqNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.EqNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.FalseNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.GeqNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.GtNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.LeqNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.LtNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NandNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NeqNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NorNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NotNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.OppSignNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.OrNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.SameSignNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.TrueNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.XnorNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.bool.XorNode
 
checkTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
checkTuple(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
 
checkTuple(int[]) - Method in interface choco.kernel.solver.constraints.integer.extension.LargeRelation
return true if tuple is feasible according to the definition of the relation. e.g if the relation is defined with infeasible tuples, it returns true if tuple is one of them.
checkTuple(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.TuplesList
 
checkTuple(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.TuplesTable
 
checkTuple(int[]) - Method in interface choco.kernel.solver.constraints.reified.BoolNode
 
checkTuple(int[]) - Method in class samples.documentation.Code4Doc5.NotAllEqual
 
checkType(VariableType, VariableType) - Static method in class choco.kernel.common.util.tools.VariableUtils
Check the type of each variable and compute a int value
checkUpperBound(boolean, int) - Method in interface parser.instances.checker.IOptimChecker
 
checkUpperBound(boolean, Number) - Method in interface parser.instances.checker.IOptimChecker
 
checkUpperBound(boolean, int) - Method in class parser.instances.checker.OptimSChecker
 
checkUpperBound(boolean, Number) - Method in class parser.instances.checker.OptimSChecker
 
checkValidity() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
checkValue(int, int, IBitSetIntDomain) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
check is there exist a support for value val of variable var within the domain of v
checkVariable(Var) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Check the instantiation of var.
checkVariable(Var) - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Check the instantiation of var.
checkVariableIncWDeg(Solver) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
checkVariables(Solver) - Method in class choco.kernel.solver.search.checker.AbstractSolutionCheckerEngine
Check instantiation of every variables involved within the solver.
checkVariables(Solver) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Check instantiation of every variables involved within the solver.
checkWorld() - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
checkWorld() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
checkWorld() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
choco - package choco
 
Choco - Class in choco
Created by IntelliJ IDEA.
choco.cp.common.util.iterators - package choco.cp.common.util.iterators
 
choco.cp.common.util.preprocessor - package choco.cp.common.util.preprocessor
 
choco.cp.common.util.preprocessor.detector - package choco.cp.common.util.preprocessor.detector
 
choco.cp.common.util.preprocessor.detector.scheduling - package choco.cp.common.util.preprocessor.detector.scheduling
 
choco.cp.common.util.preprocessor.graph - package choco.cp.common.util.preprocessor.graph
 
choco.cp.common.util.preprocessor.merger - package choco.cp.common.util.preprocessor.merger
 
choco.cp.model - package choco.cp.model
 
choco.cp.model.managers - package choco.cp.model.managers
return new ComponentConstraint(ConstraintType.ALLDIFFERENT, null, vars); * soit un type => dans ce cas il faut mettre ?
choco.cp.model.managers.constraints - package choco.cp.model.managers.constraints
 
choco.cp.model.managers.constraints.expressions - package choco.cp.model.managers.constraints.expressions
 
choco.cp.model.managers.constraints.global - package choco.cp.model.managers.constraints.global
 
choco.cp.model.managers.constraints.integer - package choco.cp.model.managers.constraints.integer
 
choco.cp.model.managers.constraints.set - package choco.cp.model.managers.constraints.set
 
choco.cp.model.managers.operators - package choco.cp.model.managers.operators
 
choco.cp.model.managers.variables - package choco.cp.model.managers.variables
 
choco.cp.model.preprocessor - package choco.cp.model.preprocessor
 
choco.cp.solver - package choco.cp.solver
 
choco.cp.solver.branch - package choco.cp.solver.branch
 
choco.cp.solver.configure - package choco.cp.solver.configure
 
choco.cp.solver.constraints.global - package choco.cp.solver.constraints.global
 
choco.cp.solver.constraints.global.automata.fast_costregular - package choco.cp.solver.constraints.global.automata.fast_costregular
 
choco.cp.solver.constraints.global.automata.fast_multicostregular - package choco.cp.solver.constraints.global.automata.fast_multicostregular
 
choco.cp.solver.constraints.global.automata.fast_multicostregular.example - package choco.cp.solver.constraints.global.automata.fast_multicostregular.example
 
choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector - package choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector
 
choco.cp.solver.constraints.global.automata.fast_regular - package choco.cp.solver.constraints.global.automata.fast_regular
 
choco.cp.solver.constraints.global.geost - package choco.cp.solver.constraints.global.geost
 
choco.cp.solver.constraints.global.geost.dataStructures - package choco.cp.solver.constraints.global.geost.dataStructures
 
choco.cp.solver.constraints.global.geost.externalConstraints - package choco.cp.solver.constraints.global.geost.externalConstraints
 
choco.cp.solver.constraints.global.geost.frames - package choco.cp.solver.constraints.global.geost.frames
 
choco.cp.solver.constraints.global.geost.geometricPrim - package choco.cp.solver.constraints.global.geost.geometricPrim
 
choco.cp.solver.constraints.global.geost.internalConstraints - package choco.cp.solver.constraints.global.geost.internalConstraints
 
choco.cp.solver.constraints.global.geost.layers - package choco.cp.solver.constraints.global.geost.layers
 
choco.cp.solver.constraints.global.geost.layers.continuousSolver - package choco.cp.solver.constraints.global.geost.layers.continuousSolver
 
choco.cp.solver.constraints.global.geost.util - package choco.cp.solver.constraints.global.geost.util
 
choco.cp.solver.constraints.global.lightcostregular - package choco.cp.solver.constraints.global.lightcostregular
 
choco.cp.solver.constraints.global.lightcostregular.structure - package choco.cp.solver.constraints.global.lightcostregular.structure
 
choco.cp.solver.constraints.global.matching - package choco.cp.solver.constraints.global.matching
 
choco.cp.solver.constraints.global.ordered - package choco.cp.solver.constraints.global.ordered
 
choco.cp.solver.constraints.global.pack - package choco.cp.solver.constraints.global.pack
 
choco.cp.solver.constraints.global.regular - package choco.cp.solver.constraints.global.regular
 
choco.cp.solver.constraints.global.scheduling - package choco.cp.solver.constraints.global.scheduling
 
choco.cp.solver.constraints.global.scheduling.cumulative - package choco.cp.solver.constraints.global.scheduling.cumulative
 
choco.cp.solver.constraints.global.scheduling.disjunctive - package choco.cp.solver.constraints.global.scheduling.disjunctive
 
choco.cp.solver.constraints.global.scheduling.precedence - package choco.cp.solver.constraints.global.scheduling.precedence
 
choco.cp.solver.constraints.global.scheduling.trees - package choco.cp.solver.constraints.global.scheduling.trees
 
choco.cp.solver.constraints.global.scheduling.trees.status - package choco.cp.solver.constraints.global.scheduling.trees.status
 
choco.cp.solver.constraints.global.softscheduling - package choco.cp.solver.constraints.global.softscheduling
 
choco.cp.solver.constraints.global.tree - package choco.cp.solver.constraints.global.tree
 
choco.cp.solver.constraints.global.tree.deduction - package choco.cp.solver.constraints.global.tree.deduction
 
choco.cp.solver.constraints.global.tree.filtering - package choco.cp.solver.constraints.global.tree.filtering
 
choco.cp.solver.constraints.global.tree.filtering.costFiltering - package choco.cp.solver.constraints.global.tree.filtering.costFiltering
 
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering - package choco.cp.solver.constraints.global.tree.filtering.structuralFiltering
 
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint - package choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint
 
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences - package choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences
 
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows - package choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows
 
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree - package choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree
 
choco.cp.solver.constraints.global.tree.structure.inputStructure - package choco.cp.solver.constraints.global.tree.structure.inputStructure
 
choco.cp.solver.constraints.global.tree.structure.internalStructure - package choco.cp.solver.constraints.global.tree.structure.internalStructure
 
choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures - package choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures
 
choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure - package choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure
 
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms - package choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms
 
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees - package choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees
 
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews - package choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews
 
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph - package choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph
 
choco.cp.solver.constraints.integer - package choco.cp.solver.constraints.integer
 
choco.cp.solver.constraints.integer.bool - package choco.cp.solver.constraints.integer.bool
 
choco.cp.solver.constraints.integer.bool.sat - package choco.cp.solver.constraints.integer.bool.sat
 
choco.cp.solver.constraints.integer.bool.sum - package choco.cp.solver.constraints.integer.bool.sum
 
choco.cp.solver.constraints.integer.channeling - package choco.cp.solver.constraints.integer.channeling
 
choco.cp.solver.constraints.integer.extension - package choco.cp.solver.constraints.integer.extension
 
choco.cp.solver.constraints.integer.intlincomb - package choco.cp.solver.constraints.integer.intlincomb
 
choco.cp.solver.constraints.integer.intlincomb.policy - package choco.cp.solver.constraints.integer.intlincomb.policy
 
choco.cp.solver.constraints.integer.soft - package choco.cp.solver.constraints.integer.soft
 
choco.cp.solver.constraints.real - package choco.cp.solver.constraints.real
 
choco.cp.solver.constraints.real.exp - package choco.cp.solver.constraints.real.exp
 
choco.cp.solver.constraints.reified - package choco.cp.solver.constraints.reified
 
choco.cp.solver.constraints.reified.leaves - package choco.cp.solver.constraints.reified.leaves
 
choco.cp.solver.constraints.reified.leaves.arithm - package choco.cp.solver.constraints.reified.leaves.arithm
 
choco.cp.solver.constraints.reified.leaves.bool - package choco.cp.solver.constraints.reified.leaves.bool
 
choco.cp.solver.constraints.set - package choco.cp.solver.constraints.set
 
choco.cp.solver.constraints.strong - package choco.cp.solver.constraints.strong
 
choco.cp.solver.constraints.strong.maxrpcrm - package choco.cp.solver.constraints.strong.maxrpcrm
 
choco.cp.solver.constraints.strong.xmlmodel - package choco.cp.solver.constraints.strong.xmlmodel
 
choco.cp.solver.goals - package choco.cp.solver.goals
 
choco.cp.solver.goals.choice - package choco.cp.solver.goals.choice
 
choco.cp.solver.preprocessor - package choco.cp.solver.preprocessor
 
choco.cp.solver.propagation - package choco.cp.solver.propagation
 
choco.cp.solver.search - package choco.cp.solver.search
 
choco.cp.solver.search.integer.branching - package choco.cp.solver.search.integer.branching
 
choco.cp.solver.search.integer.branching.domwdeg - package choco.cp.solver.search.integer.branching.domwdeg
 
choco.cp.solver.search.integer.objective - package choco.cp.solver.search.integer.objective
 
choco.cp.solver.search.integer.valiterator - package choco.cp.solver.search.integer.valiterator
 
choco.cp.solver.search.integer.valselector - package choco.cp.solver.search.integer.valselector
 
choco.cp.solver.search.integer.varselector - package choco.cp.solver.search.integer.varselector
 
choco.cp.solver.search.integer.varselector.ratioselector - package choco.cp.solver.search.integer.varselector.ratioselector
 
choco.cp.solver.search.integer.varselector.ratioselector.ratios - package choco.cp.solver.search.integer.varselector.ratioselector.ratios
 
choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree - package choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree
 
choco.cp.solver.search.integer.varselector.ratioselector.ratios.task - package choco.cp.solver.search.integer.varselector.ratioselector.ratios.task
 
choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved - package choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved
 
choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack - package choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack
 
choco.cp.solver.search.real - package choco.cp.solver.search.real
 
choco.cp.solver.search.real.objective - package choco.cp.solver.search.real.objective
 
choco.cp.solver.search.restart - package choco.cp.solver.search.restart
 
choco.cp.solver.search.set - package choco.cp.solver.search.set
 
choco.cp.solver.search.task - package choco.cp.solver.search.task
 
choco.cp.solver.search.task.ordering - package choco.cp.solver.search.task.ordering
 
choco.cp.solver.search.task.profile - package choco.cp.solver.search.task.profile
 
choco.cp.solver.variables.delta - package choco.cp.solver.variables.delta
 
choco.cp.solver.variables.delta.iterators - package choco.cp.solver.variables.delta.iterators
 
choco.cp.solver.variables.integer - package choco.cp.solver.variables.integer
 
choco.cp.solver.variables.real - package choco.cp.solver.variables.real
 
choco.cp.solver.variables.set - package choco.cp.solver.variables.set
 
choco.kernel.common - package choco.kernel.common
 
choco.kernel.common.logging - package choco.kernel.common.logging
 
choco.kernel.common.opres.graph - package choco.kernel.common.opres.graph
 
choco.kernel.common.opres.heuristics - package choco.kernel.common.opres.heuristics
 
choco.kernel.common.opres.nosum - package choco.kernel.common.opres.nosum
 
choco.kernel.common.opres.pack - package choco.kernel.common.opres.pack
 
choco.kernel.common.opres.ssp - package choco.kernel.common.opres.ssp
 
choco.kernel.common.util - package choco.kernel.common.util
A package devoted to non-backtrackable data structures. choco.kernel.common.util.bitmask - package choco.kernel.common.util.bitmask
 
choco.kernel.common.util.comparator - package choco.kernel.common.util.comparator
 
choco.kernel.common.util.disposable - package choco.kernel.common.util.disposable
 
choco.kernel.common.util.iterators - package choco.kernel.common.util.iterators
 
choco.kernel.common.util.objects - package choco.kernel.common.util.objects
 
choco.kernel.common.util.tools - package choco.kernel.common.util.tools
 
choco.kernel.memory - package choco.kernel.memory
A package devoted to backtrackable data structures.
choco.kernel.memory.copy - package choco.kernel.memory.copy
 
choco.kernel.memory.recomputation - package choco.kernel.memory.recomputation
 
choco.kernel.memory.structure - package choco.kernel.memory.structure
 
choco.kernel.memory.structure.iterators - package choco.kernel.memory.structure.iterators
 
choco.kernel.memory.trailing - package choco.kernel.memory.trailing
 
choco.kernel.memory.trailing.trail - package choco.kernel.memory.trailing.trail
 
choco.kernel.model - package choco.kernel.model
The root package for the Constraint Programming Kernel. choco.kernel.model.constraints - package choco.kernel.model.constraints
 
choco.kernel.model.constraints.automaton - package choco.kernel.model.constraints.automaton
 
choco.kernel.model.constraints.automaton.FA - package choco.kernel.model.constraints.automaton.FA
 
choco.kernel.model.constraints.automaton.FA.utils - package choco.kernel.model.constraints.automaton.FA.utils
 
choco.kernel.model.constraints.automaton.penalty - package choco.kernel.model.constraints.automaton.penalty
 
choco.kernel.model.constraints.cnf - package choco.kernel.model.constraints.cnf
 
choco.kernel.model.constraints.geost - package choco.kernel.model.constraints.geost
 
choco.kernel.model.constraints.geost.externalConstraints - package choco.kernel.model.constraints.geost.externalConstraints
 
choco.kernel.model.constraints.pack - package choco.kernel.model.constraints.pack
 
choco.kernel.model.factories - package choco.kernel.model.factories
 
choco.kernel.model.variables - package choco.kernel.model.variables
 
choco.kernel.model.variables.geost - package choco.kernel.model.variables.geost
 
choco.kernel.model.variables.integer - package choco.kernel.model.variables.integer
 
choco.kernel.model.variables.integer.iterators - package choco.kernel.model.variables.integer.iterators
 
choco.kernel.model.variables.real - package choco.kernel.model.variables.real
 
choco.kernel.model.variables.scheduling - package choco.kernel.model.variables.scheduling
 
choco.kernel.model.variables.set - package choco.kernel.model.variables.set
 
choco.kernel.model.variables.tree - package choco.kernel.model.variables.tree
 
choco.kernel.solver - package choco.kernel.solver
 
choco.kernel.solver.branch - package choco.kernel.solver.branch
A package devoted to control (branching schemes and heuristics) for branching in a search tree. choco.kernel.solver.constraints - package choco.kernel.solver.constraints
 
choco.kernel.solver.constraints.global - package choco.kernel.solver.constraints.global
 
choco.kernel.solver.constraints.global.automata.common - package choco.kernel.solver.constraints.global.automata.common
 
choco.kernel.solver.constraints.global.automata.fast_costregular.structure - package choco.kernel.solver.constraints.global.automata.fast_costregular.structure
 
choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo - package choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo
 
choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure - package choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
 
choco.kernel.solver.constraints.global.automata.fast_regular.structure - package choco.kernel.solver.constraints.global.automata.fast_regular.structure
 
choco.kernel.solver.constraints.global.matching - package choco.kernel.solver.constraints.global.matching
 
choco.kernel.solver.constraints.global.scheduling - package choco.kernel.solver.constraints.global.scheduling
 
choco.kernel.solver.constraints.integer - package choco.kernel.solver.constraints.integer
A package devoted to constraints over integers.
choco.kernel.solver.constraints.integer.extension - package choco.kernel.solver.constraints.integer.extension
 
choco.kernel.solver.constraints.real - package choco.kernel.solver.constraints.real
A package devoted continuous constraints.
choco.kernel.solver.constraints.real.exp - package choco.kernel.solver.constraints.real.exp
A package devoted real expression, that is composition of operators over real variables.
choco.kernel.solver.constraints.reified - package choco.kernel.solver.constraints.reified
 
choco.kernel.solver.constraints.set - package choco.kernel.solver.constraints.set
 
choco.kernel.solver.goals - package choco.kernel.solver.goals
 
choco.kernel.solver.goals.choice - package choco.kernel.solver.goals.choice
 
choco.kernel.solver.goals.solver - package choco.kernel.solver.goals.solver
 
choco.kernel.solver.propagation - package choco.kernel.solver.propagation
A package of classes devoted to the event model of constraint propagation. choco.kernel.solver.propagation.event - package choco.kernel.solver.propagation.event
 
choco.kernel.solver.propagation.listener - package choco.kernel.solver.propagation.listener
 
choco.kernel.solver.propagation.queue - package choco.kernel.solver.propagation.queue
 
choco.kernel.solver.search - package choco.kernel.solver.search
A package devoted to the the control of search algorithms. choco.kernel.solver.search.checker - package choco.kernel.solver.search.checker
 
choco.kernel.solver.search.integer - package choco.kernel.solver.search.integer
A package devoted to choice points and search heuristics specific to integer variables. choco.kernel.solver.search.limit - package choco.kernel.solver.search.limit
 
choco.kernel.solver.search.measure - package choco.kernel.solver.search.measure
 
choco.kernel.solver.search.real - package choco.kernel.solver.search.real
A package devoted to serach tools based on real constraints and variables.
choco.kernel.solver.search.restart - package choco.kernel.solver.search.restart
 
choco.kernel.solver.search.set - package choco.kernel.solver.search.set
 
choco.kernel.solver.search.task - package choco.kernel.solver.search.task
 
choco.kernel.solver.variables - package choco.kernel.solver.variables
 
choco.kernel.solver.variables.delta - package choco.kernel.solver.variables.delta
 
choco.kernel.solver.variables.integer - package choco.kernel.solver.variables.integer
A package devoted to the management of variables and domains for integers
choco.kernel.solver.variables.real - package choco.kernel.solver.variables.real
A package devoted to contiinuous domains and variables.
choco.kernel.solver.variables.scheduling - package choco.kernel.solver.variables.scheduling
 
choco.kernel.solver.variables.set - package choco.kernel.solver.variables.set
 
choco.kernel.visu - package choco.kernel.visu
 
choco.kernel.visu.components - package choco.kernel.visu.components
 
choco.kernel.visu.components.bricks - package choco.kernel.visu.components.bricks
 
choco.kernel.visu.components.panels - package choco.kernel.visu.components.panels
 
choco.visu - package choco.visu
 
choco.visu.components - package choco.visu.components
 
choco.visu.components.bricks - package choco.visu.components.bricks
 
choco.visu.components.chart - package choco.visu.components.chart
 
choco.visu.components.chart.axis - package choco.visu.components.chart.axis
 
choco.visu.components.chart.dataset - package choco.visu.components.chart.dataset
 
choco.visu.components.chart.labels - package choco.visu.components.chart.labels
 
choco.visu.components.chart.renderer - package choco.visu.components.chart.renderer
 
choco.visu.components.chart.ui - package choco.visu.components.chart.ui
 
choco.visu.components.panels - package choco.visu.components.panels
 
choco.visu.components.papplets - package choco.visu.components.papplets
 
choco.visu.searchloop - package choco.visu.searchloop
 
choco.visu.variables - package choco.visu.variables
 
CHOCO_LOGGERS - Static variable in class choco.kernel.common.logging.ChocoLogging
 
CHOCO_MS_TIME_PRECISION - Static variable in class choco.kernel.common.TimeCacheThread
 
CHOCO_THEME - Static variable in class choco.visu.components.chart.ChocoChartFactory
 
ChocoChartFactory - Class in choco.visu.components.chart
 
ChocoChartPanel - Class in choco.visu.components.chart.ui
 
ChocoChartPanel(Solver) - Constructor for class choco.visu.components.chart.ui.ChocoChartPanel
 
ChocoColor - Class in choco.visu.components.chart
 
ChocoColor() - Constructor for class choco.visu.components.chart.ChocoColor
 
ChocoContrib - Class in choco
 
chocoCstr - Variable in class parser.absconparseur.components.PConstraint
 
ChocoDatasetFactory - Class in choco.visu.components.chart
 
ChocoEngine - Class in choco.cp.solver.propagation
Implementation of an AbstractPropagationEngine for Choco.
ChocoEngine(Solver) - Constructor for class choco.cp.solver.propagation.ChocoEngine
Constructs a new engine by initializing the var queues.
ChocoFactory - Class in parser.chocogen
 
ChocoFactory(InstanceParser, Model) - Constructor for class parser.chocogen.ChocoFactory
 
ChocoFactoryRPC - Class in choco.cp.solver.constraints.strong.xmlmodel
 
ChocoFactoryRPC(InstanceParser, Model) - Constructor for class choco.cp.solver.constraints.strong.xmlmodel.ChocoFactoryRPC
 
ChocoLogging - Class in choco.kernel.common.logging
A final class which handles choco logging statements.
ChocoPApplet - Enum in choco.visu.components.papplets
 
chocovar - Variable in class parser.absconparseur.components.PVariable
 
ChoicePoint - Class in choco.kernel.solver.goals.solver
 
ChoicePoint(Goal[]) - Constructor for class choco.kernel.solver.goals.solver.ChoicePoint
 
choices - Variable in class choco.kernel.solver.goals.solver.ChoicePoint
 
chopapplet - Variable in class choco.visu.components.bricks.AChocoBrick
The mother AChocoPApplet where the brick appears.
cifonlyif() - Method in class samples.documentation.Code4Doc3
 
cifthenelse() - Method in class samples.documentation.Code4Doc3
 
cimplies() - Method in class samples.documentation.Code4Doc3
 
cincreasingnvalue() - Method in class samples.documentation.Code4Doc3
 
cincreasingsum() - Method in class samples.documentation.Code4Doc3
 
cIndices - Variable in class choco.kernel.solver.constraints.AbstractSConstraint
The list, containing, for each variable, the index of the constraint among all its incident listeners.
cinfeaspairac() - Method in class samples.documentation.Code4Doc3
 
cinfeastupleac() - Method in class samples.documentation.Code4Doc3
 
cinfeastuplefc() - Method in class samples.documentation.Code4Doc3
 
cintdiv() - Method in class samples.documentation.Code4Doc3
 
cinversechanneling() - Method in class samples.documentation.Code4Doc3
 
cinversechannelingwithinrange() - Method in class samples.documentation.Code4Doc3
 
cinverseset() - Method in class samples.documentation.Code4Doc3
 
circleIntersectiont(double, double, double, double, double, double) - Static method in class choco.cp.solver.constraints.global.geost.layers.GeometricKernel
 
circleRandom - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
CircularQueue<E> - Class in choco.kernel.common.util.objects
User : cprudhom Mail : cprudhom(a)emn.fr Date : 15 f�vr. 2010 Since : Choco 2.1.1
CircularQueue() - Constructor for class choco.kernel.common.util.objects.CircularQueue
 
CircularQueue(int) - Constructor for class choco.kernel.common.util.objects.CircularQueue
 
cisincluded() - Method in class samples.documentation.Code4Doc3
 
cisnotincluded() - Method in class samples.documentation.Code4Doc3
 
cknapsack() - Method in class samples.documentation.Code4Doc3
 
classes - Static variable in class samples.tutorials.applet.DemoUI
 
clause(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
A global constraint to store and propagate all clauses
clause(String, IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
A global constraint to store and propagate all clauses The option can contain the folowing String : cp:entail ensure quick entailment tests
clause_entailed - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
clauseFromDisjointDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
ClauseFromDisjointModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
ClauseFromDisjointModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.ClauseFromDisjointModelDetector
 
clauses(String, ALogicTree) - Static method in class choco.Choco
A global constraint to store and propagate all clauses extracted from a logic tree The option can contain the folowing String : cp:entail ensure quick entailment tests
clauses(ALogicTree) - Static method in class choco.Choco
A global constraint to store and propagate all clauses extracted from a logic tree
clauses_not_entailed - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
ClausesManager - Class in choco.cp.model.managers.constraints.global
 
ClausesManager() - Constructor for class choco.cp.model.managers.constraints.global.ClausesManager
 
clausesStore - Variable in class choco.cp.model.CPModel
 
ClauseStore - Class in choco.cp.solver.constraints.integer.bool.sat
A global constraint to store and propagate all clauses
ClauseStore(IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
ClauseStore(IntDomainVar[], ArrayList<WLClause>, Lits, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
clean(boolean) - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
Clean the queue and restart from scratch
cleanUp() - Method in class choco.cp.solver.constraints.global.regular.Regular
removes values that are not supported by any state of the automata
cleanup() - Method in interface parser.instances.InstanceFileParser
 
cleanup() - Method in class samples.tutorials.lns.rcpsp.RCPSPFileParser
 
clear() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Removes all keys from the heap.
clear() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
clear() - Method in class choco.cp.solver.constraints.global.geost.Setup
Clears the Setup object.
clear() - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
clear() - Method in class choco.cp.solver.CPModelToCPSolver
Clear datastructures for safe reuses
clear() - Method in class choco.cp.solver.CPSolver
Removes all of the elements from this solver (optional operation).
clear() - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
 
clear() - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Clear datastructures for safe reuses
clear() - Method in class choco.cp.solver.propagation.ChocoEngine
Clear datastructures for safe reuses
clear() - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Clear datastructures for safe reuses
clear() - Method in class choco.cp.solver.propagation.ObservableVarEventQueue
Clear datastructures for safe reuses
clear() - Method in class choco.cp.solver.propagation.VariableEventQueue
Clear datastructures for safe reuses
clear() - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
cleans the data structure implementing the delta domain
clear() - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
cleans the data structure implementing the delta domain
clear() - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
cleans the data structure implementing the delta domain
clear() - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
cleans the data structure implementing the delta domain
clear() - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
cleans the data structure implementing the delta domain
clear() - Method in class choco.cp.solver.variables.integer.IntCsteEvent
Clears the var: delegates to the basic events.
clear() - Method in class choco.cp.solver.variables.integer.IntVarEvent
Clears the var: delegates to the basic events.
clear() - Method in class choco.cp.solver.variables.real.RealVarEvent
 
clear() - Method in class choco.cp.solver.variables.set.SetVarEvent
Clears the var: delegates to the basic events.
clear() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
clear() - Method in class choco.kernel.common.opres.nosum.NoSumList
 
clear() - Method in class choco.kernel.common.util.bitmask.BitMask
 
clear() - Method in class choco.kernel.common.util.objects.BipartiteSet
Clear datastructures for safe reuses
clear() - Method in class choco.kernel.common.util.objects.CircularQueue
 
clear() - Method in interface choco.kernel.common.util.objects.ConstraintCollection
Deletes all indirect constraints.
clear() - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
 
clear(int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets all of the bits in this BitSet to false.
clear() - Method in class choco.kernel.common.util.objects.PriorityQueue
Clears all the queue.
clear() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
clear() - Method in class choco.kernel.memory.copy.RcSave
 
clear() - Method in interface choco.kernel.memory.IEnvironment
Clear the entire internal structures
clear(int) - Method in interface choco.kernel.memory.IStateBitSet
Puts the specified bit off.
clear() - Method in interface choco.kernel.memory.IStateBitSet
Remove all bits;
clear(int, int) - Method in interface choco.kernel.memory.IStateBitSet
 
clear(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets the bit specified by the index to false.
clear(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets all of the bits in this BitSet to false.
clear(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets the bit specified by the index to false.
clear(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets all of the bits in this BitSet to false.
clear() - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Clear datastructures for safe reuses
clear(int) - Method in class choco.kernel.memory.structure.SBitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class choco.kernel.memory.structure.SBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class choco.kernel.memory.structure.SBitSet
Sets all of the bits in this BitSet to false.
clear(int) - Method in class choco.kernel.memory.structure.SBitSet2
Sets the bit specified by the index to false.
clear(int, int) - Method in class choco.kernel.memory.structure.SBitSet2
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class choco.kernel.memory.structure.SBitSet2
Sets all of the bits in this BitSet to false.
clear() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
Clear datastructures for safe reuses
clear() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
clear() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
clear() - Method in interface choco.kernel.memory.trailing.trail.ITrailStorage
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredBoolTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredDoubleTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredIntTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredLongTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
 
clear() - Method in class choco.kernel.memory.trailing.trail.StoredVectorTrail
 
clear() - Static method in class choco.kernel.model.constraints.ManagerFactory
 
clear() - Method in interface choco.kernel.solver.constraints.SConstraintCollection
Deletes all indirect constraints.
clear() - Method in class choco.kernel.solver.propagation.event.ConstraintEvent
Clears the var.
clear() - Method in interface choco.kernel.solver.propagation.event.PropagationEvent
Clears the var if it not useful anymore.
clear() - Method in class choco.kernel.solver.propagation.event.TaskVarEvent
Clears the var: delegates to the basic events.
clear() - Method in class choco.kernel.solver.propagation.event.VarEvent
Clears the var: delegates to the basic events.
clear() - Method in interface choco.kernel.solver.propagation.PropagationEngine
 
clear() - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Clear datastructures for safe reuses
clear() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
clear() - Method in interface choco.kernel.solver.search.ISolutionPool
 
clear() - Method in interface choco.kernel.solver.Solver
Removes all of the elements from this solver (optional operation).
clear() - Method in interface choco.kernel.solver.variables.delta.IDeltaDomain
cleans the data structure implementing the delta domain
clear() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
clearAutomate() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
clearDeltaDomain() - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
 
clearDeltaDomain() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
clearDeltaDomain() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
cleans the data structure implementing the delta domain
clearDeltaDomain() - Method in interface choco.kernel.solver.variables.integer.IntDomain
cleans the data structure implementing the delta domain
clearDeltaDomain() - Method in interface choco.kernel.solver.variables.real.RealDomain
 
clearDeltaDomain() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
clearEfficientEntailmentTest() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
clearGoals() - Method in class choco.cp.solver.CPSolver
Clears the list of goals defined
clearGoals() - Method in interface choco.kernel.solver.Solver
Clears the list of goals defined
clearGoals() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
clearHandlers() - Static method in class choco.kernel.common.logging.ChocoLogging
 
clearHandlers(Logger) - Static method in class choco.kernel.common.logging.ChocoLogging
 
clearInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
Clear the idx th bit of the to be removed bitset
clearInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
Clear the idx th bit of the to be removed bitset
clearInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
Clear the idx th bit of the to be removed bitset
clearInternalConstraints() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
clearLNS() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
clearTrace() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
cleq() - Method in class samples.documentation.Code4Doc3
 
cleqcard() - Method in class samples.documentation.Code4Doc3
 
clex() - Method in class samples.documentation.Code4Doc3
 
clexchain() - Method in class samples.documentation.Code4Doc3
 
clexchaineq() - Method in class samples.documentation.Code4Doc3
 
clexeq() - Method in class samples.documentation.Code4Doc4
 
cleximin() - Method in class samples.documentation.Code4Doc4
 
cli - package cli
 
cli.explorer - package cli.explorer
 
clipping - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
clique - Variable in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector.CliqueIterator
 
Clique - Class in choco.cp.solver.constraints.strong.maxrpcrm
 
Clique(AbstractMaxRPCConstraint, AbstractMaxRPCConstraint, int, AbstractMaxRPCConstraint, int, boolean) - Constructor for class choco.cp.solver.constraints.strong.maxrpcrm.Clique
Crée la 3-clique et met à jour la liste des 3-cliques de la 3e variable.
cliqueDetector(CPModel, boolean) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
Detect cliques.
cliqueIterator() - Method in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector
An iterator over all the cliques detected by the Bron and Kerbosh
cliques - Variable in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
Toutes les 3-cliques où apparaissent cette contrainte (à initialiser avec compute3Cliques une fois que toutes les contraintes sont créées et liées aux variables)
CLIQUES_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Active cliques detection
Type: boolean
Default value: true
CliquesModelDetector - Class in choco.cp.common.util.preprocessor.detector
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/> Since : Choco 2.1.1

A class dedicated to detect clique of differences and state the corresponding global constraints

CliquesModelDetector(CPModel, boolean) - Constructor for class choco.cp.common.util.preprocessor.detector.CliquesModelDetector
 
clone() - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
 
clone() - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
 
clone() - Method in class choco.cp.solver.constraints.integer.Element
 
clone() - Method in class choco.cp.solver.constraints.integer.ElementG
 
clone() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
clone() - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
clone() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
clone() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
clone() - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
clone() - Method in class choco.cp.solver.constraints.integer.extension.FCBinSConstraint
 
clone() - Method in class choco.cp.solver.constraints.integer.NotEqualXC
 
clone() - Method in class choco.cp.solver.constraints.integer.SignOp
 
clone() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
clone() - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
clone() - Method in class choco.cp.solver.constraints.set.MemberX
 
clone() - Method in class choco.cp.solver.constraints.set.NotMemberX
 
clone() - Method in class choco.cp.solver.constraints.set.SetCard
 
clone() - Method in class choco.cp.solver.constraints.set.SetIntersection
 
clone() - Method in class choco.cp.solver.constraints.set.SetUnion
 
clone() - Method in class choco.cp.solver.constraints.strong.Adapter
 
clone() - Method in class choco.kernel.common.util.objects.OpenBitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
clone() - Method in interface choco.kernel.model.constraints.automaton.FA.IAutomaton
 
clone() - Method in class choco.kernel.model.constraints.cnf.ALogicTree
 
clone() - Method in class choco.kernel.model.constraints.cnf.Literal
 
clone() - Method in class choco.kernel.model.constraints.cnf.Node
 
clone() - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Clone the constraint
clone() - Method in class choco.kernel.solver.constraints.ConstantSConstraint
 
clone() - Method in class choco.kernel.solver.constraints.Formula
 
clone() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
clone() - Method in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
clone() - Method in class choco.kernel.solver.constraints.real.AbstractLargeRealSConstraint
Makes a copy of this constraint.
clone() - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Returns a clone of this dataset.
clonedWorldIdxStack - Static variable in class choco.kernel.memory.copy.EnvironmentCopying
 
clonePred(State) - Method in class choco.kernel.model.constraints.automaton.State
 
cloneState(State) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
cloneState(State, Hashtable<State, State>, ArrayList<State>) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
close() - Method in class trace.Visualization
Close the log files
clt() - Method in class samples.documentation.Code4Doc4
 
cmax1() - Method in class samples.documentation.Code4Doc4
 
cmax2() - Method in class samples.documentation.Code4Doc4
 
CMD - Static variable in class cli.AbstractCmdLine
 
cmember() - Method in class samples.documentation.Code4Doc4
 
cmin1() - Method in class samples.documentation.Code4Doc4
 
cmin2() - Method in class samples.documentation.Code4Doc4
 
cmod() - Method in class samples.documentation.Code4Doc4
 
cmulticostregular() - Method in class samples.documentation.Code4Doc4
 
cnand1() - Method in class samples.documentation.Code4Doc4
 
cnand2() - Method in class samples.documentation.Code4Doc4
 
cneq1() - Method in class samples.documentation.Code4Doc4
 
cneq2() - Method in class samples.documentation.Code4Doc4
 
cneqcard() - Method in class samples.documentation.Code4Doc4
 
Cnk(int, int) - Static method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
cnot() - Method in class samples.documentation.Code4Doc4
 
cnotmember() - Method in class samples.documentation.Code4Doc4
 
cnp(int, int) - Static method in class samples.random.RandomListGenerator
Returns the number of combinations of p elements chosen among n elements.
cnth() - Method in class samples.documentation.Code4Doc4
 
CoarseProportionRandomListGenerator - Class in samples.random
This class allows generating integer random lists using a proportion model.
CoarseProportionRandomListGenerator(int[], long) - Constructor for class samples.random.CoarseProportionRandomListGenerator
Builds a coarse proportion random list generator.
CoarseProportionRandomListGenerator(int, int, long) - Constructor for class samples.random.CoarseProportionRandomListGenerator
Builds a coarse proportion random list generator.
coccurrence() - Method in class samples.documentation.Code4Doc4
 
coccurrencemax() - Method in class samples.documentation.Code4Doc4
 
coccurrencemin() - Method in class samples.documentation.Code4Doc4
 
code - Variable in class samples.tutorials.applet.DemoUI
 
Code4Doc1 - Class in samples.documentation
 
Code4Doc1() - Constructor for class samples.documentation.Code4Doc1
 
Code4Doc2 - Class in samples.documentation
 
Code4Doc2() - Constructor for class samples.documentation.Code4Doc2
 
Code4Doc3 - Class in samples.documentation
 
Code4Doc3() - Constructor for class samples.documentation.Code4Doc3
 
Code4Doc4 - Class in samples.documentation
 
Code4Doc4() - Constructor for class samples.documentation.Code4Doc4
 
Code4Doc5 - Class in samples.documentation
 
Code4Doc5() - Constructor for class samples.documentation.Code4Doc5
 
Code4Doc5.MyEquality - Class in samples.documentation
 
Code4Doc5.MyEquality() - Constructor for class samples.documentation.Code4Doc5.MyEquality
 
Code4Doc5.NotAllEqual - Class in samples.documentation
 
Code4Doc5.NotAllEqual() - Constructor for class samples.documentation.Code4Doc5.NotAllEqual
 
Code4Tut1 - Class in samples.documentation

Code4Tut1() - Constructor for class samples.documentation.Code4Tut1
 
coefficients - Variable in class choco.cp.solver.variables.integer.IntTerm
The coefficients
CoeffPolicy - Class in choco.cp.solver.constraints.integer.intlincomb.policy
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
coeffs - Variable in class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
collectionIn(String, int) - Method in class trace.visualizers.Writer
 
collectionOut(int) - Method in class trace.visualizers.Writer
 
CollectionUtils - Class in choco.kernel.common.util.tools
At the contrary of collections in the class Collections, these collections do not throw any access exception
collectVars(Set<RealVar>) - Method in class choco.cp.solver.variables.real.RealVarImpl
 
collectVars(Set<RealVar>) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealBinTerm
 
collectVars(Set<RealVar>) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealUnTerm
 
collectVars(Set<RealVar>) - Method in interface choco.kernel.solver.constraints.real.RealExp
Collects recursively all the variable this expression depends on.
collectVars(Set<RealVar>) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
color - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
color - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
color - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
COLOR_124_1 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_124_2 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_124_3 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_124_4 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_124_5 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_124_6 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_142_1 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_142_2 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_142_3 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_142_4 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_142_5 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_142_6 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_148_1 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_148_2 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_148_3 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_148_4 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_148_5 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_148_6 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_211_1 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_211_2 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_211_3 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_211_4 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_211_5 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_211_6 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_274_1 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_274_2 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_274_3 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_274_4 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_274_5 - Static variable in class choco.visu.components.chart.ChocoColor
 
COLOR_274_6 - Static variable in class choco.visu.components.chart.ChocoColor
 
ColorConstant - Class in choco.visu.components
 
ColorConstant() - Constructor for class choco.visu.components.ColorConstant
 
ColorValueBrick - Class in choco.visu.components.bricks
 
ColorValueBrick(AChocoPApplet, Var) - Constructor for class choco.visu.components.bricks.ColorValueBrick
Constructor of ColorValueBrick
ColorValuePApplet - Class in choco.visu.components.papplets
 
ColorValuePApplet(Object) - Constructor for class choco.visu.components.papplets.ColorValuePApplet
 
combinaison(int, int) - Static method in class choco.kernel.common.util.tools.MathUtils
it computes the number of combinaison C_n^p.
commit() - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Send changes detected to the treated model.
commit() - Method in class choco.cp.common.util.preprocessor.AbstractDetector
 
commit() - Method in class choco.cp.common.util.preprocessor.detector.AnalysisModelDetector
 
commit() - Method in class db.DbManager
 
COMPACT - Static variable in class trace.CPVizConstant
 
comparator - Variable in class choco.kernel.solver.search.task.TaskSelector
 
compare(Edge, Edge) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Edge.OutComparator
 
compare(CumulSweep.Event, CumulSweep.Event) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventComparator
 
compare(Object, Object) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.EndingDateComparator
 
compare(Object, Object) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.EventComparator
 
compare(Object, Object) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.StartingDateComparator
 
compare(Object, Object) - Method in class choco.cp.solver.constraints.integer.extension.ValidityChecker.VarComparator
 
compare(Object, Object) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint.VarMinDomComparator
 
compare(Object, Object) - Method in class choco.cp.solver.preprocessor.PPSearch.BoolSchedComparator
 
compare(Integer, Integer) - Method in class choco.kernel.common.util.comparator.ConstantPermutation
 
compare(Integer, Integer) - Method in class choco.kernel.common.util.comparator.IntPermutation
 
compare(IntDomainVar, IntDomainVar) - Method in class samples.multicostregular.nsp.NSPVarSelector.VarCompar
 
compare(int[], int[]) - Method in class samples.random.LexicographicComparator
 
compareTo(Edge) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Edge
 
compareTo(Object) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
compareTo(IntRatio) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
compareTo(ModifiableInteger) - Method in class choco.kernel.common.util.ModifiableInteger
Compares two ModifiableInteger objects numerically.
compareTo(Object) - Method in class choco.kernel.common.util.ModifiableInteger
Compares this ModifiableInteger object to another object.
compareTo(Object) - Method in class choco.kernel.model.constraints.AbstractConstraint
Compares this object with the specified object for order.
compareTo(Literal) - Method in class choco.kernel.model.constraints.cnf.Literal
 
compareTo(Object) - Method in class choco.kernel.model.variables.AbstractVariable
Compares this object with the specified object for order.
compareTo(Object) - Method in class choco.kernel.model.variables.integer.IntegerConstantVariable
 
compareTo(Object) - Method in class samples.tutorials.lns.lns.Neighborhood
 
COMPATIBLE - Static variable in class choco.cp.solver.constraints.global.geost.Constants
COMPATIBLE is a constant that specifies the id of the compatible constraint.
Compatible - Class in choco.cp.solver.constraints.global.geost.externalConstraints
 
Compatible(int, int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.Compatible
 
compatible - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
compatible - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
check the compatibility of the udpate according to the constraint itself
compatible - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
check the compatibility of the udpate according to the constraint itself
compatibleFlow - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
 
compatibleFlow - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
compatibleSupport - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
complement(TIntHashSet) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
complement() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
complementSet(SetVariable, SetVariable) - Static method in class choco.Choco
complement(X) == Y
i.e.
ComplementSet - Class in choco.cp.solver.constraints.set
Created by IntelliJ IDEA.
ComplementSet(SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.ComplementSet
 
ComplementSetManager - Class in choco.cp.model.managers.constraints.set
 
ComplementSetManager() - Constructor for class choco.cp.model.managers.constraints.set.ComplementSetManager
 
completeDecreasing(Solver, PackSConstraint, boolean, boolean) - Static method in class choco.cp.solver.search.BranchingFactory
 
completeDecreasingBestFit(Solver, PackSConstraint) - Static method in class choco.cp.solver.search.BranchingFactory
 
completeDecreasingFirstFit(Solver, PackSConstraint) - Static method in class choco.cp.solver.search.BranchingFactory
 
component - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
component - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
ComponentConstraint - Class in choco.kernel.model.constraints
 
ComponentConstraint(ConstraintType, Object, Variable[]) - Constructor for class choco.kernel.model.constraints.ComponentConstraint
 
ComponentConstraint(String, Object, Variable[]) - Constructor for class choco.kernel.model.constraints.ComponentConstraint
 
ComponentConstraint(Class, Object, Variable[]) - Constructor for class choco.kernel.model.constraints.ComponentConstraint
 
ComponentConstraintWithSubConstraints - Class in choco.kernel.model.constraints
 
ComponentConstraintWithSubConstraints(ConstraintType, Variable[], Object, Constraint...) - Constructor for class choco.kernel.model.constraints.ComponentConstraintWithSubConstraints
 
ComponentConstraintWithSubConstraints(String, Variable[], Object, Constraint...) - Constructor for class choco.kernel.model.constraints.ComponentConstraintWithSubConstraints
 
ComponentConstraintWithSubConstraints(Class, Variable[], Object, Constraint...) - Constructor for class choco.kernel.model.constraints.ComponentConstraintWithSubConstraints
 
componentOrder - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
componentOrder - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
ComponentVariable - Class in choco.kernel.model.variables
 
ComponentVariable(VariableType, boolean, Object, IConstraintList) - Constructor for class choco.kernel.model.variables.ComponentVariable
For IntegerVariable, RealVariable, SetVariable.
ComponentVariable(VariableType, Object, ComponentVariable...) - Constructor for class choco.kernel.model.variables.ComponentVariable
For expressions
ComponentVariable(VariableType, Operator, Object, ComponentVariable...) - Constructor for class choco.kernel.model.variables.ComponentVariable
For expressions
ComponentVariable(VariableType, String, Object, ComponentVariable...) - Constructor for class choco.kernel.model.variables.ComponentVariable
For Expressions
ComponentVariable.ConstraintsDataStructure - Class in choco.kernel.model.variables
 
ComponentVariable.ConstraintsDataStructure() - Constructor for class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
composante - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
composante - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
ComposedRandomProblem - Class in samples.random
 
ComposedRandomProblem() - Constructor for class samples.random.ComposedRandomProblem
 
CompositeHeuristics1BP - Class in samples.tutorials.to_sort.packing.parser
 
CompositeHeuristics1BP(TIntArrayList, int) - Constructor for class samples.tutorials.to_sort.packing.parser.CompositeHeuristics1BP
 
CompositeIntVarSelector - Class in choco.cp.solver.search.integer.varselector
A class that composes two heuristics for selecting a variable: a first heuristic is appled for selecting a constraint.
CompositeIntVarSelector(ConstraintSelector, HeuristicIntVarSelector) - Constructor for class choco.cp.solver.search.integer.varselector.CompositeIntVarSelector
 
CompositePrecValSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task
 
CompositePrecValSelector(ITemporalRatio[], IntVarRatioSelector, OrderingValSelector) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.CompositePrecValSelector
 
compProfEvtE - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
compProfEvtS - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
compressDatabase(File, String, ZipOutputStream) - Static method in class db.OdbHsqldbBridge
 
compute(int[]) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
 
compute(int) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
compute3Cliques() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
compute3Cliques(boolean) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
compute3Cliques() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintFull
 
compute3Cliques() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintLight
 
computeAllMDFF(TIntArrayList, int, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute a lower bound based on F_0^k and F_{CCM,1}^k.
computeAlpha(IntDomainVar[], int[]) - Method in class choco.cp.solver.constraints.global.LexChain
computes alpha for use in computing lexicographically largest feasible upper bound of x in computUB
computeBeta(IntDomainVar[], int[]) - Method in class choco.cp.solver.constraints.global.LexChain
computes beta for use in computing lexicographically smallest feasible lower bound of x in computeLB
computeBounds(boolean) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
computeCapa(IntDomainVar[], int) - Static method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
computeCliques() - Method in class choco.cp.common.util.preprocessor.graph.MaxCliques
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PAllDifferent
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PConstraint
For CSP, returns 0 is the constraint is satified and 1 if the constraint is violated.
computeCostOf(int[]) - Method in class parser.absconparseur.components.PCumulative
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PDisjunctive
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PElement
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PExtensionConstraint
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PGlobalCardinality
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PIntensionConstraint
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PLexLess
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PLexLessEq
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PRelation
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PSoftRelation
 
computeCostOf(int[]) - Method in class parser.absconparseur.components.PWeightedSum
 
computeCurrentTreeSize() - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
 
computeDominators() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
computeF0(TIntArrayList, int, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute a lower bound based on F_0^k.
computeFCCM1(TIntArrayList, int, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute a lower bound based on F_{CCM,1}^k.
computeIncreasing(int, int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
ComputeL0 - Class in choco.kernel.common.opres.pack
 
ComputeL0() - Constructor for class choco.kernel.common.opres.pack.ComputeL0
 
ComputeL0(int) - Constructor for class choco.kernel.common.opres.pack.ComputeL0
 
computeL0(TIntArrayList, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute the lower bound L0
computeLB(IntDomainVar[], int[], int[]) - Method in class choco.cp.solver.constraints.global.LexChain
Computes the lexicographically smallest feasible lower bound vector of integers of x .
computeLB(int[], int) - Method in class samples.tutorials.to_sort.BinPacking
 
computeLbFromScratch() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Computes a lower bound estimate of a linear combination of variables.
computeLbFromScratch() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
Computes a lower bound estimate of a linear combination of variables.
computeLinearExpr(int) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinusNode
 
computeLinearExpr(int) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MultNode
 
computeLinearExpr(int) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.NegNode
 
computeLinearExpr(int) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PlusNode
 
computeLinearExpr(int) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
computeLinearExpr(int) - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
computeLinearExpr(int) - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
computeLinearExpr(int) - Method in class choco.kernel.solver.constraints.reified.INode
 
computeLits(IntDomainVar[], IntDomainVar[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
computeLongestPath(TIntStack, double, double[], boolean, boolean, int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
computeLongestPath(TIntStack, double, double[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
computeLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
Computes a lower bound estimate of a linear combination of variables.
computeLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForScalar
 
computeLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForSum
 
computeMaximum(IResource<?>...) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
compute a maximum using the specified set checker
computeMDDFF(TIntArrayList, int, int, AbstractFindParameters, AbstractFunctionDFF) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
 
computeMinConflictSet(double[]) - Method in class samples.fastregular.JunkerMinSet
 
computeMinPaths() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths
 
computeNbArrangementsFrom(int[]) - Static method in class samples.random.RandomListGenerator
 
computeNbCombinationsFrom(int[], int, int) - Static method in class samples.random.RandomListGenerator
 
computeNbCombinationsFrom(int[]) - Static method in class samples.random.RandomListGenerator
 
computeNbDistinctTuples() - Method in class samples.random.RandomListGenerator
Reurns the number of distinct tuples (hence, we do not take into account tuple repetition).
computeObjectPositionsInScope(Object[]) - Method in class parser.absconparseur.components.PGlobalConstraint
 
computePostOrder(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
computePriority(SConstraint) - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Compute the priotity of the variable
computeSharpBounds() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Iteratively compute upper and lower bound for the underlying RCSPP
computeShortestAndLongestPath(IStateIntVector, int, int, double[], boolean, boolean, int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
computeShortestAndLongestPath(TIntStack, IntDomainVar[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
computeShortestAndLongestPath(TIntStack, IntDomainVar[], AbstractIntSConstraint[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
computeShortestPath(TIntStack, double, double[], boolean, boolean, int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
computeShortestPath(TIntStack, double, double[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
computeStringRepresentationOf(Object) - Static method in class parser.absconparseur.components.PGlobalConstraint
 
computeTopologicalOrder() - Method in class choco.kernel.common.opres.graph.DagDTC
 
computeUB(IntDomainVar[], int[], int[]) - Method in class choco.cp.solver.constraints.global.LexChain
Computes the lexicographically largest feasible upper bound vector of integers of x .
computeUbFromScratch() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Computes an upper bound estimate of a linear combination of variables.
computeUbFromScratch() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
Computes an upper bound estimate of a linear combination of variables.
computeUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
Computes an upper bound estimate of a linear combination of variables.
computeUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForScalar
 
computeUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForSum
 
computeWeightedDegreeFromScratch(Var) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
concat(IntDomainVar, IntDomainVar[]) - Static method in class choco.cp.solver.constraints.global.IncreasingNValue
 
concat(IntDomainVar[], IntDomainVar[]) - Static method in class choco.cp.solver.preprocessor.PPSearch
 
concatenate(FiniteAutomaton) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
condPrecs - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
condPrecs - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
data structure related to the graph representation of the conditional partial order
condPrecs - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
data structure related to the graph representation of the conditional partial order
condSuccessors - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
the set of potential mandatory successors of the current node
configuration - Variable in class choco.cp.solver.CPSolver
 
Configuration - Class in choco.kernel.solver
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 21 avr. 2010br/> Since : Choco 2.1.1
Configuration() - Constructor for class choco.kernel.solver.Configuration
Creates an empty property list with loaded default values.
Configuration(Properties) - Constructor for class choco.kernel.solver.Configuration
Creates an empty property list with the specified defaults.
Configuration.Default - Annotation Type in choco.kernel.solver
Annotation to define a default value for a field.
configureInstance() - Method in class cli.AbstractBenchmarkCmd
 
CONFLICTS - Static variable in class parser.absconparseur.InstanceTokens
 
ConnectedComponents - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms
 
ConnectedComponents(Solver, int, IStateBitSet[], Vector<IStateBitSet>) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
cons - Variable in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
cons - Variable in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
ConsistencyRelation - Class in choco.kernel.solver.constraints.integer.extension
 
ConsistencyRelation() - Constructor for class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation
 
consistentData(IntDomainVar[]) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
consoleReport() - Method in class parser.instances.AbstractInstanceModel
the default console report as described in http://www.cril.univ-artois.fr/CPAI09/call2009/call2009.html#SECTION00080000000000000000
consProfIncrement - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
constant(int) - Static method in class choco.Choco
Create a integer constant
constant(int[]) - Static method in class choco.Choco
Create a set constant
constant(double) - Static method in class choco.Choco
Create a real constant
constant - Variable in class choco.cp.solver.variables.integer.IntTerm
the integer constant involved in the term
constant(String, int...) - Static method in class choco.DeprecatedChoco
Deprecated. 
constant(String, double) - Static method in class choco.DeprecatedChoco
Deprecated. 
constant(String, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
Constant - Class in choco.kernel.common
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 8 mars 2010
Since : Choco 2.1.1
Class for constant declaration.
constantArray(int[]) - Static method in class choco.Choco
 
constantArray(int[][]) - Static method in class choco.Choco
 
constantArray(double[]) - Static method in class choco.Choco
 
ConstantFactory - Class in choco.kernel.model.variables
 
ConstantFactory() - Constructor for class choco.kernel.model.variables.ConstantFactory
 
ConstantLeaf - Class in choco.cp.solver.constraints.reified.leaves
 
ConstantLeaf(int) - Constructor for class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
ConstantPermutation - Class in choco.kernel.common.util.comparator
 
ConstantPermutation(IntegerConstantVariable[], boolean) - Constructor for class choco.kernel.common.util.comparator.ConstantPermutation
 
Constants - Class in choco.cp.solver.constraints.global.geost
This class contains 2 important types of data.
Constants() - Constructor for class choco.cp.solver.constraints.global.geost.Constants
 
ConstantSConstraint - Class in choco.kernel.solver.constraints
 
ConstantSConstraint(boolean) - Constructor for class choco.kernel.solver.constraints.ConstantSConstraint
 
constantVars - Variable in class choco.cp.model.CPModel
All the constant vars in the model
constAwake(boolean) - Method in class choco.kernel.solver.propagation.Propagator
Forces a propagation of the constraint.
constAwakeEvent - Variable in class choco.kernel.solver.propagation.Propagator
The constraint awake var attached to the constraint.
constEventQueues - Variable in class choco.cp.solver.propagation.ChocoEngine
The different queues for the constraint awake events.
constrainOnInfNumber - Variable in class choco.cp.solver.constraints.global.Occurrence
 
constrainOnSupNumber - Variable in class choco.cp.solver.constraints.global.Occurrence
 
constraint - Variable in class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
Constraint - Interface in choco.kernel.model.constraints
 
constraint - Variable in class choco.kernel.model.constraints.MetaTaskConstraint
 
constraint - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
constraint - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
CONSTRAINT - Static variable in class parser.absconparseur.InstanceTokens
 
CONSTRAINT - Variable in class parser.flatzinc.parser.FZNParser
Scanner for constraint declaration.
CONSTRAINT_PREFIX - Static variable in class parser.absconparseur.InstanceTokens
 
ConstraintCollection - Interface in choco.kernel.common.util.objects
An interface for handling collections (sets/sequences) of constraints.
ConstraintEvent - Class in choco.kernel.solver.propagation.event
A class for constraint revisions in the propagation process.
ConstraintEvent(Propagator, boolean, int) - Constructor for class choco.kernel.solver.propagation.event.ConstraintEvent
Constructs a new var with the specified values for the fileds.
ConstraintEventQueue - Class in choco.cp.solver.propagation
Implements an EventQueue for managing the constraint awake events.
ConstraintEventQueue(PropagationEngine) - Constructor for class choco.cp.solver.propagation.ConstraintEventQueue
Constructs a new queue for the specified engine.
ConstraintLeaf - Class in choco.cp.solver.constraints.reified.leaves
 
ConstraintLeaf(SConstraint) - Constructor for class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
ConstraintLeaf(SConstraint, SConstraint) - Constructor for class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
ConstraintListFactory - Class in choco.kernel.model.factories
 
ConstraintListFactory() - Constructor for class choco.kernel.model.factories.ConstraintListFactory
 
ConstraintManager<V extends Variable> - Class in choco.kernel.model.constraints
 
ConstraintManager() - Constructor for class choco.kernel.model.constraints.ConstraintManager
 
constraintOperator - Variable in class choco.kernel.solver.constraints.Formula
this slots characterizes the type of formula being stored (the predicate/relation/operator)
constraints - Variable in class choco.cp.model.CPModel
All the constraint of the model
constraints - Variable in class choco.cp.solver.constraints.strong.AbstractStrongConsistency
 
constraints - Variable in class choco.kernel.model.constraints.MetaConstraint
 
constraints - Variable in class choco.kernel.model.variables.integer.MetaIntegerExpressionVariable
 
constraints - Variable in class choco.kernel.solver.constraints.global.MetaSConstraint
 
constraints - Variable in class choco.kernel.solver.variables.AbstractVar
The list of constraints (listeners) observing the variable.
constraints - Variable in class choco.kernel.solver.variables.scheduling.TaskVar
The list of constraints (listeners) observing the variable.
CONSTRAINTS - Static variable in class parser.absconparseur.InstanceTokens
 
ConstraintSelector - Interface in choco.kernel.solver.branch
A class that applies ta heuristic for selecting a constraint (which, in turn, can be used later to select a variable, by means of a CompositeIntVarSelector)
constraintsToAdd - Variable in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Internal structure to store constraint addition instructions
constraintsToDelete - Variable in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Internal structure to store constraint deletion instructions
constraintsToString() - Method in class choco.cp.model.CPModel
 
constraintsToString() - Method in class choco.cp.solver.CPSolver
 
constraintsToString() - Method in interface choco.kernel.model.Model
Create and return a string representation of the constraints of the Model
ConstraintType - Enum in choco.kernel.model.constraints
Created by IntelliJ IDEA.
constraintType - Variable in class choco.kernel.solver.constraints.AbstractSConstraint
Return the type of constraint.
consumption - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
ConsumptionStatus - Class in choco.cp.solver.constraints.global.scheduling.trees.status
 
ConsumptionStatus() - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
contain - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
contain(int) - Method in class choco.kernel.memory.copy.RcIntVector
 
contain(long) - Method in class choco.kernel.memory.copy.RcLongVector
 
contain(int) - Method in interface choco.kernel.memory.IStateIntVector
 
contain(long) - Method in interface choco.kernel.memory.IStateLongVector
 
contain(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
contain(IndexedObject) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
contain(int) - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
contain(int) - Method in class choco.kernel.memory.trailing.StoredIntVector
 
contain(long) - Method in class choco.kernel.memory.trailing.StoredLongVector
 
contain(int) - Method in class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
contains(Constraint) - Method in class choco.cp.model.CPModel
 
contains(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
contains(ITask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
contains(Variable) - Method in class choco.cp.solver.CPSolver
 
contains(Constraint) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
contains(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
This method is volontarely inefficient!
contains(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Checks if the value is present.
contains(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Checks if the value is present.
contains(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Checks wether a value is in the domain
contains(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
contains(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Checks if the value x is in the current domain.
contains(int) - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Checks if the value is present.
contains(long) - Method in class choco.kernel.common.util.bitmask.BitMask
 
contains(IBitMask) - Method in class choco.kernel.common.util.bitmask.BitMask
 
contains(Object) - Method in class choco.kernel.common.util.objects.CircularQueue
 
contains(Propagator) - Method in interface choco.kernel.common.util.objects.ConstraintCollection
currentElement if a constraint is in the collection
contains(O) - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
Indicates wether the structure contains the object
contains(int) - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
contains(Object) - Method in class choco.kernel.common.util.objects.PriorityQueue
Checks if the object is in the queue.
contains(T[], T) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
contains(int) - Method in class choco.kernel.memory.IStateBinaryTree.Node
Check wether a value is in the interval represented by thiis node
contains(int) - Method in interface choco.kernel.memory.IStateIntInterval
Checks wether the stored interval contains x
contains(int) - Method in class choco.kernel.memory.structure.IntInterval
 
contains(Object) - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Check wether an object is stored.
contains(E) - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
Returns true if this list contains the specified element.
contains(Constraint) - Method in interface choco.kernel.model.Model
 
contains(Propagator) - Method in interface choco.kernel.solver.constraints.SConstraintCollection
currentElement if a constraint is in the collection
contains(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Testing whether an search value is contained within the domain.
contains(int) - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
contains(int) - Method in class parser.absconparseur.components.PDomain
 
containsAll(ConstraintCollection) - Method in interface choco.kernel.common.util.objects.ConstraintCollection
currentElement inclusion
containsAll(Collection) - Method in class choco.kernel.common.util.objects.PriorityQueue
Checks if all the element are in the queue.
containsAll(SConstraintCollection) - Method in interface choco.kernel.solver.constraints.SConstraintCollection
currentElement inclusion
containsArc(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
containsArc(TaskVariable, TaskVariable) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
containsConstraint(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
containsEdge(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
containsEdge(TaskVariable, TaskVariable) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
containsEdge(ITask, ITask) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
containsOption(String) - Method in interface choco.kernel.model.IOptions
check if the option is activated
containsOption(String) - Method in class choco.kernel.model.ModelObject
 
containsPrimaryKey(DbTableView, Object) - Method in class db.DbManager
 
containsPrimaryKey(DbTableView, SqlParameterSource) - Method in class db.DbManager
 
containsPropagationListener(PropagationEngineListener) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Check wether this contains listener in its list of listeners
containsPropagationListener(PropagationEngineListener) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Check wether this contains listener in its list of listeners
containsRelation(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
containsRelation(TaskVariable, TaskVariable) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
content - Variable in class choco.kernel.common.util.objects.IntList
 
contents - Variable in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
A bit set indicating for each value whether it is present or not
contract(String) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
contracts - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
ContradictionException - Exception in choco.kernel.solver
An exception thrown when a contradiction achieved.
contradictionOccured(ContradictionException) - Method in class choco.cp.solver.constraints.strong.DomOverWDegRPC
 
contradictionOccured(ContradictionException) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
contradictionOccured(ContradictionException) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
contradictionOccured(ContradictionException) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
contradictionOccured(ContradictionException) - Method in class choco.cp.solver.search.integer.varselector.DomOverWDeg
Deprecated.  
contradictionOccured(ContradictionException) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.DomOverWDegSelector
 
contradictionOccured(ContradictionException) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.RandDomOverWDegSelector
 
contradictionOccured(ContradictionException) - Method in interface choco.kernel.solver.propagation.listener.PropagationEngineListener
 
contradictionOccured(ContradictionException) - Method in class choco.kernel.solver.search.measure.FailMeasure
 
contributions - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
controlArityOfEvaluators() - Method in class parser.absconparseur.intension.EvaluationManager
 
controlTypeOfEvaluators(boolean) - Method in class parser.absconparseur.intension.EvaluationManager
 
controlValueRanging(int, int) - Method in class parser.absconparseur.components.PDomain
 
convertState(Hashtable) - Method in class choco.kernel.model.constraints.automaton.State
 
convertToExtension() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
convertToLists(BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
coordinate - Variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.MaximumDataStruct
 
coordInstantiated() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
coppositesign() - Method in class samples.documentation.Code4Doc4
 
copy(BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
copy(IntegerVariableMerger) - Method in class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
copy(TaskVariableMerger) - Method in class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
copy(int[]) - Static method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
copy() - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
 
copy() - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
 
copy() - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
 
copy() - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
 
copy() - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
 
copy() - Method in interface choco.kernel.common.util.objects.ConstraintCollection
Clones the collection as a new one.
copy() - Method in class choco.kernel.common.util.objects.IntList
 
copy() - Method in interface choco.kernel.memory.IStateBitSet
 
copy() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
 
copy() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
 
copy() - Method in class choco.kernel.memory.structure.SBitSet
 
copy() - Method in class choco.kernel.memory.structure.SBitSet2
 
copy() - Method in interface choco.kernel.solver.constraints.SConstraintCollection
Clones the collection as a new one.
copy() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
copy() - Method in interface choco.kernel.solver.variables.delta.IDeltaDomain
 
copy(InputStream, OutputStream) - Static method in class db.OdbHsqldbBridge
 
copy(String, String) - Static method in class parser.absconparseur.Toolkit
 
copy(int[], int[]) - Static method in class parser.absconparseur.Toolkit
 
copyDelta() - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
 
copyDelta() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
 
copyDelta() - Method in interface choco.kernel.solver.variables.integer.IntDomain
 
copyDelta() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
copyOf(T[], int) - Static method in class choco.kernel.memory.structure.OneWordSBitSet32
 
copyOf(U[], int, Class<? extends T[]>) - Static method in class choco.kernel.memory.structure.OneWordSBitSet32
 
copyOf(T[], int) - Static method in class choco.kernel.memory.structure.OneWordSBitSet64
 
copyOf(U[], int, Class<? extends T[]>) - Static method in class choco.kernel.memory.structure.OneWordSBitSet64
 
copyOf(T[], int) - Static method in class choco.kernel.memory.structure.SBitSet
 
copyOf(U[], int, Class<? extends T[]>) - Static method in class choco.kernel.memory.structure.SBitSet
 
copyOf(T[], int) - Static method in class choco.kernel.memory.structure.SBitSet2
 
copyOf(U[], int, Class<? extends T[]>) - Static method in class choco.kernel.memory.structure.SBitSet2
 
copyPrecGraph() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
copyToBitSet() - Method in interface choco.kernel.memory.IStateBitSet
 
copyToBitSet() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
 
copyToBitSet() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
 
copyToBitSet() - Method in class choco.kernel.memory.structure.SBitSet
 
copyToBitSet() - Method in class choco.kernel.memory.structure.SBitSet2
 
COR - Static variable in class samples.comparaison.RegCRMCRComp
 
cor1() - Method in class samples.documentation.Code4Doc5
 
cor2() - Method in class samples.documentation.Code4Doc5
 
cos(RealExpressionVariable) - Static method in class choco.Choco
Cosinus of an expression.
cos(RealExp) - Method in class choco.cp.solver.CPSolver
Cosinus of an expression.
cos(RealExp) - Method in interface choco.kernel.model.RealModeler
Cosinus of an expression.
cos(RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
CosManager - Class in choco.cp.model.managers.operators
 
CosManager() - Constructor for class choco.cp.model.managers.operators.CosManager
 
Cost - Class in choco.cp.solver.constraints.global.tree.filtering.costFiltering
 
Cost(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
 
cost - Variable in class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
current cost matrix associated with the graph to partition
cost - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
cost matrix associated with the graph to partition.
cost(int, int) - Method in class choco.kernel.model.constraints.automaton.FA.utils.Counter
 
cost(int, int, int) - Method in class choco.kernel.model.constraints.automaton.FA.utils.Counter
 
cost(int, int) - Method in class choco.kernel.model.constraints.automaton.FA.utils.CounterState
 
cost(int, int, int) - Method in class choco.kernel.model.constraints.automaton.FA.utils.CounterState
 
cost(int, int) - Method in interface choco.kernel.model.constraints.automaton.FA.utils.ICounter
 
cost(int, int, int) - Method in interface choco.kernel.model.constraints.automaton.FA.utils.ICounter
 
cost - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
COST_SEPARATOR - Static variable in class parser.absconparseur.InstanceTokens
 
CostAutomaton - Class in choco.kernel.model.constraints.automaton.FA
Created by IntelliJ IDEA.
CostAutomaton() - Constructor for class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
CostAutomaton(IAutomaton) - Constructor for class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
CostAutomaton(IAutomaton, List<ICounter>) - Constructor for class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
CostAutomaton(IAutomaton, ICounter) - Constructor for class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
CostKnapSack - Class in choco.cp.solver.constraints.global.automata.fast_costregular
Created by IntelliJ IDEA.
CostKnapSack(IntDomainVar[], IntDomainVar, IntDomainVar, int[], int[], Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_costregular.CostKnapSack
 
costRegular(IntegerVariable, IntegerVariable[], IAutomaton, int[][]) - Static method in class choco.Choco
costRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the costs associated to each assignment is bounded by the cost variable.
costRegular(IntegerVariable, IntegerVariable[], IAutomaton, int[][][]) - Static method in class choco.Choco
costRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the costs associated to each assignment is bounded by the cost variable.
costRegular(IntegerVariable, IntegerVariable[], ICostAutomaton) - Static method in class choco.Choco
costRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the costs associated to each assignment is bounded by the cost variable.
costRegular(IntegerVariable, IntegerVariable[], DirectedMultigraph<Node, Arc>, Node) - Static method in class choco.Choco
costRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the costs associated to each assignment is bounded by the cost variable.
costRegular(IntegerVariable[], IntegerVariable, IAutomaton, int[][][]) - Static method in class choco.Choco
Deprecated. reorder parameters
costRegular(IntegerVariable[], IntegerVariable, DirectedMultigraph<Node, Arc>, Node) - Static method in class choco.Choco
Deprecated. reorder parameters
CostRegular - Class in choco.cp.solver.constraints.global.automata.fast_costregular
Created by IntelliJ IDEA.
CostRegular(IntDomainVar[], IAutomaton, int[][][], Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
CostRegular(IntDomainVar[], IAutomaton, int[][], Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
CostRegular(IntDomainVar[], ICostAutomaton, Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
CostRegular(IntDomainVar[], DirectedMultigraph<Node, Arc>, Node, Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
CostRegularManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
CostRegularManager() - Constructor for class choco.cp.model.managers.constraints.global.CostRegularManager
 
CostRegularValSelector - Class in choco.cp.solver.constraints.global.automata.fast_costregular
Created by IntelliJ IDEA.
CostRegularValSelector(CostRegular, boolean) - Constructor for class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegularValSelector
 
costs - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Arcs
 
costs - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
costStruct - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
cost structure advisor
costStruct - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
cost structure advisor
costStruct - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
data structures related to the costs associated with each arcs of the graph
CostStructure - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures
 
CostStructure(Solver, TreeParameters, VarGraphView) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
Constructor of the costStructure
costVarsLength - Variable in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
CostWrapper - Class in choco.cp.solver.constraints.global.automata.fast_multicostregular
Created by IntelliJ IDEA.
CostWrapper(int[][][]) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
CostWrapper(int[][][][]) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
CostWrapper(int[], int[], int[], int[], int[]) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
Counter - Class in choco.kernel.model.constraints.automaton.FA.utils
Created by IntelliJ IDEA.
Counter(int[][], int, int) - Constructor for class choco.kernel.model.constraints.automaton.FA.utils.Counter
 
Counter(int[][][], int, int) - Constructor for class choco.kernel.model.constraints.automaton.FA.utils.Counter
 
counters - Variable in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
CounterState - Class in choco.kernel.model.constraints.automaton.FA.utils
Created by IntelliJ IDEA.
CounterState(int[][][], int, int) - Constructor for class choco.kernel.model.constraints.automaton.FA.utils.CounterState
 
countNbOccurences(int[], int) - Static method in class parser.absconparseur.Toolkit
 
countNbVar() - Method in class choco.cp.solver.constraints.reified.leaves.bool.FalseNode
 
countNbVar() - Method in class choco.cp.solver.constraints.reified.leaves.bool.TrueNode
 
countNbVar() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
countNbVar() - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
countNbVar() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
countNbVar() - Method in class choco.kernel.solver.constraints.reified.INode
 
Couple<C> - Class in choco.kernel.memory.structure
 
Couple() - Constructor for class choco.kernel.memory.structure.Couple
 
CouplesBitSetTable - Class in choco.kernel.solver.constraints.integer.extension
 
CouplesBitSetTable() - Constructor for class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
CouplesBitSetTable(boolean, int, int, int, int) - Constructor for class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
CouplesTable - Class in choco.kernel.solver.constraints.integer.extension
 
CouplesTable() - Constructor for class choco.kernel.solver.constraints.integer.extension.CouplesTable
 
CouplesTable(boolean, int, int, int, int) - Constructor for class choco.kernel.solver.constraints.integer.extension.CouplesTable
 
CouplesTest - Class in choco.kernel.solver.constraints.integer.extension
 
CouplesTest() - Constructor for class choco.kernel.solver.constraints.integer.extension.CouplesTest
the default constructor build a relation in feasability
CouplesTest(boolean) - Constructor for class choco.kernel.solver.constraints.integer.extension.CouplesTest
 
cover - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
coverages - Variable in class samples.multicostregular.nsp.NSPInstance
 
CoverVarSelector - Class in samples.multicostregular.asap.heuristics
Created by IntelliJ IDEA.
CoverVarSelector(IntDomainVar[][], int[][], Solver) - Constructor for class samples.multicostregular.asap.heuristics.CoverVarSelector
 
CoverVarValSelector - Class in choco.cp.solver.constraints.global.automata.fast_multicostregular.example
Created by IntelliJ IDEA.
CoverVarValSelector(IntDomainVar[][], int[][], Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.CoverVarValSelector
 
CoverVarValSelector(Solver, IntegerVariable[][], int[][]) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.CoverVarValSelector
 
cpack() - Method in class samples.documentation.Code4Doc5
 
CPModel - Class in choco.cp.model
A model is a global structure containing variables bound by listeners as well as solutions or strategy parameters
CPModel() - Constructor for class choco.cp.model.CPModel
Constructor.
CPModel(int, int, int, int, int, int, int) - Constructor for class choco.cp.model.CPModel
Constructor.
CPModel2 - Class in choco.cp.model
 
CPModel2() - Constructor for class choco.cp.model.CPModel2
 
CPModelToCPSolver - Class in choco.cp.solver
User: charles Date: 31 mars 2008

Main and unique class for constraint programming transposition from Model to Solver.

CPModelToCPSolver(CPSolver) - Constructor for class choco.cp.solver.CPModelToCPSolver
 
cprecedencereified() - Method in class samples.documentation.Code4Doc5
 
cpsolver - Variable in class choco.cp.solver.CPModelToCPSolver
 
CPSolver - Class in choco.cp.solver
This class serves both as a factory and as a handler for AbstractGlobalSearchSolvers:
CPSolver() - Constructor for class choco.cp.solver.CPSolver
 
CPSolver(IEnvironment) - Constructor for class choco.cp.solver.CPSolver
 
CPSolver(Configuration) - Constructor for class choco.cp.solver.CPSolver
 
CPSolver(IEnvironment, Configuration) - Constructor for class choco.cp.solver.CPSolver
 
CPSolverDis - Class in choco.cp.solver
 
CPSolverDis() - Constructor for class choco.cp.solver.CPSolverDis
 
CPVizConstant - Class in trace
List of XML tags required for CP Viz log files
CPVizConstant() - Constructor for class trace.CPVizConstant
 
create() - Method in class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
create() - Method in class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
create(String, int) - Static method in class choco.Options
Declares a new option and define its categorie.
createAndShowGUI(String, int, int, LayoutManager, Component...) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createAndShowGUI(String, int, int, LayoutManager, JFreeChart...) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createAndShowGUI(String, JFreeChart) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createAndShowGUI(String, Solver) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createBarChart(String, CategoryDataset, String, int) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createBin(int) - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
createBinTreeIntVar(String, int, int) - Method in class choco.cp.solver.CPSolver
 
createBinTreeIntVar(String, int[]) - Method in class choco.cp.solver.CPSolver
 
createBinTreeIntVar(String, int, int) - Method in interface choco.kernel.solver.Solver
 
createBinTreeIntVar(String, int[]) - Method in interface choco.kernel.solver.Solver
 
createBinTreeIntVar(String, int, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createBinTreeIntVar(String, int[]) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createBooleanVar(String) - Method in class choco.cp.solver.CPSolver
 
createBooleanVar(String) - Method in interface choco.kernel.solver.Solver
 
createBooleanVar(String) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createBoolLinComb(IntVar[], int[], int, int, CPSolver) - Static method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombFactory
 
createBoundIntVar(String, int, int) - Method in class choco.cp.solver.CPSolver
 
createBoundIntVar(String, int, int) - Method in interface choco.kernel.solver.Solver
 
createBoundIntVar(String, int, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createBoundSetVar(String, int, int) - Method in class choco.cp.solver.CPSolver
 
createBoundSetVar(String, int, int) - Method in interface choco.kernel.solver.Solver
 
createBoundSetVar(String, int, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createBranchAndBound(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
createCapacityMarker(int, String, Color) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createCombinedBarChart(String, CategoryDataset[], String[], int) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createConstraints(boolean, boolean) - Method in class choco.cp.solver.constraints.strong.xmlmodel.ChocoFactoryRPC
 
createConstraints(boolean) - Method in class parser.chocogen.ChocoFactory
 
createCountPKQuery() - Method in class db.DbTableView
 
createCountValueQuery(int) - Method in class db.DbTableView
 
createCumulativeChart(String, CPSolver, Constraint, boolean) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createCumulativeChart(String, ICumulativeResource<TaskVar>, boolean) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createCumulativeChart(String, TableXYDataset, int, boolean, DateFormat, XYToolTipGenerator) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createCumulativeDataset(ICumulativeResource<TaskVar>) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createDateAxis() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createDates(ICumulativeResource<TaskVar>) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createDefaultDrawingSupplier() - Static method in class choco.visu.components.chart.ChocoColor
 
createDefaultPaintArray() - Static method in class choco.visu.components.chart.ChocoColor
Convenience method to return an array of Paint objects that represent the pre-defined colors in the Color and ChartColor objects.
createDefaultRatio(int[], int[]) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createDemoPanel(boolean, boolean) - Static method in class samples.MyXYTaskDatasetDemo
 
createDeviationLineChart(String, String, String, YIntervalSeriesCollection) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createDirVar(Solver, TaskVar, TaskVar) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
createDirVariable(TaskVariable, TaskVariable, String...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
createDomDegRatio(IntDomainVar[]) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createDomDynDegRatio(IntDomainVar[]) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createDomWDegRatio(IntDomainVar[], boolean) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createDrawingSupplier(Paint[]) - Static method in class choco.visu.components.chart.ChocoColor
 
createEarlinessTardiness(ITask, int) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createEdge(Node, Node) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc.ArcFacroty
 
createEdge(Node, Node) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc.ArcFacroty
 
createEdge(Node, Node) - Method in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc.ArcFacroty
 
createEndVarArray(IntDomainVar[], int[], Solver) - Static method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
createEntailmentStructures() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
createEnumIntVar(String, int, int) - Method in class choco.cp.solver.CPSolver
 
createEnumIntVar(String, int[]) - Method in class choco.cp.solver.CPSolver
 
createEnumIntVar(String, int, int) - Method in interface choco.kernel.solver.Solver
 
createEnumIntVar(String, int[]) - Method in interface choco.kernel.solver.Solver
 
createEnumIntVar(String, int, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createEnumIntVar(String, int[]) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createEnumSetVar(String, int, int) - Method in class choco.cp.solver.CPSolver
 
createEnumSetVar(String, int, int) - Method in interface choco.kernel.solver.Solver
 
createEnumSetVar(String, int, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createEquation(RealVar[], RealExp, RealIntervalConstant) - Method in class choco.cp.solver.CPSolver
 
createFakeResource(Solver, Constraint) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
createFakeResources(Solver, Constraint...) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
createFCLargeConstraint(IntDomainVar[], LargeRelation) - Static method in class choco.cp.solver.CPSolver
 
createfindPrimaryKeyQuery() - Method in class db.DbTableView
 
createFullVisu() - Static method in class choco.visu.Visu
 
createFullVisu(int, int) - Static method in class choco.visu.Visu
 
createGanttChart(String, ITask[]) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createGanttChart(String, ITask[], int[]) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createGanttChart(String, IntervalCategoryDataset, boolean, XYToolTipGenerator) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createGanttDataset(ITask[]) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createGanttDataset(ITask[], int[]) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createGenericMetaConstraint(MetaConstraint, Boolean) - Method in class choco.cp.solver.CPModelToCPSolver
 
createGUI(Container) - Method in class samples.tutorials.applet.DemoUI
 
createInsertQuery(boolean) - Method in class db.DbTableView
 
createInstance() - Method in class cli.AbstractBenchmarkCmd
 
createInstance() - Method in class cli.FcspCmd
 
createInstance() - Method in class cli.XcspCmd
 
createInstance() - Method in class samples.tutorials.lns.rcpsp.RCPSPCmd
 
createInstance() - Method in class samples.tutorials.to_sort.packing.parser.BinPackingCmd
 
createIntegerAxis(String) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createIntegerConstant(String, int) - Method in class choco.cp.solver.CPSolver
 
createIntegerConstant(String, int) - Method in interface choco.kernel.solver.Solver
 
createIntegerConstant(String, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createIntVar(String, int, int, int) - Method in class choco.cp.solver.CPSolver
 
createIntVar(String, int, int, int) - Method in interface choco.kernel.solver.Solver
 
createIntVar(String, int, int, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createIntVarAddCste(String, IntDomainVar, int) - Method in class choco.cp.solver.CPSolver
 
createIntVarArray(String, int[], Solver) - Static method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
createIntVarTimeCste(String, IntDomainVar, int) - Method in class choco.cp.solver.CPSolver
 
createItemArray(XYDataset, int, int) - Method in class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
createJFreeDrawingSupplier() - Static method in class choco.visu.components.chart.ChocoColor
 
createKickRestart(AbstractGlobalSearchStrategy) - Static method in class choco.cp.solver.configure.StrategyFactory
 
createLimit(AbstractGlobalSearchStrategy, Limit, int) - Static method in class choco.cp.solver.configure.LimitFactory
 
createLimitManager(AbstractGlobalSearchStrategy) - Static method in class choco.cp.solver.configure.LimitFactory
 
createListIntVar(String, int, int) - Method in class choco.cp.solver.CPSolver
 
createListIntVar(String, int[]) - Method in class choco.cp.solver.CPSolver
 
createMakespan() - Method in class choco.cp.solver.CPSolver
 
createMarker(int, String, Color, TextAnchor, LengthAdjustmentType) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createMaxPreservedRatio(ITemporalSRelation[]) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createMetaConstraint(Constraint, Solver) - Method in class choco.cp.solver.constraints.strong.StrongConsistencyManager
 
createMetaConstraint(Constraint, Boolean) - Method in class choco.cp.solver.CPModelToCPSolver
 
createMetaConstraint(Constraint, Boolean) - Method in class choco.cp.solver.preprocessor.PPModelToCPSolver
Override the creation of Expression Constraint as in the preprocessing they might have been built earlier or identified as an intensional constraint.
createMinPreservedRatio(ITemporalSRelation[]) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createMonochromeDrawingSupplier() - Static method in class choco.visu.components.chart.ChocoColor
 
createMonochromePaintArray(int, int, int, int) - Static method in class choco.visu.components.chart.ChocoColor
 
createNewDocument() - Static method in class parser.absconparseur.XMLManager
 
createNodes(DefaultMutableTreeNode, Iterator<Constraint>) - Method in class choco.visu.components.chart.ui.ChocoChartPanel
 
createNonRedundantSortedValues(TIntArrayList) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
createNotBooleanVar(String, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
createPackChart(String, Solver, PackModel) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createPackChart(String, Solver, PackModel...) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createPackChart(String, Solver) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createPackChart(String, IPackSConstraint) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createPackChart(String, CategoryDataset, int, boolean) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createPackChart(String, CategoryDataset[], int[], boolean) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createPackDataset(String, Solver) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createPackDataset(int, IntDomainVar[], int[]) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createPackDataset(Solver, PackModel) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createParticle() - Static method in class choco.visu.components.bricks.NodeBrick
 
createPreservedWDegRatio(ITemporalSRelation[], boolean) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createRealConstant(String, double) - Method in class choco.cp.solver.CPSolver
 
createRealConstant(String, double) - Method in interface choco.kernel.solver.Solver
 
createRealConstant(String, double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createRealCos(RealExp) - Method in class choco.cp.solver.CPSolver
 
createRealIntegerPower(RealExp, int) - Method in class choco.cp.solver.CPSolver
 
createRealIntervalConstant(double, double) - Method in class choco.cp.solver.CPSolver
 
createRealIntervalConstant(double, double) - Method in interface choco.kernel.solver.Solver
 
createRealIntervalConstant(double, double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createRealMinus(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
 
createRealMult(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
 
createRealPlus(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
 
createRealSin(RealExp) - Method in class choco.cp.solver.CPSolver
 
createRealVal(String, double, double) - Method in class choco.cp.solver.CPSolver
 
createRealVal(String, double, double) - Method in interface choco.kernel.solver.Solver
 
createRealVal(String, double, double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createRelations() - Method in class parser.chocogen.ChocoFactory
 
createRestartStrategy(Solver) - Static method in class choco.cp.solver.configure.RestartFactory
 
createSearchLoop(AbstractGlobalSearchStrategy) - Static method in class choco.cp.solver.configure.StrategyFactory
 
createSelectQuery(String) - Method in class db.DbTableView
 
createSetVar(String, int, int, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
createSetVar(String, int, int, int) - Method in class choco.cp.solver.CPSolver
 
createSetVar(String, int, int, int) - Method in interface choco.kernel.solver.Solver
 
createSetVar(String, int, int, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createSharedBipartiteSet(int) - Method in class choco.kernel.memory.AbstractEnvironment
 
createSharedBipartiteSet(int) - Method in interface choco.kernel.memory.IEnvironment
Build a shared bipartite set
createShavingTools(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
createSlackWDegRatio(ITemporalSRelation[], boolean) - Static method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.RatioFactory
 
createSolutionBarRenderer() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createSolutionCategoryDataset(CPSolver, Limit) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createSolutionChart(CPSolver, Limit) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createSolutionPool(AbstractGlobalSearchStrategy) - Static method in class choco.cp.solver.configure.StrategyFactory
 
createSolutionXYSeries(CPSolver, Limit) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTask(ITask) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTask(ITask, int) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTask(CPSolver, TaskVariable) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTaskCollection(Solver, String, TaskVariable[][]) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTaskCollection(IResource<TaskVar>...) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTaskCollection(Solver, Iterator<Constraint>) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTasks() - Static method in class samples.MyXYTaskDatasetDemo
 
createTaskSeries(String, ITask...) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTaskSeries(IResource<TaskVar>) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
createTaskVar(String, IntDomainVar, IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
createTaskVar(String, IntDomainVar, IntDomainVar, IntDomainVar) - Method in interface choco.kernel.solver.Solver
 
createTaskVar(String, IntDomainVar, IntDomainVar, IntDomainVar) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
createTaskVarArray(Solver) - Static method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
createTree(String, String, String, int, int) - Method in class trace.Visualization
Declare the tree search visualization.
createTree() - Method in class trace.Visualization
Declare the tree search visualization, with default construction parameters.
createUnaryChart(String, MyXYTaskDataset, boolean, MyXYBarRenderer.ResourceRenderer, String[]) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createUnaryHChart(String, IResource<TaskVar>) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createUnaryHChart(String, Solver) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createUnaryHChart(String, Solver, Constraint...) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createUnaryHChart(String, Solver, TaskVariable[][]) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createUnaryHChart(String, TaskSeriesCollection, MyXYBarRenderer.ResourceRenderer) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createUnaryVChart(String, Solver) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createUnaryVChart(String, TaskSeriesCollection, MyXYBarRenderer.ResourceRenderer) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
createVar(PVariable) - Method in class parser.chocogen.VariableFactory
Make the internal decision to create Bound, Enum, LinkedList var
createVariables() - Method in class parser.chocogen.ChocoFactory
 
createViewPanel() - Method in class choco.visu.components.chart.ui.DefaultResourceView
 
createVisu(VisuButton...) - Static method in class choco.visu.Visu
 
createVisu(int, int, VisuButton...) - Static method in class choco.visu.Visu
 
createViz(String, String, String, int, int) - Method in class trace.Visualization
Declare the constraint and variable visualizers container.
createViz() - Method in class trace.Visualization
Declare the constraint and variable visualizers container, with default construction parameters.
cregular1() - Method in class samples.documentation.Code4Doc5
 
cregular2() - Method in class samples.documentation.Code4Doc5
 
cregular3() - Method in class samples.documentation.Code4Doc5
 
creifiedintconstraint() - Method in class samples.documentation.Code4Doc5
 
crelationpairac() - Method in class samples.documentation.Code4Doc5
 
crelationtupleac() - Method in class samples.documentation.Code4Doc5
 
crelationtuplefc() - Method in class samples.documentation.Code4Doc5
 
criticTightness(int, int, int) - Static method in class samples.random.RandomProblem
 
crossruling(int) - Method in class choco.visu.components.papplets.AChocoPApplet
 
cs - Variable in class choco.cp.solver.search.integer.varselector.CompositeIntVarSelector
 
csamesign() - Method in class samples.documentation.Code4Doc5
 
csetdisjoint() - Method in class samples.documentation.Code4Doc5
 
csetinter() - Method in class samples.documentation.Code4Doc5
 
csetunion() - Method in class samples.documentation.Code4Doc5
 
csorting() - Method in class samples.documentation.Code4Doc5
 
CSP - Static variable in class parser.absconparseur.InstanceTokens
 
CspBinSConstraint - Class in choco.kernel.solver.constraints.integer.extension
 
CspBinSConstraint(IntDomainVar, IntDomainVar, BinRelation) - Constructor for class choco.kernel.solver.constraints.integer.extension.CspBinSConstraint
 
CspLargeSConstraint - Class in choco.cp.solver.constraints.integer.extension
 
CspLargeSConstraint(IntDomainVar[], LargeRelation) - Constructor for class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
CSPLIB_DURATIONS - Variable in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
CSPLIB_REQUIREMENTS - Variable in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
cst(double) - Method in class choco.cp.solver.CPSolver
Makes a constant interval from a double d ([d,d]).
cst(double, double) - Method in class choco.cp.solver.CPSolver
Makes a constant interval between two doubles [a,b].
cst(double) - Method in class choco.DeprecatedChoco
Deprecated. 
cst(double, double) - Method in class choco.DeprecatedChoco
Deprecated. 
cst(double) - Method in interface choco.kernel.model.RealModeler
Makes a constant interval from a double d ([d,d]).
cst(double, double) - Method in interface choco.kernel.model.RealModeler
Makes a constant interval between two doubles [a,b].
cst(double) - Method in interface choco.kernel.solver.Solver
Makes a constant interval from a double d ([d,d]).
cst(double, double) - Method in interface choco.kernel.solver.Solver
Makes a constant interval between two doubles [a,b].
CST - Static variable in class parser.absconparseur.InstanceTokens
 
CST - Static variable in class parser.absconparseur.PredicateTokens
 
cst(double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
cst(double, double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
cste - Variable in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
cste - Variable in class choco.cp.solver.constraints.integer.DistanceXYC
 
cste - Variable in class choco.cp.solver.constraints.integer.DistanceXYZ
 
cste - Variable in class choco.cp.solver.constraints.integer.Element2D
 
cste - Variable in class choco.cp.solver.constraints.integer.EqualXC
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.EqualXY_C
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.EqualXYC
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.LessOrEqualXC
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.NotEqualXC
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.NotEqualXY_C
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.integer.NotEqualXYC
The search constant of the constraint
cste - Variable in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
cste - Variable in class choco.cp.solver.constraints.set.MemberX
 
cste - Variable in class choco.cp.solver.constraints.set.NotMemberX
 
cstr - Variable in class choco.cp.solver.constraints.global.pack.PackFiltering
 
cstr - Variable in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
cstretchpath() - Method in class samples.documentation.Code4Doc5
 
cstrs - Variable in class parser.chocogen.ChocoFactory
 
ctimes() - Method in class samples.documentation.Code4Doc5
 
ctree() - Method in class samples.documentation.Code4Doc5
 
ctx - Variable in class choco.cp.solver.search.AbstractSearchLoopWithRestart
current trace object.
CUBIC - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
CumTreeT<T extends ITask> - Class in choco.cp.solver.constraints.global.scheduling.trees
 
CumTreeT(ICumulativeResource<T>) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.CumTreeT
 
cumulative(String, TaskVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, IntegerVariable, IntegerVariable, String...) - Static method in class choco.Choco
Builds Alternative cumulative Min-Max.
cumulative(String, TaskVariable[], IntegerVariable[], IntegerVariable, IntegerVariable, String...) - Static method in class choco.Choco
Cumulative Min-Max : usages = null, uppBound = null.
cumulative(String, TaskVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, IntegerVariable, String...) - Static method in class choco.Choco
Alternative Cumulative Min-Max : uppBound = null.
Cumulative - Class in choco.cp.solver.constraints.global.scheduling.cumulative
 
Cumulative(Solver, String, TaskVar[], int, IntDomainVar, IntDomainVar, IntDomainVar, IntDomainVar...) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
Cumulative(Solver, String, TaskVar[], IntDomainVar[], IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
cumulative(String, TaskVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
cumulative(TaskVariable[], int[], int, String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
cumulative(String, IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
cumulative(IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
cumulative(IntegerVariable[], IntegerVariable[], IntegerVariable[], int[], int, String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
cumulative(IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
CUMULATIVE - Static variable in class parser.absconparseur.InstanceTokens
 
Cumulative - Class in trace.visualizers
A specialized visualizer for the Cumulative constraint
Cumulative(TaskVar[], IntDomainVar, IntDomainVar, String, int, int) - Constructor for class trace.visualizers.Cumulative
Build a visualizer for the cumulative constraint
Cumulative(TaskVar[], IntDomainVar, IntDomainVar, String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.Cumulative
Build a visualizer for the cumulative constraint
CumulativeManager - Class in choco.cp.model.managers.constraints.global
 
CumulativeManager() - Constructor for class choco.cp.model.managers.constraints.global.CumulativeManager
 
cumulativeMax(String, TaskVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.Choco
Cumulative Max : consumption=0, usages = null, uppBound = null.
cumulativeMax(TaskVariable[], int[], int, String...) - Static method in class choco.Choco
Cumulative Max : consumption=0, usages = null, uppBound = null.
cumulativeMax(String, TaskVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.Choco
Alternative Cumulative Max : consumption=0, uppBound = null.
cumulativeMin(String, TaskVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.Choco
Cumulative Min : capacity=infinity, usages = null, uppBound = null.
cumulativeMin(TaskVariable[], int[], int, String...) - Static method in class choco.Choco
Cumulative Min : capacity=infinity, usages = null, uppBound = null.
cumulativeMin(String, TaskVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.Choco
Alternative Cumulative Min : capacity=infinity, uppBound = null.
CumulativeScheduling - Class in samples.tutorials.to_sort.scheduling
 
CumulativeScheduling() - Constructor for class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
cumulRules - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
CumulRules - Class in choco.cp.solver.constraints.global.scheduling.cumulative
 
CumulRules(AbstractCumulativeSConstraint) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
cumulSweep - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
CumulSweep - Class in choco.cp.solver.constraints.global.scheduling.cumulative
 
CumulSweep(AbstractCumulativeSConstraint, List<IRTask>) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
CumulSweep.Event - Class in choco.cp.solver.constraints.global.scheduling.cumulative
 
CumulSweep.Event(int, IRTask, int, int) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
CumulSweep.Event(int, IRTask) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
CumulSweep.EventComparator - Class in choco.cp.solver.constraints.global.scheduling.cumulative
 
CumulSweep.EventComparator() - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventComparator
 
CumulSweep.EventTaskStructure - Class in choco.cp.solver.constraints.global.scheduling.cumulative
A Class to preallocate the events needed per tasks
CumulSweep.EventTaskStructure(IRTask) - Constructor for class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
Build the event structure of task i
CumulTaskToolTipGenerator - Class in choco.visu.components.chart.labels
 
CumulTaskToolTipGenerator(ICumulativeResource<?>) - Constructor for class choco.visu.components.chart.labels.CumulTaskToolTipGenerator
 
current - Variable in class choco.cp.solver.search.real.CyclicRealVarSelector
 
currentBitSet - Variable in class choco.kernel.memory.AbstractEnvironment
Shared BitSet
currentBranching - Variable in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
currentChoice - Variable in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
currentChoice - Variable in class choco.cp.solver.search.GoalSearchLoop
 
currentChoiceIndex - Variable in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
currentChoiceIndex - Variable in class choco.cp.solver.search.GoalSearchLoop
 
currentComponent - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
currentComponent - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
currentElement - Variable in class choco.kernel.memory.copy.RcSave
 
currentGoalStack - Variable in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
currentGoalStack - Variable in class choco.cp.solver.search.GoalSearchLoop
 
currentIdx - Variable in class choco.kernel.common.util.objects.IntList
 
currentInfPropagated - Variable in class choco.cp.solver.variables.integer.AbstractIntDomain
for the delta domain: current value of the inf (domain lower bound) when the bound started beeing propagated (just to check that it does not change during the propagation phase)
currentInfPropagated - Variable in class choco.cp.solver.variables.real.RealDomainImpl
for the delta domain: current value of the inf (domain lower bound) when the bound started beeing propagated (just to check that it does not change during the propagation phase)
currentNode - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
currentNode - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
currentSupport0 - Variable in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
currentSupport0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
currentSupport1 - Variable in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
currentSupport1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
currentSupPropagated - Variable in class choco.cp.solver.variables.integer.AbstractIntDomain
for the delta domain: current value of the sup (domain upper bound) when the bound started beeing propagated (just to check that it does not change during the propagation phase)
currentSupPropagated - Variable in class choco.cp.solver.variables.real.RealDomainImpl
for the delta domain: current value of the sup (domain upper bound) when the bound started beeing propagated (just to check that it does not change during the propagation phase)
currentT - Variable in class choco.kernel.common.util.objects.DoubleLinkedList
util for iteration
currentTimeMillis - Static variable in class choco.kernel.common.TimeCacheThread
 
currentTraceIndex - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
index of the current trace in the stack
currentTuple - Variable in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
currentValues - Variable in class parser.absconparseur.intension.EvaluationManager
This field is inserted in order to avoid to have a tuple as parameter of method evaluate in Evaluator.
currentWorld - Variable in class choco.kernel.memory.AbstractEnvironment
The current world index.
cvs - Variable in class choco.cp.solver.search.integer.varselector.CompositeIntVarSelector
 
cxnor() - Method in class samples.documentation.Code4Doc5
 
cxor() - Method in class samples.documentation.Code4Doc5
 
CYCLE - Static variable in class choco.kernel.common.opres.graph.GraphDTC
 
CycleMain - Class in samples.tutorials.to_sort.tsp
 
CycleMain(int, int[][]) - Constructor for class samples.tutorials.to_sort.tsp.CycleMain
 
CyclicRealVarSelector - Class in choco.cp.solver.search.real
A cyclic variable selector : since a dichotomy algorithm is used, cyclic assiging is nedded for instantiate a real interval variable.
CyclicRealVarSelector(Solver, RealVar[]) - Constructor for class choco.cp.solver.search.real.CyclicRealVarSelector
 
CyclicRealVarSelector(Solver) - Constructor for class choco.cp.solver.search.real.CyclicRealVarSelector
 
CycloHexan - Class in samples.tutorials.continuous
 
CycloHexan() - Constructor for class samples.tutorials.continuous.CycloHexan
 

D

D - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
D - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
D - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.NonOverlappingCircle
 
D - Variable in class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
D - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
D - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
D - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
D - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
D - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
D - Static variable in class samples.multicostregular.nsp.NSPModel
 
D - Static variable in class samples.multicostregular.planner.InstanceMaker
 
D - Static variable in class samples.multicostregular.planner.PlanModel
 
D - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
d1 - Variable in class choco.cp.common.util.preprocessor.ExpressionTools.SimplePrecedence
 
d2 - Variable in class choco.cp.common.util.preprocessor.ExpressionTools.SimplePrecedence
 
DagDTC - Class in choco.kernel.common.opres.graph
 
DagDTC(int) - Constructor for class choco.kernel.common.opres.graph.DagDTC
 
DagDTC.TopoAlgoStruct - Class in choco.kernel.common.opres.graph
 
DagDTC.TopoAlgoStruct() - Constructor for class choco.kernel.common.opres.graph.DagDTC.TopoAlgoStruct
 
DagTODTC - Class in choco.kernel.common.opres.graph
 
DagTODTC(int) - Constructor for class choco.kernel.common.opres.graph.DagTODTC
 
DARKGRAY - Static variable in class choco.visu.components.ColorConstant
 
DArray - Class in parser.flatzinc.ast.declaration
 
DArray(Declaration, Declaration) - Constructor for class parser.flatzinc.ast.declaration.DArray
 
databaseFile - Variable in class cli.AbstractBenchmarkCmd
 
databaseReport() - Method in class parser.instances.AbstractInstanceModel
connect to a embedded, local or remote database and add an entry associated with the current resolution.
databaseURL - Variable in class cli.AbstractBenchmarkCmd
 
dataSource - Variable in class db.DbManager
 
date - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
date - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
DAYS - Static variable in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
db - package db
 
dbConnector - Variable in class samples.tutorials.database.DbExample
 
dbDir - Variable in class cli.HsqldbServerCmd
 
DbExample - Class in samples.tutorials.database
 
DbExample() - Constructor for class samples.tutorials.database.DbExample
 
DbManager - Class in db
 
DbManager(File, String) - Constructor for class db.DbManager
 
DbManager(String) - Constructor for class db.DbManager
 
dbManager - Variable in class parser.instances.AbstractInstanceModel
 
dbName - Variable in class cli.HsqldbServerCmd
 
DBNAME - Static variable in class db.OdbHsqldbBridge
 
DBool - Class in parser.flatzinc.ast.declaration
 
DBool(Boolean) - Constructor for class parser.flatzinc.ast.declaration.DBool
 
DbTables - Class in db
 
DbTables() - Constructor for class db.DbTables
 
DbTableView - Class in db
 
DbTableView(String, String[], String[]) - Constructor for class db.DbTableView
 
DbTableView(String, String...) - Constructor for class db.DbTableView
 
dealWithShortCircuits() - Method in class parser.absconparseur.intension.EvaluationManager
 
debug - Static variable in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
debug - Static variable in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
debug - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
debug - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
debug - Variable in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
debugRem - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
boolean that allow to display debug mode for this propagator
debugRem - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
boolean that allow to display debug mode for this propagator
decisionOnExpression(ExpressionSConstraint) - Method in class choco.cp.solver.CPSolver
Decide what kind of constraints to post in case on an Expression: - Extract the list, build the table and post GAC - Post Gac on the implicit table - Post FC on the explicit table
Declaration - Class in parser.flatzinc.ast.declaration
 
Declaration(Boolean, Declaration.DType) - Constructor for class parser.flatzinc.ast.declaration.Declaration
 
Declaration.DType - Enum in parser.flatzinc.ast.declaration
 
decomposeExp - Variable in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Tell the solver if this expression should be decomposed or not (dealt as an extensional constraint if not) if null, the solver will make a decision by itself
decPendingInitConstAwakeEvent() - Method in class choco.cp.solver.propagation.ChocoEngine
Decrements the number of init constraint awake events.
decPendingInitConstAwakeEvent() - Method in interface choco.kernel.solver.propagation.PropagationEngine
Decrements the number of init constraint awake events.
decQ(int, int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
decreaseImpact() - Method in class samples.tutorials.lns.lns.Neighborhood
 
decreaseMatchingSize(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
updates the matching size when the matching is rebuilt
decreaseMatchingSize(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
updates the matching size when one more left vertex is de-matched with j
decreaseMatchingSize(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
updates the matching size when the matching is rebuilt
decreaseMatchingSize(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
updates the matching size when one more left vertex is de-matched with j
decreaseMatchingSize(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Matching size has been decrease by 1.
decreaseVarWeights(Var) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
decreasingCardinalities(int) - Method in class choco.kernel.model.constraints.pack.PackModel
Deprecated. 
decreasingCardinalities(Model, int) - Method in class choco.kernel.model.constraints.pack.PackModel
Symmetry Breaking: bins are sorted according to non increasing cardinalities.
DecreasingDomain - Class in choco.cp.solver.search.integer.valiterator
 
DecreasingDomain() - Constructor for class choco.cp.solver.search.integer.valiterator.DecreasingDomain
 
decreasingLoads(int) - Method in class choco.kernel.model.constraints.pack.PackModel
Deprecated. 
decreasingLoads(Model, int) - Method in class choco.kernel.model.constraints.pack.PackModel
Symmetry Breaking: bins are sorted according to non increasing loads.
decrement() - Method in class choco.kernel.common.util.ModifiableInteger
Subtracts one from the value of this modifiable integer.
decrement() - Method in class choco.kernel.memory.copy.RcInt
 
decrement() - Method in interface choco.kernel.memory.IStateInt
Modifying a StoredInt by subtracting an unit increment.
decrement() - Method in class choco.kernel.memory.trailing.StoredInt
 
decrement_indeg(LightState, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
Decrement the in-degree of state st located on the i-th layer
decrement_outdeg(LightState, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
Decrement the out-degree of state st located on the i-th layer
DECSUP - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: index of bit for updates to upper bound of IntVars
DECSUP - Static variable in class choco.cp.solver.variables.real.RealVarEvent
 
DECSUP_MASK - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: value of bitvector for updates to upper bound of IntVars
DECSUPbitvector - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Deprecated. 
deduction - Variable in class choco.cp.solver.constraints.global.tree.TreeSConstraint
deduction manager
DeductionsAdvisor - Class in choco.cp.solver.constraints.global.tree.deduction
 
DeductionsAdvisor(Solver, TreeParameters, StructuresAdvisor, boolean) - Constructor for class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
constructor: allocates the data util for the deduction manager
deepCopy() - Method in class choco.kernel.memory.copy.RcBool
 
deepCopy() - Method in class choco.kernel.memory.copy.RcDouble
 
deepCopy() - Method in class choco.kernel.memory.copy.RcDoubleVector
 
deepCopy() - Method in class choco.kernel.memory.copy.RcInt
 
deepCopy() - Method in class choco.kernel.memory.copy.RcIntVector
 
deepCopy() - Method in class choco.kernel.memory.copy.RcLong
 
deepCopy() - Method in class choco.kernel.memory.copy.RcLongVector
 
deepCopy() - Method in class choco.kernel.memory.copy.RcObject
 
deepCopy() - Method in class choco.kernel.memory.copy.RcVector
 
DEFAULT_COLUMN_WIDTH - Static variable in class db.DbManager
 
DEFAULT_COST - Static variable in class parser.absconparseur.InstanceTokens
 
DEFAULT_HANDLER - Static variable in class choco.kernel.common.logging.ChocoLogging
 
DEFAULT_HEIGHT - Static variable in class choco.visu.components.chart.ChocoChartFactory
 
DEFAULT_PREFIX - Static variable in class parser.absconparseur.tools.InstanceCheckerEngine
 
DEFAULT_SOLUTION_CHECKER - Static variable in interface choco.kernel.solver.Solver
 
DEFAULT_TOKEN - Static variable in class db.DbTableView
 
DEFAULT_WIDTH - Static variable in class choco.visu.components.chart.ChocoChartFactory
 
defaultConf - Variable in class parser.instances.AbstractInstanceModel
 
defaultDetection(IntDomainVar[], IEnvironment) - Method in class choco.cp.model.managers.constraints.global.AllDifferentManager
make a choice if the user didn't specify the type of consistency desired
defaultFiltering() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
defaultHeight - Variable in class choco.kernel.visu.AbstractVisuManager
 
DefaultResourceView - Class in choco.visu.components.chart.ui
 
DefaultResourceView(Object) - Constructor for class choco.visu.components.chart.ui.DefaultResourceView
 
defaultWidth - Variable in class choco.kernel.visu.AbstractVisuManager
 
defDecExp - Variable in class choco.cp.model.CPModel
Decomposed expression
defineGoal(CPSolver) - Method in class parser.flatzinc.ast.SolveGoal
 
degree(int) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
degree - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
degree - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
data structure related to the degree constraints related to each node
degrees() - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
DegreeStructure - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure
 
DegreeStructure(Solver, TreeParameters, VarGraphView) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
constructor
delayedBoundUpdate(TIntStack, IntDomainVar[], int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
delayedBoundUpdate(TIntStack, IntDomainVar[], int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
delayedGraphUpdate() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Updates the graphs w.r.t. the caught event during event-based propagation
delayedGraphUpdate() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
Updates the graphs w.r.t. the caught event during event-based propagation
delete(Constraint) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Delete a constraint c to the model which is currently treated by the detector.
delete(Variable) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Delete a variable v from the model which is currently treated by the detector.
delete(WLClause) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
Remove a clause from the store
delete(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
Delete the ith element of the vector.
delete(Propagator) - Method in interface choco.kernel.common.util.objects.ConstraintCollection
Deletes a constraint from the explain.
delete(Propagator) - Method in interface choco.kernel.solver.constraints.SConstraintCollection
Deletes a constraint from the explain.
deleteArc(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
deleteChildElement(Document, String, int) - Static method in class parser.absconparseur.XMLManager
 
deleteEdgeAndPublish(int, int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
when an edge is definitely removed from the bipartite assignment graph.
deleteEdgeAndPublish(int, int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
implement one of the two main events: when an edge is definitely removed from the bipartite assignment graph
deleteEdgeAndPublish(int, int, RemovalsAdvisor) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
implement one of the two main events: when an edge is definitely removed from the bipartite assignment graph
deleteEdgeAndPublish(int, int, RemovalsAdvisor) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.GlobalCardinalityNoLoop
 
deleteEdgeAndPublish(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
two methods used for detecting that an edge should be removed from the bipartite assignment graph deleteMatch -> removes it from the graph data strutures deleteEdgeAndPublish -> same + publishes the information outside the constraint
deleteElementByTagNameFrom(Element, String, int) - Static method in class parser.absconparseur.XMLManager
 
deleteMatch(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
remove the assignment of j to the ith variable
deleteMatch(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
removing the arc i-j from the reference matching & update matchingSize
deleteMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
remove the assignment of j to the ith variable
deleteMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
removing the arc i-j from the reference matching & update matchingSize
deleteMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Removing the arc i-j from the reference matching.
deleteSupport() - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
deleteTransition(int, int, int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
deletion - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
delta(int, int, int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostKnapSack
 
delta(int, int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
delta(int, int, TIntHashSet) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
delta(int, int) - Method in interface choco.kernel.model.constraints.automaton.FA.IAutomaton
 
delta(int, int, TIntHashSet) - Method in interface choco.kernel.model.constraints.automaton.FA.IAutomaton
 
delta(int) - Method in class choco.kernel.model.constraints.automaton.LightState
 
delta - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
deltaCost - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
minimum over cost induced by the outgoing arcs for each sink node of the required graph
deltaModeOnly - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
deltaOne - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
deltasucc - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
deltaZero - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
DemoApplet - Class in samples.tutorials.applet
 
DemoApplet() - Constructor for class samples.tutorials.applet.DemoApplet
 
DemoFrame - Class in samples.tutorials.applet
 
DemoFrame() - Constructor for class samples.tutorials.applet.DemoFrame
 
DemoUI - Class in samples.tutorials.applet
Main class for the demo
DemoUI() - Constructor for class samples.tutorials.applet.DemoUI
 
DemoUI.MyOutputStream - Class in samples.tutorials.applet
 
DemoUI.MyOutputStream(JTextArea) - Constructor for class samples.tutorials.applet.DemoUI.MyOutputStream
 
DeprecatedChoco - Class in choco
Created by IntelliJ IDEA.
desactivatePropagator(Propagator) - Method in class choco.cp.solver.propagation.ChocoEngine
Desactivate a constraint.
desactivatePropagator(Propagator) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Desactivate a constraint.
DESCRIPTION - Static variable in class parser.absconparseur.InstanceTokens
 
dest - Variable in class choco.cp.solver.constraints.global.lightcostregular.structure.Edge
 
dest - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
dest - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
 
dest - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc
 
dest - Variable in class samples.tutorials.to_sort.tsp.MyValSelector
 
dest - Variable in class samples.tutorials.to_sort.tsp.MyVarSelector
 
destination - Variable in class choco.kernel.model.constraints.automaton.Transition
 
destructiveLowerBound(IObjectiveManager) - Method in class choco.kernel.solver.propagation.ShavingTools
 
dests - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Arcs
 
dests - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Arcs
 
dests - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Arcs
 
DETAILED_FORMATTER - Static variable in class choco.kernel.common.logging.ChocoLogging
 
DETAILED_HANDLER - Static variable in class choco.kernel.common.logging.ChocoLogging
 
DetailedFormatter - Class in choco.kernel.common.logging
 
DetailedFormatter() - Constructor for class choco.kernel.common.logging.DetailedFormatter
 
DETECTABLE_PRECEDENCE - Static variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
detectablePrecedence() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
detectablePrecedence() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
detectablePrecedenceEST() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
detectablePrecedenceEST() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
DetectablePrecedence rule.
detectablePrecedenceEST() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
detectablePrecedenceLCT() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
detectablePrecedenceLCT() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
symmetric DetectablePrecedence rule.
detectablePrecedenceLCT() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
detectIntensionConstraint(PExtensionConstraint) - Static method in class parser.chocogen.RelationFactory
Try to recognize if brel (a binary relation only) is : - x = y 0 - x !
detectLuckySolution - Variable in class choco.kernel.solver.propagation.ShavingTools
 
detectLuckySolution() - Method in class choco.kernel.solver.propagation.ShavingTools
 
DetectorFactory - Class in choco.cp.common.util.preprocessor
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/> Since : Choco 2.1.1
DetectorFactory() - Constructor for class choco.cp.common.util.preprocessor.DetectorFactory
 
detectOrPostConsistencyConstraint(Solver) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
detectSymetricalHoles(int, int) - Method in class choco.cp.solver.constraints.integer.Absolute
Try to detect symetrical holes (ie value such that both value and -(value) are not in the domain of Y, in which case abs(value) can be removed from the domain of X)
determineHeuristic(CPSolver) - Method in class choco.cp.solver.preprocessor.PPSearch
return 1 (domWdeg) or 2 (Impact) depending on the nature of the problem
DeterministicIndicedList<O extends IIndex> - Class in choco.kernel.common.util.objects
 
DeterministicIndicedList(Class, int) - Constructor for class choco.kernel.common.util.objects.DeterministicIndicedList
Constructor
DeterministicIndicedList(Class) - Constructor for class choco.kernel.common.util.objects.DeterministicIndicedList
Constructor
developOr(ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.LogicTreeToolBox
 
DeviationDemo - Class in samples
 
DeviationDemo() - Constructor for class samples.DeviationDemo
 
DFA - Class in choco.kernel.model.constraints.automaton
Created by IntelliJ IDEA.
DFA(List<int[]>) - Constructor for class choco.kernel.model.constraints.automaton.DFA
Build a DFA based on a list of FEASIBLE tuples
DFA(List<int[]>, int[], int[]) - Constructor for class choco.kernel.model.constraints.automaton.DFA
Build a DFA based on a list of INFEASIBLE tuples As the relation is defined by infeasible tuples and we build the feasible automaton, we need to know the range of values by the max and min fields...
DFA(List<Transition>, List<Integer>, int) - Constructor for class choco.kernel.model.constraints.automaton.DFA
Build a DFA (deterministic finite automaton) to enforce a set of sizeword variables to be assigned to a word recognized by that dfa.
DFA(String, int) - Constructor for class choco.kernel.model.constraints.automaton.DFA
Build a DFA (deterministic finite automaton) to enforce a set of sizeword variables to be assigned to a word matching the given regexp.
dfa - Variable in class parser.absconparseur.components.PRelation
DFA to represent the table
DFORMAT - Static variable in class parser.instances.ReportFormatter
 
dfs() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
dfs_mark(int, Vector) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
dfs_suffix(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
dfsTree - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
resulting labelling of the nodes involved in the graph according to a depth first search
dfsVisit(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.SearchInfeasible
 
dfsVisit(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
dicho_ext - Variable in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
dicho_int - Variable in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
diffs - Variable in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector
The graph of differences
dim - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
 
dim - Variable in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
 
dim1 - Variable in class choco.cp.solver.constraints.integer.Element2D
 
dim2 - Variable in class choco.cp.solver.constraints.integer.Element2D
 
DInt - Class in parser.flatzinc.ast.declaration
 
DInt(Boolean) - Constructor for class parser.flatzinc.ast.declaration.DInt
 
DInt2 - Class in parser.flatzinc.ast.declaration
 
DInt2(Boolean, EInt, EInt) - Constructor for class parser.flatzinc.ast.declaration.DInt2
 
DIR_BWD - Static variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
DirectedPropag - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows
 
DirectedPropag(IStateInt[][], VarGraphView, Node[], RemovalsAdvisor) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
Constructor: build a propagator for the time windows constraints according to the graph
directInconsistentCount() - Method in class choco.cp.solver.constraints.global.BoundGcc
 
directInconsistentCount() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
DIRECTORY_DB_OO - Static variable in class db.OdbHsqldbBridge
 
DIRECTORY_FILTER - Static variable in class cli.explorer.FileExplorer
 
dirName(String, String) - Static method in class choco.kernel.common.util.tools.StringUtils
 
dirRandomName(String, String) - Static method in class choco.kernel.common.util.tools.StringUtils
 
DISCONNECTED - Static variable in class cli.AbstractBenchmarkCmd
 
DISCRETE_INTERVAL_END - Static variable in class parser.absconparseur.InstanceTokens
 
DISCRETE_INTERVAL_SEPARATOR - Static variable in class parser.absconparseur.InstanceTokens
 
DISCRETE_INTERVAL_START - Static variable in class parser.absconparseur.InstanceTokens
 
disjFromCumulDetector(CPModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
Detect disjunctive from cumulative (redundant constraint).
DisjFromCumulModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
DisjFromCumulModelDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjFromCumulModelDetector
 
disjGraph - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
disjMod - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromTimeWindowModelDetector
 
disjoint(IntegerVariable, int[]) - Static method in class choco.Choco
Deprecated. rename as notMember
disjoint(TaskVariable[], TaskVariable[]) - Static method in class choco.Choco
Each task of the collection tasks1 should not overlap any task of the collection tasks2.
Disjoint - Class in choco.cp.solver.constraints.set
A constraint stating that two sets have to be disjoint : It is based on two propagation rules : Env(v1) disjoint Ker(v2) Env(v2) disjoint Ker(v1)
Disjoint(SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.Disjoint
 
disjointDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
disjointFromCumulDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
DisjointFromCumulModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
DisjointFromCumulModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjointFromCumulModelDetector
 
disjointFromUnaryDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
DisjointFromUnaryModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
DisjointFromUnaryModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjointFromUnaryModelDetector
 
DisjointModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
DisjointModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjointModelDetector
 
DisjRules - Class in choco.cp.solver.constraints.global.scheduling.disjunctive
 
DisjRules(IRTask[], IRMakespan) - Constructor for class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
Instantiates a new disjunctive.
disjSModel - Variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
disjTreeT - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
The data structure used for Not-First/Not Last, overload checking and detectable precedence rules.
DisjTreeT - Class in choco.cp.solver.constraints.global.scheduling.trees
 
DisjTreeT(List<? extends ITask>) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeT
 
disjTreeTL - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
The data structure used for EdgeFinding rule.
DisjTreeTL - Class in choco.cp.solver.constraints.global.scheduling.trees
 
DisjTreeTL(List<? extends ITask>) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
DisjTreeTL.DisjStatusTL - Class in choco.cp.solver.constraints.global.scheduling.trees
 
DisjTreeTL.DisjStatusTL(AbstractVilimTree.NodeType) - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
disjunctionDetector(CPModel, PreProcessCPSolver) - Static method in class choco.cp.solver.preprocessor.SolverDetectorFactory
Detect disjunctions.
DisjunctionManager - Class in choco.cp.model.managers.constraints.set
Created by IntelliJ IDEA.
DisjunctionManager() - Constructor for class choco.cp.model.managers.constraints.set.DisjunctionManager
 
DisjunctionsSolverDetector - Class in choco.cp.common.util.preprocessor.detector
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/> Since : Choco 2.1.1
A class dedicated to detect clique of disjonctions and state the corresponding global constraints
DisjunctionsSolverDetector(CPModel, PreProcessCPSolver) - Constructor for class choco.cp.common.util.preprocessor.detector.DisjunctionsSolverDetector
 
disjunctive(String, TaskVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.Choco
Builds Alternative disjunctive.
disjunctive(TaskVariable[], String...) - Static method in class choco.Choco
Disjunctive : name = null, usages = null, uppBound = null.
disjunctive(String, TaskVariable[], String...) - Static method in class choco.Choco
Disjunctive : usages = null, uppBound = null.
disjunctive(TaskVariable[], IntegerVariable[], String...) - Static method in class choco.Choco
Alternative Disjunctive : name = null, uppBound = null.
disjunctive(String, TaskVariable[], IntegerVariable[], String...) - Static method in class choco.Choco
Alternative Disjunctive : uppBound = null.
Disjunctive - Class in choco.cp.solver.constraints.global.scheduling.disjunctive
 
Disjunctive(Solver, String, TaskVar[], int, boolean, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
Disjunctive(String, TaskVar[], IntDomainVar, Solver) - Constructor for class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
disjunctive(IntegerVariable[], int[], String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
disjunctive(IntegerVariable[], IntegerVariable[], String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
disjunctive(IntegerVariable[], IntegerVariable[], IntegerVariable[], String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
disjunctive(String, IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, String...) - Static method in class choco.DeprecatedChoco
Deprecated. 
disjunctive(TaskVariable[], String...) - Static method in class choco.Reformulation
AMONG constraint reformulated like:
introducing BOOL variable for each VARIABLE, adding following constraints: for each VARIABLE : REIFIED(BOOL_i, AMONG(VARIABLE_i, VALUES)), EQ(SUM(BOOL), N),
DISJUNCTIVE - Static variable in class parser.absconparseur.InstanceTokens
 
Disjunctive.Policy - Enum in choco.cp.solver.constraints.global.scheduling.disjunctive
 
DISJUNCTIVE_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Active disjunctive detection
Type: boolean
Default value: true
DISJUNCTIVE_FROM_CUMULATIVE_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: state disjunctive global constraints extracted from cumulatives.
DISJUNCTIVE_MODEL_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: detection of a generalized disjunctive graph within the model from scheduling constraints.
DisjunctiveGraph<E extends ITemporalRelation<?,?>> - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
DisjunctiveGraph(int) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
DisjunctiveManager - Class in choco.cp.model.managers.constraints.global
 
DisjunctiveManager() - Constructor for class choco.cp.model.managers.constraints.global.DisjunctiveManager
 
DisjunctiveModel - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
DisjunctiveModel(Model) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
disjunctiveModelDetectors(CPModel, DisjunctiveModel, boolean) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
DisjunctiveSModel - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
DisjunctiveSModel(PreProcessCPSolver) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
DisjunctiveSModel(Solver, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
display(int[]) - Static method in class choco.cp.common.util.preprocessor.graph.MaxCliques
 
display(int[][]) - Static method in class choco.cp.common.util.preprocessor.graph.MaxCliques
 
display() - Method in class parser.absconparseur.intension.EvaluationManager
 
display - Variable in class trace.Visualizer
 
displayAttributes(Element) - Static method in class parser.absconparseur.XMLManager
 
displayChart(Object, IVisuManager) - Method in class parser.instances.AbstractMinimizeModel
 
displayConnectionUrls() - Method in class cli.HsqldbServerCmd
 
displayElement(Document, String) - Static method in class parser.absconparseur.XMLManager
 
displayEvaluations() - Method in class parser.absconparseur.components.PTask
 
displayStack() - Static method in class parser.absconparseur.intension.Evaluator
 
displayTable(String) - Method in class db.DbManager
 
displayTable(DbTableView) - Method in class db.DbManager
 
displayTable(String, int) - Method in class db.DbManager
 
displayTuples() - Method in class samples.random.ProportionRandomListGenerator
 
displayTuples() - Method in class samples.random.RandomListGenerator
Displays the current random generated list.
Disposable - Class in choco.kernel.common.util.disposable
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 28 avr. 2010
Since : Choco 2.1.1

An interface to declare disposable object, ie object that can be reused (iterators,...)

Disposable() - Constructor for class choco.kernel.common.util.disposable.Disposable
 
DisposableIntIterator - Class in choco.kernel.common.util.iterators
 
DisposableIntIterator() - Constructor for class choco.kernel.common.util.iterators.DisposableIntIterator
 
DisposableIterator<E> - Class in choco.kernel.common.util.iterators
 
DisposableIterator() - Constructor for class choco.kernel.common.util.iterators.DisposableIterator
 
dispose() - Method in class choco.kernel.common.util.disposable.Disposable
This method allows to declare that an object is not used anymore.
dispose() - Method in class choco.kernel.common.util.iterators.AppendIterator
This method allows to declare that an object is not used anymore.
dispose() - Method in class choco.kernel.common.util.iterators.ArrayIterator
 
dispose() - Method in class choco.kernel.common.util.iterators.EmptyIntIterator
 
dispose() - Method in class choco.kernel.common.util.iterators.EmptyIterator
 
dispose() - Method in class choco.kernel.common.util.iterators.IntArrayIterator
 
dispose() - Method in class choco.kernel.common.util.iterators.OneValueIterator
 
dispose() - Method in class choco.kernel.common.util.iterators.SingleElementIterator
 
dispose() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
dispose() - Method in class choco.kernel.memory.structure.iterators.PSCLEIterator
 
dispose() - Method in class choco.kernel.memory.structure.iterators.PSCLIterator
 
dist - Variable in class samples.tutorials.AllIntervalSeries
 
dist - Variable in class samples.tutorials.to_sort.tsp.Generator
 
dist - Variable in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
DIST_GEQ - Static variable in class choco.cp.solver.constraints.global.geost.Constants
DIST_GEQ is a constant that specifies the id of the distance constraint.
DIST_GEQ_FR - Static variable in class choco.cp.solver.constraints.global.geost.Constants
DIST_GEQ_FR is a constant that specifies the id of a dist_leq internal constraint.
DIST_LEQ - Static variable in class choco.cp.solver.constraints.global.geost.Constants
DIST_LEQ is a constant that specifies the id of the distance constraint.
DIST_LEQ_FR - Static variable in class choco.cp.solver.constraints.global.geost.Constants
DIST_LEQ_FR is a constant that specifies the id of a dist_leq internal constraint.
DIST_LINEAR - Static variable in class choco.cp.solver.constraints.global.geost.Constants
DIST_LINEAR is a constant that specifies the id of the linear constraint.
DIST_LINEAR_FR - Static variable in class choco.cp.solver.constraints.global.geost.Constants
DIST_LINEAR_FR is a constant that specifies the id of a linear internal constraint.
distanceEQ(IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
Ensures |x-y| = c;
distanceEQ(IntegerVariable, IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
Ensures |x-y| = z + c;
distanceEQ(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures |x-y| = z;
DistanceEQManager - Class in choco.cp.model.managers.operators
User: charles Date: 22 août 2008
DistanceEQManager() - Constructor for class choco.cp.model.managers.operators.DistanceEQManager
 
distanceGT(IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
Ensures |x-y| > c;
distanceGT(IntegerVariable, IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
Ensures |x-y| > z + c;
distanceGT(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures |x-y| > z;
DistanceGTManager - Class in choco.cp.model.managers.operators
User: charles Date: 22 août 2008
DistanceGTManager() - Constructor for class choco.cp.model.managers.operators.DistanceGTManager
 
distanceLT(IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
Ensures |x-y| < c;
distanceLT(IntegerVariable, IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
Ensures |x-y| < z + c;
distanceLT(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures |x-y| < z;
DistanceLTManager - Class in choco.cp.model.managers.operators
User: charles Date: 22 août 2008
DistanceLTManager() - Constructor for class choco.cp.model.managers.operators.DistanceLTManager
 
DistanceManager - Class in choco.cp.model.managers.constraints.integer
A manager to build new all distance constraints
DistanceManager() - Constructor for class choco.cp.model.managers.constraints.integer.DistanceManager
 
distanceNEQ(IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
Ensures |x-y| !
DistanceNEQManager - Class in choco.cp.model.managers.operators
User: charles Date: 22 août 2008
DistanceNEQManager() - Constructor for class choco.cp.model.managers.operators.DistanceNEQManager
 
DistanceXYC - Class in choco.cp.solver.constraints.integer
 
DistanceXYC(IntDomainVar, IntDomainVar, int, int) - Constructor for class choco.cp.solver.constraints.integer.DistanceXYC
 
DistanceXYZ - Class in choco.cp.solver.constraints.integer
A constraint to state |x0 - x1| operator x2 + c where operator can be =, <=, >= and x1, x2, x3 are variables Warning: only achieves BoundConsistency for the moment !
DistanceXYZ(IntDomainVar, IntDomainVar, IntDomainVar, int, int) - Constructor for class choco.cp.solver.constraints.integer.DistanceXYZ
Enforces |x0 - x1| op x2 + c where op can be =, <, >
DISTEQ - Static variable in class parser.absconparseur.PredicateTokens
 
distEq(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
DistEQEvaluator - Class in parser.absconparseur.intension.logical
 
DistEQEvaluator() - Constructor for class parser.absconparseur.intension.logical.DistEQEvaluator
 
DistEqNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
DistEqNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.DistEqNode
 
DistGeq - Class in choco.cp.solver.constraints.global.geost.externalConstraints
Created by IntelliJ IDEA.
DistGeq(int, int[], int[], int, int) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
DistGeq(int, int[], int[], int, int, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
DistGeqIC - Class in choco.cp.solver.constraints.global.geost.internalConstraints
Created by IntelliJ IDEA.
DistGeqIC(Setup, int, int, int, int, int, int) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
DistGeqIC(Setup, int, int, int, int, int, int, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
DistGeqModel - Class in choco.kernel.model.constraints.geost.externalConstraints
Created by IntelliJ IDEA.
DistGeqModel(int, int[], int[], int, int) - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
DistGeqModel(int, int[], int[], int, int, IntegerVariable) - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
DISTGT - Static variable in class parser.absconparseur.PredicateTokens
 
distGt(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
DistGTEvaluator - Class in parser.absconparseur.intension.logical
 
DistGTEvaluator() - Constructor for class parser.absconparseur.intension.logical.DistGTEvaluator
 
DistGtNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
DistGtNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.DistGtNode
 
DistLeq - Class in choco.cp.solver.constraints.global.geost.externalConstraints
Created by IntelliJ IDEA.
DistLeq() - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
DistLeq(int, int[], int[], int, int) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
DistLeq(int, int[], int[], int, int, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
DistLeqIC - Class in choco.cp.solver.constraints.global.geost.internalConstraints
Created by IntelliJ IDEA.
DistLeqIC(Setup, int, int, int, int, int, int) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
DistLeqIC(Setup, int, int, int, int, int, int, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
DistLeqModel - Class in choco.kernel.model.constraints.geost.externalConstraints
Created by IntelliJ IDEA.
DistLeqModel(int, int[], int[], int, int) - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
DistLeqModel(int, int[], int[], int, int, IntegerVariable) - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
DistLinear - Class in choco.cp.solver.constraints.global.geost.externalConstraints
Created by IntelliJ IDEA.
DistLinear(int, int[], int[], int[], int) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.DistLinear
 
DistLinearFrame - Class in choco.cp.solver.constraints.global.geost.frames
Created by IntelliJ IDEA.
DistLinearFrame(int[], int, int) - Constructor for class choco.cp.solver.constraints.global.geost.frames.DistLinearFrame
 
DistLinearIC - Class in choco.cp.solver.constraints.global.geost.internalConstraints
Created by IntelliJ IDEA.
DistLinearIC(Setup, int[], int, int) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
DistLinearModel - Class in choco.kernel.model.constraints.geost.externalConstraints
Created by IntelliJ IDEA.
DistLinearModel(int, int[], int[], int[], int) - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.DistLinearModel
 
DISTLT - Static variable in class parser.absconparseur.PredicateTokens
 
distLt(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
distLt(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
DistLTEvaluator - Class in parser.absconparseur.intension.logical
 
DistLTEvaluator() - Constructor for class parser.absconparseur.intension.logical.DistLTEvaluator
 
DistLtNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
DistLtNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.DistLtNode
 
DISTNEQ - Static variable in class parser.absconparseur.PredicateTokens
 
distNeq(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
DistNEQEvaluator - Class in parser.absconparseur.intension.logical
 
DistNEQEvaluator() - Constructor for class parser.absconparseur.intension.logical.DistNEQEvaluator
 
DistNeqNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
DistNeqNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.DistNeqNode
 
DistNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
DistNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.DistNode
 
distribute(ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.LogicTreeToolBox
 
div(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
div(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
div(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
DIV - Static variable in class parser.absconparseur.PredicateTokens
 
div(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
divCeil(int, int) - Static method in class choco.kernel.common.util.tools.MathUtils
 
DivEvaluator - Class in parser.absconparseur.intension.arithmetic
 
DivEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.DivEvaluator
 
divFloor(int, int) - Static method in class choco.kernel.common.util.tools.MathUtils
 
DIVISOR - Static variable in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.PreservedWDegRatio
 
DivManager - Class in choco.cp.model.managers.operators
 
DivManager() - Constructor for class choco.cp.model.managers.operators.DivManager
 
DivNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
Integer division
DivNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.DivNode
 
DManyInt - Class in parser.flatzinc.ast.declaration
 
DManyInt(Boolean, List<EInt>) - Constructor for class parser.flatzinc.ast.declaration.DManyInt
 
DMD_GENERATE_CLAUSES - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Generate ternary clauses to avoid the creation of cycle in the disjunctive graphs.
DMD_REMOVE_DISJUNCTIVE - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Remove global disjunctive constraints after the inferrence of disjunctions.
DMD_USE_TIME_WINDOWS - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: infer also precedence form time windows
Type: boolean
Default value: true
doAfterFail(Object, int) - Method in interface choco.cp.solver.search.integer.branching.ImpactBasedBranching.ImpactStrategy
 
doAfterPropagDownBranch(Object, int) - Method in interface choco.cp.solver.search.integer.branching.ImpactBasedBranching.ImpactStrategy
 
doBeforePropagDownBranch(Object, int) - Method in interface choco.cp.solver.search.integer.branching.ImpactBasedBranching.ImpactStrategy
 
document - Variable in class parser.absconparseur.tools.InstanceParser
 
DocumentModifier - Class in parser.absconparseur.tools
 
DocumentModifier() - Constructor for class parser.absconparseur.tools.DocumentModifier
 
DocumentShuffler - Class in parser.absconparseur.tools
 
DocumentShuffler() - Constructor for class parser.absconparseur.tools.DocumentShuffler
 
doExport(File, Object, int, int) - Method in class choco.kernel.visu.AbstractVisuManager
 
doExtractVariables() - Method in class choco.kernel.model.constraints.ComponentConstraintWithSubConstraints
Extract variables of a constraint and return an array of variables.
doExtractVariables() - Method in class choco.kernel.model.constraints.MetaConstraint
Extract variables of a constraint and return an array of variables.
doExtractVariables() - Method in class choco.kernel.model.constraints.MetaTaskConstraint
Extract variables of a constraint and return an array of variables.
doExtractVariables() - Method in class choco.kernel.model.VariableArray
 
doExtractVariables() - Method in class choco.kernel.model.variables.integer.IntegerVariable
Extract first level sub-variables of a variable and return an array of non redundant sub-variable.
doExtractVariables() - Method in class choco.kernel.model.variables.integer.MetaIntegerExpressionVariable
 
doExtractVariables() - Method in class choco.kernel.model.variables.real.RealVariable
Extract first level sub-variables of a variable and return an array of non redundant sub-variable.
doExtractVariables() - Method in class choco.kernel.model.variables.set.SetVariable
Extract first level sub-variables of a variable and return an array of non redundant sub-variable.
dom - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.SearchInfeasible
 
dom - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
domain - Variable in class choco.cp.solver.variables.integer.IntDomainVarImpl
The backtrackable domain of the variable.
domain - Variable in class choco.cp.solver.variables.real.RealVarImpl
 
domain - Variable in class choco.cp.solver.variables.set.SetVarImpl
 
Domain - Interface in choco.kernel.solver.variables
 
doMain(String[]) - Method in class cli.AbstractCmdLine
parse the command line
DOMAIN - Static variable in class parser.absconparseur.InstanceTokens
 
doMain(String[]) - Method in class parser.flatzinc.Mzn2fzn
 
DOMAIN_PREFIX - Static variable in class parser.absconparseur.InstanceTokens
 
domainChanneling(IntegerVariable, IntegerVariable[]) - Static method in class choco.Choco
state a channeling between the domain of the variable x and the array of boolean variables b which enforce: x = i <=> b[i] = 1
DomainChanneling - Class in choco.cp.solver.constraints.integer.channeling
Constraints that map the boolean assignments variables (bvars) with the standard assignment variables (var).
DomainChanneling(IntDomainVar[], IntDomainVar, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.channeling.DomainChanneling
Make a new Channeling.
domainConstraint(IntegerVariable, IntegerVariable[]) - Static method in class choco.Choco
Deprecated. see domainChannelling
DomainMatrix - Class in trace.visualizers
, A specialized visualizer for a matrix of domain variables
DomainMatrix(Var[][], String, int, int) - Constructor for class trace.visualizers.DomainMatrix
Build a visualizer for a matrix of domain variables
DomainMatrix(Var[][], String, String, int, int) - Constructor for class trace.visualizers.DomainMatrix
 
DomainMatrix(Var[][], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.DomainMatrix
Build a visualizer for a matrix of domain variables
DomainMatrix(Var[][], String, String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.DomainMatrix
 
DOMAINS - Static variable in class parser.absconparseur.InstanceTokens
 
domainSize - Variable in class choco.cp.solver.constraints.integer.ElementG
 
doMaximize(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
doMaximize(Configuration) - Static method in class choco.cp.solver.configure.StrategyFactory
 
doMaximize - Variable in class choco.kernel.solver.search.AbstractOptimize
a boolean indicating whether we want to maximize (true) or minimize (false) the objective variable
domDDeg(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDeg(Solver, ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDeg(Solver, IntDomainVar[], ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDeg(Solver, IntDomainVar[], ValIterator, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDeg(Solver, ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDeg(Solver, IntDomainVar[], ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDeg(Solver, IntDomainVar[], ValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDegBin(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDegBin(Solver, ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDegBin(Solver, IntDomainVar[], ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDegBin(Solver, IntDomainVar[], ValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDDegSel(Solver, IntDomainVar[]) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
domDDegSel(Solver, IntDomainVar[], long) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
domDeg(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDeg(Solver, ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDeg(Solver, IntDomainVar[], ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDeg(Solver, IntDomainVar[], ValIterator, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDeg(Solver, ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDeg(Solver, IntDomainVar[], ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDeg(Solver, IntDomainVar[], ValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDegBin(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDegBin(Solver, ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDegBin(Solver, IntDomainVar[], ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domDegBin(Solver, IntDomainVar[], ValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
DomDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree
 
DomDegRatio(IntDomainVar) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomDegRatio
 
domDegSel(Solver, IntDomainVar[]) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
domDegSel(Solver, IntDomainVar[], long) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
DomDynDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree
 
DomDynDegRatio(IntDomainVar) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomDynDegRatio
 
Dominators - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms
 
Dominators(VarGraphView, PrecsGraphView) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
dominators - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
DominatorView - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees
 
DominatorView(Solver, VarGraphView, PrecsGraphView) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
DomOverDDegRPC - Class in choco.cp.solver.constraints.strong
 
DomOverDDegRPC(Solver) - Constructor for class choco.cp.solver.constraints.strong.DomOverDDegRPC
 
DomOverDeg - Class in choco.cp.solver.search.integer.varselector
Deprecated. @see BranchingFactory
DomOverDeg(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.DomOverDeg
Deprecated.  
DomOverDeg(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.DomOverDeg
Deprecated.  
DomOverDynDeg - Class in choco.cp.solver.search.integer.varselector
Deprecated. @see BranchingFactory
DomOverDynDeg(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.DomOverDynDeg
Deprecated.  
DomOverDynDeg(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.DomOverDynDeg
Deprecated.  
DomOverWDeg - Class in choco.cp.solver.search.integer.varselector
Deprecated. @see BranchingFactory
DomOverWDeg(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.DomOverWDeg
Deprecated.  
DomOverWDeg(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.DomOverWDeg
Deprecated.  
DomOverWDegBinBranching - Class in choco.cp.solver.search.integer.branching
Deprecated. use DomOverWDegBinBranching2 instead.
DomOverWDegBinBranching(Solver, ValSelector, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
DomOverWDegBinBranching(Solver, ValSelector) - Constructor for class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
DomOverWDegBinBranchingNew - Class in choco.cp.solver.search.integer.branching.domwdeg
 
DomOverWDegBinBranchingNew(Solver, IntDomainVar[], ValSelector, Number) - Constructor for class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBinBranchingNew
 
DomOverWDegBranching - Class in choco.cp.solver.search.integer.branching
Deprecated. use DomOverWDegBranchingNew
DomOverWDegBranching(Solver, ValIterator, IntVar[]) - Constructor for class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
DomOverWDegBranching(Solver, ValIterator) - Constructor for class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
DomOverWDegBranching(Solver, ValSelector, IntVar[]) - Constructor for class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
DomOverWDegBranching(Solver, ValSelector) - Constructor for class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
DomOverWDegBranchingNew - Class in choco.cp.solver.search.integer.branching.domwdeg
History: 2008-04-23 : Creation : dom / wdeg needs to be a branching not just an heuristic to allow to deal with backtracking events !
DomOverWDegBranchingNew(Solver, IntDomainVar[], ValIterator, Number) - Constructor for class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
domOverWDegIdx(int) - Static method in class choco.kernel.solver.propagation.event.VarEvent
Deprecated. 
domOverWDegInitialIdx(int) - Static method in class choco.kernel.solver.propagation.event.VarEvent
Deprecated. 
DomOverWDegRPC - Class in choco.cp.solver.constraints.strong
History: 2007-12-07 : FR_1873619 CPRU: DomOverDeg+DomOverWDeg
DomOverWDegRPC(Solver) - Constructor for class choco.cp.solver.constraints.strong.DomOverWDegRPC
 
DomOverWDegRPC(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.strong.DomOverWDegRPC
 
DomOverWDegSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector
 
DomOverWDegSelector(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.DomOverWDegSelector
 
DomOverWDegSelector(Solver, IntRatio[]) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.DomOverWDegSelector
 
domProfEvtE - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
domProfEvtS - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
doms - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
doms - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
data structure related to the graph representation of the dominator nodes of this graph
doms - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
data structure related to the graph representation of the dominator nodes of this graph
domSizes - Variable in class choco.kernel.model.constraints.automaton.LayeredDFA
 
domSizes - Variable in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
domWDeg(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDeg(Solver, ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDeg(Solver, IntDomainVar[], ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDeg(Solver, IntDomainVar[], ValIterator, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDeg(Solver, ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDeg(Solver, IntDomainVar[], ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDeg(Solver, IntDomainVar[], ValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDegBin(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDegBin(Solver, ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDegBin(Solver, IntDomainVar[], ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
domWDegBin(Solver, IntDomainVar[], ValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
DomWDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree
 
DomWDegRatio(IntDomainVar) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomWDegRatio
 
domWDegSel(Solver, IntDomainVar[]) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
domWDegSel(Solver, IntDomainVar[], long) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
DomWDegUtils - Class in choco.cp.solver.search.integer.branching.domwdeg
computation of the weighted degrees of variables and number of failures of constraints
DonaldGeraldRobert - Class in samples.tutorials.puzzles
 
DonaldGeraldRobert() - Constructor for class samples.tutorials.puzzles.DonaldGeraldRobert
 
doShow(Object, int, int) - Method in class choco.kernel.visu.AbstractVisuManager
 
DotBrick - Class in choco.visu.components.bricks
 
DotBrick(AChocoPApplet, Var) - Constructor for class choco.visu.components.bricks.DotBrick
 
DottyBean - Class in choco.kernel.common
 
DottyBean() - Constructor for class choco.kernel.common.DottyBean
 
DottyBean(IDotty...) - Constructor for class choco.kernel.common.DottyBean
 
DottyBean(Collection<? extends IDotty>) - Constructor for class choco.kernel.common.DottyBean
 
DottyTreeSearchPApplet - Class in choco.visu.components.papplets
 
DottyTreeSearchPApplet(Object) - Constructor for class choco.visu.components.papplets.DottyTreeSearchPApplet
 
DOUBLE - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
DoubleBoundedVariable - Interface in choco.kernel.model.variables
Created by IntelliJ IDEA.
DoubleHeuristicIntVarSelector - Class in choco.kernel.solver.search.integer
 
DoubleHeuristicIntVarSelector(Solver) - Constructor for class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
DoubleHeuristicIntVarSelector(Solver, IntDomainVar[]) - Constructor for class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
DoubleLinkedList - Class in choco.kernel.common.util.objects
A double linked list with constant time access, addition and deletion in o(1) The list is encoded by two tables of integers.
DoubleLinkedList(int) - Constructor for class choco.kernel.common.util.objects.DoubleLinkedList
build a list of maximum size "listSize"
DoubleLinkedList(DoubleLinkedList) - Constructor for class choco.kernel.common.util.objects.DoubleLinkedList
Constructor (copy)
DoubleManager - Class in choco.cp.model.managers.operators

DoubleManager() - Constructor for class choco.cp.model.managers.operators.DoubleManager
 
DoubleNode - Class in choco.cp.solver.constraints.reified.leaves.arithm

DoubleNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.DoubleNode
 
doubleValue() - Method in class choco.kernel.common.util.ModifiableInteger
 
DOUBLEVECTOR - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
DOWDCAUSE - Static variable in class choco.kernel.solver.propagation.event.VarEvent
Semantic of the cause of an event: -1 means that the event is active without any precise cause.
DOWN_BRANCH - Static variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
downBranch() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
downBranch() - Method in class choco.cp.solver.search.GoalSearchLoop
 
downBranch() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
downBranch() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
draw() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
draw() - Method in class choco.visu.components.papplets.AChocoPApplet
Called directly after PApplet#setup() and continuously executes the lines of code contained inside its block until the program is stopped or PApplet#noLoop() is called.
drawBackSide() - Method in class choco.visu.components.papplets.AChocoPApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.ColorValuePApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.FullDomainPApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.GridPApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.NameOrQuestionMarkPApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.NameOrValuePApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.SudokuPApplet
draws the back side of the representation.
drawBackSide() - Method in class choco.visu.components.papplets.TreeSearchPApplet
draws the back side of the representation.
drawBrick(int, int, int, int) - Method in interface choco.kernel.visu.components.bricks.IChocoBrick
Draw the graphic representation of the var associated to the brick
drawBrick(int, int, int, int) - Method in class choco.visu.components.bricks.ColorValueBrick
Draw the graphic representation of the var associated to the brick
drawBrick(int, int, int, int) - Method in class choco.visu.components.bricks.DotBrick
Draw the graphic representation of the var associated to the brick
drawBrick(int, int, int, int) - Method in class choco.visu.components.bricks.FullDomainBrick
Draw the graphic representation of the var associated to the brick
drawBrick(int, int, int, int) - Method in class choco.visu.components.bricks.HazardOrValueBrick
Draw the graphic representation of the var associated to the brick
drawBrick(int, int, int, int) - Method in class choco.visu.components.bricks.NameOrValueBrick
Draw the graphic representation of the var associated to the brick
drawBrick(int, int, int, int) - Method in class choco.visu.components.bricks.NodeBrick
Draw the graphic representation of the var associated to the brick
drawBrick(int, int, int, int) - Method in class choco.visu.components.bricks.QuestionMarkOrValueBrick
Draw the graphic representation of the var associated to the brick
drawFrontSide() - Method in class choco.visu.components.papplets.AChocoPApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.ColorValuePApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.FullDomainPApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.GridPApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.NameOrQuestionMarkPApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.NameOrValuePApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.SudokuPApplet
draws the front side of the representation.
drawFrontSide() - Method in class choco.visu.components.papplets.TreeSearchPApplet
draws the front side of the representation.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class choco.visu.components.chart.renderer.MyXYBarRenderer
 
DSet - Class in parser.flatzinc.ast.declaration
 
DSet(Boolean, Declaration) - Constructor for class parser.flatzinc.ast.declaration.DSet
 
dsizes - Variable in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
The sizes of the domains
dualmyvars - Variable in class samples.tutorials.to_sort.Picross
 
duration - Variable in class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
duration - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
duration() - Method in interface choco.kernel.model.variables.scheduling.ITaskVariable
 
duration() - Method in class choco.kernel.model.variables.scheduling.TaskVariable
Get the duration of the task
duration - Variable in class choco.kernel.solver.variables.scheduling.TaskVar
 
duration() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
durations - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
DVar - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
DVar - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
DVar - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
Dvariable - Class in samples.documentation
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 9 avr. 2010br/> Since : Choco 2.1.1
Dvariable() - Constructor for class samples.documentation.Dvariable
 
DYNAMIC_LB - Static variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
dynamicInitOfPartialSum() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
DynWLClause - Class in choco.cp.solver.constraints.integer.bool.sat
A clause that can be added at any point in the search Todo
DynWLClause(int[], Lits) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.DynWLClause
 

E

E - Static variable in class samples.multicostregular.nsp.NSPModel
 
E - Static variable in class samples.multicostregular.planner.InstanceMaker
 
E - Static variable in class samples.multicostregular.planner.PlanModel
 
E - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
E_AC - Static variable in class choco.Options

Goal : to get AC algorithm
Scope : IntegerExpressionVariable.
E_DECOMP - Static variable in class choco.Options

Goal : force decomposition of the scoped expression.
E_FC - Static variable in class choco.Options

Goal : set filter policy to forward checking.
EAnnotation - Class in parser.flatzinc.ast.expression
 
EAnnotation(EIdentifier, List<Expression>) - Constructor for class parser.flatzinc.ast.expression.EAnnotation
 
EarliestCompletionTimeCmp - Class in choco.kernel.common.util.comparator
The Class EarliestCompletionTimeComparator.
EarliestStartingTimeCmp - Class in choco.kernel.common.util.comparator
The Class EarliestStartingTimeComparator.
EArray - Class in parser.flatzinc.ast.expression
 
EArray(List<Expression>) - Constructor for class parser.flatzinc.ast.expression.EArray
 
EBool - Class in parser.flatzinc.ast.expression
 
EBool(boolean) - Constructor for class parser.flatzinc.ast.expression.EBool
 
ECT - Static variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
ectrID - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
 
ectrID - Variable in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
 
Edge - Class in choco.cp.solver.constraints.global.lightcostregular.structure
Created by IntelliJ IDEA.
Edge(Node, Node, int) - Constructor for class choco.cp.solver.constraints.global.lightcostregular.structure.Edge
 
edge - Variable in class samples.tutorials.to_sort.U2planning
 
Edge.OutComparator - Class in choco.cp.solver.constraints.global.lightcostregular.structure
 
Edge.OutComparator() - Constructor for class choco.cp.solver.constraints.global.lightcostregular.structure.Edge.OutComparator
 
EDGE_COLOR - Static variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
EDGE_FINDING_D - Static variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
EDGE_LENGTH - Static variable in class choco.visu.components.papplets.TreeSearchPApplet
 
EDGE_STRENGTH - Static variable in class choco.visu.components.papplets.TreeSearchPApplet
 
edgeFinding() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
edgeFinding() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
edgeFindingEST() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
Edge Finding supporting optional activities reasoning by Sebastian Kuhnert
edgeFindingEST() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
EdgeFinding rule.
edgeFindingEST() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
edgeFindingLCT() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
edgeFindingLCT() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
symmetric EdgeFinding rule.
edgeFindingLCT() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
efficient_entailment_test - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
EIdArray - Class in parser.flatzinc.ast.expression
 
EIdArray(HashMap<String, Object>, String, EInt) - Constructor for class parser.flatzinc.ast.expression.EIdArray
 
EIdentifier - Class in parser.flatzinc.ast.expression
 
EIdentifier(HashMap<String, Object>, String) - Constructor for class parser.flatzinc.ast.expression.EIdentifier
 
EInt - Class in parser.flatzinc.ast.expression
 
EInt(String, String) - Constructor for class parser.flatzinc.ast.expression.EInt
 
elem - Variable in class samples.multicostregular.asap.data.ASAPShiftSet
 
Element - Class in choco.cp.solver.constraints.integer
 
Element(IntDomainVar, int[], IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.Element
 
Element(IntDomainVar, int[], IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.Element
 
ELEMENT - Static variable in class parser.absconparseur.InstanceTokens
 
Element - Class in trace.visualizers
A specialized visualizer for a vector the element constraint.
Element(IntDomainVar, int[], IntDomainVar, String, int, int) - Constructor for class trace.visualizers.Element
Build a visualizer for the element constraint
Element(IntDomainVar, int[], IntDomainVar, String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.Element
Build a visualizer for the element constraint
Element2D - Class in choco.cp.solver.constraints.integer
Ensure that lvals[v0][v1] = v2 where lvals is an int[][] User: hcambaza Date: 16-Jan-2007 Time: 18:54:33
Element2D(IntDomainVar, IntDomainVar, IntDomainVar, int[][]) - Constructor for class choco.cp.solver.constraints.integer.Element2D
2D Element constraint that lvals[v0][v1] = v2 where lvals is an int[][]
elementData - Variable in class choco.kernel.memory.structure.StoredBipartiteSet
The list of values
ElementG - Class in choco.cp.solver.constraints.integer
 
ElementG(IntDomainVar, int[], IntDomainVar, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.ElementG
 
ElementManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
ElementManager() - Constructor for class choco.cp.model.managers.constraints.global.ElementManager
 
elements - Variable in class choco.kernel.common.util.comparator.ConstantPermutation
 
elements - Variable in class choco.kernel.common.util.comparator.IntPermutation
 
elements - Static variable in class choco.kernel.memory.copy.EnvironmentCopying
 
elements - Variable in class choco.kernel.memory.structure.APartiallyStoredCstrList
 
ElementV - Class in choco.cp.solver.constraints.integer
A class implementing the constraint A[I] == X, with I and X being IntVars and A an array of IntVars
ElementV(IntDomainVar[], int, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.ElementV
 
ElementVG - Class in choco.cp.solver.constraints.integer
A class implementing the constraint A[I] == X, with I and X being IntVars and A an array of IntVars
ElementVG(IntDomainVar[], int, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.ElementVG
 
EmbeddedDbConnector - Class in db
 
EmbeddedDbConnector() - Constructor for class db.EmbeddedDbConnector
 
EmbeddedDbConnector(File) - Constructor for class db.EmbeddedDbConnector
 
employees - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
empty(SetVar, IEnvironment) - Static method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Specific constructor for empty set variable
EMPTY_LIST - Static variable in class choco.kernel.common.util.tools.CollectionUtils
The empty list (immutable but does not throw any exception).
EMPTY_MODEL - Static variable in class db.DbTables
 
EMPTY_SET - Static variable in class choco.kernel.common.util.tools.CollectionUtils
The empty set (immutable).
EMPTYEVENT - Static variable in class choco.cp.solver.variables.real.RealVarEvent
 
EMPTYEVENT - Static variable in class choco.kernel.solver.propagation.event.VarEvent
empty bitvector for the event type.
EmptyIntIterator - Class in choco.kernel.common.util.iterators
 
EmptyIterator - Class in choco.kernel.common.util.iterators
User : cprudhom Mail : cprudhom(a)emn.fr Date : 28 janv. 2010 Since : Choco 2.1.1
emptyList() - Static method in class choco.kernel.common.util.tools.CollectionUtils
Returns the empty list (immutable).
emptySet() - Static method in class choco.Choco
Create an empty set constant
emptySet() - Static method in class choco.kernel.common.util.tools.CollectionUtils
Returns the empty set (immutable).
enableConsistency - Variable in class choco.kernel.solver.search.checker.SolutionCheckerEngine
 
enableStorage - Variable in class choco.kernel.model.variables.MultipleVariables
Indicate wether or not the MultipleVariable shoudl be stored as an object (for example to be accessible by the Solver as an entire object)
encompassDiff(ExpressionSConstraint) - Static method in class choco.cp.common.util.preprocessor.ExpressionTools
 
encounteredLimit - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
indicates whether a limit was encountered in the alst incremental search
end - Variable in class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
end() - Method in interface choco.kernel.model.variables.scheduling.ITaskVariable
 
end() - Method in class choco.kernel.model.variables.scheduling.TaskVariable
Get the end time of the task
end - Variable in class choco.kernel.solver.variables.scheduling.TaskVar
 
end() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
end - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
end - Variable in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
endComp - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
endLoop() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
reset the limit and compute the exit status.
endLoop() - Method in class choco.cp.solver.search.GoalSearchLoop
 
endLoop() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
endLoop() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
endNode() - Method in class choco.cp.solver.search.SearchLimitManager
 
endNode() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
notify the limit object whenever the search closes a node in the search tree
endOfCoder(int, int, int) - Method in class parser.absconparseur.tools.InstanceChecker
 
endOffset - Variable in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
endsAfter(TaskVariable, int) - Static method in class choco.Choco
This task ends after min
endsAfterBegin(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint: end(t1) >= start(t2) + delta
endsAfterBegin(TaskVariable, TaskVariable) - Static method in class choco.Choco
This task ends after the start of the task 2
endsAfterEnd(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint: end(t1) >= end(t2) + delta
endsAfterEnd(TaskVariable, TaskVariable) - Static method in class choco.Choco
Temporal constraint: end(t1) >= end(t2)
endsAt(TaskVariable, int) - Static method in class choco.Choco
This task ends at time.
endsBefore(TaskVariable, int) - Static method in class choco.Choco
This task ends before max
endsBeforeBegin(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint: end(t1) + delta <= start(t2)
endsBeforeBegin(TaskVariable, TaskVariable) - Static method in class choco.Choco
Temporal constraint: end(t1)<= start(t2)
endsBeforeEnd(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint: end(t1) + delta <= end(t2)
endsBeforeEnd(TaskVariable, TaskVariable) - Static method in class choco.Choco
Temporal constraint: end(t1) <= end(t2)
endsBetween(TaskVariable, int, int) - Static method in class choco.Choco
This task ends between min and max
endTreeSearch() - Method in class choco.cp.solver.search.SearchLimitManager
 
endTreeSearch() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
endTreeSearch() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
 
enforceTaskConsistency() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
ensure(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
ensureCapacity(int) - Method in class choco.kernel.common.util.objects.CircularQueue
 
ensureCapacity(int) - Method in class choco.kernel.memory.copy.RcDoubleVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in class choco.kernel.memory.copy.RcIntVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in class choco.kernel.memory.copy.RcLongVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in class choco.kernel.memory.copy.RcVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in interface choco.kernel.memory.IStateVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in class choco.kernel.memory.structure.SBitSet
Ensures that the BitSet can hold enough words.
ensureCapacity(int) - Method in class choco.kernel.memory.structure.SBitSet2
Ensures that the BitSet can hold enough words.
ensureCapacity(int) - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
Ensure the capasities of array
ensureCapacity(int) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in class choco.kernel.memory.trailing.StoredIntVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in class choco.kernel.memory.trailing.StoredLongVector
Checks if the capacity is great enough, else the capacity is extended.
ensureCapacity(int) - Method in class choco.kernel.memory.trailing.StoredVector
 
ensureStaticCapacity(int) - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
ensureStoredCapacity(int) - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
entailed - Variable in class choco.cp.solver.constraints.global.Lex
 
EnumHRTask - Class in choco.cp.solver.constraints.global.scheduling
 
EnumHRTask(IEnvironment, AbstractResourceSConstraint, int) - Constructor for class choco.cp.solver.constraints.global.scheduling.EnumHRTask
 
enumVal() - Method in class choco.kernel.model.variables.integer.IntegerVariable
Return the enumerated values of a domain
enumVal() - Method in class parser.flatzinc.ast.expression.ESet
 
enumVal() - Method in class parser.flatzinc.ast.expression.ESetBounds
 
enumVal() - Method in class parser.flatzinc.ast.expression.ESetList
 
ENVEVENT - Static variable in class choco.cp.solver.variables.set.SetVarEvent
Deprecated. 
environment - Variable in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
environment - Variable in class choco.cp.solver.constraints.set.SetNaryUnion
 
environment - Variable in class choco.kernel.memory.trailing.AbstractStoredObject
The current EnvironmentTrailing.
EnvironmentCopying - Class in choco.kernel.memory.copy
 
EnvironmentCopying() - Constructor for class choco.kernel.memory.copy.EnvironmentCopying
 
EnvironmentRecomputation - Class in choco.kernel.memory.recomputation
Deprecated. 
EnvironmentRecomputation() - Constructor for class choco.kernel.memory.recomputation.EnvironmentRecomputation
Deprecated. SINCE 12.03.2010 NOT SUPPORTED
EnvironmentRecomputation(int, int) - Constructor for class choco.kernel.memory.recomputation.EnvironmentRecomputation
Deprecated.  
EnvironmentRecomputation(IEnvironment, int) - Constructor for class choco.kernel.memory.recomputation.EnvironmentRecomputation
Deprecated.  
EnvironmentTrailing - Class in choco.kernel.memory.trailing
The root class for managing memory and sessions.
EnvironmentTrailing() - Constructor for class choco.kernel.memory.trailing.EnvironmentTrailing
Constructs a new IEnvironment with the default stack sizes : 50000 and 1000.
eq(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensure x == y
eq(IntegerExpressionVariable, int) - Static method in class choco.Choco
Return a constraint that ensure x == c
eq(int, IntegerExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensure x == c
eq(RealExpressionVariable, RealExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensures x == y
eq(RealExpressionVariable, double) - Static method in class choco.Choco
Return a constraint that ensures x == c
eq(double, RealExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensures x == c
eq(RealVariable, IntegerVariable) - Static method in class choco.Choco
Return a constraint that ensures r == i
eq(IntegerVariable, RealVariable) - Static method in class choco.Choco
Return a constraint that ensures r == i
eq(SetVariable, SetVariable) - Static method in class choco.Choco
Return a constraint that ensures sv1 == sv2
eq(IntegerExpressionVariable, int) - Method in class choco.cp.model.CPModel2
 
eq(IntegerExpressionVariable, IntegerExpressionVariable) - Method in class choco.cp.model.CPModel2
 
EQ - Static variable in class choco.cp.model.managers.constraints.global.LexManager
 
EQ - Static variable in class choco.cp.solver.constraints.integer.DistanceXYC
 
EQ - Static variable in class choco.cp.solver.constraints.integer.DistanceXYZ
 
EQ - Static variable in class choco.cp.solver.constraints.integer.IntLinComb
Constant, to be assigned to op, representing linear equalities.
eq(IntExp, IntExp) - Method in class choco.cp.solver.CPSolver
 
eq(int, IntDomainVar, int) - Static method in class choco.cp.solver.CPSolver
always succeeds to build the constraint
eq(int, IntDomainVar, int, IntDomainVar, int) - Static method in class choco.cp.solver.CPSolver
could fail to build a binary constraint and give the hand to IntLinComb
eq(IntExp, int) - Method in class choco.cp.solver.CPSolver
 
eq(int, IntExp) - Method in class choco.cp.solver.CPSolver
 
eq(RealVar, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
eq(SetVar, SetVar) - Static method in class choco.cp.solver.CPSolver
 
eq(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
Equality constraint.
eq(RealExp, double) - Method in class choco.cp.solver.CPSolver
 
eq(double, RealExp) - Method in class choco.cp.solver.CPSolver
 
eq(IntegerExpressionVariable, int) - Method in interface choco.kernel.model.Model2
 
eq(IntegerExpressionVariable, IntegerExpressionVariable) - Method in interface choco.kernel.model.Model2
 
eq(RealExp, RealExp) - Method in interface choco.kernel.model.RealModeler
Eqality constraint.
eq(RealExp, double) - Method in interface choco.kernel.model.RealModeler
 
eq(double, RealExp) - Method in interface choco.kernel.model.RealModeler
 
eq(IntExp, IntExp) - Method in interface choco.kernel.solver.Solver
 
eq(IntExp, int) - Method in interface choco.kernel.solver.Solver
 
eq(int, IntExp) - Method in interface choco.kernel.solver.Solver
 
eq(RealVar, IntDomainVar) - Method in interface choco.kernel.solver.Solver
 
EQ - Static variable in class parser.absconparseur.PredicateTokens
 
eq(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
eq(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
eq(Object[]) - Static method in class parser.absconparseur.PredicateTokens
 
eq(IntExp, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
eq(IntExp, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
eq(int, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
eq(RealVar, IntDomainVar) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
EqBoolSum - Class in choco.cp.solver.constraints.integer.bool.sum
 
EqBoolSum(IEnvironment, IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
eqCard(SetVariable, IntegerVariable) - Static method in class choco.Choco
Return a constraint that ensures |sv| = v
eqCard(SetVariable, int) - Static method in class choco.Choco
Return a constraint that ensures |sv| = val
eqCard(SetVar, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
eqCard(SetVar, int) - Method in class choco.cp.solver.CPSolver
 
EqEvaluator - Class in parser.absconparseur.intension.relational
 
EqEvaluator() - Constructor for class parser.absconparseur.intension.relational.EqEvaluator
 
eqInTuples - Variable in class parser.absconparseur.components.PRelation
 
EqManager - Class in choco.cp.model.managers.constraints
 
EqManager() - Constructor for class choco.cp.model.managers.constraints.EqManager
 
EqNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
EqNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.EqNode
 
EQUAL_XC - Static variable in class choco.kernel.solver.constraints.Formula
possible static values for the constraintOperator field
EQUAL_XYC - Static variable in class choco.kernel.solver.constraints.Formula
 
equalityBehaviour() - Method in class choco.cp.solver.constraints.integer.ElementV
 
equalityBehaviour() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
equals(Object) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph.Edge
 
equals(Object) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
equals(Object) - Method in class choco.kernel.common.util.ModifiableInteger
Compares this object to the specified object.
equals(Object) - Method in class choco.kernel.common.util.objects.IntPair
 
equals(Object) - Method in class choco.kernel.common.util.objects.OpenBitSet
Compares this object against the specified object.
equals(Object) - Method in class choco.kernel.common.util.objects.PriorityQueue
Checks if the queue is equals to another one.
equals(Object) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
 
equals(Object) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
 
equals(Object) - Method in class choco.kernel.memory.structure.SBitSet
 
equals(Object) - Method in class choco.kernel.memory.structure.SBitSet2
 
equals(State) - Method in class choco.kernel.model.constraints.automaton.State
 
equals(Object) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
equals(Object) - Method in class choco.kernel.model.variables.integer.IntegerConstantVariable
 
equals(Object) - Method in class choco.kernel.model.variables.set.SetConstantVariable
 
equals(Object) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Node
 
equals(Object) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Node
 
equals(Object) - Method in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Node
 
equals(Object) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
equalState(State) - Method in class choco.kernel.model.constraints.automaton.State
 
equalTo(Object) - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.Heapable
Determines if this key is equal to the other key.
equalTo(Object) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
equalTo(Point) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
EqualXC - Class in choco.cp.solver.constraints.integer
Implements a constraint X = C, with X a variable and C a constant.
EqualXC(IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.EqualXC
Constructs the constraint with the specified variables and constant.
EqualXY_C - Class in choco.cp.solver.constraints.integer
Implements a constraint X + Y == C, with X and Y two variables and C a constant.
EqualXY_C(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.EqualXY_C
Constructs the constraint with the specified variables and constant.
EqualXYC - Class in choco.cp.solver.constraints.integer
Implements a constraint X == Y + C, with X and Y two variables and C a constant.
EqualXYC(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.EqualXYC
Constructs the constraint with the specified variables and constant.
equation(int, IntegerVariable[], int[]) - Static method in class choco.Choco
State a constraint to enforce GAC on Sum_i coeffs[i] * vars[i] = val.
equation(IntegerVariable, IntegerVariable[], int[]) - Static method in class choco.Choco
State a constraint to enforce GAC on Sum_i coeffs[i] * vars[i] = z.
equation(String, int, IntegerVariable[], int[]) - Static method in class choco.Choco
State constraint Sum_i coeffs[i] * vars[i] = val.
equation(String, IntegerVariable, IntegerVariable[], int[]) - Static method in class choco.Choco
State constraint Sum_i coeffs[i] * vars[i] = z.
equation(IntegerVariable[], int[], int) - Static method in class choco.Choco
Deprecated. reorder parameters
Equation - Class in choco.cp.solver.constraints.real
A basic constraint using HC4 algorithm for filtering values with respect to a mathematical equation.
Equation(Solver, RealVar[], RealExp, RealInterval) - Constructor for class choco.cp.solver.constraints.real.Equation
 
Equation(Solver, RealVar[], RealExp) - Constructor for class choco.cp.solver.constraints.real.Equation
 
eraseConstraint(SConstraint) - Method in class choco.cp.solver.CPSolver
removes (permanently) a constraint from the constraint network Beware, this is a permanent removal, it may not be backtracked Warnin : For a composition of constraint by boolean connectors, only the root constraint may be removed.
eraseConstraint(SConstraint) - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
eraseConstraint(SConstraint) - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Removes (permanently) a constraint from the list of constraints connected to the variable.
eraseConstraint(SConstraint) - Method in class choco.kernel.memory.structure.PartiallyStoredIntCstrList
Removes (permanently) a constraint from the list of constraints connected to the variable.
eraseConstraint(SConstraint) - Method in class choco.kernel.memory.structure.PartiallyStoredTaskCstrList
Removes (permanently) a constraint from the list of constraints connected to the variable.
eraseConstraint(SConstraint) - Method in interface choco.kernel.solver.Solver
 
eraseConstraint(SConstraint) - Method in class choco.kernel.solver.variables.AbstractVar
Removes (permanently) a constraint from the list of constraints connected to the variable.
eraseConstraint(SConstraint<? extends Var>) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Removes (permanently) a constraint from the list of constraints connected to the variable.
eraseConstraint(SConstraint) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
eraseListTuple() - Method in class parser.absconparseur.components.PRelation
 
ERROR_HANDLER - Static variable in class choco.kernel.common.logging.ChocoLogging
 
ESet - Class in parser.flatzinc.ast.expression
 
ESet(Expression.EType) - Constructor for class parser.flatzinc.ast.expression.ESet
 
ESetBounds - Class in parser.flatzinc.ast.expression
 
ESetBounds(EInt, EInt) - Constructor for class parser.flatzinc.ast.expression.ESetBounds
 
ESetList - Class in parser.flatzinc.ast.expression
 
ESetList(List<EInt>) - Constructor for class parser.flatzinc.ast.expression.ESetList
 
EST - Static variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
estH - Variable in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
EString - Class in parser.flatzinc.ast.expression
 
EString(String) - Constructor for class parser.flatzinc.ast.expression.EString
 
etatsDeLaCouche - Variable in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
EuclideanDivisionManager - Class in choco.cp.model.managers.constraints.integer
A manager to build new euclidean division constraint
EuclideanDivisionManager() - Constructor for class choco.cp.model.managers.constraints.integer.EuclideanDivisionManager
 
EuclideanDivisionXYZ - Class in choco.cp.solver.constraints.integer
 
EuclideanDivisionXYZ(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.AbsNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DistNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DivNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DoubleNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MaxNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinusNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ModNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MultNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.NegNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PlusNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PowNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.SquareRootNode
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
eval(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
eval(int[]) - Method in interface choco.kernel.solver.constraints.reified.ArithmNode
 
evaluate(int[]) - Method in class parser.absconparseur.components.PTask
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.AbsEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.AddEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.DivEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.IfEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.MaxEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.MinEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.ModEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.MulEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.NegEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.PowEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.arithmetic.SubEvaluator
 
evaluate(int[]) - Method in class parser.absconparseur.intension.EvaluationManager
Evaluates the recorded postfix expression with respect to the given tuple.
evaluate() - Method in class parser.absconparseur.intension.Evaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.AndEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.DistEQEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.DistGTEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.DistLTEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.DistNEQEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.IffEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.MaxChocoEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.MinChocoEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.NotEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.OppSignEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.OrEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.PrecReiChocoEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.SameSignEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.logical.XorEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.relational.EqEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.relational.GeEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.relational.GtEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.relational.LeEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.relational.LtEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.relational.NeEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.terminal.FalseEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.terminal.LongEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.terminal.TrueEvaluator
 
evaluate() - Method in class parser.absconparseur.intension.terminal.VariableEvaluator
 
EvaluateMaximumDistance(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
EvaluateMinimumDistance(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
EvaluationManager - Class in parser.absconparseur.intension
 
EvaluationManager(String[]) - Constructor for class parser.absconparseur.intension.EvaluationManager
 
Evaluator - Class in parser.absconparseur.intension
 
Evaluator() - Constructor for class parser.absconparseur.intension.Evaluator
 
evaluators - Variable in class parser.absconparseur.intension.EvaluationManager
 
evenIRoot(RealInterval, int, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
event - Variable in class choco.kernel.solver.variables.AbstractVar
The variable var associated to this variable.
event - Variable in class choco.kernel.solver.variables.scheduling.TaskVar
 
EventQueue - Interface in choco.kernel.solver.propagation.queue
An interface for all the implementations of var queues (Constraint awake, on Variable events for instance).
events - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
events - Variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
EVENTS - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
 
eventType - Variable in class choco.kernel.solver.propagation.event.VarEvent
stores the type of update performed on the variable
evtComp - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
EX_WRAPPER - Static variable in class samples.tutorials.database.DbExample
 
exactly(int, IntegerVariable[], int) - Static method in class choco.Choco
Deprecated. see among
Exactly - Class in choco.cp.solver.constraints.global
User : cprudhom Mail : cprudhom(a)emn.fr Date : 22 f�vr. 2010 Since : Choco 2.1.1 GCCAT: NVAR is the number of variables of the collection VARIABLES that take their value in VALUES.
Exactly(IntDomainVar[], int, int) - Constructor for class choco.cp.solver.constraints.global.Exactly
Constructs a constraint with the specified priority.
ExactlyManager - Class in choco.cp.model.managers.constraints.integer
 
ExactlyManager() - Constructor for class choco.cp.model.managers.constraints.integer.ExactlyManager
 
example() - Static method in class parser.chocogen.XmlModel
An example on how to use the xml parser-solver from the api
Example - Interface in samples.tutorials
 
exch(int[], IntDomainVar[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
exchange(int, int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Exchanges the elements stored at the two locations
exchange(int, int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Exchanges the elements stored at the two locations
exec_sort(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
execute(Solver) - Method in class choco.cp.solver.goals.choice.Generate
 
execute(Solver) - Method in class choco.cp.solver.goals.choice.Instantiate
 
execute(Solver) - Method in class choco.cp.solver.goals.GlobalFail
 
execute(Solver) - Method in class choco.cp.solver.goals.Sequence
 
execute(int) - Method in class choco.kernel.common.opres.graph.DagDTC.TopoAlgoStruct
 
execute() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
execute() - Method in interface choco.kernel.common.opres.heuristics.IHeuristic
 
execute() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
execute(int) - Method in class choco.kernel.common.opres.pack.BestFit1BP
 
execute(int) - Method in class choco.kernel.common.opres.pack.ComputeL0
 
execute(int) - Method in class choco.kernel.common.opres.pack.FirstFit1BP
 
execute(int) - Method in class choco.kernel.common.opres.pack.FunctionF0
 
execute(int) - Method in class choco.kernel.common.opres.pack.FunctionFCCM1
 
execute(Solver) - Method in class choco.kernel.solver.goals.choice.RemoveVal
 
execute(Solver) - Method in class choco.kernel.solver.goals.choice.SetVal
 
execute(Solver) - Method in interface choco.kernel.solver.goals.Goal
 
execute(Solver) - Method in class choco.kernel.solver.goals.solver.ChoicePoint
 
execute() - Method in class cli.AbstractBenchmarkCmd
 
execute() - Method in class cli.AbstractCmdLine
 
execute(File) - Method in interface cli.explorer.FileProcedure
Any procedure associated with a file.
execute(File) - Method in class cli.FcspCmd
 
execute() - Method in class cli.HsqldbServerCmd
 
execute(File) - Method in class cli.XcspCmd
 
execute(String...) - Method in class samples.tutorials.database.DbExample
 
execute(String...) - Method in interface samples.tutorials.Example
 
execute(File) - Method in class samples.tutorials.lns.rcpsp.RCPSPCmd
Any procedure associated with a file.
execute(String...) - Method in class samples.tutorials.LoggingExample
 
execute(String...) - Method in class samples.tutorials.PatternExample
 
execute() - Method in class samples.tutorials.PatternExample
 
execute(File) - Method in class samples.tutorials.to_sort.packing.parser.BinPackingCmd
 
executeBenchmark() - Method in class samples.tutorials.database.DbExample
 
executeCommand(String, PrintWriter) - Static method in class parser.absconparseur.Toolkit
 
executeEx(String, String...) - Method in class samples.tutorials.database.DbExample
 
executeQuick() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
executeQuick(TIntArrayList) - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
executeQuick(TIntArrayList, int) - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
EXISTING - Static variable in class choco.kernel.common.opres.graph.GraphDTC
 
existsSolution() - Method in class choco.cp.solver.CPSolver
 
existsSolution() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
existsSolution() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
heuristics always succeeds
existsSolution() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
existsSolution() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
 
existsSolution() - Method in interface choco.kernel.solver.search.measure.ISolutionMeasures
indicates if the search find at least one solution.
existsSolution() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
existsSolution() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
existsUnVisited() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
exitOnException(Exception) - Method in class cli.AbstractCmdLine
 
exp1 - Variable in class choco.kernel.solver.constraints.real.exp.AbstractRealBinTerm
 
exp1 - Variable in class choco.kernel.solver.constraints.real.exp.AbstractRealUnTerm
 
exp2 - Variable in class choco.kernel.solver.constraints.real.exp.AbstractRealBinTerm
 
expand(GraphGenerator.Node, int, int, String) - Method in class samples.multicostregular.carsequencing.parser.GraphGenerator
 
EXPANDED - Static variable in class trace.CPVizConstant
 
expandNot(ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.LogicTreeToolBox
 
explore(FileProcedure, File, String...) - Static method in class cli.explorer.FileExplorer
 
explore(FileProcedure, File, List<String>) - Static method in class cli.explorer.FileExplorer
Explore recursivly a directory and apply a procedure to each valid file.
export(File, String, Object) - Method in class choco.kernel.visu.AbstractVisuManager
 
export(File, String, Object, int, int) - Method in class choco.kernel.visu.AbstractVisuManager
 
export(File, String, Object, int, int) - Method in interface choco.kernel.visu.IVisuManager
 
export(File, String, Object) - Method in interface choco.kernel.visu.IVisuManager
 
exportDatabase(InputStream, File, String, File) - Static method in class db.OdbHsqldbBridge
Export the database in directory in a new odbfile which is created using the pattern argument.
expr - Variable in class choco.cp.solver.constraints.reified.ExpressionSConstraint
A reference to the Expression itself
EXPRESSION - Static variable in class parser.absconparseur.InstanceTokens
 
Expression - Class in parser.flatzinc.ast.expression
 
Expression(Expression.EType) - Constructor for class parser.flatzinc.ast.expression.Expression
 
Expression.EType - Enum in parser.flatzinc.ast.expression
 
EXPRESSION_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Active expression detection
Type: boolean
Default value: true
expressionDetector(CPModel, PreProcessCPSolver) - Static method in class choco.cp.solver.preprocessor.SolverDetectorFactory
Detect expressions.
ExpressionManager - Interface in choco.kernel.model.constraints
 
expressionManager - Variable in class choco.kernel.model.variables.ComponentVariable
 
ExpressionSConstraint - Class in choco.cp.solver.constraints.reified
User: hcambaza A constraint to deal with complex expression of variables involving a wide range of operators
ExpressionSConstraint(BoolNode, Boolean) - Constructor for class choco.cp.solver.constraints.reified.ExpressionSConstraint
Construct an Expression from a root Node
ExpressionSConstraint(BoolNode) - Constructor for class choco.cp.solver.constraints.reified.ExpressionSConstraint
Construct an Expression from a root Node
ExpressionSConstraint.VarMinDomComparator - Class in choco.cp.solver.constraints.reified
Sort variables from the biggest domain to the smallest
ExpressionSConstraint.VarMinDomComparator() - Constructor for class choco.cp.solver.constraints.reified.ExpressionSConstraint.VarMinDomComparator
 
ExpressionSolverDetector - Class in choco.cp.common.util.preprocessor.detector
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/> Since : Choco 2.1.1
ExpressionSolverDetector(CPModel, PreProcessCPSolver) - Constructor for class choco.cp.common.util.preprocessor.detector.ExpressionSolverDetector
 
ExpressionTools - Class in choco.cp.common.util.preprocessor
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/> Since : Choco 2.1.1
An class providing expression tools.
ExpressionTools.SimplePrecedence - Class in choco.cp.common.util.preprocessor
 
ExpressionTools.SimplePrecedence(IntegerVariable, int, IntegerVariable, int) - Constructor for class choco.cp.common.util.preprocessor.ExpressionTools.SimplePrecedence
 
exps - Variable in class parser.flatzinc.ast.expression.EAnnotation
 
expVars - Variable in class choco.cp.model.CPModel
All the search intVars in the model.
ExSocialGolfer - Class in samples.tutorials.to_sort.socialgolfer
 
ExSocialGolfer(int, int, int) - Constructor for class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
ExtConstraintFactory - Class in parser.chocogen
The factory to create Extensionnal constraints
ExtConstraintFactory(Model, InstanceParser) - Constructor for class parser.chocogen.ExtConstraintFactory
 
Extension - Class in choco.kernel.solver.branch
User : cprudhom Mail : cprudhom(a)emn.fr Date : 16 fevr. 2010 Since : Choco 2.1.1 Extension for Constraint and Variable.
Extension() - Constructor for class choco.kernel.solver.branch.Extension
 
ExtensionalBinRelation - Interface in choco.kernel.solver.constraints.integer.extension
 
extensions - Variable in class choco.kernel.solver.constraints.AbstractSConstraint
The extensions of this constraint, in order to add some data linked to this constraint (for specific algorithms)
extensions - Variable in class choco.kernel.solver.variables.AbstractVar
The extensions of this constraint, in order to add some data linked to this constraint (for specific algorithms)
EXTERNAL_CHECK - Static variable in class parser.instances.xcsp.XcspSettings

Goal: external check of the solution
Type: boolean
Default value: false
ExternalConstraint - Class in choco.cp.solver.constraints.global.geost.externalConstraints
A class that all external constraints should extend.
ExternalConstraint() - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
 
ExternalConstraint(int, int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
 
ExternalLayer - Class in choco.cp.solver.constraints.global.geost.layers
This is the external layer class.
ExternalLayer(Constants, Setup) - Constructor for class choco.cp.solver.constraints.global.geost.layers.ExternalLayer
Creates an ExternalLayer instance for a specific constants class and a specific setup class
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.AndNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistEqNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistGtNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistLtNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistNeqNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.EqNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.FalseNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.GeqNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.GtNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.LeqNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.LtNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NandNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NeqNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NorNode
Extracts the sub constraint without reifying it !
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NotNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.OppSignNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.OrNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.SameSignNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.TrueNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.XnorNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.XorNode
 
extractConstraint(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
extractConstraint(Solver) - Method in interface choco.kernel.solver.constraints.reified.BoolNode
Extracts the sub constraint without reifying it !
extractFormalParameters(String, boolean) - Static method in class parser.absconparseur.intension.PredicateManager
 
extractFormalParameters(String) - Static method in class parser.absconparseur.intension.PredicateManager
 
extractMax() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Removes the maximum (top) element from the Heap, decreases the size of the heap by one, and returns the maximum element.
extractMin() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Removes the minimum (top) element from the Heap, decreases the size of the heap by one, and returns the minimum element.
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.AbsNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DistNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DivNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MaxNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinusNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MultNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.NegNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PlusNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.AndNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NandNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NorNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.NotNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.OrNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.XnorNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.bool.XorNode
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
extractResult(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
extractResult(Solver) - Method in class choco.kernel.solver.constraints.reified.INode
 
extractUniversalEffectiveParameters(String, String[]) - Static method in class parser.absconparseur.intension.PredicateManager
 
extractVariables() - Method in interface choco.kernel.model.IVariableArray
Extract a non-redundant variables.
extractVariables() - Method in class choco.kernel.model.VariableArray
 

F

F - Static variable in class samples.multicostregular.planner.InstanceMaker
 
F - Static variable in class samples.multicostregular.planner.PlanModel
 
factoriel(int) - Static method in class choco.kernel.common.util.tools.MathUtils
simple recursive version of factorielle
fail() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
fail() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
fail() - Method in class choco.cp.solver.search.integer.branching.PackDynRemovals
 
fail() - Static method in class choco.kernel.model.constraints.ConstraintManager
 
fail(String) - Static method in class choco.kernel.model.constraints.ConstraintManager
 
fail() - Method in class choco.kernel.solver.propagation.Propagator
raise a contradiction during propagation when the constraint can definitely not be satisfied given the current domains
fail() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
fail(ResolutionStatus) - Method in class parser.instances.checker.SatSChecker
 
fail(String, String, int) - Method in class trace.visualizers.Writer
 
failCount - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
FailLimit - Class in choco.kernel.solver.search.limit
Limit counting the number of fails
FailLimit(AbstractGlobalSearchStrategy, int) - Constructor for class choco.kernel.solver.search.limit.FailLimit
 
failMeasure - Variable in class choco.cp.solver.propagation.AbstractPropagationEngine
 
FailMeasure - Class in choco.kernel.solver.search.measure
Measure counting the number of fails
FailMeasure(PropagationEngine) - Constructor for class choco.kernel.solver.search.measure.FailMeasure
 
failNode() - Method in class trace.VisuWrapper
 
failNode() - Method in class trace.VoidWrapper
 
FakeResource<E extends ITask> - Class in choco.kernel.solver.constraints.global.scheduling
 
FakeResource(E[]) - Constructor for class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
FALSE - Static variable in class choco.Choco
 
FALSE - Static variable in class choco.kernel.common.Constant
A constant denoting the false constraint (never satisfied)
FALSE - Static variable in class choco.kernel.model.constraints.cnf.Singleton
 
FALSE - Static variable in class parser.absconparseur.PredicateTokens
 
FalseEvaluator - Class in parser.absconparseur.intension.terminal
 
FalseEvaluator() - Constructor for class parser.absconparseur.intension.terminal.FalseEvaluator
 
FalseNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
FalseNode() - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.FalseNode
 
fast_addNoGood(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
Add a clause given the set of literals
FastBooleanValidityChecker - Class in choco.cp.solver.constraints.integer.extension
 
FastBooleanValidityChecker(int, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.integer.extension.FastBooleanValidityChecker
 
fastCanBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Checks if a value is still in the domain assuming that x is 0 or 1
fastCanBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
fastCanBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
fastCanBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Checks if a value is still in the domain assuming the value is in the initial bound of the domain
fastCanBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
fastCanBeInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Checks if a value is still in the domain assuming the value is in the initial bound of the domain
fastCanBeInstantiatedTo(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Checks if a value is still in the domain assuming the value is in the initial bound of the domain
fastInitNbSupports(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
fastInitNbSupports() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
fastNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
fastNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
fastNextDomainValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
retrieves the value immediately (but strictly) after i in the domain, assuming the value is greater or equal to the lower bound.
fastNextValue(int) - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
 
fastNextValue(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
 
fastNextValue(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
fastNextValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Accessing the smallest value stored in the domain and strictly greater than x, assuming x is greater or equal to the lower bound.
FastPathFinder - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo
Created by IntelliJ IDEA.
FastPathFinder(StoredDirectedMultiGraph) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
fastPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
fastPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
fastPrevDomainValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
retrieves the value immediately (but strictly) before i in the domain, assuming the value is less or equal to the upper bound.
fastPrevValue(int) - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
 
fastPrevValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Accessing the largest value stored in the domain and strictly smaller than x, assuming x is less or equal to the upper bound.
FastRegular - Class in choco.cp.solver.constraints.global.automata.fast_regular
Created by IntelliJ IDEA.
FastRegular(IEnvironment, IntDomainVar[], IAutomaton) - Constructor for class choco.cp.solver.constraints.global.automata.fast_regular.FastRegular
Construct a new explained regular constraint
FastRegularManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
FastRegularManager() - Constructor for class choco.cp.model.managers.constraints.global.FastRegularManager
 
FastValidityChecker - Class in choco.cp.solver.constraints.integer.extension
 
FastValidityChecker(int, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.integer.extension.FastValidityChecker
 
father - Variable in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
father - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the father of this node in the tree
FCBinSConstraint - Class in choco.cp.solver.constraints.integer.extension
A binary constraint for simple forward checking
FCBinSConstraint(IntDomainVar, IntDomainVar, BinRelation) - Constructor for class choco.cp.solver.constraints.integer.extension.FCBinSConstraint
 
FcspCmd - Class in cli
 
FcspCmd() - Constructor for class cli.FcspCmd
 
FcspModel - Class in parser.instances
User : cprudhom Mail : cprudhom(a)emn.fr Date : 19 janv. 2010 Since : Choco 2.1.1 A class to provide facilities for loading and solving CSP described in the flatzinc grammar.
FcspModel(Configuration) - Constructor for class parser.instances.FcspModel
 
feasibility() - Method in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
check the consistency of the filtering rules of a given propagator
feasibility() - Method in class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
 
feasibility() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Incomparability
 
feasibility() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Nproper
 
feasibility() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.Precedences
check the compatibility between the graph and the precedence constraints
feasibility() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
 
feasibility() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.Tree
Necessary and sufficient condition for the pure tree constraint.
feasible - Variable in class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation
 
feasiblePairAC(IntDomainVar, IntDomainVar, boolean[][], int) - Method in class choco.cp.solver.CPSolver
 
feasiblePairAC(IntDomainVar, IntDomainVar, List<int[]>, int) - Method in class choco.cp.solver.CPSolver
 
feasibleTupleAC(IntDomainVar[], List<int[]>) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given a given list of feasible tuples.
feasibleTupleAC(IntDomainVar[], List<int[]>, int) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given a given list of feasible tuples
feasibleTupleFC(IntDomainVar[], TuplesTable) - Static method in class choco.cp.solver.CPSolver
Create a constraint enforcing Forward Checking on a given a given list of feasible tuples
feasPairAC(IntegerVariable, IntegerVariable, List<int[]>) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of feasibles pairs of values for the corresponding variables.
feasPairAC(String, IntegerVariable, IntegerVariable, List<int[]>) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of feasibles pairs of values for the corresponding variables
feasPairAC(IntegerVariable, IntegerVariable, boolean[][]) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of feasibles pairs of values for the corresponding variables.
feasPairAC(String, IntegerVariable, IntegerVariable, boolean[][]) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of feasibles pairs of values for the corresponding variables
feasPairAC(IntDomainVar, IntDomainVar, List<int[]>) - Method in class choco.cp.solver.CPSolver
 
feasPairAC(IntDomainVar, IntDomainVar, List<int[]>, int) - Method in class choco.cp.solver.CPSolver
 
feasPairAC(IntDomainVar, IntDomainVar, boolean[][]) - Method in class choco.cp.solver.CPSolver
 
feasPairAC(IntDomainVar, IntDomainVar, boolean[][], int) - Method in class choco.cp.solver.CPSolver
 
feasTupleAC(List<int[]>, IntegerVariable...) - Static method in class choco.Choco
Create a constraint enforcing Arc Consistency on a given a given list of feasible tuples
feasTupleAC(String, List<int[]>, IntegerVariable...) - Static method in class choco.Choco
Create a constraint enforcing Arc Consistency on a given a given list of feasible tuples
feasTupleAC(List<int[]>, IntegerVariable...) - Method in class choco.cp.model.CPModel2
 
feasTupleAC(IntDomainVar[], List<int[]>) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given a given list of feasible tuples
feasTupleAC(List<int[]>, IntegerVariable...) - Method in interface choco.kernel.model.Model2
 
feasTupleFC(List<int[]>, IntegerVariable...) - Static method in class choco.Choco
Create a constraint enforcing Forward Checking on a given a given list of feasible tuples
feasTupleFC(IntDomainVar[], List<int[]>) - Static method in class choco.cp.solver.CPSolver
Create a constraint enforcing Forward Checking on a given a given list of feasible tuples
feed(String) - Method in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
FILE_FILTER - Static variable in class cli.explorer.FileExplorer
 
FileExplorer - Class in cli.explorer
Explore a directory and its sub-directories and apply {link FileProcedure.
FileProcedure - Interface in cli.explorer
The interface represents a procedure associated with an input file.
fileSerial - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
fill(Automaton, TIntHashSet) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
FILL_BIN - Static variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
fillCandidates() - Method in class choco.kernel.common.opres.nosum.NoSumList
 
fillInStackTrace() - Method in exception choco.kernel.solver.ContradictionException
 
filter() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
filter(int) - Method in class choco.cp.solver.constraints.global.Lex
 
filter() - Method in class choco.cp.solver.constraints.global.LexChain
Implements the main filtering algorithm by calling boundsLex for each vector in the chain.
filter() - Method in class choco.cp.solver.constraints.global.Occurrence
 
filter() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
Main loop to achieve the fix point over the sweep and edge-finding algorithms
filter() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
filter() - Method in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
record the inconsistant values with the variables of a given propagator
filter() - Method in class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
remove each arc (i,j) of the graph such that the total cost a forest containing this arc exceed the objective variable
filter - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
true iff at least one valur is removed from the domain of a variable
filter() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Incomparability
two filtering rules are applied for the incomparability constraints: 1- remove infeasible potential roots when the number of trees is fixed to 1.
filter() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Nproper
the filtering rule is decomposed in two steps: - max(nproper) <= lowerBd: enforce the potential root of each node which does not belong to tmp .
filter() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.Precedences
filtering rules related to the interaction between the graph to partition and the precedence constraints.
filter() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
 
filter() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.Tree
Filtering method for the pure tree constraint.
filter(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
filter(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
filter(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
filter(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
filter(boolean, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
A strategy for chaotic iteration with two rules (LB and UB propagation).
filter(int) - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
filter(int) - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
filter() - Method in class choco.cp.solver.constraints.integer.SignOp
 
filter() - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
filter(int) - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
filter() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
filter() - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
filter() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
filter(int) - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
filter(int) - Method in class choco.cp.solver.constraints.set.Disjoint
 
filter(int) - Method in class choco.cp.solver.constraints.set.IsIncluded
 
filter() - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
filter() - Method in class choco.cp.solver.constraints.set.MaxOfASet
Propagation of the constraint.
filter() - Method in class choco.cp.solver.constraints.set.MemberXY
 
filter() - Method in class choco.cp.solver.constraints.set.MinOfASet
Propagation of the constraint.
filter() - Method in class choco.cp.solver.constraints.set.NotMemberXY
if only one value out of the kernel, then this value can be removed from the enveloppe
filter() - Method in class choco.cp.solver.constraints.set.SetCard
 
filter() - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
filter - Variable in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
filterBCOnInf(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
filterBCOnInst(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
Enforce simple occurrences reasonnings on value val no need to reason on the number of possible (instead of sure) values as this will be done as part of the BC on vars
filterBCOnRem(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
filterBCOnSup(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
filterCtrs(int, int[], List<ExternalConstraint>) - Method in class choco.cp.solver.constraints.global.geost.layers.GeometricKernel
This is the main filtering algorithm associated with the Geost_Constraint.
filterDown(double) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Filters w.r.t. a given lower bound.
filterEarliestStartingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
filteredPercentage(long, int) - Method in class samples.multicostregular.planner.PlanModel
 
filterEq() - Method in class choco.cp.solver.constraints.set.SetEq
 
filterEQFromXZToY() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterEQFromYZToX() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterFixPoint() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterForInst(SetVar, SetVar, int) - Method in class choco.cp.solver.constraints.set.SetNotEq
 
filterFromBtoX() - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
filterFromIndices() - Method in class choco.cp.solver.constraints.set.InverseSetInt
Filtering Rule 0 : i>s.length => x[j]!
filterFromScratch() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
filterFromVarToVar(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
Initial propagation in case of EQ and enumerated domains
filterFromXtoB() - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
filterFromXYtoLBZ() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterFromXYtoUBZ() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterGeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
filterGT() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
In case of a GT
filterGTFromXZtoY() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterGTFromYZtoX() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterGTonVar(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
In case of a GT, due to a modification on vv0 domain
filterHypotheticalDomains() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
filtering - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
filtering - Variable in class choco.cp.solver.constraints.global.tree.TreeSConstraint
filtering manager
FilteringAdvisor - Class in choco.cp.solver.constraints.global.tree.filtering
 
FilteringAdvisor(Solver, TreeSConstraint, TreeParameters, StructuresAdvisor, boolean) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
constructor: build a filtering manager that deals with all the propagators involved in the tree constraint
FilteringTest - Class in samples.multicostregular
Created by IntelliJ IDEA.
FilteringTest() - Constructor for class samples.multicostregular.FilteringTest
 
filterLatestCompletionTime() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
filterLatestCompletionTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
filterLeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
filterLower() - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
filterLowerMax() - Method in class choco.cp.solver.constraints.global.BoundGccVar
Shrink the lower bounds for the max occurences
filterLowerMin() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
filterLT() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
In case of a LT
filterLTFromXZtoY() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterLTFromYZtoX() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
filterLTonVar(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
In case of a LT, due to a modification on vv0 domain
filterMax() - Method in class choco.cp.solver.constraints.integer.IncreasingSum
 
filterMin() - Method in class choco.cp.solver.constraints.integer.IncreasingSum
 
filterNegCoeffLb() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
enforce variables that would otherwise make the upper bound unreachable
filterNegCoeffUb() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
filterNeq() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
filterNotSame(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.integer.SignOp
 
filterOnImprovedLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
Checks a new lower bound.
filterOnImprovedLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
Checks a new lower bound.
filterOnImprovedLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
Checks a new lower bound.
filterOnImprovedLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
Checks a new lower bound.
filterOnImprovedLowerBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Checks a new lower bound.
filterOnImprovedUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
Checks a new upper bound.
filterOnImprovedUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
Checks a new upper bound.
filterOnImprovedUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
Checks a new upper bound.
filterOnImprovedUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
Checks a new upper bound.
filterOnImprovedUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Checks a new upper bound.
filterOnInf(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
In case of a EQ, due to a modification of the lower bound of vv0
filterOnInst(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
filterOnInst(IntDomainVar, int) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
In case of a EQ, due to the instantion to one variable to val
filterOnP1P2TowardsB() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
filterOnP1P2TowardsB() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
filterOnP1P2TowardsB() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
filterOnSup(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
In case of a EQ, due to a modification of the upper bound of vv0
filterPosCoeffLb() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
********************************************************************
filterPosCoeffUb() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
filterReifiedConstraintFromBool() - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
filterReifiedConstraintFromBool() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
filterReifiedConstraintFromCons() - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
filterReifiedConstraintFromCons() - Method in class choco.cp.solver.constraints.reified.IfThenElse
 
filterReifiedConstraintFromCons() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
filterReifiedConstraintFromCons() - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
filterSame(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.integer.SignOp
 
filterUp(double) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Filters w.r.t. a given upper bound.
filterUpper() - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
filterUpperMax() - Method in class choco.cp.solver.constraints.global.BoundGccVar
Shrink the upper bounds for the max occurences
filterUpperMin() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
FINAL - Static variable in class trace.CPVizConstant
 
finalize() - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
finalStates - Variable in class choco.kernel.model.constraints.automaton.DFA
The set of final states
find(Object) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
find(int) - Method in interface choco.kernel.memory.IStateBinaryTree
finds the node which contains the given value
find(int) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
find(int, int[]) - Static method in class samples.jobshop.TaillardJobShopProblem
 
findAlternatingPath() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
Search for an augmenting path
findAlternatingPath() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
First pass: use Ford & Fulkerson algorithm to compute a reference flow (assignment) finds an augmenting path using a fifo queue
findAlternatingPath() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
Search for an augmenting path
findAlternatingPath() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
First pass: use Ford & Fulkerson algorithm to compute a reference flow (assignment) finds an augmenting path using a fifo queue
findboxinterout - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
findboxinteroutonly - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
findboxtriangle - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
findIndex(IntDomainVar) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
findIndexOfInt(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
findLiteral(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
findManager(Properties) - Method in class choco.kernel.model.constraints.AbstractConstraint
 
findManager(Properties) - Method in class choco.kernel.model.constraints.ComponentConstraintWithSubConstraints
 
findManager(Properties) - Method in class choco.kernel.model.constraints.MetaConstraint
 
findManager(Properties) - Method in class choco.kernel.model.constraints.MetaTaskConstraint
 
findManager(Properties) - Method in interface choco.kernel.model.IFindManager
Set the class manager
findManager(Properties) - Method in class choco.kernel.model.variables.ComponentVariable
 
findManager(Properties) - Method in class choco.kernel.model.variables.integer.MetaIntegerExpressionVariable
 
findManager(Properties) - Method in class choco.kernel.model.variables.MultipleVariables
Set the class manager
findManager(Properties) - Method in class choco.kernel.model.variables.scheduling.TaskVariable
 
findMinimumSet() - Method in class samples.fastregular.MinimumRegularSet
 
findPCSupport(int, int, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
Cherche un support chemin-consistant pour le couple (v0, v1). v0 correspond à la contrainte c0 indiquée à la construction de la 3-clique
findUniqueOutsider() - Method in class choco.cp.solver.constraints.set.IsNotIncluded
test if all values in env(v0) are in ker(v1) and returns - +Infini if it is false and there are at least two such values - -Infini if it is true - the single value that is in env(v0) and not in ker(v1) if there is a single one
fineDegree - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
FINEST - Static variable in class choco.cp.solver.CPSolver
Deprecated. 
finishDate - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
finishDate - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar.ValIteratorWrapper
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar.ValSelectorWrapper
 
finishedBranching(IntBranchingDecision) - Method in interface choco.cp.solver.search.integer.branching.AssignVar.ValueChooserWrapper
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.real.AssignInterval
 
finishedBranching(IntBranchingDecision) - Method in class choco.cp.solver.search.task.SetTimes
Finished branching.
finishedBranching(Object, int) - Method in class choco.kernel.solver.branch.AbstractBinIntBranching
Deprecated.  
finishedBranching(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractBinIntBranchingStrategy
 
finishedBranching(Object, int) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Checks whether all branches have already been explored at the current choice point.
finishedBranching(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Checks whether all branches have already been explored at the current choice point.
finishedBranching(IntBranchingDecision) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
finishedBranching(IntBranchingDecision) - Method in interface choco.kernel.solver.branch.IntBranching
Checks whether all branches have already been explored at the current choice point.
finishedBranching(Object, Object) - Method in interface choco.kernel.solver.branch.ObjectBranching
Checks whether all branches have already been explored at the current choice point
finishedBranching(IntBranchingDecision) - Method in class samples.multicostregular.nsp.NSPBranching
 
FiniteAutomaton - Class in choco.kernel.model.constraints.automaton.FA
Created by IntelliJ IDEA.
FiniteAutomaton() - Constructor for class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
FiniteAutomaton(String) - Constructor for class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
FiniteAutomaton(FiniteAutomaton) - Constructor for class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
fireAvailableBins() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
fireAvailableBins() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
fireDomainChanged() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
fireDomainChanged() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
fireHypotheticalDomain() - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
fireRemoval() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
fireStatusChanged() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
fireTaskRemoval(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
fireTaskRemoval(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AltCumulative
 
fireTaskRemoval(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjunctive
 
fireTopologicalorder(int, int) - Method in class choco.kernel.common.opres.graph.DagDTC
 
fireTopologicalorder(int, int) - Method in class choco.kernel.common.opres.graph.DagTODTC
 
fireTreeChanged(IBinaryNode) - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
fireTreeChanged() - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
fireValueChanged() - Method in class choco.kernel.common.opres.pack.AbstractFunctionDFF
 
fireValueChanged() - Method in class choco.kernel.common.opres.pack.FunctionF0
 
fireValueChanged() - Method in class choco.kernel.common.opres.pack.FunctionFCCM1
 
firstDFSearch(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
the first search explores (DFS) the reduced graph
firstDFSearch(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
the first search explores (DFS) the reduced graph
FirstFit1BP - Class in choco.kernel.common.opres.pack
 
FirstFit1BP() - Constructor for class choco.kernel.common.opres.pack.FirstFit1BP
 
firstHalf(RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
firstLeaf - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
firstNodeFilterTest() - Static method in class samples.multicostregular.FilteringTest
 
firstPassDFS() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
firstPassDFS() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
seen[i] = false <=> color[i] = white (in book) = true % {gray, black}
firstSupport(int, int) - Method in class choco.cp.solver.constraints.strong.Adapter
 
firstSupport(int, int) - Method in interface choco.cp.solver.constraints.strong.ISpecializedConstraint
 
firstSupport(int, int) - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
firstSupport(int, int) - Method in class samples.jobshop.SimpleDTConstraint
 
firstTimeGetDeltaFR - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
fixAllObjs(int, int[], List<ExternalConstraint>, List<int[]>, IStateInt) - Method in class choco.cp.solver.constraints.global.geost.layers.GeometricKernel
Tries to fix all the objects within one single propagation.
fixAllObjs_incr(int, int[], List<ExternalConstraint>, List<int[]>, IStateInt) - Method in class choco.cp.solver.constraints.global.geost.layers.GeometricKernel
 
fixedTuple - Variable in class samples.random.RandomListGenerator
A particular tuple, which if not null , must or must not belong to the generated lists.
fixLimits(RandomListGenerator.Structure) - Method in class samples.random.ProportionRandomListGenerator
Fixes some limits, according to the given type, about the generation of tuples.
fixPoint - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
fixPointOnEQ() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
flags - Variable in class choco.cp.solver.constraints.global.pack.PackFiltering
 
flags - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
flags - Variable in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
flags - Variable in class choco.cp.solver.search.task.SetTimes
The flags which indicates the last starting time of non selectable task.
flashlight - Variable in class samples.tutorials.to_sort.U2planning
 
flatten(T[][]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
flatten(int[][]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
flattenBoolVar() - Method in class choco.kernel.model.constraints.cnf.ALogicTree
Extracts and returns the flatten array of BoolVar contained in this.
flattenBoolVar() - Method in class choco.kernel.model.constraints.cnf.Literal
 
flattenBoolVar() - Method in class choco.kernel.model.constraints.cnf.Node
 
flattenBoolVar() - Method in class choco.kernel.model.constraints.cnf.Singleton
 
flattenSubMatrix(int, int, int, int, T[][]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
flip(int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flip(int) - Method in interface choco.kernel.memory.IStateBitSet
 
flip(int, int) - Method in interface choco.kernel.memory.IStateBitSet
 
flip(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flip(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flip(int) - Method in class choco.kernel.memory.structure.SBitSet
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class choco.kernel.memory.structure.SBitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flip(int) - Method in class choco.kernel.memory.structure.SBitSet2
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class choco.kernel.memory.structure.SBitSet2
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flip(ALogicTree.Operator) - Static method in enum choco.kernel.model.constraints.cnf.ALogicTree.Operator
 
flip(ALogicTree.Type) - Static method in enum choco.kernel.model.constraints.cnf.ALogicTree.Type
 
floatValue() - Method in class choco.kernel.common.util.ModifiableInteger
 
floatVars - Variable in class choco.cp.model.CPModel
All the float vars in the model.
floorBound - Variable in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
floorBound - Variable in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
flow - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
 
flow - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
floydMarshallClosure(BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
floydMarshallReduction(BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
flush() - Method in class samples.tutorials.applet.DemoUI.MyOutputStream
 
flushEventQueue() - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Removes all the events (including the popping one).
flushEventQueue() - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Removes all the events from the queue.
flushEventQueue() - Method in class choco.cp.solver.propagation.ObservableVarEventQueue
Removes all the events (including the popping one).
flushEventQueue() - Method in class choco.cp.solver.propagation.VariableEventQueue
Removes all the events (including the popping one).
flushEventQueue() - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Removes all the events and clears all the events if needed.
flushEvents() - Method in class choco.cp.solver.propagation.ChocoEngine
Removes all pending events (used when interrupting a propagation because a contradiction has been raised)
flushEvents() - Method in interface choco.kernel.solver.propagation.PropagationEngine
Removes all pending events (used when interrupting a propagation because a contradiction has been raised)
flushLog(Logger) - Static method in class choco.kernel.common.logging.ChocoLogging
 
flushLogs() - Static method in class choco.cp.solver.CPSolver
Deprecated. 
flushLogs() - Static method in class choco.kernel.common.logging.ChocoLogging
flush pending logs
focus(String, String, String) - Method in class trace.visualizers.Writer
 
focus(String, String) - Method in class trace.visualizers.Writer
 
font - Variable in class choco.visu.components.papplets.AChocoPApplet
 
FORBID_REGION - Static variable in class choco.cp.solver.constraints.global.geost.Constants
FORBID_REGION is a constant that specifies the id of a forbidden region internal constraint.
forbiddenIntervals(String, TaskVariable[]) - Static method in class choco.Choco
This redundant constraints applies additional search tree reduction based on Time intervals are in which no operation can start or end in an optimal solution.
ForbiddenIntervals - Class in choco.cp.solver.constraints.global.scheduling.disjunctive
specialized filtering for makespan minimization on unary resource.
ForbiddenIntervals(Solver, String, TaskVar[], IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.disjunctive.ForbiddenIntervals
 
ForbiddenIntervalsManager - Class in choco.cp.model.managers.constraints.global
 
ForbiddenIntervalsManager() - Constructor for class choco.cp.model.managers.constraints.global.ForbiddenIntervalsManager
 
ForbiddenRegion - Class in choco.cp.solver.constraints.global.geost.internalConstraints
Created by IntelliJ IDEA.
ForbiddenRegion() - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.ForbiddenRegion
 
ForbiddenRegionFrame - Class in choco.cp.solver.constraints.global.geost.frames
Created by IntelliJ IDEA.
ForbiddenRegionFrame(int, int, int, int, int, int) - Constructor for class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
forceAllOne() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
forceAllZero() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
forceExtractVariables() - Method in class choco.kernel.model.VariableArray
 
forcePathRecomputation() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
forceStoreSolution(int) - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
forestCost - Variable in class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
current cost of a forest covering the graph
forestCost - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
backtrackable integer that record the cost of a forest cover of the graph to partition
forget(Constraint) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Remove addition instruction on c.
forget(Variable) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Remove addition instruction on v.
formalParameters - Variable in class parser.absconparseur.components.PFunction
 
format(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
format(long) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
format(LogRecord) - Method in class choco.kernel.common.logging.DetailedFormatter
Format the given LogRecord.
format(LogRecord) - Method in class choco.kernel.common.logging.LightFormatter
Format the given LogRecord.
format(int, int) - Static method in class choco.kernel.common.util.tools.StringUtils
 
format(IntegerVariable) - Static method in class choco.kernel.common.util.tools.StringUtils
 
format(IntDomainVar) - Static method in class choco.kernel.common.util.tools.StringUtils
 
format(double, DateFormat, NumberFormat) - Static method in class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
FORMAT - Static variable in class parser.absconparseur.InstanceTokens
 
Formula - Class in choco.kernel.solver.constraints
a class that is used to represent a syntatic formula involving unknowns.
Formula(Var, int, int) - Constructor for class choco.kernel.solver.constraints.Formula
 
Formula(Var, Var, int, int) - Constructor for class choco.kernel.solver.constraints.Formula
 
Formula(Var, Var, Var, int) - Constructor for class choco.kernel.solver.constraints.Formula
 
Formula(Var[], int[], int, int, int) - Constructor for class choco.kernel.solver.constraints.Formula
 
Formula(Var[], int[], int, int, int, int) - Constructor for class choco.kernel.solver.constraints.Formula
 
ForScalar - Class in choco.cp.solver.constraints.integer.intlincomb.policy
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
ForSum - Class in choco.cp.solver.constraints.integer.intlincomb.policy
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
forwardOnLevel(int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
forwardPhase(Hashtable<Integer, State>[], int) - Method in class choco.kernel.model.constraints.automaton.DFA
Build the layered graph made of all states reachable from the start state
forwardSetup() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
forwardSetup() - Method in interface choco.kernel.model.constraints.ITemporalRelation
 
forwardSetup() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
forwardUpdate() - Method in class choco.cp.solver.constraints.global.regular.Regular
Only consider states st that can be reached from q0 (which are on a path (qo ~> st))
frame - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
 
Frame - Class in choco.cp.solver.constraints.global.geost.frames
A class that all Frames should extend.
Frame() - Constructor for class choco.cp.solver.constraints.global.geost.frames.Frame
 
free - Variable in class choco.kernel.common.opres.graph.DagDTC.TopoAlgoStruct
 
freeze() - Method in class choco.cp.solver.propagation.ChocoEngine
Freeze the current events contained in this.
freeze() - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such�
freeze() - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such�
freeze() - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such�
freeze() - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such�
freeze() - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such�
freeze() - Method in class choco.cp.solver.variables.integer.BoolVarEvent
 
freeze() - Method in class choco.cp.solver.variables.integer.IntCsteEvent
 
freeze() - Method in class choco.cp.solver.variables.integer.IntVarEvent
 
freeze() - Method in class choco.cp.solver.variables.real.RealVarEvent
 
freeze() - Method in class choco.cp.solver.variables.set.SetVarEvent
 
freeze() - Method in class choco.kernel.solver.propagation.event.VarEvent
freezes the state of the "delta domain": the set of values that are considered for removal from the domain.
freeze() - Method in interface choco.kernel.solver.propagation.PropagationEngine
Freeze the current events contained in this.
freeze() - Method in interface choco.kernel.solver.variables.delta.IDeltaDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such�
freezeDeltaDomain() - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
 
freezeDeltaDomain() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
freezeDeltaDomain() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
freezeDeltaDomain() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such
freezeDeltaDomain() - Method in interface choco.kernel.solver.variables.integer.IntDomain
The delta domain container is "frozen" (it can no longer accept new value removals) so that this set of values can be iterated as such
freezeDeltaDomain() - Method in interface choco.kernel.solver.variables.real.RealDomain
 
freezeDeltaDomain() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
fromRule(String, boolean) - Static method in class samples.fastregular.JunkerMinSet
 
full - Variable in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
FullDomainBrick - Class in choco.visu.components.bricks
 
FullDomainBrick(AChocoPApplet, Var, int) - Constructor for class choco.visu.components.bricks.FullDomainBrick
 
FullDomainPApplet - Class in choco.visu.components.papplets
 
FullDomainPApplet(Object) - Constructor for class choco.visu.components.papplets.FullDomainPApplet
 
FUNCTION - Static variable in class parser.absconparseur.InstanceTokens
 
function(String, Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
function(String, Object[]) - Static method in class parser.absconparseur.PredicateTokens
 
FUNCTION_PREFIX - Static variable in class parser.absconparseur.InstanceTokens
 
FUNCTIONAL - Static variable in class parser.absconparseur.InstanceTokens
 
functionalExpression - Variable in class parser.absconparseur.components.PFunction
 
FunctionF0 - Class in choco.kernel.common.opres.pack
 
FunctionF0() - Constructor for class choco.kernel.common.opres.pack.FunctionF0
 
FunctionFCCM1 - Class in choco.kernel.common.opres.pack
 
FunctionFCCM1() - Constructor for class choco.kernel.common.opres.pack.FunctionFCCM1
 
functionIf(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
FUNCTIONS - Static variable in class parser.absconparseur.InstanceTokens
 
futureVars - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
Variables that are not proved to be GAC yet
FWD - Static variable in interface choco.kernel.model.constraints.ITemporalRelation
 
FZNParser - Class in parser.flatzinc.parser
 
FZNParser() - Constructor for class parser.flatzinc.parser.FZNParser
 

G

G - Static variable in class samples.multicostregular.planner.InstanceMaker
 
G - Static variable in class samples.multicostregular.planner.PlanModel
 
G - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
g - Variable in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
g_constraint - Variable in class choco.cp.solver.constraints.global.geost.Setup
 
GAC2001LargeSConstraint - Class in choco.cp.solver.constraints.integer.extension
GAC 2001 in valid tuples (do not support bound variables)
GAC2001LargeSConstraint(IntDomainVar[], LargeRelation, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
GAC2001PositiveLargeConstraint - Class in choco.cp.solver.constraints.integer.extension
GAC2001 in allowed tuples
GAC2001PositiveLargeConstraint(IEnvironment, IntDomainVar[], IterTuplesTable) - Constructor for class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
GAC3rmLargeConstraint - Class in choco.cp.solver.constraints.integer.extension
 
GAC3rmLargeConstraint(IntDomainVar[], LargeRelation) - Constructor for class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
GAC3rmPositiveLargeConstraint - Class in choco.cp.solver.constraints.integer.extension
GAC3rm (GAC3 with residual supports)
GAC3rmPositiveLargeConstraint(IntDomainVar[], IterTuplesTable) - Constructor for class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
gacstr(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
Main Incremental propagation loop.
gacstr() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
Main propagation loop.
GACstrPositiveLargeSConstraint - Class in choco.cp.solver.constraints.integer.extension
GAC maintained by STR
GACstrPositiveLargeSConstraint(IntDomainVar[], LargeRelation, IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
gacValues - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
Values that have found a support for each variable
gap - Variable in class choco.cp.solver.search.SearchLoopWithRecomputation
 
GArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
GArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
GArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
GArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph
 
Gcc - Class in trace.visualizers
A specialized visualizer for the global cardinality constraint.
Gcc(IntDomainVar[], int[], int[], int[], String, int, int) - Constructor for class trace.visualizers.Gcc
Build a visualizer for the global cardinality constraint
Gcc(IntDomainVar[], int[], int[], int[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.Gcc
Build a visualizer for the global cardinality constraint
gccVars - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
network flow associated with the gcc
GE - Static variable in class parser.absconparseur.PredicateTokens
 
ge(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
GeEvaluator - Class in parser.absconparseur.intension.relational
 
GeEvaluator() - Constructor for class parser.absconparseur.intension.relational.GeEvaluator
 
Generate - Class in choco.cp.solver.goals.choice
 
Generate(IntDomainVar[], VarSelector<IntDomainVar>, ValIterator<IntDomainVar>) - Constructor for class choco.cp.solver.goals.choice.Generate
 
Generate(IntDomainVar[], VarSelector<IntDomainVar>, ValSelector<IntDomainVar>) - Constructor for class choco.cp.solver.goals.choice.Generate
 
Generate(IntDomainVar[], VarSelector<IntDomainVar>) - Constructor for class choco.cp.solver.goals.choice.Generate
 
Generate(IntDomainVar[]) - Constructor for class choco.cp.solver.goals.choice.Generate
 
generate(String[]) - Method in class parser.chocogen.XmlModel
Main method.
generateAxis(MyXYTaskDataset, XYPlot, String[]) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
generateDefaultGoal() - Method in class choco.cp.solver.CPSolver
 
generateDefaultIntGoal() - Method in class choco.cp.solver.CPSolver
 
generateDefaultRealGoal() - Method in class choco.cp.solver.CPSolver
Generate the default branching strategie for RealVar.
generateEvents() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
generateEvents() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
generateEvents() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
generateEventsList(IResource<? extends ITask>) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
generateGraph(int, int, int, double) - Static method in class choco.cp.common.util.preprocessor.graph.MaxCliques
 
generateLabel(XYDataset, int, int) - Method in class choco.visu.components.chart.labels.TaskLabelGenerator
 
generateMatrix() - Method in class samples.tutorials.to_sort.tsp.Generator
 
generateNogoods() - Method in class choco.cp.solver.search.NogoodRecorder
 
generatePrecGraph() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
generatePrecReductionGraph() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
generateProb() - Method in class choco.cp.solver.constraints.global.geost.util.RandomProblemGenerator
 
generateRscLabels(MyXYTaskDataset) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
generateSearchLoop() - Method in class choco.cp.solver.CPSolver
 
generateSearchStrategy() - Method in class choco.cp.solver.CPSolver
Generate a search strategy to run over the tree search.
generateSearchStrategy() - Method in interface choco.kernel.solver.Solver
 
generateSearchStrategy() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
generateSetDefaultGoal() - Method in class choco.cp.solver.CPSolver
 
generateToolTip(XYDataset, int, int) - Method in class choco.visu.components.chart.labels.CumulTaskToolTipGenerator
 
generateToolTip(XYDataset, int, int) - Method in class choco.visu.components.chart.labels.TaskToolTipGenerator
 
Generator - Class in samples.tutorials.to_sort.tsp
 
Generator(Random, int, int) - Constructor for class samples.tutorials.to_sort.tsp.Generator
 
genInternalCtrs(ExternalConstraint, Obj) - Method in class choco.cp.solver.constraints.global.geost.layers.ExternalLayer
 
geometricalFactor - Variable in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
GeometricalRestartStrategy - Class in choco.kernel.solver.search.restart
 
GeometricalRestartStrategy(int, double) - Constructor for class choco.kernel.solver.search.restart.GeometricalRestartStrategy
 
GeometricKernel - Class in choco.cp.solver.constraints.global.geost.layers
This is the Geometric kernel class.
GeometricKernel(Constants, Setup, ExternalLayer, IntermediateLayer, boolean, Map<Pair<Integer, Integer>, Boolean>, Solver, Geost_Constraint) - Constructor for class choco.cp.solver.constraints.global.geost.layers.GeometricKernel
Creates an ExternalLayer instance for a specific Constants class, a specific Setup class, a specific ExternalLayer class and a specific IntermediateLayer class.
geost(int, Vector<GeostObject>, Vector<ShiftedBox>, Vector<IExternalConstraint>) - Static method in class choco.Choco
Deprecated. 
geost(int, Vector<GeostObject>, Vector<ShiftedBox>, Vector<IExternalConstraint>, Vector<int[]>) - Static method in class choco.Choco
Deprecated. 
geost(int, Vector<GeostObject>, Vector<ShiftedBox>, Vector<IExternalConstraint>, Vector<int[]>, GeostOptions) - Static method in class choco.Choco
Deprecated. 
geost(int, List<GeostObject>, List<ShiftedBox>, List<IExternalConstraint>) - Static method in class choco.Choco
 
geost(int, List<GeostObject>, List<ShiftedBox>, List<IExternalConstraint>, List<int[]>) - Static method in class choco.Choco
 
geost(int, List<GeostObject>, List<ShiftedBox>, List<IExternalConstraint>, List<int[]>, GeostOptions) - Static method in class choco.Choco
 
Geost_Constraint - Class in choco.cp.solver.constraints.global
 
Geost_Constraint(IntDomainVar[], int, List<Obj>, List<ShiftedBox>, List<ExternalConstraint>, List<int[]>, boolean, HashMap<Pair<Integer, Integer>, Boolean>, boolean, Solver) - Constructor for class choco.cp.solver.constraints.global.Geost_Constraint
Creates a geost constraint with the given parameters.
Geost_Constraint(IntDomainVar[], int, List<Obj>, List<ShiftedBox>, List<ExternalConstraint>, boolean, HashMap<Pair<Integer, Integer>, Boolean>, Solver) - Constructor for class choco.cp.solver.constraints.global.Geost_Constraint
Creates a geost constraint with the given parameters.
GeostManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
GeostManager() - Constructor for class choco.cp.model.managers.constraints.global.GeostManager
 
GeostNumeric - Class in choco.cp.solver.constraints.global.geost.layers
Created by IntelliJ IDEA.
GeostNumeric(Setup, int) - Constructor for class choco.cp.solver.constraints.global.geost.layers.GeostNumeric
 
GeostObject - Class in choco.kernel.model.variables.geost
Created by IntelliJ IDEA.
GeostObject(int, int, IntegerVariable, IntegerVariable[], IntegerVariable, IntegerVariable, IntegerVariable) - Constructor for class choco.kernel.model.variables.geost.GeostObject
Creates an object with the given parameters
GeostObject(int, int, IntegerVariable, IntegerVariable[], IntegerVariable, IntegerVariable, IntegerVariable, int) - Constructor for class choco.kernel.model.variables.geost.GeostObject
 
GeostOptions - Class in choco.kernel.model.constraints.geost
Created by IntelliJ IDEA.
GeostOptions() - Constructor for class choco.kernel.model.constraints.geost.GeostOptions
 
geq(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
geq(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
geq(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
geq(RealExpressionVariable, RealExpressionVariable) - Static method in class choco.Choco
 
geq(RealExpressionVariable, double) - Static method in class choco.Choco
 
geq(double, RealExpressionVariable) - Static method in class choco.Choco
 
GEQ - Static variable in class choco.cp.solver.constraints.integer.IntLinComb
Constant, to be assigned to op, representing linear inequalities.
geq(IntExp, IntExp) - Method in class choco.cp.solver.CPSolver
 
geq(int, IntDomainVar, int, IntDomainVar, int) - Static method in class choco.cp.solver.CPSolver
could fail to build a binary constraint and give the hand to IntLinComb
geq(int, IntDomainVar, int) - Static method in class choco.cp.solver.CPSolver
always succeeds to build the constraint
geq(IntExp, int) - Method in class choco.cp.solver.CPSolver
Creates a constraint by stating that a term is greater or equal than a constant
geq(int, IntExp) - Method in class choco.cp.solver.CPSolver
 
geq(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
Superiority constraint.
geq(RealExp, double) - Method in class choco.cp.solver.CPSolver
 
geq(double, RealExp) - Method in class choco.cp.solver.CPSolver
 
geq(RealExp, RealExp) - Method in interface choco.kernel.model.RealModeler
Superiority constraint.
geq(RealExp, double) - Method in interface choco.kernel.model.RealModeler
 
geq(double, RealExp) - Method in interface choco.kernel.model.RealModeler
 
geq(IntExp, int) - Method in interface choco.kernel.solver.Solver
 
geq(int, IntExp) - Method in interface choco.kernel.solver.Solver
 
geq(IntExp, IntExp) - Method in interface choco.kernel.solver.Solver
 
geq(IntExp, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
geq(int, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
geq(IntExp, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
GeqBoolSum - Class in choco.cp.solver.constraints.integer.bool.sum
 
GeqBoolSum(IEnvironment, IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
geqCard(SetVariable, IntegerVariable) - Static method in class choco.Choco
 
geqCard(SetVariable, int) - Static method in class choco.Choco
 
geqCard(SetVar, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
geqCard(SetVar, int) - Method in class choco.cp.solver.CPSolver
 
GeqNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
GeqNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.GeqNode
 
get(int, int, int, int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
get(int, int) - Method in class choco.cp.solver.constraints.global.OrderedSparseArray
 
get(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
get(int) - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
 
get(int) - Method in class choco.cp.solver.propagation.ConstraintEventQueue
 
get(int) - Method in class choco.cp.solver.propagation.VariableEventQueue
 
get() - Static method in class choco.kernel.common.util.iterators.EmptyIterator
 
get(int) - Method in class choco.kernel.common.util.objects.CircularQueue
 
get(int) - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
Get the object in position i
get(O) - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
Get the position of the object
get(int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int, T[]...) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
get(int, List<T>...) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
get() - Method in class choco.kernel.memory.copy.RcBool
 
get() - Method in class choco.kernel.memory.copy.RcDouble
 
get(int) - Method in class choco.kernel.memory.copy.RcDoubleVector
Returns the indexth element of the vector.
get() - Method in class choco.kernel.memory.copy.RcInt
 
get(int) - Method in class choco.kernel.memory.copy.RcIntVector
Returns the indexth element of the vector.
get() - Method in class choco.kernel.memory.copy.RcLong
 
get(int) - Method in class choco.kernel.memory.copy.RcLongVector
Returns the indexth element of the vector.
get() - Method in class choco.kernel.memory.copy.RcObject
 
get(int) - Method in class choco.kernel.memory.copy.RcVector
Returns the indexth element of the vector.
get(int) - Method in interface choco.kernel.memory.IStateBitSet
 
get() - Method in interface choco.kernel.memory.IStateBool
Returns the current value.
get() - Method in interface choco.kernel.memory.IStateDouble
Returns the current value.
get(int) - Method in interface choco.kernel.memory.IStateDoubleVector
Returns the indexth element of the vector.
get() - Method in interface choco.kernel.memory.IStateInt
Returns the current value according to the current world.
get(int) - Method in interface choco.kernel.memory.IStateIntVector
Returns the indexth element of the vector.
get() - Method in interface choco.kernel.memory.IStateLong
Returns the current value.
get(int) - Method in interface choco.kernel.memory.IStateLongVector
Returns the indexth element of the vector.
get(int) - Method in interface choco.kernel.memory.IStateVector
Returns the indexth element of the vector.
get(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns the value of the bit with the specified index.
get(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns the value of the bit with the specified index.
get(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
get(int) - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Get the index th stored object
get(int) - Method in class choco.kernel.memory.structure.SBitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class choco.kernel.memory.structure.SBitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - Method in class choco.kernel.memory.structure.SBitSet2
Returns the value of the bit with the specified index.
get(int, int) - Method in class choco.kernel.memory.structure.SBitSet2
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - Method in class choco.kernel.memory.structure.StoredBipartiteSet
 
get(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
get(int) - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
get() - Method in class choco.kernel.memory.trailing.StoredBool
Returns the current value.
get() - Method in class choco.kernel.memory.trailing.StoredDouble
 
get(int) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Returns the indexth element of the vector.
get() - Method in class choco.kernel.memory.trailing.StoredInt
 
get(int) - Method in class choco.kernel.memory.trailing.StoredIntVector
Returns the indexth element of the vector.
get() - Method in class choco.kernel.memory.trailing.StoredLong
 
get(int) - Method in class choco.kernel.memory.trailing.StoredLongVector
Returns the indexth element of the vector.
get(int) - Method in class choco.kernel.memory.trailing.StoredVector
 
get(int) - Static method in class choco.kernel.model.factories.ConstraintListFactory
 
get() - Method in class choco.kernel.solver.branch.Extension
 
get(int) - Method in interface choco.kernel.solver.propagation.queue.EventQueue
returns the i-th pending event in the queue
get(int) - Method in class samples.multicostregular.asap.data.ASAPCoverRequirements
 
get(int) - Method in class samples.multicostregular.asap.data.ASAPShiftOnRequest
 
get(int) - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
get(int) - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
get_lb(String) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
get_syb_lb(int) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
get_syb_ub(int) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
get_ub(String) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
get_var_lb(int) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
get_var_ub(int) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
getA(IntDomainVar, IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getAbstractSConstraintExtensionNumber(String) - Static method in class choco.kernel.solver.constraints.AbstractSConstraint
Returns a new number of extension registration
getAbstractVarExtensionNumber(String) - Static method in class choco.kernel.solver.variables.AbstractVar
Returns a new number of extension registration
getACFavoriteIntDomains() - Static method in class choco.kernel.model.constraints.ConstraintManager
 
getActiveConstraint(int, C) - Method in class choco.kernel.memory.structure.PartiallyStoredIntCstrList
 
getActiveConstraint(C) - Method in class choco.kernel.memory.structure.PartiallyStoredRealCstrList
 
getActiveConstraint(C) - Method in class choco.kernel.memory.structure.PartiallyStoredSetCstrList
 
getActiveConstraint(C) - Method in class choco.kernel.memory.structure.PartiallyStoredTaskCstrList
 
getActiveConstraints(int, C) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
getActiveConstraints(C) - Method in class choco.cp.solver.variables.real.RealVarImpl
 
getActiveConstraints(C) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getActiveConstraints(C) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getAllActiveEdgeIterator() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
getAllFieldsOfFieldOfInheritingFrom(Object, Class) - Static method in class parser.absconparseur.ReflectionManager
 
getAllMinVars(IntDomainVar[]) - Method in class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
getAllMinVars(AbstractIntSConstraint) - Method in class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
getAllMinVars(IntDomainVar[]) - Method in class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
getAllMinVars(AbstractIntSConstraint) - Method in class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
getAllMinVars(IntDomainVar[]) - Method in class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
getAllMinVars(AbstractIntSConstraint) - Method in class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
getAllocatedMemory() - Static method in class parser.absconparseur.Toolkit
 
getAllVars() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
build a table of all the integer variables involved in a tree constraint
getAlphabet() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getAncestors(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getAncestors(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getAndChild() - Method in class choco.kernel.model.constraints.cnf.Literal
 
getAPILogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getArcLabel(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getArity() - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
getArity() - Method in class parser.absconparseur.components.PConstraint
 
getArity() - Method in class parser.absconparseur.components.PRelation
 
getArity() - Method in class parser.absconparseur.intension.Evaluator
 
getArityOf(String) - Static method in class parser.absconparseur.intension.Evaluator
 
getArrayInstance(String, int[]) - Static method in class parser.absconparseur.ReflectionManager
An array with elements of the given type is built.
getAssociatedPA() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedNode
 
getAttribute(int) - Method in class db.DbTableView
 
getAutomateSize() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getAutomateSize() - Method in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
getAvailableBins() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
getAvailableBins() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getB(IntDomainVar, IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getBackTrackCount() - Method in class choco.cp.solver.CPSolver
Get the backtrack count of the search algorithm
getBackTrackCount() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getBacktrackCount() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
getBackTrackCount() - Method in interface choco.kernel.solver.search.measure.ISearchMeasures
Get the backtrack count of the measure
getBackTrackCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getBackTrackCount() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getBackwardPreserved() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getBackwardPreserved() - Method in interface choco.cp.solver.constraints.global.scheduling.precedence.ITemporalSRelation
 
getBackwardSetup() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getBBSearch() - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
getBCFavoriteIntDomains() - Static method in class choco.kernel.model.constraints.ConstraintManager
 
getBestIteration() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
getBestObjectiveValue() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getBestObjectiveValue() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getBestObjectiveValue() - Method in interface choco.kernel.solver.search.IObjectiveManager
v1.0 accessing the best found objective value of an optimization model (note that the objective value may not be instantiated, while all other variables are)
getBestSolution() - Method in interface choco.kernel.solver.search.ISolutionPool
the best/last recorded solution.
getBestVal(IntDomainVar) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegularValSelector
 
getBestVal(IntDomainVar) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.CoverVarValSelector
 
getBestVal(IntDomainVar) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector.MCRValSelector
 
getBestVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
getBestVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.valselector.BestFit
 
getBestVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.valselector.MaxVal
selecting the highest value in the domain
getBestVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.valselector.MidVal
selecting a value in the middle of the domain
getBestVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.valselector.MinVal
selecting the lowest value in the domain
getBestVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.valselector.RandomIntValSelector
 
getBestVal(SetVar) - Method in class choco.cp.solver.search.set.MinEnv
 
getBestVal(SetVar) - Method in class choco.cp.solver.search.set.RandomSetValSelector
 
getBestVal(ITemporalSRelation) - Method in class choco.cp.solver.search.task.ordering.CentroidOrdering
 
getBestVal(ITemporalSRelation) - Method in class choco.cp.solver.search.task.ordering.LexOrdering
 
getBestVal(ITemporalSRelation) - Method in class choco.cp.solver.search.task.ordering.MaxPreservedOrdering
 
getBestVal(ITemporalSRelation) - Method in class choco.cp.solver.search.task.ordering.MinPreservedOrdering
 
getBestVal(ITemporalSRelation) - Method in class choco.cp.solver.search.task.ordering.RandomOrdering
 
getBestVal(ITemporalSRelation) - Method in interface choco.cp.solver.search.task.OrderingValSelector
 
getBestVal(V) - Method in interface choco.kernel.solver.search.ValSelector
A method selecting the search value used for the alternative
getBestVal(IntDomainVar) - Method in class samples.multicostregular.asap.heuristics.ASAPValSelector
 
getBestVal(IntDomainVar) - Method in class samples.multicostregular.asap.heuristics.CoverVarSelector
 
getBestVal(IntDomainVar) - Method in class samples.multicostregular.carsequencing.heuristics.BothValHeur
 
getBestVal(IntDomainVar) - Method in class samples.multicostregular.carsequencing.heuristics.LeastCarValHeur
 
getBestVal(IntDomainVar) - Method in class samples.multicostregular.carsequencing.heuristics.MostOptionValHeur
 
getBestVal(IntDomainVar) - Method in class samples.multicostregular.nsp.NSPValSelector
 
getBestVal(IntDomainVar) - Method in class samples.rackconfig.RackValSelector
 
getBestVal(IntDomainVar) - Method in class samples.tutorials.to_sort.tsp.MyValSelector
 
getbGap() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
getBinaryTreeTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getBins() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
getBins() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getBins() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getBitMask() - Method in class choco.kernel.common.util.bitmask.BitMask
 
getBitMask() - Method in interface choco.kernel.common.util.bitmask.IBitMask
 
getBitMask() - Method in class choco.kernel.common.util.bitmask.StringMask
 
getBitSetDomain() - Method in class parser.absconparseur.components.PDomain
 
getBoolDecisionVars(Solver) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getBooleanVariables() - Method in class choco.cp.solver.CPSolver
 
getBooleanVars(CPSolver) - Static method in class choco.cp.solver.preprocessor.PPSearch
 
getBoolTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getBoolVars() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
getBoundImpactVar(IntDomainVar) - Method in interface choco.cp.solver.search.integer.branching.ImpactBasedBranching.ImpactStrategy
Only one impact is stored for a BoundIntVar (not an impact per value)
getBoundSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
getBranchIndex() - Method in interface choco.kernel.solver.search.IntBranchingDecision
get the index of the current alternative (branch).
getBranchIndex() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
getBranching() - Method in class choco.kernel.solver.search.AbstractSearchHeuristic
each IVarSelector is associated to a branching strategy
getBranching() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
getBranchingIntVar() - Method in interface choco.kernel.solver.search.IntBranchingDecision
get and cast the branching object.
getBranchingIntVar() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
getBranchingLogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getBranchingObject() - Method in interface choco.kernel.solver.search.IntBranchingDecision
get the branching object.
getBranchingObject() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
getBranchingRealVar() - Method in interface choco.kernel.solver.search.IntBranchingDecision
get and cast the branching object.
getBranchingRealVar() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
getBranchingSetVar() - Method in interface choco.kernel.solver.search.IntBranchingDecision
get and cast the branching object.
getBranchingSetVar() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
getBranchingValue() - Method in interface choco.kernel.solver.search.IntBranchingDecision
get the next value to try, if any (optional).
getBranchingValue() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
getBranchingVar(IntBranchingTrace) - Method in class choco.cp.solver.search.NogoodRecorder
 
getBrel() - Method in class parser.absconparseur.components.PRelation
 
getBrick(int) - Method in class choco.visu.variables.VisuVariable
 
getBuildTime() - Static method in class parser.chocogen.XmlModel
 
getBuildTime() - Method in class parser.instances.AbstractInstanceModel
 
getbValue() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
getC0() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
getC0Position() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
getC1() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
getC1Position() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
getCandidatesLoad() - Method in class choco.kernel.common.opres.nosum.NoSumList
Gets the candidates load.
getCapacity() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
getCapacity() - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
getCapacity() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
getCapacity() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICapacitedResource
 
getCapacity() - Method in interface choco.kernel.solver.search.ISolutionPool
 
getCapacity(int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
getCapaOffset() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getCapaProfIncrement() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
getCard() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getCard() - Method in class choco.kernel.model.variables.set.SetVariable
 
getCard() - Method in interface choco.kernel.solver.variables.set.SetVar
 
getCardinalities(SetVariable...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getCardNeed(int) - Method in class samples.rackconfig.Instances
 
getCardPower(int) - Method in class samples.rackconfig.Instances
 
getCartesianProduct() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
getCartesianProduct(PRelation) - Method in class parser.chocogen.RelationFactory
return the cartesian product of the variables prel holds.
getCategorie(String) - Static method in class choco.Options
Retrieves the categorie of the given option.
getCause() - Method in class choco.kernel.solver.propagation.event.VarEvent
Returns the cause of this basic var.
getCeilValue() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getCeilValue() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
getCeilValue() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
getCeilValue() - Method in class choco.cp.solver.search.real.objective.MaxRealObjManager
 
getCeilValue() - Method in class choco.cp.solver.search.real.objective.MinRealObjManager
 
getCeilValue() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getCFC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
getCFCgraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
getCharFromInt(int) - Static method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getChartManager() - Method in class parser.instances.AbstractMinimizeModel
 
getChildBut(ALogicTree) - Method in class choco.kernel.model.constraints.cnf.Literal
 
getChildElement(Document, String, int) - Static method in class parser.absconparseur.XMLManager
 
getChildren() - Method in class choco.kernel.model.constraints.cnf.ALogicTree
Returns the array of children of this.
getChildren() - Method in class choco.kernel.model.constraints.cnf.Literal
 
getChildren() - Method in class choco.kernel.model.constraints.cnf.Node
 
getChildren() - Method in class choco.kernel.model.constraints.cnf.Singleton
 
getChocoCstr() - Method in class parser.absconparseur.components.PConstraint
 
getChocoLogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getChocovar() - Method in class parser.absconparseur.components.PVariable
 
getChoice(int) - Method in class choco.kernel.solver.goals.solver.ChoicePoint
 
getChoiceAddress(IntDomainVar, int) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
 
getClassOf(String) - Static method in class parser.absconparseur.intension.Evaluator
 
getClauses() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
getCliques() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCVariable
 
getClosure(BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getCmax(IntDomainVar, IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getCmin(IntDomainVar, IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getCoefficient(int) - Method in class choco.cp.solver.variables.integer.IntTerm
retrieve the i-th coefficient
getCoefficients() - Method in class choco.cp.solver.variables.integer.IntTerm
retrieve the array of coefficients
getCoeffs() - Method in class parser.absconparseur.components.PWeightedSum
 
getColor(String) - Method in class samples.multicostregular.asap.ASAPCPModel
 
getColour() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getColumn(T[][], int) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
getComponentClass() - Method in class choco.kernel.model.variables.ComponentVariable
 
getComputedLowerBound() - Method in class parser.instances.AbstractMinimizeModel
 
getCondPrecs() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
getCondSuccessors() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
 
getConfiguration() - Method in class choco.cp.solver.CPSolver
Return the current configuration of the solver
getConfiguration() - Method in interface choco.kernel.solver.Solver
Return the current configuration of the solver
getConfiguration() - Method in class parser.instances.AbstractInstanceModel
 
getConfiguration() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getConfTime() - Static method in class parser.chocogen.XmlModel
 
getConfTime() - Method in class parser.instances.AbstractInstanceModel
 
getConnectedComponents(boolean) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
getConsOffset() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getConstant() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
getConstant() - Method in class choco.cp.solver.variables.integer.IntTerm
returns the integer constant involved in the linear term
getConstant(int) - Static method in class choco.kernel.model.variables.ConstantFactory
Create if necessary and return the IntegerConstantVariable that corresponds to the value
getConstant(int[]) - Static method in class choco.kernel.model.variables.ConstantFactory
Create if necessary and return the SetConstantVariable that corresponds to arrays of value
getConstant(double) - Static method in class choco.kernel.model.variables.ConstantFactory
Create if necessary and return the RealConstantVariable that corresponds to the value
getConstantValue(Solver, Variable) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
getConstantValues(IntVar...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getConstantVar(int) - Method in class choco.cp.model.CPModel
Returns a constant variable.
getConstantVar(int) - Method in interface choco.kernel.model.Model
Returns a constant variable.
getConstraint(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getConstraint(ITask, ITask) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
getConstraint(int) - Method in class choco.cp.model.CPModel
Network management: Retrieve a constraint by its index.
getConstraint(int) - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getConstraint(int) - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Retrieve the C element i
getConstraint(int) - Method in class choco.kernel.model.constraints.MetaConstraint
 
getConstraint(int) - Method in interface choco.kernel.model.IConstraintList
 
getConstraint(int) - Method in interface choco.kernel.model.Model
Network management: Retrieve a constraint by its index.
getConstraint(int) - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
getConstraint(int) - Method in class choco.kernel.model.variables.AbstractVariable
 
getConstraint(int) - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
getConstraint() - Method in interface choco.kernel.solver.branch.ConstraintSelector
 
getConstraint(int) - Method in class choco.kernel.solver.variables.AbstractVar
Retrieve the constraint i involving the variable.
getConstraint(int) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
Returns the ith constraint.
getConstraint(int) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Retrieve the constraint i involving the variable.
getConstraint(int) - Method in interface choco.kernel.solver.variables.Var
Returns the ith constraint.
getConstraintByType(ConstraintType) - Method in class choco.cp.model.CPModel
 
getConstraintByType(ConstraintType) - Method in interface choco.kernel.model.Model
Return an iterator over constraint of a certain type
getConstraintEdge(int, int) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
getConstraintExtension(SConstraint<?>) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
getConstraintFailures(Solver) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
getConstraintIdx(int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getConstraintIdx(int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Returns the index of the constraint in the specified variable.
getConstraintIdx(int) - Method in class choco.kernel.solver.constraints.Formula
 
getConstraintIdx(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getConstraintIdx(int) - Method in interface choco.kernel.solver.constraints.SConstraint
Network management: Among all listeners linked to the idx-th variable of c, find the index of constraint c.
getConstraintIndex(int) - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Returns the index of the constraint.
getConstraintIterator() - Method in class choco.cp.model.CPModel
Return an iterator over the constraints of the model
getConstraintIterator() - Method in class choco.cp.solver.CPSolver
 
getConstraintIterator(Model) - Method in interface choco.kernel.model.IConstraintList
 
getConstraintIterator() - Method in interface choco.kernel.model.Model
Return an iterator over the constraints of the model
getConstraintIterator(Model) - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
getConstraintIterator() - Method in class choco.kernel.model.variables.AbstractVariable
Deprecated. 
getConstraintIterator(Model) - Method in class choco.kernel.model.variables.AbstractVariable
 
getConstraintIterator(Model) - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
getConstraintIterator() - Method in interface choco.kernel.model.variables.Variable
Deprecated. 
getConstraintIterator() - Method in interface choco.kernel.solver.Solver
 
getConstraintIterator() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getConstraintList() - Static method in class choco.kernel.model.factories.ConstraintListFactory
 
getConstraintManager() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
getConstraintManager() - Method in class choco.kernel.model.variables.ComponentVariable
 
getConstraintManager() - Method in class choco.kernel.model.variables.MultipleVariables
 
getConstraintManager() - Method in interface choco.kernel.model.variables.Variable
 
getConstraintNameFor(int) - Static method in class parser.absconparseur.InstanceTokens
 
getConstraintOperator() - Method in class choco.kernel.solver.constraints.Formula
 
getConstraints() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getConstraints() - Method in class choco.cp.solver.constraints.strong.SCVariable
 
getConstraints() - Method in class choco.kernel.model.constraints.MetaConstraint
 
getConstraints() - Method in interface choco.kernel.model.IConstraintList
 
getConstraints() - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
getConstraints() - Method in class choco.kernel.model.variables.AbstractVariable
 
getConstraints() - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
getConstraints() - Method in class choco.kernel.model.variables.integer.MetaIntegerExpressionVariable
 
getConstraints() - Method in class samples.random.RandomProblem
 
getConstraintsCategory() - Method in class parser.absconparseur.tools.InstanceParser
 
getConstraintsIterator() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getConstraintsIterator() - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
This methods should be used if one want to access the different constraints stored.
getConstraintsIterator() - Method in class choco.kernel.solver.variables.AbstractVar
This methods should be used if one want to access the different constraints currently posted on this variable.
getConstraintsIterator() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
This methods should be used if one want to access the different constraints currently posted on this variable.
getConstraintsIterator() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
This methods should be used if one want to access the different constraints currently posted on this variable.
getConstraintsIterator() - Method in interface choco.kernel.solver.variables.Var
This methods should be used if one want to access the different constraints currently posted on this variable.
getConstraintsToNewRelations() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
getConstraintType() - Method in class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
getConstraintType() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getConstraintType() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
getConstraintType() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
getConstraintType() - Method in interface choco.kernel.model.constraints.Constraint
 
getConstraintType() - Method in class choco.kernel.solver.constraints.Formula
Return the type of constraint, ie the type of variable involved in the constraint
getConstraintType() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
Return the type of constraint, ie the type of variable involved in the constraint
getConstraintType() - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
 
getConstraintType() - Method in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
getConstraintType() - Method in class choco.kernel.solver.constraints.real.AbstractRealSConstraint
 
getConstraintType() - Method in interface choco.kernel.solver.constraints.SConstraint
Return the type of constraint, ie the type of variable involved in the constraint
getConstraintType() - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
getConstraintType() - Method in class choco.kernel.solver.constraints.set.AbstractSetSConstraint
 
getConstraintVector() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getConstraintVector() - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Access the data structure storing constraints
getConstraintVector() - Method in class choco.kernel.solver.variables.AbstractVar
Access the data structure storing constraints involving a given variable.
getConstraintVector() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
access the data structure storing constraints involving a given variable
getConstraintVector() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Access the data structure storing constraints involving a given variable.
getConstraintVector() - Method in interface choco.kernel.solver.variables.Var
access the data structure storing constraints involving a given variable
getConstVarIterator() - Method in class choco.cp.model.CPModel
 
getConstVarIterator() - Method in interface choco.kernel.model.Model
Retrieves an iterator over constantes variables of the model
getConsumption() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
getConsumption() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
getConsumption() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICapacitedResource
 
getContent() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
 
getContent() - Method in interface choco.kernel.solver.variables.integer.IBitSetIntDomain
 
getContract(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getContract() - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
getContradictionCause() - Method in exception choco.kernel.solver.ContradictionException
 
getContradictionMove() - Method in exception choco.kernel.solver.ContradictionException
 
getCoord(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Gets the index coordinate domain variable of the object origin
getCoord(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
getCoord(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Witness
 
getCoordinates() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Gets all the coordinate domain variables of the object origin
getCoordinates() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getCoords() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
getCoords() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Witness
 
getCoreLogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getCost(int, int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostKnapSack
 
getCost() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
 
getCost(int, int) - Method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
getCost(int, int) - Method in interface choco.kernel.model.constraints.automaton.FA.ICostAutomaton
 
getCostByResource(int, int, int) - Method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
getCostByResource(int, int, int) - Method in interface choco.kernel.model.constraints.automaton.FA.ICostAutomaton
 
getCostByResourceAndState(int, int, int, int) - Method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
getCostByResourceAndState(int, int, int, int) - Method in interface choco.kernel.model.constraints.automaton.FA.ICostAutomaton
 
getCostByState(int, int, int) - Method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
getCostByState(int, int, int) - Method in interface choco.kernel.model.constraints.automaton.FA.ICostAutomaton
 
getCostStruct() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
getCostVar(int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
getCostVariable() - Method in class samples.tutorials.to_sort.SimpleSchedule
 
getCounters() - Method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
getCounters() - Method in interface choco.kernel.model.constraints.automaton.FA.ICostAutomaton
 
getCover() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getCoveredSet() - Method in class choco.kernel.common.opres.ssp.BellmanWithLists
 
getCPModel() - Method in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
getCPSolver() - Method in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
getCs() - Method in class choco.cp.solver.search.integer.varselector.CompositeIntVarSelector
 
getCst() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
getCstr(Constraint) - Method in class choco.cp.solver.CPSolver
 
getCstr(Constraint) - Method in interface choco.kernel.solver.Solver
 
getCstr(Constraint) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getCstrId() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
getCurentValueOf(int) - Method in class parser.absconparseur.intension.EvaluationManager
 
getCurrentTrace() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
getCurrentTraceIndex() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getCvs() - Method in class choco.cp.solver.search.integer.varselector.CompositeIntVarSelector
 
getCycleButIterator(int) - Method in class choco.kernel.memory.structure.SBitSet2
 
getD() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
getData() - Method in class samples.tutorials.lns.rcpsp.RCPSPFileParser
 
getDatabaseManager() - Method in class db.EmbeddedDbConnector
 
getDatabaseManager() - Method in interface db.IDbConnector
 
getDatabaseManager() - Method in class db.RemoteDbConnector
 
getDatabaseManager() - Method in class parser.instances.AbstractInstanceModel
 
getDatabaseURL() - Method in class db.RemoteDbConnector
 
getDate() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
getDate() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
getDate() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
getDay() - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
getDay() - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
getDayOfWeek() - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
getDayOfWeekName() - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
getDaysBetween(ASAPDate, ASAPDate) - Static method in class samples.multicostregular.asap.data.base.ASAPDate
 
getDbInformations() - Method in class parser.instances.ReportFormatter
 
getDDeg(IntDomainVar) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
getDDeg() - Method in class choco.cp.solver.constraints.strong.SCVariable
 
getDecisionList(List<E>, List<E>, Class<E>) - Static method in class choco.kernel.common.util.tools.VariableUtils
Return an array of Variables, from decisions if not empty, otherwise from all.
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AbstractAssignOrForbidBranching
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarValPair
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.real.AssignInterval
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.cp.solver.search.task.SetTimes
 
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. The logging message associated with the current decision.
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
getDecisionLogMessage(IntBranchingDecision) - Method in interface choco.kernel.solver.branch.IntBranching
The logging message associated with the current decision.
getDecisionLogMessage(IntBranchingDecision) - Method in class choco.kernel.solver.search.set.AbstractSetBranchingStrategy
 
getDecisionLogMessage(IntBranchingDecision) - Method in class samples.multicostregular.nsp.NSPBranching
 
getDecisionLogMsg(int) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. used for logging messages related to the search tree
getDecomposition(Solver) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Perform the decomposition of the Expression into elementary constraints.
getDefaultAssignMsg(IntBranchingDecision) - Static method in class choco.kernel.solver.branch.AbstractIntBranchingStrategy
 
getDefaultAssignOrForbidMsg(IntBranchingDecision) - Static method in class choco.kernel.solver.branch.AbstractIntBranchingStrategy
 
getDefaultCost() - Method in class parser.absconparseur.components.PRelation
 
getDefaultCost() - Method in class parser.absconparseur.components.PSoftRelation
 
getDefaultExpressionDecomposition() - Method in class choco.cp.model.CPModel
 
getDefaultExpressionDecomposition() - Method in interface choco.kernel.model.Model
Return the default expression decomposition
getDefaultFormatter() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getDefaultHeight() - Method in class choco.kernel.visu.AbstractVisuManager
 
getDefaultHeight() - Method in interface choco.kernel.visu.IVisuManager
 
getDefaultOdbPattern(Object) - Static method in class db.OdbHsqldbBridge
 
getDefaultWidth() - Method in class choco.kernel.visu.AbstractVisuManager
 
getDefaultWidth() - Method in interface choco.kernel.visu.IVisuManager
 
getDegree() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
getDeltaCost() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
 
getDeltaIterator() - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
 
getDeltaIterator() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
 
getDeltaIterator() - Method in interface choco.kernel.solver.variables.integer.IntDomain
Returns an getIterator over the set of values that have been removed from the domain since the last propagation
getDeltaIterator() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
getDepth() - Method in interface choco.kernel.common.opres.graph.ITree
 
getDepth() - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
getDepthCount() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
getDescendants(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getDescendants(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getDescription() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getDescriptionOfDeclaredFieldsOf(Object) - Static method in class parser.absconparseur.ReflectionManager
Returns a description (names and values) of the fields of the given object.
getDestination() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getDestination() - Method in interface choco.kernel.model.constraints.ITemporalRelation
 
getDestination() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getDfa() - Method in class parser.absconparseur.components.PRelation
 
getDHook() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getDIM() - Method in class choco.cp.solver.constraints.global.geost.Constants
 
getDim() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
Gets the list of dimensions that an external constraint is active for.
getDim() - Method in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
Gets the list of dimensions that an external constraint is active for.
getDim() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getDimension() - Method in class choco.visu.components.papplets.AChocoPApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.ColorValuePApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.FullDomainPApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.GridPApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.NameOrQuestionMarkPApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.NameOrValuePApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.SudokuPApplet
Return the ideal dimension of the chopapplet
getDimension() - Method in class choco.visu.components.papplets.TreeSearchPApplet
Return the ideal dimension of the chopapplet
getDimensions() - Method in interface choco.kernel.visu.components.panels.IChocoPanel
Return the dimensions of the Panel
getDimensions() - Method in class choco.visu.components.panels.VarChocoPanel
Return the dimensions of the Panel
getDirection() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getDirection() - Method in interface choco.kernel.model.constraints.ITemporalRelation
 
getDirection() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getDirectory() - Method in class db.EmbeddedDbConnector
 
getDirVal() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getDirVal() - Method in interface choco.kernel.model.constraints.ITemporalRelation
 
getDirVal() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getDisjConstraints() - Method in class samples.jobshop.TaillardJobShopProblem
 
getDisjModel() - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
getDisjSModel() - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
getDisjuncts() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
getDisplay() - Method in class trace.Visualizer
Return the display policy
getDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
getDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
getDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
getDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
getDistanceVar() - Method in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
getDistanceVar() - Method in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
getDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
getDivisor() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.ratios.IntRatio
 
getDomain() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getDomain() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
 
getDomain() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
getDomain() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
 
getDomain() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
getDomain() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getDomain() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : returns the object responsible for storing the enumeration of values in the domain
getDomain() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
getDomain() - Method in interface choco.kernel.solver.variables.real.RealVar
 
getDomain() - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: Domains : returns the object responsible for storing the enumeration of values in the domain
getDomain() - Method in class parser.absconparseur.components.PVariable
 
getDomainIterator() - Method in class choco.kernel.model.variables.integer.IntegerVariable
 
getDomainNameFor(int) - Static method in class parser.absconparseur.InstanceTokens
 
getDomainSize() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getDomainSize() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Gets the domain size.
getDomainSize() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Gets the domain size.
getDomainSize() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Gets the domain size.
getDomainSize() - Method in class choco.kernel.model.variables.integer.IntegerVariable
 
getDomainSize() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : retrieves the number of values in the domain.
getDomainValues() - Method in class choco.visu.components.bricks.AChocoBrick
Return an IntIterator over the values of a specific variable
getDominators() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
getDomOverDegContradictionCause() - Method in exception choco.kernel.solver.ContradictionException
 
getDoms() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
getDomSize(int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getDotManager() - Static method in class choco.kernel.visu.VisuFactory
 
getDoubleCentroid(ITask) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getDoubleTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getDoubleVectorTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getDuration() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
getDuration() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
getDuration(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getDuration() - Method in class parser.absconparseur.components.PTask
 
getDuration() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getDurationIndex(int) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
getDurations() - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
getDurationTime() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getDurationValue() - Method in class parser.absconparseur.components.PTask
 
getDurationVariables(TaskVariable...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getDurationVariables(List<TaskVariable>) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getDurationVars(TaskVar...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getDurationVars(List<TaskVar>) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getDynDeg(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.DomOverDynDeg
Deprecated.  
getE() - Method in class choco.kernel.common.util.disposable.PoolManager
 
getECT() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
getECT() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getECT() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the Earliest Completion Time (ECT).
getECT() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getEctrID() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
Gets the external constraint ID
getEctrID() - Method in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
Gets the external constraint ID
getEdgeConstraint(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getEdgeLabel(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getEdges() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
getEDS(ITask) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
getEE(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getElementByTagNameFrom(Element, String, int) - Static method in class parser.absconparseur.XMLManager
 
getElementValues() - Method in class samples.multicostregular.asap.data.ASAPShiftSet
 
getElementValues() - Method in interface samples.multicostregular.asap.data.base.ASAPPatternElement
 
getElementValues() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getElementValues() - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
getElementValues() - Method in class samples.multicostregular.asap.data.base.ASAPSubPattern
 
getEmployee(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getEmployee() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
getEmployeeBySkill(ASAPSkill) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getEncounteredLimit() - Method in class choco.cp.solver.CPSolver
If a limit has been encounteres, return the involved limit
getEncounteredLimit() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
If a limit has been encounteres, return the involved limit
getEncounteredLimit() - Method in interface choco.kernel.solver.Solver
If a limit has been encountered, return the involved limit
getEncounteredLimit() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getEnd() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
getEnd(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getEnd() - Method in class parser.absconparseur.components.PTask
 
getEnd() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getEnd() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getEndIndex(int) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
getEndTime() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getEndValue() - Method in class parser.absconparseur.components.PTask
 
getEndVariables(TaskVariable...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getEndVariables(List<TaskVariable>) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getEndVars(TaskVar...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getEndVars(List<TaskVar>) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getEndXValue(int, int) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Returns the ending date/time for the specified item (task) in the given series, measured in milliseconds since 1-Jan-1970 (as in java.util.Date).
getEndYValue(int, int) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Returns the ending value of the y-interval for an item in the given series.
getEnergy() - Method in class choco.cp.solver.constraints.global.scheduling.trees.CumTreeT
 
getEngineLogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getEntriesOf(String) - Static method in class parser.absconparseur.ReflectionManager
 
getEnumerationPred() - Method in class choco.kernel.model.constraints.automaton.LightState.Arcs
 
getEnumerationPred() - Method in class choco.kernel.model.constraints.automaton.LightState
 
getEnumerationSucc() - Method in class choco.kernel.model.constraints.automaton.LightState
 
getEnumImpactVar(IntDomainVar) - Method in interface choco.cp.solver.search.integer.branching.ImpactBasedBranching.ImpactStrategy
return the impact of the variable var.
getEnveloppeDomain() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
getEnveloppeDomain() - Method in interface choco.kernel.solver.variables.set.SetDomain
 
getEnveloppeDomainSize() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getEnveloppeDomainSize() - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: Domains : retrieves the number of values in the enveloppe domain.
getEnveloppeInf() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getEnveloppeInf() - Method in interface choco.kernel.solver.variables.set.SetVar
Returns the lower bound of the enveloppe variable domain.
getEnveloppeIterator() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
getEnveloppeIterator() - Method in interface choco.kernel.solver.variables.set.SetDomain
 
getEnveloppeSup() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getEnveloppeSup() - Method in interface choco.kernel.solver.variables.set.SetVar
 
getEnvironment() - Method in class choco.cp.solver.CPSolver
Returns the memory environment used by the model.
getEnvironment() - Method in class choco.kernel.memory.copy.RcBool
 
getEnvironment() - Method in class choco.kernel.memory.copy.RcDouble
 
getEnvironment() - Method in class choco.kernel.memory.copy.RcInt
 
getEnvironment() - Method in class choco.kernel.memory.copy.RcLong
 
getEnvironment() - Method in class choco.kernel.memory.copy.RcObject
 
getEnvironment() - Method in interface choco.kernel.memory.IStateBinaryTree
Gets the Environment associated with this tree
getEnvironment() - Method in interface choco.kernel.memory.IStateBool
Retrieving the environment
getEnvironment() - Method in interface choco.kernel.memory.IStateDouble
Retrieving the environment
getEnvironment() - Method in interface choco.kernel.memory.IStateInt
Retrieving the environment.
getEnvironment() - Method in interface choco.kernel.memory.IStateIntInterval
Retrieving the environment.
getEnvironment() - Method in interface choco.kernel.memory.IStateLong
Retrieving the environment
getEnvironment() - Method in class choco.kernel.memory.structure.IntInterval
 
getEnvironment() - Method in class choco.kernel.memory.trailing.AbstractStoredObject
 
getEnvironment() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
getEnvironment() - Method in interface choco.kernel.solver.Solver
Returns the memory environment used by the model.
getEnvironment() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getEnvironmentID() - Method in class db.DbManager
 
getES(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getEST() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getEST() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the Earliest Starting Time (EST).
getEST() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getEvent() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getEvent() - Method in class choco.kernel.solver.propagation.Propagator
Returns the constraint awake var associated with this constraint.
getEvent() - Method in class choco.kernel.solver.variables.AbstractVar
Returns the variable event.
getEvent() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
returns the object used by the propagation engine to model a propagation event associated to the variable (an update to its domain)
getEvent() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Returns the variable event.
getEvent() - Method in interface choco.kernel.solver.variables.Var
returns the object used by the propagation engine to model a propagation event associated to the variable (an update to its domain)
getEventsVector() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
getEventsVector() - Method in class choco.kernel.memory.structure.PartiallyStoredIntCstrList
 
getEventsVector() - Method in class choco.kernel.memory.structure.PartiallyStoredTaskCstrList
 
getEventType() - Method in class choco.kernel.solver.propagation.event.VarEvent
 
getEveryXNodes() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getExpectedUpdateWeightsCount() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
 
getExpectedUpdateWeightsCount() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
getExpectedUpdateWeightsCount() - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
getExpendedDuration() - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
getExpendedDuration() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getExpressionManager() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
getExpressionManager() - Method in interface choco.kernel.model.constraints.Constraint
Return the constraint manager
getExpressionManager() - Method in class choco.kernel.model.variables.ComponentVariable
 
getExpressionManager() - Method in class choco.kernel.model.variables.MultipleVariables
 
getExpressionManager() - Method in interface choco.kernel.model.variables.Variable
 
getExpressionVariable(int) - Method in class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
getExpressionVariable(int) - Method in class choco.kernel.model.variables.set.SetExpressionVariable
 
getExprVarIterator() - Method in class choco.cp.model.CPModel
 
getExtension(int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getExtension(int) - Method in interface choco.IExtensionnable
Returns the queried extension
getExtension(int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Returns the queried extension
getExtension(int) - Method in class choco.kernel.solver.constraints.Formula
 
getExtension(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getExtension(int) - Method in class choco.kernel.solver.variables.AbstractVar
Returns the queried extension
getExtension(int) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
getExtension(int) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getExtensionnal(Solver) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
return the extensional propagator intended to propagate the expression
getExternalLayer() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
getFactor() - Method in class choco.kernel.model.constraints.automaton.penalty.IsoPenaltyFunction
 
getFailCount() - Method in class choco.cp.solver.CPSolver
Get the fail count of the search algorithm
getFailCount() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getFailCount() - Method in class choco.kernel.solver.search.measure.FailMeasure
 
getFailCount() - Method in interface choco.kernel.solver.search.measure.ISearchMeasures
Get the fail count of the measure
getFailCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getFailCount() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getFailMeasure() - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
 
getFailMeasure() - Method in interface choco.kernel.solver.propagation.PropagationEngine
Returns the fails counter, FailMeasure
getFather() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.BooleanManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.global.AbstractResourceManager
Bounded.
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.global.AllDifferentManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.global.GlobalCardinalityManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.global.PackManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.global.RegularManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.global.TreeManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.integer.MetaTaskConstraintManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.constraints.integer.TableManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.IntConstraintManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.MixedConstraintManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.RealConstraintManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.SetConstraintManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.model.managers.UseResourcesManager
 
getFavoriteDomains(List<String>) - Method in class choco.cp.solver.constraints.strong.StrongConsistencyManager
 
getFavoriteDomains() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
getFavoriteDomains() - Method in class choco.kernel.model.constraints.ComponentConstraint
 
getFavoriteDomains() - Method in interface choco.kernel.model.constraints.Constraint
 
getFavoriteDomains(List<String>) - Method in class choco.kernel.model.constraints.ConstraintManager
 
getFavoriteDomains() - Method in class choco.kernel.model.constraints.MetaTaskConstraint
 
getFavoriteDomains(List<String>) - Method in class samples.jobshop.SimpleDTConstraint.SimpleDTConstraintManager
 
getFileExtension() - Method in class choco.kernel.visu.AbstractVisuManager
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.AmongGAC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.automata.fast_regular.FastRegular
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.Lex
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.LexChain
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.Occurrence
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjunctive
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.Absolute
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.BoolTimesXYZ
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.Identity
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.Not
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.bool.sum.AbstractBoolSum
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.Element
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.Element2D
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.ElementV
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.EqualXC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.EqualXY_C
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.EqualXYC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.FCBinSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.IntLinComb
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.MaxOfAList
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.MinOfAList
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.SignOp
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.AmongSet
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.Disjoint
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.InverseSetInt
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.IsIncluded
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.MemberX
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.MemberXiY
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.MemberXY
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.NotMemberX
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.SetCard
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.SetEq
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.SetIntersection
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.SetNaryUnion
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.SetNotEq
 
getFilteredEventMask(int) - Method in class choco.cp.solver.constraints.set.SetUnion
 
getFilteredEventMask(int) - Method in class choco.kernel.solver.propagation.Propagator
 
getFinalStates() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getFineDegree(int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
getFineDegree(int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
 
getFineDegree(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
getFineDegree(int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getFineDegree(Var, SConstraint<?>, int) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
getFineDegree(int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Some global constraint might be able to provide some fine grained information about the "real" degree of a variables.
getFineDegree(int) - Method in class choco.kernel.solver.constraints.Formula
 
getFineDegree(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getFineDegree(int) - Method in interface choco.kernel.solver.constraints.SConstraint
Some global constraint might be able to provide some fine grained information about the "real" degree of a variables.
getFirst() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
getFirst() - Method in class choco.kernel.common.util.objects.IntList
 
getFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar.ValIteratorWrapper
 
getFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar.ValSelectorWrapper
 
getFirstBranch(IntBranchingDecision) - Method in interface choco.cp.solver.search.integer.branching.AssignVar.ValueChooserWrapper
 
getFirstBranch(Object) - Method in class choco.kernel.solver.branch.AbstractBinIntBranching
Deprecated.  
getFirstBranch(Object) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Computes the search index of the first branch of the choice point.
getFirstElementByTagNameFromRoot(Document, String) - Static method in class parser.absconparseur.XMLManager
 
getFirstFieldOfWithType(Class, Class<?>) - Static method in class parser.absconparseur.ReflectionManager
 
getFirstInnerClassOfInheritingFrom(Class, Class<?>) - Static method in class parser.absconparseur.ReflectionManager
 
getFirstNode() - Method in interface choco.kernel.memory.IStateBinaryTree
Gets the node containing the lowest value in the tree
getFirstNode() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
getFirstSolution() - Method in class choco.cp.solver.CPSolver
Deprecated.  
getFirstSolution() - Method in interface choco.kernel.solver.Solver
Deprecated.  
getFirstSolution() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getFirstStaticIndex() - Static method in class choco.kernel.memory.structure.PartiallyStoredVector
Return the indice of the first static object
getFirstTuple() - Method in class parser.absconparseur.tools.LexicographicIterator
 
getFirstVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.valiterator.DecreasingDomain
Accessing the index of the first branch for variable x
getFirstVal(IntDomainVar) - Method in class choco.cp.solver.search.integer.valiterator.IncreasingDomain
Accessing the index of the first branch for variable x
getFirstVal(RealVar) - Method in class choco.cp.solver.search.real.RealIncreasingDomain
Accessing the index of the first branch for variable x
getFirstVal() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Returns the minimal present value.
getFirstVal(V) - Method in interface choco.kernel.solver.search.ValIterator
Accessing the index of the first branch for variable x
getFirstVal() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
getFirstValidTupleFrom(int[], int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
t is a consistent tuple not valid anymore, we need to go to the first valid tuple greater than t before searching among the valid tuples
getFixedSucc(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getFlags() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getFloorValue() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getFloorValue() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
getFloorValue() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
getFloorValue() - Method in class choco.cp.solver.search.real.objective.MaxRealObjManager
 
getFloorValue() - Method in class choco.cp.solver.search.real.objective.MinRealObjManager
 
getFloorValue() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getForbiddenRegions(Obj) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
getForestCost() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
 
getFormalParameters() - Method in class parser.absconparseur.components.PFunction
 
getFormalParameters() - Method in class parser.absconparseur.components.PPredicate
 
getFormattedCurrentDate() - Static method in class parser.absconparseur.Toolkit
 
getFormattedMemorySize(long) - Static method in class parser.absconparseur.Toolkit
 
getFormattedUsedMemorySize() - Static method in class parser.absconparseur.Toolkit
 
getForwardPreserved() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getForwardPreserved() - Method in interface choco.cp.solver.constraints.global.scheduling.precedence.ITemporalSRelation
 
getForwardSetup() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getFrame() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
Gets the frame related to an external constraint
GetFRCalled - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
GetFRCalls - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
getFreeMemory() - Static method in class parser.absconparseur.Toolkit
 
getFullSecTime() - Method in class parser.instances.AbstractInstanceModel
 
getFullTime() - Static method in class parser.chocogen.XmlModel
 
getFullTime() - Method in class parser.instances.AbstractInstanceModel
 
getFunction() - Method in class parser.absconparseur.components.PIntensionConstraint
 
getFunctionalExpression() - Method in class parser.absconparseur.components.PPredicate
 
getFunctionNameFor(int) - Static method in class parser.absconparseur.InstanceTokens
 
getFunctionsMap() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
getGap() - Method in class choco.cp.solver.search.SearchLoopWithRecomputation
 
getGapILB() - Method in class parser.instances.AbstractMinimizeModel
 
getGccVars() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
getGeneralMsg(Configuration, String, String) - Static method in class choco.cp.solver.configure.MessageFactory
 
getGeometricalFactor() - Method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
getGeometricalFactor() - Method in class choco.kernel.solver.search.restart.NoRestartStrategy
 
getGeometricalFactor() - Method in interface choco.kernel.solver.search.restart.UniversalRestartStrategy
 
getGlobal() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getGlobalIndex(int, boolean) - Static method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
getGlobalIndex(int, boolean) - Static method in class choco.kernel.memory.structure.PartiallyStoredVector
 
getGlobalNameOf(String) - Static method in class parser.absconparseur.InstanceTokens
 
getGnuplotManager() - Static method in class choco.kernel.visu.VisuFactory
 
getGraph() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
getGraph() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
getGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getGraph() - Method in class choco.kernel.model.constraints.automaton.DFA
 
getGraphRem() - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
 
getGraphs() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getGraphSize() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getGrayDuration() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
getGrayTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getGrayTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
getGrayTime() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaLambdaTree
 
getGrayTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
getGroup() - Method in class trace.Visualizer
Return the group name of this
getHandler() - Method in class samples.multicostregular.asap.ASAPCPModel
 
getHandler() - Method in class samples.multicostregular.asap.parser.ASAPParser
 
getHeight(int[], int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getHeight(int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
getHeight() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getHeight(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getHeight(int) - Method in interface choco.kernel.solver.constraints.global.scheduling.ICumulativeResource
 
getHeight() - Method in class parser.absconparseur.components.PTask
 
getHeight() - Method in class trace.Visualizer
Return the height of this in the visualizers window (default is 500)
getHeightIndex(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
do not use subclass fields to compute the index because the function is called by the constructor.
getHeightsOffset() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getHeightValue() - Method in class parser.absconparseur.components.PTask
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.constraints.strong.DomOverDDegRPC
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.constraints.strong.DomOverWDegRPC
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.DomOverDeg
Deprecated.  
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.DomOverDynDeg
Deprecated.  
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.DomOverWDeg
Deprecated.  
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.MaxDomain
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.MaxRegret
Compute the difference between the two smallest values in domain of v.
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.MaxValueDomain
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.MinDomain
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.MinValueDomain
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.MostConstrained
 
getHeuristic(IntDomainVar) - Method in class choco.cp.solver.search.integer.varselector.RandomIntVarSelector
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.MaxDomSet
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.MaxRegretSet
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.MaxValueDomSet
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.MinDomSet
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.MinValueDomSet
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.MostConstrainedSet
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.RandomSetVarSelector
 
getHeuristic(SetVar) - Method in class choco.cp.solver.search.set.StaticSetVarOrder
 
getHeuristic(IntDomainVar) - Method in class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
the heuristic that is minimized in order to find the best IntVar
getHeuristic(AbstractIntSConstraint, int) - Method in class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
getHeuristic(IntDomainVar) - Method in class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
the heuristic that is minimized in order to find the best IntVar
getHeuristic(AbstractIntSConstraint, int) - Method in class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
getHeuristic(SetVar) - Method in class choco.kernel.solver.search.set.AbstractSetVarSelector
 
getHeuristic() - Method in class parser.instances.AbstractMinimizeModel
 
getHomeConstraint() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
getHook() - Method in class choco.kernel.model.variables.AbstractVariable
 
getHook() - Method in interface choco.kernel.model.variables.IHook
get the current hook value
getHorizon(CPSolver, Variable[], ResourceParameters) - Method in class choco.cp.model.managers.constraints.global.AbstractResourceManager
 
getHorizon() - Method in class choco.cp.solver.CPSolver
 
getHorizon() - Method in interface choco.kernel.solver.Solver
Deprecated.  
getHorizon() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getHorizon() - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
getHTask() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getHTask() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
getIctr() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
getIctrID() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.InternalConstraint
 
getIctrMaxHeap() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getIctrMinHeap() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getId() - Method in class choco.cp.solver.constraints.strong.SCVariable
 
getId() - Static method in class choco.kernel.common.IndexFactory
STATIC = STRONGLY JVM DEPENDANT!!
getID() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
getID() - Method in interface choco.kernel.common.opres.nosum.INoSumCell
 
getID() - Method in class choco.kernel.common.opres.nosum.NoSumCell
 
getID() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getID() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the ID of the task.
getID() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getId() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getId() - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
getID() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getId() - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
getId() - Method in class samples.multicostregular.asap.data.base.ASAPSkill
 
getId() - Method in class samples.multicostregular.asap.parser.ASAPParser
 
getId() - Method in class trace.Visualizer
Returns the identifier of this
getIdentity() - Static method in class choco.kernel.common.util.tools.PermutationUtils
 
getIdx() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
 
getIdx() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
getIdx() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
getIdx() - Method in class choco.kernel.model.constraints.automaton.LightState
 
getIdx() - Method in class choco.kernel.model.variables.tree.TreeNodeObject
 
getIdx() - Method in class parser.absconparseur.components.PVariable
 
getIdxLevel() - Method in class choco.kernel.model.constraints.automaton.State
 
getImmutableIterator(List<E>) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
getImpactStrategy() - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
getImpactVal(IntDomainVar, int) - Method in interface choco.cp.solver.search.integer.branching.ImpactBasedBranching.ImpactStrategy
return the impact of the choice var == val.
getIncomp() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
getIncomparableNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
 
getInDegree() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
 
getInDegree() - Method in class choco.kernel.model.variables.tree.TreeNodeObject
 
getIndex(AbstractVar) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
getIndex(AbstractVar) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
getIndex() - Method in interface choco.kernel.common.IIndex
Unique index (Different from hashCode, can change from one execution to another one)
getIndex() - Method in class choco.kernel.common.IndexFactory
Return a unique index
getIndex() - Method in class choco.kernel.model.ModelObject
 
getIndex() - Method in class choco.kernel.solver.variables.AbstractVar
Unique index (Different from hashCode, can change from one execution to another one)
getIndex() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
Unique index (Different from hashCode, can change from one execution to another one)
getIndex() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Unique index of an object in the master object (Different from hashCode, can change from one execution to another one)
getIndex() - Method in class choco.visu.variables.VisuVariable
 
getIndex() - Method in class parser.absconparseur.components.PElement
 
getIndex() - Method in class parser.flatzinc.ast.declaration.DArray
 
getIndexfactory() - Method in class choco.cp.solver.CPSolver
 
getIndexfactory() - Method in interface choco.kernel.solver.Solver
 
getIndexIterator() - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
getIndexIterator() - Method in class choco.kernel.memory.structure.PartiallyStoredVector
 
getIndexVar() - Method in class choco.cp.solver.constraints.integer.ElementV
 
getIndexVar() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
getIndexVars() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
getIndexVector() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getIndexVector() - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Access the data structure storing indices associated to constraints .
getIndexVector() - Method in class choco.kernel.solver.variables.AbstractVar
Access the data structure storing indices associated to constraints involving a given variable.
getIndexVector() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
access the data structure storing indices associated to constraints involving a given variable
getIndexVector() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Access the data structure storing indices associated to constraints involving a given variable.
getIndexVector() - Method in interface choco.kernel.solver.variables.Var
access the data structure storing indices associated to constraints involving a given variable
getIndividualContribution(int) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
getIndividualContribution(ITask, int) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
getInEdgeIterator(Node) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
getInf() - Method in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
getInf() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
getInf() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Returns the minimal present value.
getInf() - Method in class choco.cp.solver.variables.integer.BooleanDomain
Returns the minimal present value.
getInf() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Gets the minimal value of the variable.
getInf() - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
getInf() - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
getInf() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Gets the minimal value of the variable.
getInf() - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
getInf() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Gets the lowest value of the domain
getInf() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
getInf() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Returns the lower bound of the domain in O(1).
getInf() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Gets the minimal value of the variable.
getInf() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
getInf() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
getInf() - Method in class choco.kernel.memory.IStateBinaryTree.Node
Gets the lower bound of the node
getInf() - Method in interface choco.kernel.memory.IStateIntInterval
Returns the current lower bound according to the current world
getInf() - Method in class choco.kernel.memory.structure.IntInterval
 
getInf() - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
getInf() - Method in interface choco.kernel.solver.variables.integer.IntDomain
Access the minimal value stored in the domain.
getInf() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Returns the lower bound of the variable domain (e.g. the smallest value that the variable can be assigned).
getInf() - Method in interface choco.kernel.solver.variables.real.RealInterval
 
getInf() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
getInfNV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
 
getInfNV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForScalar
 
getInfNV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForSum
 
getInfPV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
 
getInfPV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForScalar
 
getInfPV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForSum
 
getInfRight() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.RightMemberBounds
 
getInfRight() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.SimpleRightMemberBounds
 
getInitialBoundValue() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getInitialBoundValue() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
getInitialBoundValue() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
getInitialBoundValue() - Method in class choco.cp.solver.search.real.objective.MaxRealObjManager
 
getInitialBoundValue() - Method in class choco.cp.solver.search.real.objective.MinRealObjManager
 
getInitialBoundValue() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getInitialObjectiveValue() - Method in class parser.instances.AbstractInstanceModel
 
getInitialPropagationTimeCount() - Method in class choco.cp.solver.CPSolver
Get the time spent in the initial propagation
getInitialPropagationTimeCount() - Method in interface choco.kernel.solver.search.measure.IPreSolveMeasures
 
getInitialPropagationTimeCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getInitialState() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getInitialState() - Method in interface choco.kernel.model.constraints.automaton.FA.IAutomaton
 
getInitState() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getInitState() - Method in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
getINPUT_FILE_PATH() - Method in class choco.cp.solver.constraints.global.geost.Constants
 
getInputGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
getInStack() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
Getter to the is arc in to be removed stack bitSet
getInStack() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
Getter to the is arc in to be removed stack bitSet
getInstance() - Static method in class choco.kernel.common.opres.heuristics.NoHeuristic
Returns this shared instance.
getInstance() - Method in class samples.multicostregular.carsequencing.CarSeqModel
 
getInstance(int) - Static method in class samples.rackconfig.Instances
 
getInstanceFile() - Method in interface parser.instances.InstanceFileParser
 
getInstanceFile() - Method in class samples.tutorials.lns.rcpsp.RCPSPFileParser
 
getInstanceName() - Method in class parser.instances.AbstractInstanceModel
 
getInstanceOf(Class) - Static method in class parser.absconparseur.ReflectionManager
 
getInstanceOf(String) - Static method in class parser.absconparseur.ReflectionManager
An object of the class whose name is given is built.
getInstanceOf(String, Class) - Static method in class parser.absconparseur.ReflectionManager
An object of the class whose name is given is built.
getInstanceOf(String, Object[]) - Static method in class parser.absconparseur.ReflectionManager
An object of the class whose name is given is built.
getInstanciatedVariableIterator() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
Iterator over instanciated variables BEWARE: initial order is not preserved
getInstantiatedLayerCosts(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
getInstantiatedLayerCosts(int) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
getInstantiatedLayerCosts(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
getInstantiatedLayerCosts(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
getInstModelMsg(Configuration) - Static method in class parser.instances.BasicSettings
 
getIntConstant(int) - Method in class choco.cp.solver.CPSolver
 
getIntConstant(int) - Method in interface choco.kernel.solver.Solver
Returns the constant corresponding to the int i.
getIntConstant(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntConstantSet() - Method in class choco.cp.solver.CPSolver
 
getIntConstantSet() - Method in interface choco.kernel.solver.Solver
Returns the collection of integer constant values
getIntConstantSet() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntConstraint(int) - Method in class choco.cp.solver.CPSolver
Deprecated.  
getIntConstraint(int) - Method in interface choco.kernel.solver.Solver
Deprecated.  
getIntConstraint(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntConstraintIterator() - Method in class choco.cp.model.CPModel
Deprecated.  
getIntConstraintIterator() - Method in class choco.cp.solver.CPSolver
Deprecated.  
getIntConstraintIterator() - Method in interface choco.kernel.model.Model
Deprecated.  
getIntConstraintIterator() - Method in interface choco.kernel.solver.Solver
Deprecated.  
getIntConstraintIterator() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntDecisionVars() - Method in class choco.cp.solver.CPSolver
get the list of decision integer variables.
getIntDecisionVars() - Method in interface choco.kernel.solver.Solver
get the list of decision integer variables.
getIntDecisionVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntDVar(int) - Method in class choco.cp.solver.variables.integer.IntTerm
 
getIntegerDateFormat() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
getIntelligentDomain(Model, IntegerVariable) - Static method in class choco.cp.model.managers.variables.IntegerVariableManager
try to find the most suitable domain for v regarding constraints wish a simple heuristic is applied to rank the domains
getIntensionCts() - Method in class parser.absconparseur.components.PExtensionConstraint
 
getIntentionalConstraint(ExpressionSConstraint, CPSolver) - Static method in class choco.cp.common.util.preprocessor.ExpressionTools
If the expression can be matched to a known intensional constraint, then return it as a solver constraint *
getInternalSearchLoop() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
getIntersectionSize(PDomain) - Method in class parser.absconparseur.components.PDomain
 
getIntFromChar(char) - Static method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getIntTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getIntValue(int) - Method in class choco.kernel.solver.Solution
Accessor to the value of a variable in a solution
getIntVar(int) - Method in class choco.cp.model.CPModel
Network management: Retrieve a variable by its index (all integer variables of the model are numbered in sequence from 0 on)
getIntVar(int) - Method in class choco.cp.solver.CPSolver
Network management: Retrieve a variable by its index (all integer variables of the model are numbered in sequence from 0 on)
getIntVar() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomDegRatio
 
getIntVar() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.ratios.IntRatio
 
getIntVar() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.SimpleRatio
 
getIntVar() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.AbstractPrecedenceRatio
 
getIntVar(Solver, Variable[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getIntVar(int) - Method in interface choco.kernel.model.Model
Network management: Retrieve a variable by its index (all integer variables of the model are numbered in sequence from 0 on)
getIntVar(int) - Method in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
getIntVar(int) - Method in class choco.kernel.solver.constraints.set.AbstractBinSetIntSConstraint
Gets the ith search valued variable.
getIntVar(int) - Method in interface choco.kernel.solver.Solver
Network management: Retrieve a variable by its index (all integer variables of the model are numbered in sequence from 0 on)
getIntVar(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntVariableScope() - Method in class choco.kernel.model.constraints.AbstractConstraint
get rid of the constants within the returned scopes !
getIntVarIndex(IntDomainVar) - Method in class choco.cp.model.CPModel
Deprecated. 
getIntVarIndex(IntVar) - Method in class choco.cp.model.CPModel
Deprecated. 
getIntVarIndex(IntVar) - Method in class choco.cp.solver.CPSolver
 
getIntVarIndex(IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
getIntVarIndex(IntDomainVar) - Method in interface choco.kernel.model.Model
Deprecated.  
getIntVarIndex(IntVar) - Method in interface choco.kernel.model.Model
Deprecated.  
getIntVarIndex(int) - Method in class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
 
getIntVarIndex(IntVar) - Method in interface choco.kernel.solver.Solver
 
getIntVarIndex(IntVar) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntVarIterator() - Method in class choco.cp.model.CPModel
 
getIntVarIterator() - Method in class choco.cp.solver.CPSolver
 
getIntVarIterator() - Method in interface choco.kernel.model.Model
Retrieves an iterator over IntegerVariables of the model
getIntVarIterator() - Method in interface choco.kernel.solver.Solver
 
getIntVarIterator() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntVarNb() - Method in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
getIntVarQuick(int) - Method in class choco.cp.solver.CPSolver
 
getIntVarQuick(int) - Method in interface choco.kernel.solver.Solver
 
getIntVarQuick(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getIntVars(Solver) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getIntVectorTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getInvolvedInMaxProf() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
getItemIndex(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getItemPaint(int, int) - Method in class choco.visu.components.chart.renderer.MyXYBarRenderer
 
getItems() - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
getItems() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getIterationCount() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
getIterationCount() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
getIterationCount() - Method in interface choco.kernel.common.opres.heuristics.IHeuristic
get computation time in seconds
getIterationCount() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
getIterationCount() - Method in class samples.tutorials.to_sort.packing.parser.CompositeHeuristics1BP
 
getIterator(Variable) - Method in class choco.cp.model.managers.VariableIterator
 
getIterator() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
getIterator() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
 
getIterator() - Method in class choco.cp.solver.variables.integer.BooleanDomain
 
getIterator() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
 
getIterator() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
getIterator() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
 
getIterator(E[], int) - Static method in class choco.kernel.common.util.iterators.ArrayIterator
 
getIterator(E[]) - Static method in class choco.kernel.common.util.iterators.ArrayIterator
 
getIterator() - Static method in class choco.kernel.common.util.iterators.EmptyIntIterator
 
getIterator(int[], int, int) - Static method in class choco.kernel.common.util.iterators.IntArrayIterator
Get iterator over someElements starting from from to to (included).
getIterator(int) - Static method in class choco.kernel.common.util.iterators.OneValueIterator
 
getIterator(E) - Static method in class choco.kernel.common.util.iterators.SingleElementIterator
 
getIterator() - Method in class choco.kernel.memory.copy.RcDoubleVector
 
getIterator() - Method in class choco.kernel.memory.copy.RcIntVector
 
getIterator() - Method in class choco.kernel.memory.copy.RcLongVector
 
getIterator() - Method in interface choco.kernel.memory.IStateBinaryTree
gets an iterator over the value in the tree
getIterator() - Method in interface choco.kernel.memory.IStateDoubleVector
 
getIterator() - Method in interface choco.kernel.memory.IStateIntVector
 
getIterator() - Method in interface choco.kernel.memory.IStateLongVector
 
getIterator() - Method in class choco.kernel.memory.structure.PartiallyStoredVector
 
getIterator() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
getIterator() - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
getIterator() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
getIterator() - Method in class choco.kernel.memory.trailing.StoredDoubleVector
 
getIterator() - Method in class choco.kernel.memory.trailing.StoredIntVector
 
getIterator() - Method in class choco.kernel.memory.trailing.StoredLongVector
 
getIterator() - Method in interface choco.kernel.solver.variables.integer.IntDomain
Retrieve an getIterator for traversing the sequence of values contained in the domain
getJdbcToken(int) - Method in class db.DbTableView
 
getJFreeChartManager() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
getJvmID() - Method in class db.DbManager
 
getKernelDomain() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
getKernelDomain() - Method in interface choco.kernel.solver.variables.set.SetDomain
 
getKernelDomainSize() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getKernelDomainSize() - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: Domains : retrieves the number of values in the kernel domain.
getKernelInf() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getKernelInf() - Method in interface choco.kernel.solver.variables.set.SetVar
 
getKernelIterator() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
getKernelIterator() - Method in interface choco.kernel.solver.variables.set.SetDomain
 
getKernelSup() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getKernelSup() - Method in interface choco.kernel.solver.variables.set.SetVar
 
getKey(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getKickRestart() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
getKnownIntensionalConstraint() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getL() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
 
getL(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
 
getL() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
getL(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
getLabel() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getLabel() - Method in class samples.multicostregular.asap.data.base.ASAPSkill
 
getLast(int, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
getLast() - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
 
getLast() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
getLastNode() - Method in interface choco.kernel.memory.IStateBinaryTree
Gets the node containing the greatest value in the tree
getLastNode() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
getLastState() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getLastState() - Method in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
getLastStaticIndex() - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Return the indice of the last static object
getLastStoredIndex() - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Return the indice of the last stored object
getLastVal() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Returns the maximal present value.
getLastVal() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
getLasVegasCoef(int) - Method in class choco.kernel.solver.search.restart.LubyRestartStrategy
 
getLayerIdx() - Method in class choco.kernel.model.constraints.automaton.LightState
 
getLCT() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getLCT() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the Latest Completion Time (LCT).
getLCT() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getLE(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getLeaf(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
getLeafTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
getLeafTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
getLeftChild() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
getLeftMember(IntRatio) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
getLength() - Method in class parser.absconparseur.ReflectionManager.DigestedFields
 
getLevel() - Method in class choco.kernel.model.constraints.automaton.State
 
getLevelAc() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getLevelIterator(int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getLightGraph() - Method in class choco.kernel.model.constraints.automaton.DFA
 
getLimit() - Method in class parser.absconparseur.components.PCumulative
 
getLimit() - Method in class parser.absconparseur.components.PWeightedSum
 
getLimitManager() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getLimitMsg(Solver) - Static method in class choco.cp.solver.configure.MessageFactory
 
getListTuples() - Method in class parser.absconparseur.components.PRelation
 
getLits() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
getLitZero() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
getLoads() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
getLoads() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getLoads() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getLoggingMaxDepth() - Method in class choco.cp.solver.CPSolver
Deprecated. 
getLoggingMaxDepth() - Static method in class choco.kernel.common.logging.ChocoLogging
get the maximal search depth for logging statements
getLoggingMaxDepth() - Method in interface choco.kernel.solver.Solver
Deprecated. 
getLoggingMaxDepth() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getLoggingMessage() - Method in class parser.instances.ReportFormatter
 
getLongestPath() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
getLongestPath() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
getLongestPathFromSource() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getLongestPathFromTink() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getLongestPathToSource() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getLongestPathToTink() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getLongestPathValue() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
getLongestPathValue() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
getLongTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getLongVectorTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getLow() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
getLow() - Method in class parser.flatzinc.ast.declaration.DInt2
 
getLowB() - Method in interface choco.kernel.model.variables.DoubleBoundedVariable
 
getLowB() - Method in interface choco.kernel.model.variables.IntBoundedVariable
 
getLowB() - Method in class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
getLowB() - Method in class choco.kernel.model.variables.real.RealExpressionVariable
 
getLowB() - Method in class choco.kernel.model.variables.set.SetConstantVariable
 
getLowB() - Method in class choco.kernel.model.variables.set.SetExpressionVariable
 
getLowBound() - Method in class choco.visu.components.bricks.AChocoBrick
Return the lower bound of a variable
getLowerBound() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
getLowerBound() - Method in class choco.kernel.common.opres.pack.ComputeL0
 
getLowerCaseGlobalNameOf(String) - Static method in class parser.absconparseur.InstanceTokens
 
getLrel() - Method in class parser.absconparseur.components.PRelation
 
getLS(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getLST() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
getLST() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getLST() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the Latest Starting Time (LST).
getLST() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getM() - Method in class parser.chocogen.ChocoFactory
 
getMagicSum(int) - Static method in class samples.tutorials.puzzles.MagicSquare
 
getMainLogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getMakespan() - Method in class choco.cp.solver.CPSolver
 
getMakespan() - Method in interface choco.kernel.solver.Solver
Get the makespan variable if any
getMakespan() - Method in interface choco.kernel.solver.variables.scheduling.IRMakespan
 
getMakespan() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getMakespanValue() - Method in class choco.cp.solver.CPSolver
 
getMakespanValue() - Method in interface choco.kernel.solver.Solver
get the makespan value or +inf.
getMakespanValue() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getManager() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
getManager() - Method in class choco.kernel.solver.branch.AbstractBranchingStrategy
 
getMandatorySuccessors() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
 
getMapOfConstraints() - Method in class parser.absconparseur.tools.InstanceParser
 
getMapOfDomains() - Method in class parser.absconparseur.tools.InstanceParser
 
getMapOfPredicat() - Method in class parser.absconparseur.tools.InstanceParser
 
getMapOfRelations() - Method in class parser.absconparseur.tools.InstanceParser
 
getMapOfVariables() - Method in class parser.absconparseur.tools.InstanceParser
 
getMatrix() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getMax() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Returns the maximum (top) element from the Heap
getMax(PRelation) - Method in class parser.chocogen.RelationFactory
return the minimum value of the variables on which prel holds.
getMaxAbsoluteValue() - Method in class parser.absconparseur.components.PDomain
 
getMaxCapacity() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
getMaxCapacity() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getMaxCapacity() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICapacitedResource
 
getMaxCliques() - Method in class choco.cp.common.util.preprocessor.graph.MaxCliques
 
getMaxConsecutiveWorkingWeekEnds() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxConsecutiveWorkingWeekEndsPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxConstraintArity() - Method in class parser.absconparseur.tools.InstanceParser
 
getMaxConstraintRAity() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
getMaxConsumption() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
getMaxConsumption() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getMaxConsumption(IRTask) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getMaxConsumption() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICapacitedResource
 
getMaxConsumption() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
getMaxDaysOff() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxDaysOffPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxDuration() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getMaxDuration() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the maximum duration.
getMaxDuration() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getMaxFlow(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
getMaxFlow(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
getMaxHeight() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getMaxHeight() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
getMaximalCost() - Method in class parser.absconparseur.components.PConstraint
 
getMaximalCost() - Method in class parser.absconparseur.components.PExtensionConstraint
 
getMaximalCost() - Method in class parser.absconparseur.components.PRelation
 
getMaximalCost() - Method in class parser.absconparseur.components.PSoftRelation
 
getMaximumBoundary(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
getMaximumLoad() - Method in class choco.kernel.common.opres.nosum.NoSumList
Gets the candidates load.
getMaximumNumberOfBins() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
getMaxMemory() - Static method in class db.DbManager
return the maximum memory in Mo.
getMaxNumAssignment() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxNumAssignmentPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxObjValue() - Method in class parser.instances.checker.OptimSChecker
 
getMaxOcc(int) - Method in class choco.cp.solver.constraints.global.BoundGcc
 
getMaxOcc(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
getMaxOverStaffing() - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
getMaxProfileCoord() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
getMaxProfileValue() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
getMaxs() - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
getMaxShiftsPerDay() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxShiftsPerDay() - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
getMaxShiftsPerWeek() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxShiftsPerWeekPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxShiftType(ASAPShift) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxShiftTypesPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxVal(int, int) - Method in class choco.cp.solver.search.task.ordering.RandomOrdering
 
getMaxVal(double, double) - Method in class choco.cp.solver.search.task.ordering.RandomOrdering
 
getMaxValue() - Method in class parser.absconparseur.components.PDomain
 
getMaxWeekEndDays() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxWeekEndDaysPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxWorkingWeekEnds() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaxWorkingWeekEndsPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMaybe() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getMeasures() - Method in class choco.kernel.solver.Solution
 
getMemoryInformation() - Static method in class parser.absconparseur.Toolkit
 
getMergedVertices(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
getMin() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Returns the minimum (top) element from the Heap.
getMin(PRelation) - Method in class parser.chocogen.RelationFactory
return the minimum value of the variables on which prel holds.
getMinCapacity() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
getMinCapacity() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICapacitedResource
 
getMinConsecutiveFreeDays() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinConsecutiveFreeDaysPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinConsecutiveWorkingDays() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinConsecutiveWorkingDaysPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinConsumption() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
getMinConsumption() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getMinConsumption(IRTask) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getMinConsumption() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICapacitedResource
 
getMinConsumption() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
getMinCost() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
 
getMinDaysOff() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinDaysOffPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinDuration() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getMinDuration() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the minimum duration.
getMinDuration() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getMinFlow(int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
getMinFlow(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
getMinHeight() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getMinHeight() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
getMinimumBoundary(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
getMinimumNumberOfBins() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
getMinMaxPathCostForAssignment(int, int, int...) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
getMinMaxPathCostForAssignment(int, int, int...) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
getMinMaxPathCostForAssignment(int, int, int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
getMinMaxPathCostForAssignment(int, int, int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
getMinObjValue() - Method in class parser.instances.checker.OptimSChecker
 
getMinOcc(int) - Method in class choco.cp.solver.constraints.global.BoundGcc
 
getMinOcc(int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
getMinPathCost(int...) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
getMinPathCost(int...) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
getMinPathCost(int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
getMinPathCost(int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
getMinPathCostForAssignment(int, int, int...) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
getMinPathCostForAssignment(int, int, int...) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
getMinPathCostForAssignment(int, int, int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
getMinPathCostForAssignment(int, int, int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
getMins() - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
getMinShiftsPerWeek() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinShiftsPerWeekPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinShiftType(ASAPShift) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinShiftTypesPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinUnderStaffing() - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
getMinVal(int, int) - Method in class choco.cp.solver.search.task.ordering.RandomOrdering
 
getMinVal(double, double) - Method in class choco.cp.solver.search.task.ordering.RandomOrdering
 
getMinValue() - Method in class parser.absconparseur.components.PDomain
 
getMinVar(List<IntDomainVar>) - Method in class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
getMinVar(IntDomainVar[]) - Method in class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
getMinVar(AbstractIntSConstraint) - Method in class choco.kernel.solver.search.integer.DoubleHeuristicIntVarSelector
 
getMinVar(List<IntDomainVar>) - Method in class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
getMinVar(IntDomainVar[]) - Method in class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
getMinVar(AbstractIntSConstraint) - Method in class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
getMinVar(List<IntDomainVar>) - Method in class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
getMinVar(IntDomainVar[]) - Method in class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
getMinVar(AbstractIntSConstraint) - Method in class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
getMinViolatedConstraints() - Method in class parser.absconparseur.tools.InstanceParser
 
getMinWeekEndDays() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinWeekEndDaysPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinWorkingWeekEnds() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMinWorkingWeekEndsPenalty() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getMod2Sol() - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
getMode() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
getMode() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
getModel() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
getModel() - Method in class choco.cp.solver.constraints.global.geost.util.RandomProblemGenerator
 
getModel() - Method in class choco.cp.solver.CPSolver
Retrieves the model of the entity
getModel() - Method in interface choco.kernel.solver.Solver
 
getModel() - Method in class parser.instances.AbstractInstanceModel
 
getModel() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getModelID(Solver) - Method in class db.DbManager
 
getModellingMsg(Solver) - Static method in class choco.cp.solver.configure.MessageFactory
 
getModelScope() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
getModelScope() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
getModelScope() - Method in class choco.kernel.solver.constraints.reified.INode
Compute the set of model variable involved in this predicat
getModifiedObject() - Method in class choco.kernel.solver.propagation.event.ConstraintEvent
 
getModifiedObject() - Method in interface choco.kernel.solver.propagation.event.PropagationEvent
Returns the object, whose modification is described by the event
getModifiedObject() - Method in class choco.kernel.solver.propagation.event.VarEvent
Returns the touched variable.
getModifiedVar() - Method in class choco.kernel.solver.propagation.event.VarEvent
Returns the touched variable.
getMonth() - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
getMultipleVarIterator() - Method in class choco.cp.model.CPModel
 
getMultipleVarIterator() - Method in interface choco.kernel.model.Model
Retrieves an iterator over MultipleVariables of the model (if stored)
getN() - Method in class choco.kernel.common.opres.graph.GraphDTC
 
getName() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
getName() - Method in class choco.kernel.common.opres.ssp.BellmanWithLists
 
getName() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
getName() - Method in interface choco.kernel.model.constraints.Constraint
 
getName() - Method in enum choco.kernel.model.constraints.ConstraintType
 
getName() - Method in class choco.kernel.model.variables.AbstractVariable
 
getName() - Method in interface choco.kernel.model.variables.Variable
 
getName() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getName() - Method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
getName() - Method in class choco.kernel.solver.search.restart.NoRestartStrategy
 
getName() - Method in interface choco.kernel.solver.search.restart.UniversalRestartStrategy
 
getName() - Method in class choco.kernel.solver.variables.AbstractVar
 
getName() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
getName() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
getName() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
getName() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the name of the task.
getName() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getName() - Method in interface choco.kernel.solver.variables.Var
 
getName() - Method in class db.DbTableView
 
getName() - Method in class parser.absconparseur.components.PConstraint
 
getName() - Method in class parser.absconparseur.components.PDomain
 
getName() - Method in class parser.absconparseur.components.PFunction
 
getName() - Method in class parser.absconparseur.components.PPredicate
 
getName() - Method in class parser.absconparseur.components.PRelation
 
getName() - Method in class parser.absconparseur.components.PVariable
 
getName(int) - Method in class parser.absconparseur.ReflectionManager.DigestedFields
 
getName() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
getName() - Method in enum parser.instances.ResolutionStatus
 
getName() - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
getNb() - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
get the current counter
getNb() - Method in class choco.kernel.solver.search.limit.BackTrackLimit
 
getNb() - Method in class choco.kernel.solver.search.limit.FailLimit
 
getNb() - Method in class choco.kernel.solver.search.limit.NodeLimit
 
getNb() - Method in class choco.kernel.solver.search.limit.NoLimit
 
getNb() - Method in class choco.kernel.solver.search.limit.RestartLimit
 
getNb() - Method in class choco.kernel.solver.search.limit.SolutionLimit
 
getNb() - Method in class choco.kernel.solver.search.limit.TimeLimit
 
getNbArcs() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getNbBins() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
getNbBins() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getNbBins() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getNbBooleanVars() - Method in class choco.cp.solver.CPSolver
 
getNbBooleanVars() - Method in interface choco.kernel.solver.Solver
Returns the number of variables modelling boolean.
getNbBooleanVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbBoolVar() - Method in class choco.cp.model.CPModel
return the number of boolean variable (with binary domain) of the model
getNbCandidates() - Method in class choco.kernel.common.opres.nosum.NoSumList
 
getNbCard() - Method in class samples.rackconfig.Instances
 
getNbCardTypes() - Method in class samples.rackconfig.Instances
 
getNbCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
getNbCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getNbChoices() - Method in class choco.kernel.solver.goals.solver.ChoicePoint
 
getNbClause() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
getNbCliques() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
getNbCliques() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
getNbComponents() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
getNbConstants() - Method in class choco.cp.solver.CPSolver
 
getNbConstants() - Method in interface choco.kernel.solver.Solver
retrieving the total number of constants
getNbConstants() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbConstantVars() - Method in class choco.cp.model.CPModel
Returns the number of variables modelling constant.
getNbConstantVars() - Method in interface choco.kernel.model.Model
Returns the number of variables modelling constant.
getNbConstraint(Model) - Method in interface choco.kernel.model.IConstraintList
 
getNbConstraint(Model) - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
getNbConstraint() - Method in class choco.kernel.model.variables.AbstractVariable
Deprecated. 
getNbConstraint(Model) - Method in class choco.kernel.model.variables.AbstractVariable
 
getNbConstraint(Model) - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
getNbConstraint() - Method in interface choco.kernel.model.variables.Variable
Deprecated. 
getNbConstraintByType(ConstraintType) - Method in class choco.cp.model.CPModel
 
getNbConstraintByType(ConstraintType) - Method in interface choco.kernel.model.Model
Return the number of constraint of a certain type
getNbConstraints() - Method in class choco.cp.model.CPModel
retrieving the total number of constraint
getNbConstraints() - Method in class choco.cp.solver.CPSolver
 
getNbConstraints() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getNbConstraints() - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Returns the number of constraints
getNbConstraints() - Method in interface choco.kernel.model.Model
retrieving the total number of constraints over integers
getNbConstraints() - Method in interface choco.kernel.solver.Solver
retrieving the total number of constraints over integers
getNbConstraints() - Method in class choco.kernel.solver.variables.AbstractVar
Returns the number of constraints involving the variable.
getNbConstraints() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
Returns the number of listeners involving the variable.
getNbConstraints() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Returns the number of constraints involving the variable.
getNbConstraints() - Method in interface choco.kernel.solver.variables.Var
Returns the number of listeners involving the variable.
getNbCopy() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
getNbDays() - Method in class samples.multicostregular.asap.ASAPCPModel
 
getNBDomain() - Method in class parser.absconparseur.tools.InstanceParser
 
getNbEdges() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getNbEdges() - Method in class choco.kernel.common.opres.graph.GraphDTC
 
getNbElement() - Method in class choco.kernel.common.util.objects.BooleanSparseMatrix
get the number of element contained in the matrix
getNbElement() - Method in interface choco.kernel.common.util.objects.ISparseMatrix
get the number of element contained in the matrix
getNbEmployees() - Method in class samples.multicostregular.asap.ASAPCPModel
 
getNbEntailedClauseFrom(int, int) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
getNbExtensionConstraints() - Method in class parser.absconparseur.tools.InstanceParser
 
getNbGlobalConstraints() - Method in class parser.absconparseur.tools.InstanceParser
 
getNbInstances() - Static method in class samples.rackconfig.Instances
 
getNbInstanciated(int) - Method in class samples.multicostregular.asap.heuristics.ASAPVarSelector
 
getNbIntConstants() - Method in class choco.cp.solver.CPSolver
 
getNbIntConstraints() - Method in class choco.cp.solver.CPSolver
retrieving the total number of constraints over integers
getNbIntConstraints() - Method in interface choco.kernel.solver.Solver
retrieving the total number of constraints
getNbIntConstraints() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbIntensionConstraints() - Method in class parser.absconparseur.tools.InstanceParser
 
getNbInternalNodes() - Method in interface choco.kernel.common.opres.graph.ITree
 
getNbInternalNodes() - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
getNbIntVars() - Method in class choco.cp.model.CPModel
retrieving the total number of variables
getNbIntVars() - Method in class choco.cp.solver.CPSolver
retrieving the total number of variables
getNbIntVars() - Method in interface choco.kernel.model.Model
retrieving the total number of variables
getNbIntVars() - Method in class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
 
getNbIntVars() - Method in interface choco.kernel.solver.Solver
retrieving the total number of integer variables
getNbIntVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbItems() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
getNbItems() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getNbItems() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getNbLeaves() - Method in interface choco.kernel.common.opres.graph.ITree
 
getNbLeaves() - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
getNbLeft() - Method in class choco.kernel.common.util.objects.BipartiteSet
Returns the number of elements in the left part.
getNbLeftVertices() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
getNbLevel() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getNbMax() - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
getNbNodes() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getNbNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
 
getNbNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getNbNodes() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getNbNodes() - Method in class parser.chocogen.XmlModel
 
getNbObjects() - Method in class choco.kernel.common.util.objects.BipartiteSet
Returns the number of objects in the set.
getNbOfDomainVariables() - Method in class choco.cp.solver.constraints.global.geost.Setup
This function calculates the number of the domain variables in our problem.
getNbOfObjects() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getNbOfShapes() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getNbOmegaTasks() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getNbOne() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
getNbOptionalTasks() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getNbOptionalTasks() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getNbOptionalTasks() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getNbOptionalTasks() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResourceParameters
 
getNbOptionalTasks() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getNbParameters() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
getNbParameters() - Method in interface choco.kernel.common.opres.graph.INodeLabel
 
getNbPendingEvents() - Method in class choco.cp.solver.propagation.ChocoEngine
Return the number of pending events.
getNbPositiveLiterals() - Method in class choco.kernel.model.constraints.cnf.ALogicTree
Computes and returns the number of positive literals contained in the direct level.
getNbPositiveLiterals() - Method in class choco.kernel.model.constraints.cnf.Literal
 
getNbPositiveLiterals() - Method in class choco.kernel.model.constraints.cnf.Node
 
getNbPositiveLiterals() - Method in class choco.kernel.model.constraints.cnf.Singleton
 
getNbPredecessors(int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
getNbRackModels() - Method in class samples.rackconfig.Instances
 
getNbRacks() - Method in class samples.rackconfig.Instances
 
getNbRealConstants() - Method in class choco.cp.solver.CPSolver
 
getNbRealVars() - Method in class choco.cp.model.CPModel
Returns the number of variables modelling real numbers.
getNbRealVars() - Method in class choco.cp.solver.CPSolver
Returns the number of variables modelling real numbers.
getNbRealVars() - Method in interface choco.kernel.model.Model
Returns the number of variables modelling real numbers.
getNbRealVars() - Method in interface choco.kernel.solver.Solver
Returns the number of variables modelling real numbers.
getNbRealVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbRegularTasks() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getNbRegularTasks() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getNbRegularTasks() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getNbRegularTasks() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResourceParameters
 
getNbRegularTasks() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getNbRemovals() - Method in class choco.kernel.solver.propagation.ShavingTools
 
getNbResources() - Method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
getNbResources() - Method in interface choco.kernel.model.constraints.automaton.FA.ICostAutomaton
 
getNbRight() - Method in class choco.kernel.common.util.objects.BipartiteSet
Returns the number of elements in the right part.
getNbSetVars() - Method in class choco.cp.model.CPModel
Returns the number of variables modelling real numbers.
getNbSetVars() - Method in class choco.cp.solver.CPSolver
Returns the number of variables modelling real numbers.
getNbSetVars() - Method in interface choco.kernel.model.Model
Returns the number of variables modelling real numbers.
getNbSetVars() - Method in class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
 
getNbSetVars() - Method in interface choco.kernel.solver.Solver
Returns the number of variables modelling real numbers.
getNbSetVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbSolutions() - Method in class choco.cp.solver.CPSolver
returns the number of solutions encountered during the search
getNbSolutions() - Method in interface choco.kernel.solver.Solver
returns the number of solutions encountered during the search
getNbSolutions() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbStates() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getNbStates() - Method in interface choco.kernel.model.constraints.automaton.FA.IAutomaton
 
getNbStoredMultipleVars() - Method in class choco.cp.model.CPModel
 
getNbStoredMultipleVars() - Method in interface choco.kernel.model.Model
Returns the number of stored multiple variables.
getNbSubConstraints() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getNbSubTrees() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
getNbSubTrees() - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
getNbSubTrees() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
getNbSubTrees() - Method in class choco.kernel.solver.constraints.reified.INode
 
getNbSuccessors(int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
getNbSupport(int, int) - Method in interface choco.kernel.solver.constraints.integer.extension.IterLargeRelation
returns the number of supports for the pair (var,val)
getNbSupport(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
return the number of supports of the pair (var, val) assuming the offset has already been removed
getNbSupportFor(List<int[]>, int) - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
return the number of tuples supporting each value of variable i
getNbSymbols() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getNbTasks() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getNbTasks() - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
getNbTasks() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getNbTasks() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResource
 
getNbTasks() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResourceParameters
 
getNbTasks() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getNbTaskVars() - Method in class choco.cp.solver.CPSolver
 
getNbTaskVars() - Method in interface choco.kernel.solver.Solver
Returns the number of variables modelling tasks.
getNbTaskVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNbTotVars() - Method in class choco.cp.model.CPModel
 
getNbTotVars() - Method in interface choco.kernel.model.Model
Return the total numbers of variables of the model
getNbTuples() - Method in class parser.absconparseur.components.PRelation
 
getNbValues() - Method in class parser.absconparseur.components.PDomain
 
getNbvar() - Method in class parser.chocogen.VariableFactory
 
getNbVariables() - Method in class parser.absconparseur.tools.InstanceParser
 
getNbVarNotInst() - Method in class choco.kernel.solver.constraints.AbstractSConstraint
CPRU 07/12/2007: DomOverWDeg implementation This method returns the number of variables not already instanciated
getNbVars() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getNbVars() - Method in class choco.cp.solver.CPSolver
 
getNbVars() - Method in interface choco.kernel.model.IVariableArray
 
getNbVars() - Method in class choco.kernel.model.VariableArray
 
getNbVars() - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Returns the number of variables.
getNbVars() - Method in class choco.kernel.solver.constraints.Formula
 
getNbVars() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getNbVars() - Method in interface choco.kernel.solver.constraints.SConstraint
Network management: Get the number of variables involved in the constraint.
getNbVars() - Method in interface choco.kernel.solver.Solver
retrieving the total number of variables
getNbZero() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
getNewInfForObj() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.RightMemberBounds
 
getNewInfForObj() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.SimpleRightMemberBounds
 
getNewRelations() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
getNewSupForObj() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.RightMemberBounds
 
getNewSupForObj() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.SimpleRightMemberBounds
 
getNext(IntDomainVar, int) - Static method in class choco.cp.solver.constraints.global.IncreasingNValue
 
getNext(int) - Method in class choco.kernel.model.constraints.automaton.State
 
getNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar.ValIteratorWrapper
 
getNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar.ValSelectorWrapper
 
getNextBranch(IntBranchingDecision) - Method in interface choco.cp.solver.search.integer.branching.AssignVar.ValueChooserWrapper
 
getNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
 
getNextBranch(Object, int) - Method in class choco.kernel.solver.branch.AbstractBinIntBranching
Deprecated.  
getNextBranch(Object, int) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Computes the search index of the next branch of the choice point.
getNextBranch(Object, Object) - Method in interface choco.kernel.solver.branch.ObjectBranching
When several decisions can be taken (for unsure extension for instance), this methos allows to choose next decisions.
getNextBranching() - Method in class choco.kernel.solver.branch.AbstractBranchingStrategy
Gets the next branching.
getNextCutoff(int) - Method in class choco.kernel.solver.search.restart.GeometricalRestartStrategy
 
getNextCutoff(int) - Method in class choco.kernel.solver.search.restart.LubyRestartStrategy
 
getNextCutoff(int) - Method in class choco.kernel.solver.search.restart.NoRestartStrategy
 
getNextCutoff(int) - Method in interface choco.kernel.solver.search.restart.UniversalRestartStrategy
 
getNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Gets the next value in the domain.
getNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
getNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
getNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Gets the next value in the domain.
getNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
getNextDomainValue(int) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Gets the next value in the domain.
getNextDomainValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : retrieves the value immediately (but strictly) after i in the domain
getNextIdx() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getNextOffset() - Method in class choco.kernel.memory.AbstractEnvironment
Return the next free bit in the shared StoredBitSetVector object
getNextOffset() - Method in interface choco.kernel.memory.IEnvironment
Return the next free bit in the shared StoredBitSetVector object
getNextTupleAfter(int[]) - Method in class parser.absconparseur.tools.LexicographicIterator
 
getNextVal(IntDomainVar, int) - Method in class choco.cp.solver.search.integer.valiterator.DecreasingDomain
generates the index of the next branch after branch i, on the alternative associated to variable x
getNextVal(IntDomainVar, int) - Method in class choco.cp.solver.search.integer.valiterator.IncreasingDomain
generates the index of the next branch after branch i, on the alternative associated to variable x
getNextVal(RealVar, int) - Method in class choco.cp.solver.search.real.RealIncreasingDomain
generates the index of the next branch after branch i, on the alternative associated to variable x
getNextVal(V, int) - Method in interface choco.kernel.solver.search.ValIterator
generates the index of the next branch after branch i, on the alternative associated to variable x
getNextValue(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
Be careful, there is no order in the domain values in this implementation !
getNextValue(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Returns the value following x
getNextValue(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Returns the value following x
getNextValue(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
gets the next value of x in this domain
getNextValue(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
getNextValue(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Looks for the value after x in the domain.
getNextValue(int) - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Returns the value following x if non exist return -1
getNextValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Accessing the smallest value stored in the domain and strictly greater than x.
getNextValue(int) - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
getNodeCount() - Method in class choco.cp.solver.CPSolver
Get the node count of the search algorithm
getNodeCount() - Method in class choco.cp.solver.search.GoalSearchLoop
 
getNodeCount() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getNodeCount() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
getNodeCount() - Method in interface choco.kernel.solver.search.measure.ISearchMeasures
Get the node count of the measure
getNodeCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getNodeCount() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
the table of all the nodes object that compose the input structure TreeParameters of a tree constraint
getNodes() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getNodeStatus(IBinaryNode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getNodeStatus(IBinaryNode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
getNodeStatus() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
getNogoodStore() - Method in class choco.cp.solver.CPSolver
 
getNonRedundantObjects(V[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
getNonRedundantObjects(Class, V[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
getNonRedundantSortedValues(int[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
create a new array which contains sorted distinct values;
getNonRedundantSortedValues(TIntArrayList) - Static method in class choco.kernel.common.util.tools.ArrayUtils
create an array which contains sorted distinct values. do not modify the original list
getNotInstanciatedVariableIterator() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
Iterator over non instanciated variables BEWARE: initial order is not preserved
getNproper() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
 
getNproper() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getNtree() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
 
getNTree() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getNumberOfBins() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
getNumFromVertCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getNumFromVertCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getObj() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
getObject(int) - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getObject(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
getObjectId() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Gets the Object id
getObjectId() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
getObjectId() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getObjectIds() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
Gets the list of object IDs that this external constraint affects.
getObjectIds() - Method in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
Gets the list of object IDs that this external constraint affects.
getObjectIdx() - Method in interface choco.kernel.memory.structure.IndexedObject
 
getObjectIdx() - Method in class choco.kernel.model.constraints.automaton.LightState
 
getObjectIdx() - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
getObjectIdx() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
 
getObjectIdx() - Method in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc
 
getObjectIterator() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
getObjective() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
 
getObjective() - Method in class choco.cp.solver.CPSolver
 
getObjective() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getObjective() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getObjective() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
getObjective() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getObjective() - Method in interface choco.kernel.solver.search.IObjectiveManager
 
getObjective() - Method in interface choco.kernel.solver.Solver
 
getObjective() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getObjectiveFloor() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getObjectiveFloor() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getObjectiveFloor() - Method in interface choco.kernel.solver.search.IObjectiveManager
Currently best known bound on the optimal solution value of the problem.
getObjectiveManager() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getObjectiveManager() - Method in class choco.kernel.solver.search.AbstractOptimize
 
getObjectiveTarget() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getObjectiveTarget() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getObjectiveTarget() - Method in interface choco.kernel.solver.search.IObjectiveManager
the target for the objective function: we are searching for a solution at least as good as this (tentative bound)
getObjectiveValue() - Method in class choco.cp.solver.CPSolver
 
getObjectiveValue() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
getObjectiveValue() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
getObjectiveValue() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
getObjectiveValue() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
getObjectiveValue() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
getObjectiveValue() - Method in interface choco.kernel.solver.search.IObjectiveManager
v1.0 accessing the objective value of an optimization model (note that the objective value may not be instantiated, while all other variables are)
getObjectiveValue() - Method in interface choco.kernel.solver.search.measure.IOptimizationMeasures
Get the best objective value of a solution.
getObjectiveValue() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getObjectiveValue() - Method in class choco.kernel.solver.Solution
 
getObjectiveValue() - Method in class parser.instances.AbstractInstanceModel
 
getObjectiveValue() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getObjectKeys() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getObjectKeySet() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getObjects() - Method in class choco.cp.solver.constraints.global.geost.util.InputParser
 
getObjects() - Method in class choco.cp.solver.constraints.global.geost.util.RandomProblemGenerator
 
getObjects() - Method in class choco.kernel.common.DottyBean
 
getOdbFile() - Method in class db.EmbeddedDbConnector
 
getOffset() - Method in class choco.cp.solver.constraints.strong.SCVariable
 
getOffset() - Method in class choco.cp.solver.variables.integer.BooleanDomain
 
getOffset(int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
getOffset(int) - Method in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
getOffset(int) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
getOffset() - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
getOffset() - Method in class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
getOHook() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getOneMatrix(int) - Method in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
getOpenDomainIterator() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
getOpenDomainIterator() - Method in interface choco.kernel.solver.variables.set.SetDomain
 
getOperatingSystemID() - Method in class db.DbManager
 
getOperator() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
 
getOperator() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
 
getOperator() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
 
getOperator() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
 
getOperator() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
 
getOperator() - Method in class choco.kernel.model.variables.ComponentVariable
 
getOperator() - Method in class parser.absconparseur.components.PWeightedSum
 
getOperator() - Method in class samples.tutorials.lns.lns.Neighborhood
 
getOperatorClass() - Method in class choco.kernel.model.variables.ComponentVariable
 
getOpposite() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getOpposite() - Method in class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation
return the opposite relation of itself
getOpposite() - Method in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
compute the opposite relation by "reusing" the table of consistency
getOpposite() - Method in class choco.kernel.solver.constraints.integer.extension.CouplesTable
compute the opposite relation by "reusing" the table of consistency
getOpposite() - Method in class choco.kernel.solver.constraints.integer.extension.CouplesTest
 
getOpposite() - Method in class choco.kernel.solver.constraints.integer.extension.TuplesTable
 
getOpposite() - Method in class choco.kernel.solver.constraints.integer.extension.TuplesTest
 
getOppositeCoefficients() - Method in class choco.cp.solver.variables.integer.IntTerm
 
getOptimumValue() - Method in class choco.cp.solver.CPSolver
Deprecated. 
getOptimumValue() - Method in interface choco.kernel.solver.Solver
 
getOptimumValue() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getOption() - Method in class choco.kernel.common.util.bitmask.StringMask
 
getOptionIterator(String) - Static method in class choco.kernel.common.util.tools.StringUtils
 
getOptions() - Method in interface choco.kernel.model.IOptions
Get the pool of unique options
getOptions() - Method in class choco.kernel.model.ModelObject
 
getOrigin() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getOrigin() - Method in interface choco.kernel.model.constraints.ITemporalRelation
 
getOrigin() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
getOrigin() - Method in class parser.absconparseur.components.PTask
 
getOriginalIndex(int) - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
return the original index of the idx-th element of the permuted array
getOriginalIndex(int) - Method in class choco.kernel.common.util.comparator.Identity
 
getOriginalIndex(int) - Method in interface choco.kernel.common.util.comparator.IPermutation
retu
getOriginValue() - Method in class parser.absconparseur.components.PTask
 
getOtherVars(CPSolver) - Static method in class choco.cp.solver.preprocessor.PPSearch
 
getOutEdgeIterator(Node) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
getOutEdges(int) - Method in class choco.kernel.model.constraints.automaton.DFA
 
getOUTPUT_OF_RANDOM_GEN_PROB_TO_BE_READ_BY_HUMANS() - Method in class choco.cp.solver.constraints.global.geost.Constants
 
getOUTPUT_OF_RANDOM_GEN_PROB_TO_BE_USED_AS_INPUT() - Method in class choco.cp.solver.constraints.global.geost.Constants
 
getOutputDirectory() - Method in class parser.instances.AbstractInstanceModel
 
getOutputDirectory(Configuration) - Static method in class parser.instances.BasicSettings
 
getOutSymbols(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getOutSymbolsArray(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getP() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
getPanelName() - Method in class choco.kernel.visu.components.panels.AVarChocoPanel
Return the name of the ChocoPanel
getPanelName() - Method in interface choco.kernel.visu.components.panels.IChocoPanel
Return the name of the ChocoPanel
getParameter(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
getParameter(int) - Method in interface choco.kernel.common.opres.graph.INodeLabel
 
getParameter() - Method in class choco.kernel.common.opres.pack.AbstractFunctionDFF
 
getParameterNameFor(int) - Static method in class parser.absconparseur.InstanceTokens
 
getParameters() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
getParameters() - Method in class choco.kernel.model.constraints.ComponentConstraint
 
getParameters() - Method in class choco.kernel.model.constraints.ComponentConstraintWithSubConstraints
 
getParameters() - Method in class choco.kernel.model.variables.ComponentVariable
 
getParameters() - Method in class choco.visu.components.papplets.AChocoPApplet
 
getParser() - Method in class parser.instances.AbstractInstanceModel
 
getParseTime() - Static method in class parser.chocogen.XmlModel
 
getParseTime() - Method in class parser.instances.AbstractInstanceModel
 
getPathFinder() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
getPatterns() - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
getPendingEvent(int) - Method in class choco.cp.solver.propagation.ChocoEngine
getter without side effect: returns the i-ht pending event (without popping any event from the queues)
getPeriodEnd(int) - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
getPeriodEnd(int) - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getPeriodFirst() - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
getPeriodFirst() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getPeriodLast() - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
getPeriodLast() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getPeriodStart(int) - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
getPeriodStart(int) - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getPermutationIndex(int) - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
return the index in the permutation of the idx-th element
getPermutationIndex(int) - Method in class choco.kernel.common.util.comparator.Identity
 
getPermutationIndex(int) - Method in interface choco.kernel.common.util.comparator.IPermutation
return
getPosition() - Method in class parser.absconparseur.intension.terminal.VariableEvaluator
 
getPositionInScope(PVariable) - Method in class parser.absconparseur.components.PConstraint
 
getPostOrder(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
getPotentialRoots() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getPrecClosure() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getPrecConstraints() - Method in class samples.jobshop.TaillardJobShopProblem
 
getPrecedenceConstraint(ExpressionSConstraint) - Static method in class choco.cp.common.util.preprocessor.ExpressionTools
 
getPrecision() - Method in class choco.cp.solver.CPSolver
Deprecated. 
getPrecision() - Method in interface choco.kernel.solver.Solver
Deprecated.  
getPrecision() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getPrecs() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getPrecs() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
getPredecessors(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getPredecessors(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getPredecessors(int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
getPredicateNameFor(int) - Static method in class parser.absconparseur.InstanceTokens
 
getPredicatesMap() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
getPrefOverStaffing() - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
getPrefs() - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
getPrefUnderStaffing() - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
getPreProcessMsg(Configuration) - Static method in class choco.cp.solver.preprocessor.PreProcessConfiguration
 
getPreProcTime() - Method in class parser.instances.AbstractInstanceModel
 
getPreserved(IntDomainVar, IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getPreserved(TaskVar, TaskVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getPreservedDividend(IntDomainVar, IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getPreservedDividend(TaskVar, TaskVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getPreservedDivisor(IntDomainVar, IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getPreservedDivisor(TaskVar, TaskVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getPrev(IntDomainVar, int) - Static method in class choco.cp.solver.constraints.global.IncreasingNValue
 
getPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Gets the previous value in the domain.
getPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
getPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
getPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Gets the previous value in the domain.
getPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
getPrevDomainValue(int) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Gets the previous value in the domain.
getPrevDomainValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : retrieves the value immediately (but strictly) before i in the domain.
getPrevValue(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
Be careful, there is no order in the domain values in this implementation !
getPrevValue(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Returns the value preceding x
getPrevValue(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Returns the value preceding x
getPrevValue(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
gets the previous value of x in this domain
getPrevValue(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
getPrevValue(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Looks for the value before x in the domain.
getPrevValue(int) - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Returns the value preceding x if non exist return -1
getPrevValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Accessing the largest value stored in the domain and strictly smaller than x.
getPriority() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
getPriority() - Method in interface choco.kernel.common.util.objects.IPrioritizable
Returns the priority of the object.
getPriority() - Method in class choco.kernel.memory.structure.APartiallyStoredCstrList
Return the minimum priority of the constraints in this
getPriority() - Method in class choco.kernel.solver.propagation.event.ConstraintEvent
Returns the priority of the var.
getPriority() - Method in class choco.kernel.solver.propagation.event.VarEvent
 
getPriority() - Method in class choco.kernel.solver.propagation.Propagator
Propagation: Accessing the priority level of the queue handling the propagation of the constraint.
getPriority() - Method in class choco.kernel.solver.variables.AbstractVar
 
getPriority() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
getPriority() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
getPriority() - Method in interface choco.kernel.solver.variables.Var
Return the priority of this according to the related constraints (minimum over all constraints priority)
getProblemName() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getProfIncrement() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
getPropagatedEvents() - Method in class choco.kernel.solver.propagation.event.VarEvent
 
getPropagationEngine() - Method in class choco.cp.solver.CPSolver
Returns the propagation engine associated to the model
getPropagationEngine() - Method in interface choco.kernel.solver.Solver
Returns the propagation engine associated to the model
getPropagationEngine() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getQ(int, int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
getQij(int, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
getQSize(int, int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
getQuick(int) - Method in class choco.kernel.memory.structure.StoredBipartiteSet
 
getRackCapacity(int) - Method in class samples.rackconfig.Instances
 
getRackMaxPower(int) - Method in class samples.rackconfig.Instances
 
getRackPrice(int) - Method in class samples.rackconfig.Instances
 
getRadius() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
getRadius() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getRandomCostMatrix(int, int, long) - Method in class samples.multicostregular.planner.InstanceMaker
 
getRandomDomainValue() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Returns a randomly choosed value in the domain.
getRandomDomainValue() - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
getRandomDomainValue() - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
getRandomDomainValue() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Returns a randomly choosed value in the domain.
getRandomDomainValue() - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
getRandomDomainValue() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Returns a randomly choosed value in the domain.
getRandomDomainValue() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : retrieves a value drawn at random (uniform distribution) from the domain.
getRandomPackingPb(int, int, int) - Method in class samples.tutorials.to_sort.BinPacking
 
getRandomValue() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
getRandomValue() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Returns a value randomly choosed in the domain.
getRandomValue() - Method in class choco.cp.solver.variables.integer.BooleanDomain
Returns a value randomly choosed in the domain.
getRandomValue() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Easy way to get a random value in the domain Definitely not selected through an uniform distribution TODO: Find a better way to select a value really at random
getRandomValue() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
getRandomValue() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Returns a value randomly choosed in the domain.
getRandomValue() - Method in interface choco.kernel.solver.variables.integer.IntDomain
Draws a value at random from the domain.
getRatios() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
getRatios() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.IntVarRatioSelector
 
getRatioSelector() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
getRawInstanceName(String) - Static method in class parser.absconparseur.Toolkit
 
getReached() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.SearchInfeasible
 
getReadingTimeCount() - Method in class choco.cp.solver.CPSolver
Get the time spent in reading the model
getReadingTimeCount() - Method in interface choco.kernel.solver.search.measure.IPreSolveMeasures
 
getReadingTimeCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getRealConstant(double) - Method in class choco.cp.solver.CPSolver
 
getRealConstant(double) - Method in interface choco.kernel.solver.Solver
Returns the constant corresponding to the real i.
getRealConstant(double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRealConstantSet() - Method in class choco.cp.solver.CPSolver
 
getRealConstantSet() - Method in interface choco.kernel.solver.Solver
Returns the collection of real constant values
getRealConstantSet() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRealDecisionVars() - Method in class choco.cp.solver.CPSolver
get the list of decision real variables.
getRealDecisionVars() - Method in interface choco.kernel.solver.Solver
get the list of decision real variables.
getRealDecisionVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRealExp(Solver, Variable) - Method in class choco.cp.model.managers.RealConstraintManager
 
getRealValue(int) - Method in class choco.kernel.solver.Solution
 
getRealVar(int) - Method in class choco.cp.model.CPModel
Returns a real variable.
getRealVar(int) - Method in class choco.cp.solver.CPSolver
Returns a real variable.
getRealVar(int) - Method in interface choco.kernel.model.Model
Returns a real variable.
getRealVar(int) - Method in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
getRealVar(int) - Method in interface choco.kernel.solver.Solver
Returns a real variable.
getRealVar(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRealVarIndex(RealVar) - Method in class choco.cp.solver.CPSolver
 
getRealVarIterator() - Method in class choco.cp.model.CPModel
 
getRealVarIterator() - Method in class choco.cp.solver.CPSolver
 
getRealVarIterator() - Method in interface choco.kernel.model.Model
Retrieves an iterator over RealVariables of the model
getRealVarIterator() - Method in interface choco.kernel.solver.Solver
 
getRealVarIterator() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRealVarNb() - Method in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
getRealVarQuick(int) - Method in class choco.cp.solver.CPSolver
 
getRealVarQuick(int) - Method in interface choco.kernel.solver.Solver
 
getRealVarQuick(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRealVars(Solver) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getRecomputationGap(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
getRecomputationGap() - Method in class choco.cp.solver.CPSolver
Deprecated. 
getReducedGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getReduction(BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getReduction() - Method in class choco.cp.solver.CPSolver
Deprecated. 
getReduction() - Method in interface choco.kernel.solver.Solver
Deprecated.  
getReduction() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRegret(int, int, int...) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
getRegret(int, int, int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
getRegret(int, int, int...) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
getRelatedExternalConstraints() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Gets all Related External Constraints to this object.
getRelatedInternalConstraints() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Gets all Related Internal Constraints to this object.
getRelation() - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
getRelation() - Method in class choco.kernel.solver.constraints.integer.extension.CspBinSConstraint
 
getRelation() - Method in class parser.absconparseur.components.PExtensionConstraint
 
getRelationalOperatorFor(String) - Static method in enum parser.absconparseur.PredicateTokens.RelationalOperator
 
getRelationNameFor(int) - Static method in class parser.absconparseur.InstanceTokens
 
getRelationOffset(int) - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
 
getRelationsMap() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
getRelativeClassNameOf(Class) - Static method in class parser.absconparseur.Toolkit
 
getRelativeClassNameOf(Object) - Static method in class parser.absconparseur.Toolkit
 
getRelativeParentPackageNameOf(Class) - Static method in class parser.absconparseur.Toolkit
 
getReleased() - Method in class choco.cp.solver.variables.integer.IntCsteEvent
 
getReleased() - Method in class choco.cp.solver.variables.integer.IntVarEvent
 
getReleased() - Method in class choco.cp.solver.variables.real.RealVarEvent
 
getReleased() - Method in class choco.cp.solver.variables.set.SetVarEvent
 
getReleasedDeltaDomain() - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
checks whether the delta domain has indeed been released (ie: chechks that no domain updates are pending)
getReleasedDeltaDomain() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
checks whether the delta domain has indeed been released (ie: chechks that no domain updates are pending)
getReleasedDeltaDomain() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
getReleasedDeltaDomain() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
 
getReleasedDeltaDomain() - Method in interface choco.kernel.solver.variables.integer.IntDomain
checks whether the delta domain has indeed been released (ie: chechks that no domain updates are pending)
getReleasedDeltaDomain() - Method in interface choco.kernel.solver.variables.real.RealDomain
 
getReleasedDeltaDomain() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
getRelForbidRegions() - Method in class choco.cp.solver.constraints.global.geost.frames.Frame
Gets the Relative forbidden regions of this frame.
getRelForbidRegions(int) - Method in class choco.cp.solver.constraints.global.geost.frames.Frame
Gets the Relative forbidden regions of a certain shape id.
getRemainingSpace(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getRemIterator() - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
getRepresentative() - Method in class parser.absconparseur.components.PVariable
 
getRequest(int, int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
getRequestOn() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getRequests(int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
getRequiredLoad() - Method in class choco.kernel.common.opres.nosum.NoSumList
Gets the required load.
getRequiredSpace(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getResetIntValue(IVilimTree.TreeMode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
getResetLongValue(IVilimTree.TreeMode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
getResourceView() - Method in class choco.visu.components.chart.ui.DefaultResourceView
 
getResourceView() - Method in interface choco.visu.components.chart.ui.IResourceNode
 
getRespGrayDuration() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
getRespGrayTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
getResponsibleTask() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getResponsibleTask() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
getResponsibleTask() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaLambdaTree
 
getResponsibleTOTask() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getResponsibleTOTask() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaOmegaTree
 
getRespTODuration() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
getRespTOTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
getRestartCount() - Method in class choco.cp.solver.CPSolver
 
getRestartCount() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getRestartCount() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
getRestartCount() - Method in interface choco.kernel.solver.search.measure.ISearchMeasures
Get the restart count of the measure
getRestartCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getRestartCount() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getRestartCutoff() - Method in class choco.cp.solver.search.SearchLimitManager
 
getRestartFromStrategyCount() - Method in class choco.cp.solver.search.SearchLimitManager
 
getRestartFromStrategyCount() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
get the number of restarts caused by the restart strategy.
getRestartLimit() - Method in class choco.cp.solver.search.SearchLimitManager
 
getRestartMsg(Solver) - Static method in class choco.cp.solver.configure.MessageFactory
 
getRestartStrategy() - Method in class choco.cp.solver.search.SearchLimitManager
 
getRestartStrategy() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
get the restart strategy, if any.
getRestartStrategyLimit() - Method in class choco.cp.solver.search.SearchLimitManager
 
getResTime() - Static method in class parser.chocogen.XmlModel
 
getResTime() - Method in class parser.instances.AbstractInstanceModel
 
getRestrictedSCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
methode principale: calculer le nombre de cfc crees par le retrait d'un sommet
getReusableInitialTrace() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getRevGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getRevTcGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getRevTrGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getRightChild() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
getRightMember(IntRatio) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
getRoot() - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
getRoot() - Method in interface choco.kernel.memory.IStateBinaryTree
Gets the root of the tree
getRoot() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
getRootNode() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getRootStatus() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getRootStatus() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
getRscName() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getRscName() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getRscName() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getRscName() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResourceParameters
 
getRscName() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getRTask(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getRTask(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getRTask(int) - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getRTask(int) - Method in interface choco.kernel.solver.constraints.global.scheduling.IResource
 
getRTaskIterator() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getRTaskIterator() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getRTaskIterator() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getRTaskIterator() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResource
 
getRules() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
getRUN_MODE() - Method in class choco.cp.solver.constraints.global.geost.Constants
 
getRuntimeID() - Method in class db.DbManager
 
getSatEncoding() - Method in class parser.absconparseur.components.PRelation
 
getSatisfiable() - Method in class parser.absconparseur.tools.InstanceParser
 
getSatisfiedValue(DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
getSatisfiedValue(DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
getSatisfiedValue(DisposableIntIterator) - Method in class choco.cp.solver.constraints.set.MinOfASet
 
getSBoxes() - Method in class choco.cp.solver.constraints.global.geost.util.RandomProblemGenerator
 
getScalarConstraint(ExpressionSConstraint, CPSolver) - Static method in class choco.cp.common.util.preprocessor.ExpressionTools
Try to recognize that the expression is a scalar.
getScaleFactor() - Method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
getScaleFactor() - Method in class choco.kernel.solver.search.restart.NoRestartStrategy
 
getScaleFactor() - Method in interface choco.kernel.solver.search.restart.UniversalRestartStrategy
 
getSConstraint() - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
getScope(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
getScope(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
getScope(Solver) - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
getScope(Solver) - Method in class choco.kernel.solver.constraints.reified.INode
Compute the set of solver variable involved in this predicat
getScope() - Method in class parser.absconparseur.components.PConstraint
 
getSearchLimit() - Method in class choco.cp.solver.search.SearchLimitManager
 
getSearchLogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getSearchLoop() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getSearchStrategy() - Method in class choco.cp.solver.CPSolver
 
getSearchStrategy() - Method in class choco.cp.solver.search.restart.AbstractKickRestart
 
getSearchStrategy() - Method in interface choco.cp.solver.search.restart.IKickRestart
 
getSearchStrategy() - Method in class choco.cp.solver.search.SearchLimitManager
 
getSearchStrategy() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
getSearchStrategy() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
 
getSearchStrategy() - Method in interface choco.kernel.solver.search.ISearchLoop
 
getSearchStrategy() - Method in interface choco.kernel.solver.search.ISolutionPool
 
getSearchStrategy() - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
getSearchStrategy() - Method in interface choco.kernel.solver.Solver
 
getSearchStrategy() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated. ****************************************************************************** ******************************************************************************** SPECIFIC CPSolver ******************************************************************************** *******************************************************************************
getSeed() - Method in class parser.instances.AbstractInstanceModel
 
getSelectionDescription() - Method in class samples.random.RandomListGenerator
 
getSemantics() - Method in class parser.absconparseur.components.PRelation
 
getSeparator(int) - Static method in class parser.absconparseur.Toolkit
 
getSequenceExample(int) - Method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
getSetCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getSetDecisionVars() - Method in class choco.cp.solver.CPSolver
get the list of decision set variables.
getSetDecisionVars() - Method in interface choco.kernel.solver.Solver
get the list of decision set variables.
getSetDecisionVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getSetDomain() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
getSetValue(int) - Method in class choco.kernel.solver.Solution
 
getSetVar(int) - Method in class choco.cp.model.CPModel
Returns a set variable.
getSetVar(int) - Method in class choco.cp.solver.CPSolver
Returns a set variable.
getSetVar(Solver, Variable[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getSetVar(int) - Method in interface choco.kernel.model.Model
Returns a set variable.
getSetVar(int) - Method in class choco.kernel.solver.constraints.set.AbstractBinSetIntSConstraint
Gets the ith search valued variable.
getSetVar(int) - Method in interface choco.kernel.solver.Solver
Returns a set variable.
getSetVar(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getSetVarIndex(SetVar) - Method in class choco.cp.solver.CPSolver
 
getSetVarIterator() - Method in class choco.cp.model.CPModel
 
getSetVarIterator() - Method in class choco.cp.solver.CPSolver
 
getSetVarIterator() - Method in interface choco.kernel.model.Model
Retrieves an iterator over SetVariables of the model
getSetVarIterator() - Method in interface choco.kernel.solver.Solver
 
getSetVarIterator() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getSetVarQuick(int) - Method in class choco.cp.solver.CPSolver
 
getSetVarQuick(int) - Method in interface choco.kernel.solver.Solver
 
getSetVarQuick(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getSetVars(Solver) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getSetVertex() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedNode
 
getShape(int) - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getShapeId() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Gets the Shape id domain variable
getShapeId() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
getShapeId() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getShapeId() - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
getShapeKeys() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getShapeKeySet() - Method in class choco.cp.solver.constraints.global.geost.Setup
 
getShapes() - Method in class choco.cp.solver.constraints.global.geost.util.InputParser
 
getSharedBipartiteSetForBooleanVars() - Method in class choco.kernel.memory.AbstractEnvironment
Factory pattern : shared StoredBitSetVector objects is return by the environment
getSharedBipartiteSetForBooleanVars() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern : shared IStateIntVector object is return by the environment
getShavingMsg(Solver) - Static method in class choco.cp.solver.configure.MessageFactory
 
getShavingTools() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getShift(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getShift() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
getShiftedBox(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
getShiftedBoxes() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
getShiftedBoxes() - Method in class choco.cp.solver.constraints.global.geost.util.InputParser
 
getShiftGroup(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getShifts() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getShifts() - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
getShortestPath() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
getShortestPath() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
getShortestPathFromSource() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getShortestPathFromTink() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getShortestPathToSource() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getShortestPathToTink() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
getShortestPathValue() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
getShortestPathValue() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
getSinkNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getSinkNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getSize(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
getSize() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph.IntQueue
 
getSize() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
getSize() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Returns the current size of the domain.
getSize() - Method in class choco.cp.solver.variables.integer.BooleanDomain
Returns the current size of the domain.
getSize() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Indicates the number of value in the domain
getSize() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
getSize() - Method in class choco.cp.solver.variables.integer.IntTerm
returns the term capacity
getSize() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Retuens the dynamic size of the domain, that is the number of possible values in the domain when the method is called.
getSize() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Returns the current size of the domain.
getSize() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
Get current number of element
getSize() - Method in class choco.kernel.common.util.objects.IntList
 
getSize() - Method in interface choco.kernel.memory.IStateBinaryTree
Computes the size of the tree i.e. the number of value contained in the tree
getSize() - Method in class choco.kernel.memory.IStateBinaryTree.Node
gets the size of the interval represented by this node
getSize() - Method in interface choco.kernel.memory.IStateIntInterval
Returns size of the interval
getSize() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
getSize() - Method in interface choco.kernel.memory.trailing.trail.ITrailStorage
Retrieving the size of the trail (number of saved past values).
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredBoolTrail
Returns the current size of the stack.
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredDoubleTrail
Returns the current size of the stack.
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
Returns the current size of the stack.
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredIntTrail
Returns the current size of the stack.
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
Returns the current size of the stack.
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredLongTrail
Returns the current size of the stack.
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
Returns the current size of the stack.
getSize() - Method in class choco.kernel.memory.trailing.trail.StoredVectorTrail
Returns the current size of the stack.
getSize(int) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
getSize() - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
getSize() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph.IntQueue
 
getSize() - Method in interface choco.kernel.solver.variables.integer.IntDomain
Access the total number of values stored in the domain.
getSize() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
getSizes() - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
getSizes() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getSizes() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
getSizes() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getSkill(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getSkills() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getSkills() - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
getSkills() - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
getSlack(ITask) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getSmallIndex(int) - Static method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
getSmallIndex(int) - Static method in class choco.kernel.memory.structure.PartiallyStoredVector
Return the indexe of an object minus the stored offset
getSolManager() - Static method in class choco.kernel.visu.VisuFactory
 
getSolution() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
getSolution() - Method in class choco.kernel.common.opres.ssp.BellmanWithLists
 
getSolutionCount() - Method in class choco.cp.solver.CPSolver
 
getSolutionCount() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
getSolutionCount() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
getSolutionCount() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
getSolutionCount() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
 
getSolutionCount() - Method in interface choco.kernel.solver.search.measure.ISearchMeasures
Get the solution count of the measure
getSolutionCount() - Method in interface choco.kernel.solver.search.measure.ISolutionMeasures
Get the solution count of the measure
getSolutionCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getSolutionCount() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getSolutionPool() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
 
getSolver() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
getSolver() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
 
getSolver() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getSolver() - Method in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated. Retrieves the solver of the entity
getSolver() - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
 
getSolver() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
getSolver() - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
Retrieves the solver of the entity
getSolver() - Method in class choco.kernel.solver.propagation.ShavingTools
 
getSolver() - Method in class choco.kernel.solver.search.AbstractSearchHeuristic
 
getSolver() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
Retrieves the solver of the entity
getSolver() - Method in class choco.kernel.solver.Solution
 
getSolver() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
Retrieves the solver of the entity
getSolver() - Method in class parser.instances.AbstractInstanceModel
 
getSolverVar() - Method in interface choco.kernel.visu.components.IVisuVariable
 
getSolverVar() - Method in class choco.visu.variables.VisuVariable
Return the solver variable
getSortingPermuation(int[]) - Static method in class choco.kernel.common.util.tools.PermutationUtils
 
getSortingPermuation(int[], boolean) - Static method in class choco.kernel.common.util.tools.PermutationUtils
 
getSortingPermuation(IntegerConstantVariable[], boolean) - Static method in class choco.kernel.common.util.tools.PermutationUtils
 
getSources() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
getSrcNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getSrcNodes() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getSt() - Method in class choco.kernel.model.constraints.automaton.LightState.Arcs
 
getStart() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
getStart(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
getStart() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
getStart() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
getStartDay() - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
getStartIndex(int) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
getStartTime() - Method in class choco.kernel.model.variables.geost.GeostObject
 
getStartVariables(TaskVariable...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getStartVariables(List<TaskVariable>) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getStartVars(TaskVar...) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getStartVars(List<TaskVar>) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getStartXValue(int, int) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Returns the starting date/time for the specified item (task) in the given series, measured in milliseconds since 1-Jan-1970 (as in java.util.Date).
getStartYValue(int, int) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Returns the starting value of the y-interval for an item in the given series.
getStatus(int) - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
 
getStatus(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
getStatus() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
getStatus() - Method in class parser.instances.AbstractInstanceModel
 
getStoredMultipleVar(int) - Method in class choco.cp.model.CPModel
 
getStoredMultipleVar(int) - Method in interface choco.kernel.model.Model
Returns a multiple variable.
getStoredSolutions() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
 
getStoredValue() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getStoredValue() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
getStoredValue() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
getStp() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
getStrategy() - Method in class samples.tutorials.lns.lns.Neighborhood
 
getStringConcatenationOfDeclaredFieldsOf(Object) - Static method in class parser.absconparseur.ReflectionManager
 
getStringFor(PredicateTokens.RelationalOperator) - Static method in enum parser.absconparseur.PredicateTokens.RelationalOperator
 
getStringListOfTuples() - Method in class parser.absconparseur.components.PRelation
 
getStringListOfTuples() - Method in class parser.absconparseur.components.PSoftRelation
 
getStringListOfValues() - Method in class parser.absconparseur.components.PDomain
 
getSubConstraints(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getSubtree(int) - Method in class choco.kernel.solver.constraints.reified.INode
 
getSuccessors() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
 
getSuccessors(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getSuccessors(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getSuccessors(int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
getSuccessors() - Method in class choco.kernel.model.variables.tree.TreeNodeObject
 
getSuccVars() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
build a table of all the successor variables that depict the graph to partition
getSuccVars() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getSumOfDomains(CPSolver) - Static method in class choco.cp.solver.preprocessor.PPSearch
 
getSup() - Method in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
getSup() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
getSup() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Returns the maximal present value.
getSup() - Method in class choco.cp.solver.variables.integer.BooleanDomain
Returns the maximal present value.
getSup() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Gets the maximal value of the variable.
getSup() - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
getSup() - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
getSup() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Gets the maximal value of the variable.
getSup() - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
getSup() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Gets the greatest value of the domain
getSup() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
getSup() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Returns the upper bound of the domain in O(1).
getSup() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Gets the maximal value of the variable.
getSup() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
getSup() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
getSup() - Method in class choco.kernel.memory.IStateBinaryTree.Node
Gets the upper bound of the node
getSup() - Method in interface choco.kernel.memory.IStateIntInterval
Returns the current upper bound according to the current world
getSup() - Method in class choco.kernel.memory.structure.IntInterval
 
getSup() - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
getSup() - Method in interface choco.kernel.solver.variables.integer.IntDomain
Access the maximal value stored in the domain/
getSup() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Returns the upper bound of the variable domain (e.g. the greatest value that the variable can be assigned).
getSup() - Method in interface choco.kernel.solver.variables.real.RealInterval
 
getSup() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
getSupNV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
 
getSupNV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForScalar
 
getSupNV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForSum
 
getSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
getSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
getSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
getSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
getSupport(int, int) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
getSupport(int, int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
getSupport(int, int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
getSupport(int, int) - Method in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph
 
getSupport(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
getSupportV0(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
getSupportV1(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
getSupPV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
 
getSupPV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForScalar
 
getSupPV(int, int) - Method in class choco.cp.solver.constraints.integer.intlincomb.policy.ForSum
 
getSupRight() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.RightMemberBounds
 
getSupRight() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb.SimpleRightMemberBounds
 
getSure() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
getSVariable() - Method in class choco.cp.solver.constraints.strong.SCVariable
 
getSweep() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
getT() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
 
getT(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
 
getT() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
getT(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
getTable() - Method in class parser.absconparseur.components.PElement
 
getTableLists() - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
for fast access
getTask() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
getTask() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
getTask() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
getTask(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getTask(int) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
getTask(int) - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getTask(int) - Method in interface choco.kernel.solver.constraints.global.scheduling.IResource
get the task with the given index
getTaskArray() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
getTaskComparator() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
getTaskDecisionVars() - Method in class choco.cp.solver.CPSolver
get the list of decision task variables.
getTaskDecisionVars() - Method in interface choco.kernel.solver.Solver
get the list of decision task variables.
getTaskDecisionVars() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getTaskIndex() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getTaskIndex() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
getTaskIndex() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
getTaskIntVarOffset() - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
getTaskIterator() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
getTaskIterator() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getTaskIterator() - Method in class choco.kernel.solver.constraints.global.scheduling.FakeResource
 
getTaskIterator() - Method in interface choco.kernel.solver.constraints.global.scheduling.IResource
an iterator over all tasks
getTaskPaint(int) - Method in class choco.visu.components.chart.renderer.MyXYBarRenderer
 
getTaskPaint(int, int) - Method in class choco.visu.components.chart.renderer.MyXYBarRenderer
 
getTasks() - Method in class parser.absconparseur.components.PCumulative
 
getTasks() - Method in class parser.absconparseur.components.PDisjunctive
 
getTaskType(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTL
 
getTaskType(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
Checks whether a regular task is not in Theta tree.
getTaskVar() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getTaskVar(int) - Method in class choco.cp.solver.CPSolver
 
getTaskVar(Solver, Variable[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getTaskVar(int) - Method in interface choco.kernel.solver.Solver
Returns a task variable.
getTaskVar() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
getTaskVar(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getTaskVarIterator() - Method in class choco.cp.solver.CPSolver
 
getTaskVarIterator() - Method in interface choco.kernel.solver.Solver
 
getTaskVarIterator() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getTaskVarQuick(int) - Method in class choco.cp.solver.CPSolver
 
getTaskVarQuick(int) - Method in interface choco.kernel.solver.Solver
 
getTaskVarQuick(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getTaskVars(Solver) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getTcGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getTemporalRelation() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.AbstractPrecedenceRatio
 
getTemporalRelation() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.ITemporalRatio
 
getTestLogger() - Static method in class choco.kernel.common.logging.ChocoLogging
 
getTextManager() - Static method in class choco.kernel.visu.VisuFactory
 
getTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.CumTreeT
 
getTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeT
 
getTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
getTime() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
getTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
getTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
getTimeCount() - Method in class choco.cp.solver.CPSolver
Get the time count of the search algorithm
getTimeCount() - Method in class choco.cp.solver.search.SearchLimitManager
Get the time in milliseconds elapsed since the beginning of the search.
getTimeCount() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
getTimeCount() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
getTimeCount() - Method in interface choco.kernel.common.opres.heuristics.IHeuristic
get computation time in seconds
getTimeCount() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
getTimeCount() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getTimeCount() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
Get the time in milliseconds elapsed since the beginning of the search.
getTimeCount() - Method in interface choco.kernel.solver.search.measure.ISearchMeasures
Get the time count in milliseconds of the measure
getTimeCount() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
getTimeCount() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getTimePeriod(int) - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
getTimePeriod(int) - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getTimePeriod(long, long) - Static method in class choco.visu.components.chart.ChocoDatasetFactory
 
getTimePeriodCount() - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
getTimePeriodCount() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getTimePeriodList() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
getTimePeriodList() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Gets the list of time periods in which the task is executed
getTimePeriods() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcBool
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcDouble
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcDoubleVector
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcInt
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcIntVector
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcLong
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcLongVector
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcObject
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcSave
 
getTimeStamp() - Method in class choco.kernel.memory.copy.RcVector
 
getTimeStamp() - Method in interface choco.kernel.memory.copy.RecomputableElement
 
getTimeWindow() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
 
getTimeWindow() - Method in class choco.kernel.model.variables.tree.TreeNodeObject
 
getTODuration() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
getTop() - Static method in class parser.absconparseur.intension.Evaluator
 
getTopologicalOrder() - Method in class choco.kernel.common.opres.graph.DagDTC
 
getTopologicalOrderIndex() - Method in class choco.kernel.common.opres.graph.DagDTC
 
getTopValue() - Static method in class parser.absconparseur.intension.Evaluator
 
getTotalPreserved(TaskVar, TaskVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getTotalSlack() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
getTotalSlack() - Method in interface choco.cp.solver.constraints.global.scheduling.precedence.ITemporalSRelation
 
getTotalSlack(ITask, ITask) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
getTOTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
getTOTime() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaOmegaTree
 
getTOTime() - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
getTrace(int) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getTraceSize() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
getTrailSize() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getTransitions() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getTransitions(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
getTransitive(BitSet[]) - Static method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
getTravel() - Method in class choco.kernel.model.variables.tree.TreeParametersObject
 
getTravelTime() - Method in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
 
getTrGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getTuple(int) - Method in interface choco.kernel.solver.constraints.integer.extension.IterLargeRelation
return the tuple corresponding to the given index
getTuple(int) - Method in class choco.kernel.solver.constraints.integer.extension.TuplesList
 
getTuple(int, int) - Static method in class parser.chocogen.RelationFactory
 
getTuples(Solver) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Generate the list of tuples corresponding to this predicat
getTuples() - Method in class parser.absconparseur.components.PRelation
 
getTuples() - Method in class samples.random.RandomListGenerator
Returns the generated tuples.
getTupleTable() - Method in class choco.kernel.solver.constraints.integer.extension.TuplesList
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjFromCumulModelDetector
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointFromCumulModelDetector
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointFromUnaryModelDetector
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointModelDetector
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromDisjointModelDetector
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromImpliedModelDetector
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromReifiedModelDetector
 
getType() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.RmUnaryModelDetector
 
getType() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
getType() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
getType() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
getType() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
getType() - Method in class choco.cp.solver.goals.choice.Generate
 
getType() - Method in class choco.cp.solver.goals.choice.Instantiate
 
getType() - Method in class choco.cp.solver.goals.GlobalFail
 
getType() - Method in class choco.cp.solver.goals.Sequence
 
getType() - Method in class choco.kernel.memory.copy.RcBool
 
getType() - Method in class choco.kernel.memory.copy.RcDouble
 
getType() - Method in class choco.kernel.memory.copy.RcDoubleVector
 
getType() - Method in class choco.kernel.memory.copy.RcInt
 
getType() - Method in class choco.kernel.memory.copy.RcIntVector
 
getType() - Method in class choco.kernel.memory.copy.RcLong
 
getType() - Method in class choco.kernel.memory.copy.RcLongVector
 
getType() - Method in class choco.kernel.memory.copy.RcObject
 
getType() - Method in class choco.kernel.memory.copy.RcSave
 
getType() - Method in class choco.kernel.memory.copy.RcVector
 
getType() - Method in interface choco.kernel.memory.copy.RecomputableElement
 
getType() - Method in class choco.kernel.solver.constraints.reified.INode
 
getType() - Method in class choco.kernel.solver.goals.choice.RemoveVal
 
getType() - Method in class choco.kernel.solver.goals.choice.SetVal
 
getType() - Method in interface choco.kernel.solver.goals.Goal
 
getType() - Method in class choco.kernel.solver.goals.solver.ChoicePoint
 
getType() - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
getType(int) - Method in class parser.absconparseur.ReflectionManager.DigestedFields
 
getType() - Method in class parser.absconparseur.tools.InstanceParser
 
getType() - Method in class trace.Visualizer
Return the type of this
getTypeNeed(int, int) - Method in class samples.multicostregular.nsp.NSPStruct
 
getTypeOf() - Method in class parser.flatzinc.ast.expression.Expression
 
getTypePropag() - Method in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
 
getTypePropag() - Method in class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
 
getTypePropag() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Incomparability
 
getTypePropag() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Nproper
 
getTypePropag() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.Precedences
 
getTypePropag() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
 
getTypePropag() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.Tree
 
getUnit() - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
getUnit() - Method in enum choco.kernel.solver.search.limit.Limit
 
getUniversalPostfixExpression() - Method in class parser.absconparseur.components.PFunction
 
getUniversalPostfixExpression() - Method in class parser.absconparseur.components.PIntensionConstraint
 
getUniversalPostfixExpression() - Method in class parser.absconparseur.components.PPredicate
 
getUp() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
getUpp() - Method in class parser.flatzinc.ast.declaration.DInt2
 
getUppB() - Method in interface choco.kernel.model.variables.DoubleBoundedVariable
 
getUppB() - Method in interface choco.kernel.model.variables.IntBoundedVariable
 
getUppB() - Method in class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
getUppB() - Method in class choco.kernel.model.variables.real.RealExpressionVariable
 
getUppB() - Method in class choco.kernel.model.variables.set.SetConstantVariable
 
getUppB() - Method in class choco.kernel.model.variables.set.SetExpressionVariable
 
getUppBound() - Method in class choco.visu.components.bricks.AChocoBrick
Return the upper bound of a variable
getUsage() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
getUsageIndex(int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
do not use subclass fields to compute the index because the function is called by the constructor.
getUsagesOffset() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
getUsedMemory() - Static method in class parser.absconparseur.Toolkit
 
getVal() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Gets the value of the variable if instantiated.
getVal() - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
getVal() - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
getVal() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Gets the value of the variable if instantiated.
getVal() - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
getVal() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Gets the value of the variable if instantiated.
getVal() - Method in interface choco.kernel.common.opres.nosum.INoSumCell
 
getVal() - Method in class choco.kernel.common.opres.nosum.NoSumCell
 
getVal() - Method in interface choco.kernel.solver.variables.integer.IntVar
Returns the value of the variable if instantiated.
getVal(int[]) - Static method in class parser.chocogen.RelationFactory
 
getValue() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Deprecated. replaced by getVal
getValue() - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
getValue() - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
getValue() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. replaced by getVal
getValue() - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
getValue() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
getValue() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
getValue(ITask) - Method in class choco.kernel.common.util.comparator.EarliestCompletionTimeCmp
 
getValue(ITask) - Method in class choco.kernel.common.util.comparator.EarliestStartingTimeCmp
 
getValue(ITask) - Method in class choco.kernel.common.util.comparator.LatestCompletionTimeCmp
 
getValue(ITask) - Method in class choco.kernel.common.util.comparator.LatestStartingTimeCmp
 
getValue(ITask) - Method in class choco.kernel.common.util.comparator.MinDurationCmp
 
getValue() - Method in class choco.kernel.common.util.ModifiableInteger
Returns the value of this object, similarly to ModifiableInteger.intValue().
getValue(int) - Method in class choco.kernel.model.constraints.automaton.LightState.Arcs
 
getValue() - Method in class choco.kernel.model.variables.integer.IntegerConstantVariable
 
getValue() - Method in class choco.kernel.model.variables.real.RealConstantVariable
 
getValue(ISearchMeasures) - Method in enum choco.kernel.solver.search.limit.Limit
get the value of the given measure
getValue() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. replaced by getVal
getValue() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
getValue() - Method in interface choco.kernel.solver.variables.real.RealVar
 
getValue() - Method in interface choco.kernel.solver.variables.set.SetVar
Returns the value of the variable if instantiated.
getValue() - Method in class parser.absconparseur.components.PElement
 
getValue() - Method in class parser.absconparseur.intension.terminal.LongEvaluator
 
getValue(int) - Method in class parser.absconparseur.ReflectionManager.DigestedFields
 
getValueIfInst() - Method in class choco.cp.solver.variables.integer.BooleanDomain
This method is not relevant if the variable is not instantiated.
getValues() - Method in class choco.kernel.model.variables.integer.IntegerVariable
 
getValues() - Method in class choco.kernel.model.variables.set.SetConstantVariable
 
getValues() - Method in class choco.kernel.model.variables.set.SetVariable
 
getValues() - Method in class choco.visu.components.bricks.AChocoBrick
Return a string that represents the instantiated values of Var.
getValues() - Method in class parser.absconparseur.components.PDomain
 
getValues() - Static method in class parser.chocogen.XmlModel
 
getValues() - Method in class parser.flatzinc.ast.declaration.DManyInt
 
getValuesMessage() - Method in class parser.instances.AbstractInstanceModel
 
getValuesMessage() - Method in class parser.instances.AbstractMinimizeModel
 
getValuesMessage() - Method in class parser.instances.XcspModel
 
getValueVar() - Method in class choco.cp.solver.constraints.integer.ElementV
 
getValueVar() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
getVar(int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getVar(MV) - Method in class choco.cp.solver.CPSolver
 
getVar(Class<SV>, MV[]) - Method in class choco.cp.solver.CPSolver
 
getVar(IntegerVariable) - Method in class choco.cp.solver.CPSolver
 
getVar(IntegerVariable...) - Method in class choco.cp.solver.CPSolver
 
getVar(RealVariable) - Method in class choco.cp.solver.CPSolver
 
getVar(RealVariable...) - Method in class choco.cp.solver.CPSolver
 
getVar(SetVariable) - Method in class choco.cp.solver.CPSolver
 
getVar(SetVariable...) - Method in class choco.cp.solver.CPSolver
 
getVar(TaskVariable) - Method in class choco.cp.solver.CPSolver
 
getVar(TaskVariable...) - Method in class choco.cp.solver.CPSolver
 
getVar(Solver, Variable[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getVar(Solver, IntegerVariable[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getVar(Solver, SetVariable[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getVar(Solver, TaskVariable[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
getVar(int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Returns the ith variable.
getVar(int) - Method in class choco.kernel.solver.constraints.Formula
 
getVar(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getVar(int) - Method in interface choco.kernel.solver.constraints.SConstraint
Network management: Accessing the ith variable of a constraint.
getVar(MV) - Method in interface choco.kernel.solver.Solver
 
getVar(Class<SV>, MV[]) - Method in interface choco.kernel.solver.Solver
 
getVar(IntegerVariable) - Method in interface choco.kernel.solver.Solver
 
getVar(IntegerVariable...) - Method in interface choco.kernel.solver.Solver
 
getVar(RealVariable) - Method in interface choco.kernel.solver.Solver
 
getVar(RealVariable...) - Method in interface choco.kernel.solver.Solver
 
getVar(SetVariable) - Method in interface choco.kernel.solver.Solver
 
getVar(SetVariable...) - Method in interface choco.kernel.solver.Solver
 
getVar(TaskVariable) - Method in interface choco.kernel.solver.Solver
 
getVar(TaskVariable...) - Method in interface choco.kernel.solver.Solver
 
getVar() - Method in interface choco.kernel.visu.components.bricks.IChocoBrick
Returns the associated Var object
getVar() - Method in class choco.visu.components.bricks.AChocoBrick
Return the var of the brick
getVar(MV) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(Class<SV>, MV[]) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(IntegerVariable) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(IntegerVariable...) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(RealVariable) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(RealVariable...) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(SetVariable) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(SetVariable...) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(TaskVariable) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVar(TaskVariable...) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getVarExtension(Var) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
getVariable(int) - Method in class choco.cp.solver.constraints.strong.AbstractStrongConsistency
 
getVariable(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
getVariable() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
getVariable(int) - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
getVariable(int) - Method in class choco.cp.solver.variables.integer.IntTerm
retrieve the i-th variable
getVariable(int) - Method in interface choco.kernel.model.IVariableArray
 
getVariable(int) - Method in class choco.kernel.model.VariableArray
 
getVariableIncWDeg(Solver) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
getVariableIterator() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getVariableIterator() - Method in interface choco.kernel.model.IVariableArray
 
getVariableIterator() - Method in class choco.kernel.model.VariableArray
 
getVariableManager() - Method in class choco.kernel.model.variables.ComponentVariable
 
getVariableManager() - Method in class choco.kernel.model.variables.MultipleVariables
 
getVariableManager() - Method in class choco.kernel.model.variables.scheduling.TaskVariable
 
getVariableManager() - Method in interface choco.kernel.model.variables.Variable
 
getVariableNameFor(int) - Static method in class parser.absconparseur.InstanceTokens
 
getVariables() - Method in class choco.cp.solver.variables.integer.IntTerm
retrieve the array of variables
getVariables() - Method in class choco.kernel.model.constraints.pack.PackModel
 
getVariables() - Method in interface choco.kernel.model.IVariableArray
 
getVariables() - Method in class choco.kernel.model.VariableArray
 
getVariables() - Method in class choco.kernel.visu.components.panels.AVarChocoPanel
Return every variables of the panel
getVariables() - Method in class parser.absconparseur.tools.InstanceParser
 
getVariables() - Method in class samples.jobshop.TaillardJobShopProblem
 
getVariables() - Method in class samples.random.RandomProblem
 
getVariableType() - Method in class choco.kernel.model.variables.AbstractVariable
 
getVariableType() - Method in interface choco.kernel.model.variables.Variable
 
getVariableWDeg(Solver) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
getVarIndex(int) - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
getVarIndex(int) - Method in class choco.kernel.solver.variables.AbstractVar
Returns the index of the variable in its constraint i.
getVarIndex(int) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
returns the index of the variable in it i-th constraint
getVarIndex(int) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Returns the index of the variable in its constraint i.
getVarIndex(int) - Method in interface choco.kernel.solver.variables.Var
returns the index of the variable in it i-th constraint
getVarQuick(int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getVarQuick(int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
 
getVarQuick(int) - Method in class choco.kernel.solver.constraints.Formula
 
getVarQuick(int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
getVarQuick(int) - Method in interface choco.kernel.solver.constraints.SConstraint
Network management: Accessing the ith variable of a constraint.
getVars() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
getVars() - Method in class choco.kernel.solver.propagation.ShavingTools
 
getVars() - Method in class choco.kernel.solver.search.integer.AbstractIntVarSelector
Get decision vars
getVars() - Method in class choco.kernel.solver.search.set.AbstractSetVarSelector
Get decision vars
getVarSize() - Method in class choco.visu.components.bricks.AChocoBrick
Return the domain size of a variable
getVectorTrail() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
getVertFromNumCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
getVertFromNumCC() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
getVoc() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
getVocabulary() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
getVRML_OUTPUT_FOLDER() - Method in class choco.cp.solver.constraints.global.geost.Constants
 
getWDeg(IntDomainVar) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
getWDeg() - Method in class choco.cp.solver.constraints.strong.SCVariable
 
getWeight() - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
getWeight() - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
getWeight() - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
getWeight() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
getWeights() - Method in class parser.absconparseur.components.PRelation
 
getWeights() - Method in class parser.absconparseur.components.PSoftRelation
 
getWhat() - Method in class parser.flatzinc.ast.declaration.DArray
 
getWhat() - Method in class parser.flatzinc.ast.declaration.DSet
 
getWhat_i(int) - Method in class parser.flatzinc.ast.expression.EArray
 
getWidth() - Method in class trace.Visualizer
Return the width of this in the visualisers window (default is 500)
getWorldIndex() - Method in class choco.cp.solver.CPSolver
returning the index of the current worl
getWorldIndex() - Method in class choco.kernel.memory.AbstractEnvironment
 
getWorldIndex() - Method in interface choco.kernel.memory.IEnvironment
Returns the world number.
getWorldIndex() - Method in interface choco.kernel.solver.Solver
returning the index of the current worl
getWorldIndex() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
getWorldStamp() - Method in class choco.kernel.memory.trailing.AbstractStoredObject
 
getXcspSettings() - Method in class parser.instances.XcspModel
 
getXmaxIfNonZero() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
getXminIfNonZero() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
getXMLBaseNameOf(String) - Static method in class parser.absconparseur.Toolkit
 
getXValue(int, int) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Returns the x-value (as a double primitive) for an item within a series.
getYear() - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
getYmaxIfNonZero() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
getYminIfNonZero() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
getYValue(int, int) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
Returns the y-value (as a double primitive) for an item within a series.
getZmax() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
getZmin() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
global - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
data structure of the graph to partition
GLOBAL_CARDINALITY - Static variable in class choco.kernel.solver.constraints.Formula
 
globalCardinality(IntegerVariable[], int, int, int[], int[]) - Static method in class choco.Choco
Deprecated.  
globalCardinality(String, IntegerVariable[], int, int, int[], int[]) - Static method in class choco.Choco
Deprecated.  
globalCardinality(IntegerVariable[], int[], int[], int) - Static method in class choco.Choco
Concerns GCC and boundGCC

Global cardinality : Given an array of variables vars, the constraint ensures that the number of occurences of the value i among the variables is between low[i - min] and up[i - min].

globalCardinality(IntegerVariable[], int[], int[], int[]) - Static method in class choco.Choco
Concerns GCC and boundGCC

Global cardinality : Given an array of variables vars, and an array of values, the constraint ensures that the number of occurences of the value i among the variables is between low[i] and up[i].

globalCardinality(IntegerVariable[], int[], IntegerVariable[]) - Static method in class choco.Choco
* Bound Global cardinality : Given an array of variables vars, an array of values, an array of variables card to represent the cardinalities, the constraint ensures that the number of occurences of the value i among the variables is equal to card[i].
globalCardinality(String, IntegerVariable[], int[], int[], int) - Static method in class choco.Choco
Concerns GCC and boundGCC

Global cardinality : Given an array of variables vars, the constraint ensures that the number of occurences of the value i among the variables is between low[i - min] and up[i - min].

globalCardinality(IntegerVariable[], int, int, IntegerVariable[]) - Static method in class choco.Choco
Deprecated.  
globalCardinality(IntegerVariable[], IntegerVariable[], int) - Static method in class choco.Choco
* Bound Global cardinality : Given an array of variables vars, an array of variables card to represent the cardinalities, the constraint ensures that the number of occurences of the value i among the variables is equal to card[i].
GlobalCardinality - Class in choco.cp.solver.constraints.global.matching
very simple version of the cardinality constraint where the values the set of values whose occurrences are counted in the interval (minValue .. maxValue)
GlobalCardinality(IntDomainVar[], int, int, int[], int[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.matching.GlobalCardinality
Constructor, Global cardinality constraint API note : maxVal - minVal + 1 = valueMinOccurence.length = valueMaxOccurence.length
GlobalCardinality(IntDomainVar[], int[], int[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.matching.GlobalCardinality
Constructor, Global cardinality constraint API, short cut when smallest value equals 0 note : maxVal - minVal + 1 = low.length = up.length
GLOBALCARDINALITY - Static variable in class parser.absconparseur.InstanceTokens
 
GlobalCardinalityManager - Class in choco.cp.model.managers.constraints.global
A manager to build new all different constraints (and more... soon)
GlobalCardinalityManager() - Constructor for class choco.cp.model.managers.constraints.global.GlobalCardinalityManager
 
GlobalCardinalityNoLoop - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint
 
GlobalCardinalityNoLoop(Solver, Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.GlobalCardinalityNoLoop
Constructor: build a global cardinality constraint API, short cut when smallest value equals 0
GlobalCardinalityVar - Class in choco.cp.solver.constraints.global.matching
Simple implementation of global cardinality constraint with occurrence constrained by variables and not only integer bounds.
GlobalCardinalityVar(IntDomainVar[], IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
GlobalCardinalityVar(IntDomainVar[], int, int, IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
globalContradiction - Variable in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
globalContradiction - Variable in class choco.cp.solver.search.GoalSearchLoop
 
GlobalFail - Class in choco.cp.solver.goals
 
GlobalFail() - Constructor for class choco.cp.solver.goals.GlobalFail
 
globalGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
backtrackable bitset matrix representing the graph to partition
globalParams - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
list of graph properties to maintain for the graph to partition
GlobalSearchLimitManager - Interface in choco.kernel.solver.search
The interface of objects limiting the global search exploration
GlobalSearchStrategy - Class in choco.cp.solver.search
 
GlobalSearchStrategy(Solver) - Constructor for class choco.cp.solver.search.GlobalSearchStrategy
 
GloConstraintFactory - Class in parser.chocogen
The factory for global constraints
GloConstraintFactory(Model, InstanceParser) - Constructor for class parser.chocogen.GloConstraintFactory
 
GNodes - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
GNodes - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
GNodes - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
GNodes - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph
 
GOAL - Static variable in class choco.cp.solver.CPSolver
 
Goal - Interface in choco.kernel.solver.goals
 
GoalHelper - Class in choco.cp.solver.goals
 
GoalHelper() - Constructor for class choco.cp.solver.goals.GoalHelper
 
GoalSearchLoop - Class in choco.cp.solver.search
 
GoalSearchLoop(AbstractGlobalSearchStrategy, Goal) - Constructor for class choco.cp.solver.search.GoalSearchLoop
 
GoalSearchSolver - Class in choco.cp.solver.goals
Deprecated. 
GoalSearchSolver(Solver, Goal) - Constructor for class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
goalTraceStack - Variable in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
goalTraceStack - Variable in class choco.cp.solver.search.GoalSearchLoop
 
GoalType - Enum in choco.kernel.solver.goals
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarVal
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarValPair
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBinBranchingNew
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.TaskOverWDegBinBranching
 
goDownBranch(IntDomainVar, int) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.real.AssignInterval
 
goDownBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.task.SetTimes
select a remaining task with the heuristic and assign its earliest starting time.
goDownBranch(Object, int) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Performs the action, so that we go down a branch from the current choice point.
goDownBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Performs the action, so that we go down a branch from the current choice point.
goDownBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
goDownBranch(IntBranchingDecision) - Method in interface choco.kernel.solver.branch.IntBranching
Performs the action, so that we go down a branch from the current choice point.
goDownBranch(IntBranchingDecision) - Method in class choco.kernel.solver.search.set.AbstractSetBranchingStrategy
 
goDownBranch(IntBranchingDecision) - Method in class samples.multicostregular.nsp.NSPBranching
 
GolombRuler - Class in samples.tutorials.puzzles
 
GolombRuler() - Constructor for class samples.tutorials.puzzles.GolombRuler
 
goUpBranch() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
post the dynamic cut, backtrack and propagate.
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar
 
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
nothing to do
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.PackDynRemovals
 
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.real.AssignInterval
do nothing
goUpBranch() - Method in class choco.cp.solver.search.SearchLoopWithRecomputation
 
goUpBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.task.SetTimes
set the task not selectable.
goUpBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractBinIntBranchingStrategy
nothing to do
goUpBranch(Object, int) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Performs the action, so that we go up the current branch to the father choice point.
goUpBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. Performs the action, so that we go up the current branch to the father choice point.
goUpBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
goUpBranch(IntBranchingDecision) - Method in interface choco.kernel.solver.branch.IntBranching
Performs the action, so that we go up the current branch to the father choice point.
goUpBranch(IntBranchingDecision) - Method in class samples.multicostregular.nsp.NSPBranching
 
graph - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Layered graph of the unfolded automaton
graph - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
graph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
data structure related to the graph representation of the input graph
graph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
graph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
graph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
graph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
graph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset matrix representing the graph
graph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
graph - Variable in class choco.kernel.model.constraints.automaton.DFA
The layered graph build according to that dfa
GRAPH - Static variable in class trace.CPVizConstant
 
GraphDTC - Class in choco.kernel.common.opres.graph
 
GraphDTC(int) - Constructor for class choco.kernel.common.opres.graph.GraphDTC
 
GraphGenerator - Class in samples.multicostregular.carsequencing.parser
Created by IntelliJ IDEA.
graphRem - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
a bitset matrix that record the set of arcs to remove
GRAY - Static variable in class choco.visu.components.ColorConstant
 
grayDuration - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
grayTime - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
greater(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.global.Lex
 
GREATER_OR_EQUAL_XC - Static variable in class choco.kernel.solver.constraints.Formula
 
GREATER_OR_EQUAL_XYC - Static variable in class choco.kernel.solver.constraints.Formula
 
GreaterOrEqualXC - Class in choco.cp.solver.constraints.integer
Implements a constraint X >= C, with X a variable and C a constant.
GreaterOrEqualXC(IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.GreaterOrEqualXC
Constructs the constraint with the specified variables and constant.
GreaterOrEqualXY_C - Class in choco.cp.solver.constraints.integer
Implements a constraint X + Y >= C, with X and Y two variables and C a constant.
GreaterOrEqualXY_C(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
Constructs the constraint with the specified variables and constant.
GreaterOrEqualXYC - Class in choco.cp.solver.constraints.integer
Implements a constraint X >= Y + C, with X and Y two variables and C a constant.
GreaterOrEqualXYC(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
Constructs the constraint with the specified variables and constant.
greaterThan(Object) - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.Heapable
Determines if this key is greater than the other key.
greaterThan(Object) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
GREEN - Static variable in class choco.visu.components.ColorConstant
 
GridPApplet - Class in choco.visu.components.papplets
 
GridPApplet(Object) - Constructor for class choco.visu.components.papplets.GridPApplet
 
groundEq(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.global.Lex
 
group - Variable in class trace.Visualizer
 
growTo(int, T) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
gt(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensures x > y
gt(IntegerExpressionVariable, int) - Static method in class choco.Choco
Return a constraint that ensures x > c
gt(int, IntegerExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensures c > x
GT - Static variable in class choco.cp.solver.constraints.integer.DistanceXYC
 
GT - Static variable in class choco.cp.solver.constraints.integer.DistanceXYZ
 
gt(IntExp, IntExp) - Method in class choco.cp.solver.CPSolver
 
gt(IntExp, int) - Method in class choco.cp.solver.CPSolver
 
gt(int, IntExp) - Method in class choco.cp.solver.CPSolver
 
gt(IntExp, IntExp) - Method in interface choco.kernel.solver.Solver
 
gt(IntExp, int) - Method in interface choco.kernel.solver.Solver
 
gt(int, IntExp) - Method in interface choco.kernel.solver.Solver
 
GT - Static variable in class parser.absconparseur.PredicateTokens
 
gt(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
gt(IntExp, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
gt(IntExp, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
gt(int, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
GtEvaluator - Class in parser.absconparseur.intension.relational
 
GtEvaluator() - Constructor for class parser.absconparseur.intension.relational.GtEvaluator
 
GtNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
GtNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.GtNode
 

H

H - Static variable in class samples.multicostregular.planner.InstanceMaker
 
H - Static variable in class samples.multicostregular.planner.PlanModel
 
hamiltonianCylceProblem(boolean) - Method in class samples.tutorials.to_sort.tsp.CycleMain
 
hamPath - Variable in class samples.tutorials.to_sort.tsp.Generator
 
handleEvent(ProbabilisticProfile.EventRProf) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
handleEvents(ProbabilisticProfile.EventRProf, ListIterator<ProbabilisticProfile.EventRProf>) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
handleItem(int) - Method in class choco.kernel.common.opres.ssp.BellmanWithLists
 
handleSolution1 - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
handleSolution2 - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
handleSolution3 - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
handleTrace(IntBranchingTrace) - Method in class choco.cp.solver.search.NogoodRecorder
 
hasAndChild() - Method in class choco.kernel.model.constraints.cnf.Literal
 
hasAtLeastTwoNotInstVars(SConstraint<?>) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
hasBooleanDomain() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
hasBooleanDomain() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
 
hasBooleanDomain() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
hasBooleanDomain() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
 
hasBooleanDomain() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : whether the domain is a 0/1 domain
hasCanonicalNames() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
hasCompulsoryPart(ITask) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
hasConsistentLowerBound() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Tests if the constraint is consistent with respect to the current state of domains.
hasConsistentUpperBound() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Tests if the constraint is consistent with respect to the current state of domains.
hasConsistentUpperBound() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Tests if the constraint is consistent with respect to the current state of domains.
hasConstantDuration() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
hasConstantDuration() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
hasConstantDuration() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Checks for if the duration is constant.
hasConstantDuration() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
hasDelta(int) - Method in class choco.kernel.model.constraints.automaton.LightState
 
hasDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
hasDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
hasDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
hasDistanceVar() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
hasDistanceVar() - Method in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
hasDistanceVar() - Method in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
hasEnumeratedDomain() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
hasEnumeratedDomain() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
 
hasEnumeratedDomain() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
hasEnumeratedDomain() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
 
hasEnumeratedDomain(TaskVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
hasEnumeratedDomain() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Domains : whether an enumeration of values (in addition to the enclosing interval) is stored
hasExtraArgument - Variable in class cli.AbstractCmdLine
 
hasFailed() - Method in class trace.VisuWrapper
 
hasFailed() - Method in class trace.VoidWrapper
 
hasFather() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
hashCode() - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph.Edge
 
hashCode() - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
hashCode() - Method in class choco.kernel.common.util.ModifiableInteger
Returns a hash code for this ModifiableInteger.
hashCode() - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns a hash code value for this bit set.
hashCode() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
 
hashCode() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
 
hashCode() - Method in class choco.kernel.memory.structure.SBitSet
 
hashCode() - Method in class choco.kernel.memory.structure.SBitSet2
 
hashCode() - Method in class choco.kernel.model.ModelObject
 
hashCode() - Method in class choco.kernel.solver.variables.AbstractVar
 
hashCode() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
hashCode() - Method in class parser.absconparseur.components.PConstraint
 
hashCode() - Method in class parser.absconparseur.components.PDomain
 
hashCode() - Method in class parser.absconparseur.components.PPredicate
 
hashCode() - Method in class parser.absconparseur.components.PRelation
 
hashCode() - Method in class parser.absconparseur.components.PVariable
 
hashCodeMe(Object) - Static method in class choco.kernel.common.HashCoding
 
hashCodeMe(Object[]) - Static method in class choco.kernel.common.HashCoding
 
hashCodeMe(long) - Static method in class choco.kernel.common.HashCoding
 
HashCoding - Class in choco.kernel.common
 
HashCoding() - Constructor for class choco.kernel.common.HashCoding
 
hasHolesWithinOneDomain(ExpressionSConstraint, Configuration) - Static method in class choco.cp.common.util.preprocessor.ExpressionTools
Is there at least one variable within the scope of e that has more than ratioHole % of holes in the domain ?
hashPred - Variable in class choco.kernel.model.constraints.automaton.State
 
hasLeftChild() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
hasMoreElements() - Method in interface choco.kernel.common.util.iterators.IntEnumeration
 
hasNext() - Method in class choco.cp.common.util.iterators.BipartiteIntDomainIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.cp.common.util.iterators.BitSetIntDomainIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.cp.common.util.iterators.BooleanDomainIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.cp.common.util.iterators.IntDomainIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.cp.common.util.iterators.IntervalIntDomainIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector.CliqueIterator
 
hasNext() - Method in class choco.cp.model.managers.VariableIterator
 
hasNext() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.AllActiveEdgeIterator
 
hasNext() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.InEdgeIterator
 
hasNext() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.OutEdgeIterator
 
hasNext() - Method in class choco.cp.solver.variables.delta.iterators.BitSetIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.cp.solver.variables.delta.iterators.IntervalIntIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.cp.solver.variables.set.SetDomainImpl.SetOpenDomainIterator
 
hasNext() - Method in class choco.cp.solver.variables.set.SetDomainIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.common.util.iterators.AppendIterator
 
hasNext() - Method in class choco.kernel.common.util.iterators.ArrayIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.common.util.iterators.EmptyIntIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.common.util.iterators.EmptyIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
hasNext() - Method in class choco.kernel.common.util.iterators.IntArrayIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.common.util.iterators.OneValueIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.common.util.iterators.SingleElementIterator
 
hasNext() - Method in class choco.kernel.common.util.iterators.TIHIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
hasNext() - Method in class choco.kernel.common.util.objects.IntList.IntListIterator
 
hasNext() - Method in class choco.kernel.memory.structure.iterators.BipartiteListIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.BipartiteListRemIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.BipartiteSetIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.PSCLEIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.PSCLIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.PSIVIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.PSVIndexIterator
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.PSVIterator
 
hasNext() - Method in class choco.kernel.memory.structure.iterators.SBVSIterator1
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.structure.iterators.SBVSIterator2
Returns true if the iteration has more elements.
hasNext() - Method in class choco.kernel.memory.trailing.StoredBinaryTree.TreeIterator
 
hasNext(int) - Method in class choco.kernel.model.constraints.automaton.State
 
hasNext() - Method in class choco.kernel.model.variables.integer.iterators.IVIterator
Returns true if the iteration has more elements.
hasNextTo(int) - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
hasNextVal(IntDomainVar, int) - Method in class choco.cp.solver.search.integer.valiterator.DecreasingDomain
testing whether more branches can be considered after branch i, on the alternative associated to variable x
hasNextVal(IntDomainVar, int) - Method in class choco.cp.solver.search.integer.valiterator.IncreasingDomain
testing whether more branches can be considered after branch i, on the alternative associated to variable x
hasNextVal(RealVar, int) - Method in class choco.cp.solver.search.real.RealIncreasingDomain
testing whether more branches can be considered after branch i, on the alternative associated to variable x
hasNextVal(V, int) - Method in interface choco.kernel.solver.search.ValIterator
testing whether more branches can be considered after branch i, on the alternative associated to variable x
hasNextValue(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
hasNextValue(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Checks if the value has a following value.
hasNextValue(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Checks if the value has a following value.
hasNextValue(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Has this domain a value greater than the parameter TODO: getSup is to slow for that kind of operation
hasNextValue(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
hasNextValue(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Checks if there is a value after x in the domain.
hasNextValue(int) - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Checks if the value has a following value.
hasNextValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Testing whether there are values in the domain that are strictly greater than x.
hasOnlyPosisiveHeights() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
hasOnlyPosisiveHeights() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICumulativeResource
 
hasOnlyVariablesLeaves() - Method in class choco.kernel.solver.constraints.reified.INode
 
hasOrChild() - Method in class choco.kernel.model.constraints.cnf.Literal
 
hasPredecessor(int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
hasPrevious() - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
hasPrevValue(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
hasPrevValue(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Checks if the value has a preceding value.
hasPrevValue(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Checks if the value has a preceding value.
hasPrevValue(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Has this domain a value lower than the parameter TODO: it is not efficient to call getInf
hasPrevValue(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
hasPrevValue(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Checks if there is a value before x in the domain.
hasPrevValue(int) - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Checks if the value has a preceding value.
hasPrevValue(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Testing whether there are values in the domain that are strictly smaller than x.
hasRightChild() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
hasSearched() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
hasSearched() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
hasSearched() - Method in interface choco.kernel.common.opres.heuristics.IHeuristic
indicates if the algorithm was executed
hasSearched() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
hasSuccessor(int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
hasSuccessor() - Method in class choco.kernel.model.constraints.automaton.State
 
hasTwoNotInstVars(SConstraint<?>) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
HazardOrValueBrick - Class in choco.visu.components.bricks
 
HazardOrValueBrick(AChocoPApplet, Var, int) - Constructor for class choco.visu.components.bricks.HazardOrValueBrick
 
head() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
header - package header
 
HEADER - Static variable in class trace.CPVizConstant
 
Heap - Class in choco.cp.solver.constraints.global.geost.dataStructures
A priority queue according to Cormen, Leiserson and Rivest.
Heap(Heapable[], boolean) - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Constructs the heap by copying an unordered array.
Heap(Heapable[]) - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Constructs the heap by copying an unordered array.
Heap(boolean) - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Constructs a heap with the given sorting order.
Heap() - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Constructs a heap with keys sorted in descending order.
Heapable - Interface in choco.cp.solver.constraints.global.geost.dataStructures
An interface for keys in the heap.
HeapAscending - Class in choco.cp.solver.constraints.global.geost.dataStructures
An implementation of a priority queue according to Cormen, Leiserson and Rivest.
HeapAscending(Heapable[]) - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Constructs the heap in O(N) time, using a technique similar to bottom-up construction.
HeapAscending() - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Constructs a heap with no elements.
HeapDescending - Class in choco.cp.solver.constraints.global.geost.dataStructures
An implementation of a priority queue according to Cormen, Leiserson and Rivest.
HeapDescending(Heapable[]) - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Constructs the heap in O(N) time, using a technique similar to bottom-up construction.
HeapDescending() - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Constructs a heap with no elements.
heapify(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Also known as downheap, restores the heap condition starting at node i and working its way down.
heapify(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Also known as downheap, restores the heap condition starting at node i and working its way down.
HeapImpl - Interface in choco.cp.solver.constraints.global.geost.dataStructures
An interface for a heap implementation.
HeapKey - Class in choco.cp.solver.constraints.global.geost.dataStructures
 
HeapKey(Point, int, int, InternalConstraint) - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
height - Variable in class choco.cp.solver.constraints.global.scheduling.RTask
 
height - Variable in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
height - Variable in class trace.Visualizer
 
help() - Method in class cli.AbstractCmdLine
 
help() - Method in class cli.HsqldbServerCmd
 
Heuristic - Class in choco.cp.solver.branch
Deprecated.  
Heuristic() - Constructor for class choco.cp.solver.branch.Heuristic
Deprecated.  
heuristic - Variable in class cli.XcspCmd
 
HEURISTIC - Static variable in class parser.instances.xcsp.XcspSettings

Goal: Set the heuristic for CSP competition
Type: Heuristic
Default value: DOMOVERDEG
HeuristicIntVarSelector - Class in choco.kernel.solver.search.integer
A class the selects the variables which minimizes a heuristic (such classes support ties)
HeuristicIntVarSelector(Solver) - Constructor for class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
HeuristicIntVarSelector(Solver, IntDomainVar[]) - Constructor for class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
horizon - Variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
HORIZON_UPPER_BOUND - Static variable in class choco.kernel.solver.Configuration

Goal:
Type: int
Default value: 21474836 (choco.Choco.MAX_UPPER_BOUND)
HowOldAmI - Class in samples.tutorials.puzzles
 
HowOldAmI() - Constructor for class samples.tutorials.puzzles.HowOldAmI
 
HSQLDB_OPTIONS - Static variable in class db.OdbHsqldbBridge
 
HsqldbServerCmd - Class in cli
The command extract a database into a given directory or compress a database into a given file.
HsqldbServerCmd() - Constructor for class cli.HsqldbServerCmd
 
htask - Variable in class choco.cp.solver.constraints.global.scheduling.RTask
 
HTask - Class in choco.kernel.solver.variables.scheduling
 
HTask(ITask, IntDomainVar, IStateInt, IStateInt) - Constructor for class choco.kernel.solver.variables.scheduling.HTask
 
htransitions - Variable in class choco.kernel.model.constraints.automaton.LightState
 
HYPDOMMOD - Static variable in class choco.kernel.solver.propagation.event.TaskVarEvent
 
HYPDOMMODbitvector - Static variable in class choco.kernel.solver.propagation.event.TaskVarEvent
 

I

i - Variable in class choco.kernel.memory.structure.Couple
 
I - Static variable in class samples.multicostregular.planner.InstanceMaker
 
I - Static variable in class samples.multicostregular.planner.PlanModel
 
I - Static variable in class trace.CPVizConstant
 
IAutomaton - Interface in choco.kernel.model.constraints.automaton.FA
Created by IntelliJ IDEA.
IAutomaton.NonDeterministicOperationException - Exception in choco.kernel.model.constraints.automaton.FA
 
IAutomaton.NonDeterministicOperationException() - Constructor for exception choco.kernel.model.constraints.automaton.FA.IAutomaton.NonDeterministicOperationException
 
IAutomaton.StateNotInAutomatonException - Exception in choco.kernel.model.constraints.automaton.FA
 
IAutomaton.StateNotInAutomatonException(int) - Constructor for exception choco.kernel.model.constraints.automaton.FA.IAutomaton.StateNotInAutomatonException
 
IAutomaton.Triple - Class in choco.kernel.model.constraints.automaton.FA
 
IAutomaton.Triple(int, int, int) - Constructor for class choco.kernel.model.constraints.automaton.FA.IAutomaton.Triple
 
IBinaryNode - Interface in choco.kernel.common.opres.graph
 
IBitMask - Interface in choco.kernel.common.util.bitmask
 
IBitSetIntDomain - Interface in choco.kernel.solver.variables.integer
 
ICapacitedResource<T extends ITask> - Interface in choco.kernel.solver.constraints.global.scheduling
 
IChocoBrick - Interface in choco.kernel.visu.components.bricks
 
IChocoPanel - Interface in choco.kernel.visu.components.panels
 
IConstraintList - Interface in choco.kernel.model
 
ICopyable - Interface in choco.kernel.memory.copy
 
ICostAutomaton - Interface in choco.kernel.model.constraints.automaton.FA
Created by IntelliJ IDEA.
ICounter - Interface in choco.kernel.model.constraints.automaton.FA.utils
Created by IntelliJ IDEA.
ICumulativeResource<T extends ITask> - Interface in choco.kernel.solver.constraints.global.scheduling
 
ICumulRules - Interface in choco.cp.solver.constraints.global.scheduling.cumulative
 
ICumulSweep - Interface in choco.cp.solver.constraints.global.scheduling.cumulative
 
id - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
id - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
id - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Node
 
id - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
 
id - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Node
 
id - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc
 
id - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Node
 
ID - Static variable in class db.DbTables
 
ID - Static variable in class parser.absconparseur.PredicateTokens
 
id(Object) - Static method in class parser.absconparseur.PredicateTokens
 
id - Variable in class parser.flatzinc.ast.expression.EAnnotation
 
id - Variable in class trace.Visualizer
 
IDbConnector - Interface in db
 
IDeltaDomain - Interface in choco.kernel.solver.variables.delta
 
identity(IntDomainVar) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for NOT constraint over an integer variable
Identity - Class in choco.cp.solver.constraints.integer.bool
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
maintain v1 is true where v1 is a boolean variable, domain = {0,1}
IDENTITY - Static variable in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
identity - Variable in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
Identity - Class in choco.kernel.common.util.comparator
identity permutation.
IDisjRules - Interface in choco.cp.solver.constraints.global.scheduling.disjunctive
The interface represents the classical filtering rules for an unary resource.
IDotty - Interface in choco.kernel.common
 
idx - Variable in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector.CliqueIterator
 
idx - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
index of the current node
idx - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
reference idx in a depth first search
idx - Variable in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
idx - Variable in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
idx - Variable in class choco.kernel.common.util.objects.IntPair
 
idx - Variable in class choco.kernel.model.constraints.automaton.LightState
 
idx - Variable in class choco.kernel.model.variables.tree.TreeNodeObject
index of the current node
idxLevel - Variable in class choco.kernel.model.constraints.automaton.State
 
idxtuple - Variable in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
IEnvironment - Interface in choco.kernel.memory
 
IExtensionnable - Interface in choco
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 14 avr. 2010br/> Since : Choco 2.1.1
An interface to add IExtension to inherited object.
IExternalConstraint - Class in choco.kernel.model.constraints.geost.externalConstraints
 
IExternalConstraint() - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
 
IExternalConstraint(int, int[], int[]) - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
 
IF - Static variable in class parser.absconparseur.PredicateTokens
 
IfEvaluator - Class in parser.absconparseur.intension.arithmetic
 
IfEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.IfEvaluator
 
IFF - Static variable in class parser.absconparseur.PredicateTokens
 
IffEvaluator - Class in parser.absconparseur.intension.logical
 
IffEvaluator() - Constructor for class parser.absconparseur.intension.logical.IffEvaluator
 
IFindManager - Interface in choco.kernel.model
 
ifOnlyIf(Constraint, Constraint) - Static method in class choco.Choco
 
ifOnlyIf(ALogicTree, ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.Node
 
IfOnlyIfManager - Class in choco.cp.model.managers.constraints.expressions
 
IfOnlyIfManager() - Constructor for class choco.cp.model.managers.constraints.expressions.IfOnlyIfManager
 
ifThenElse(Constraint, IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
ifThenElse(Constraint, Constraint, Constraint) - Static method in class choco.Choco
 
IfThenElse - Class in choco.cp.solver.constraints.reified
A constraint to state : if (bool = 1) cons else othercons
IfThenElse(IntDomainVar, AbstractIntSConstraint, AbstractIntSConstraint) - Constructor for class choco.cp.solver.constraints.reified.IfThenElse
 
ifThenElse(ALogicTree, ALogicTree, ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.Node
 
IfThenElseManager - Class in choco.cp.model.managers.constraints.expressions
 
IfThenElseManager() - Constructor for class choco.cp.model.managers.constraints.expressions.IfThenElseManager
 
IfThenElseNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
IfThenElseNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
 
IHeuristic - Interface in choco.kernel.common.opres.heuristics
 
IHook - Interface in choco.kernel.model.variables
a hook is an integer field to attach temporary information about a given variable or constraint.
IIndex - Interface in choco.kernel.common
 
IKickRestart - Interface in choco.cp.solver.search.restart
an interface allow to control the restarting process in the search loop.
Imax - Variable in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
IMeasures - Interface in choco.kernel.solver.search.measure
 
ImmutableListIterator<E> - Class in choco.kernel.common.util.iterators
 
ImmutableListIterator(ListIterator<E>) - Constructor for class choco.kernel.common.util.iterators.ImmutableListIterator
 
ImpactBasedBranching - Class in choco.cp.solver.search.integer.branching
Impact based branchging based on the code from Hadrien

Written by Guillaumme on 17 may 2008

ImpactBasedBranching(Solver, IntDomainVar[], ImpactBasedBranching.AbstractImpactStrategy) - Constructor for class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
ImpactBasedBranching(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
ImpactBasedBranching(Solver) - Constructor for class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
ImpactBasedBranching.AbstractImpactStrategy - Class in choco.cp.solver.search.integer.branching
 
ImpactBasedBranching.AbstractImpactStrategy(ImpactBasedBranching, ArrayList) - Constructor for class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy
 
ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage - Class in choco.cp.solver.search.integer.branching
 
ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage(ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage) - Constructor for class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
 
ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage(Solver, ArrayList) - Constructor for class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
 
ImpactBasedBranching.ImpactStrategy - Interface in choco.cp.solver.search.integer.branching
 
implies(Constraint, Constraint) - Static method in class choco.Choco
 
implies(ALogicTree, ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.Node
 
ImpliesManager - Class in choco.cp.model.managers.constraints.expressions
 
ImpliesManager() - Constructor for class choco.cp.model.managers.constraints.expressions.ImpliesManager
 
inArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
inArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
inArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
INBOX - Static variable in class choco.cp.solver.constraints.global.geost.Constants
INBOX is a constant that specifies the id of the inbox constraint.
Inbox - Class in choco.cp.solver.constraints.global.geost.internalConstraints
A class that represent the Inbox internal constraint.
Inbox(int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
 
incDomWDeg(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
incDomWDeg(Solver, ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
incDomWDeg(Solver, IntDomainVar[], ValIterator) - Static method in class choco.cp.solver.search.BranchingFactory
 
incDomWDeg(Solver, IntDomainVar[], ValIterator, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
incDomWDegBin(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
incDomWDegBin(Solver, ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
incDomWDegBin(Solver, IntDomainVar[], ValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
incDomWDegBin(Solver, IntDomainVar[], ValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
IncDomWDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree
 
IncDomWDegRatio(IntDomainVar) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.IncDomWDegRatio
 
INCINF - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: index of bit for updates to lower bound of IntVars
INCINF - Static variable in class choco.cp.solver.variables.real.RealVarEvent
 
INCINF_MASK - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: value of bitvector for updates to lower bound of IntVars
INCINFbitvector - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Deprecated. 
INCLUDED - Static variable in class choco.cp.solver.constraints.global.geost.Constants
INCLUDED is a constant that specifies the id of the included constraint.
Included - Class in choco.cp.solver.constraints.global.geost.externalConstraints
 
Included(int, int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.Included
 
included(Region) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
included - Variable in class choco.kernel.model.constraints.geost.GeostOptions
 
incomp - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
incomp - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
structure that compute new incomparability constraints from the other structures
incomp - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
data structure related to the graph representation of the incomparability constraint
incomp - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
data structure related to the graph representation of the incomparability constraint
Incomparability - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering
 
Incomparability(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Incomparability
 
incomparableNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
the set of incomparable nodes with the current node
IncompGraphDeduction - Class in choco.cp.solver.constraints.global.tree.deduction
 
IncompGraphDeduction(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.deduction.IncompGraphDeduction
 
incPendingInitConstAwakeEvent() - Method in class choco.cp.solver.propagation.ChocoEngine
Increments the number of init constraint awake events.
incPendingInitConstAwakeEvent() - Method in interface choco.kernel.solver.propagation.PropagationEngine
Increments the number of init constraint awake events.
IncPreservedWDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved
 
IncPreservedWDegRatio(ITemporalSRelation) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.IncPreservedWDegRatio
 
incQ(int, int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
increaseImpact() - Method in class samples.tutorials.lns.lns.Neighborhood
 
increaseMatchingSize(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
updates the matching size when one more left vertex is matched with j
increaseMatchingSize(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
updates the matching size when one more left vertex is matched with j
increaseMatchingSize(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
updates the matching size when one more left vertex is matched with j
increaseMatchingSize(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
updates the matching size when one more left vertex is matched with j
increaseMatchingSize(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Matching size has been increase by 1.
increaseSize(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
Increase the number of value watched.
increaseSizeOfSharedBipartiteSet(int) - Method in class choco.kernel.memory.AbstractEnvironment
Increase the size of the shared bi partite set, it HAS to be called before the end of the environment creation BEWARE: be sure you are correctly calling this method
increaseSizeOfSharedBipartiteSet(int) - Method in interface choco.kernel.memory.IEnvironment
Increase the size of the shared bi partite set, it HAS to be called before the end of the environment creation BEWARE: be sure you are correctly calling this method
increaseVarWeights(Var) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
increaseWeight() - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
increasing_nvalue(IntegerVariable, IntegerVariable[]) - Static method in class choco.Choco
Deprecated. use increasingNValue
increasing_nvalue(String, IntegerVariable, IntegerVariable[]) - Static method in class choco.Choco
Deprecated. use increasingNValue
IncreasingDomain - Class in choco.cp.solver.search.integer.valiterator
 
IncreasingDomain() - Constructor for class choco.cp.solver.search.integer.valiterator.IncreasingDomain
 
increasingNValue(String, IntegerVariable, IntegerVariable[]) - Static method in class choco.Choco
The variables of the collection VARIABLES are increasing.
increasingNValue(IntegerVariable, IntegerVariable[]) - Static method in class choco.Choco
The variables of the collection VARIABLES are increasing.
IncreasingNValue - Class in choco.cp.solver.constraints.global
User : xlorca Mail : xlorca(a)emn.fr Date : 29 janv. 2010 Since : Choco 2.1.1
IncreasingNValue(IntDomainVar, IntDomainVar[], IncreasingNValue.Mode) - Constructor for class choco.cp.solver.constraints.global.IncreasingNValue
 
IncreasingNValue.Mode - Enum in choco.cp.solver.constraints.global
 
IncreasingNValueManager - Class in choco.cp.model.managers.constraints.global
User : xlorca Mail : xlorca(a)emn.fr Date : 29 janv. 2010 Since : Choco 2.1.1
IncreasingNValueManager() - Constructor for class choco.cp.model.managers.constraints.global.IncreasingNValueManager
 
increasingSum(IntegerVariable[], IntegerVariable) - Static method in class choco.Choco
A sum constraint with increasing variables
s = x_0 + x_1 + ... + x_(n-1)
and x_0 <= x_1 <= ... <= x_(n-1)

Bounds-consistency algorithm linear in n (the number of variables)

IncreasingSum - Class in choco.cp.solver.constraints.integer
A sum constraint with increasing variables s = x_0 + x_1 + ... + x_(n-1) and x_0 <= x_1 <= ... <= x_(n-1) Bounds-consistency algorithm linear in n (the number of variables)

See "A O(n) Bound-Consistency Algorithm for the Increasing Sum Constraint",
T.

IncreasingSum(IntDomainVar[], IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.IncreasingSum
 
IncreasingSumManager - Class in choco.cp.model.managers.constraints.integer
A sum constraint with increasing variables User: tpetit thierry.petit(a)mines-nantes.fr
IncreasingSumManager() - Constructor for class choco.cp.model.managers.constraints.integer.IncreasingSumManager
 
increment() - Method in class choco.kernel.common.util.ModifiableInteger
Adds one to the value of this modifiable integer.
increment() - Method in class choco.kernel.memory.copy.RcInt
 
increment() - Method in interface choco.kernel.memory.IStateInt
Modifying a StoredInt by adding an unit increment.
increment() - Method in class choco.kernel.memory.trailing.StoredInt
 
increment - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
INCREMENTAL - Static variable in class choco.cp.solver.constraints.global.regular.Regular
 
incrementalRun() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
main entry point: searching for one solution Note: the initial propagation must be done before pushing any world level.
incrementalRun() - Method in class choco.kernel.solver.search.AbstractOptimize
 
incrementBranchIndex() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
incrementFloorBound() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
incrementFloorBound() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
incrementFloorBound() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
incrementFloorBound() - Method in interface choco.kernel.solver.search.IObjectiveManager
 
IncSlackWDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack
 
IncSlackWDegRatio(ITemporalSRelation) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack.IncSlackWDegRatio
 
inDegree - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
an integer variable that depicts the indegree of the current node
inDegree - Variable in class choco.kernel.model.variables.tree.TreeNodeObject
an integer variable that depicts the indegree of the current node
index - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
index - Variable in class choco.kernel.common.IndexFactory
 
index - Variable in class choco.kernel.common.opres.graph.GraphDTC
 
INDEX_PK - Static variable in class db.DbTableView
 
indexCapacity - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
indexConsumption - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
IndexedObject - Interface in choco.kernel.memory.structure
Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
indexes - Static variable in class samples.multicostregular.asap.data.base.ASAPDate
 
IndexFactory - Class in choco.kernel.common
 
IndexFactory() - Constructor for class choco.kernel.common.IndexFactory
 
indexOf(TaskVar) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
indexOf(Object) - Method in class choco.kernel.common.util.objects.CircularQueue
 
indexOf(E) - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOfMaximumVariable - Variable in class choco.cp.solver.constraints.integer.MaxOfAList
Index of the maximum variable.
indexOfMinimumVariable - Variable in class choco.cp.solver.constraints.integer.MinOfAList
Index of the minimum variable.
indexOfMinimumVariable - Variable in class choco.cp.solver.constraints.set.MinOfASet
Index of the minimum variable.
indexUB - Variable in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
indexUpdateNeeded - Variable in class choco.cp.solver.constraints.integer.ElementV
 
indexVars - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
index who help to find a graph node from a network node
indices - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
a table that manage the indices of the variables involved in the tree constraint
indices - Static variable in class choco.kernel.memory.copy.EnvironmentCopying
 
indices - Variable in class choco.kernel.memory.structure.APartiallyStoredCstrList
 
inf - Variable in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
inf - Variable in class choco.cp.solver.constraints.set.SetCard
 
inf - Variable in class choco.cp.solver.variables.real.RealDomainImpl
 
INF - Static variable in interface choco.kernel.memory.IStateBinaryTree
static integer representing an operation over a binary tree INF, a lower bound of an interval has been modified
inf - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the lower bound of the node
inf - Variable in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
inf - Variable in class choco.kernel.solver.variables.real.RealIntervalConstant
 
infeasiblePairAC(IntDomainVar, IntDomainVar, boolean[][], int) - Method in class choco.cp.solver.CPSolver
 
infeasiblePairAC(IntDomainVar, IntDomainVar, List<int[]>, int) - Method in class choco.cp.solver.CPSolver
 
infeasibleTupleAC(IntDomainVar[], List<int[]>) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given a given list of infeasible tuples.
infeasibleTupleAC(IntDomainVar[], List<int[]>, int) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given a given list of infeasible tuples
infeasibleTupleFC(IntDomainVar[], TuplesTable) - Static method in class choco.cp.solver.CPSolver
Create a constraint enforcing Forward Checking on a given a given list of infeasible tuples
infeasPairAC(IntegerVariable, IntegerVariable, List<int[]>) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of infeasibles pairs of values for the corresponding variables.
infeasPairAC(String, IntegerVariable, IntegerVariable, List<int[]>) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of infeasibles pairs of values for the corresponding variables
infeasPairAC(IntegerVariable, IntegerVariable, boolean[][]) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of infeasibles pairs of values for the corresponding variables.
infeasPairAC(String, IntegerVariable, IntegerVariable, boolean[][]) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of infeasibles pairs of values for the corresponding variables
infeasPairAC(IntDomainVar, IntDomainVar, List<int[]>) - Method in class choco.cp.solver.CPSolver
 
infeasPairAC(IntDomainVar, IntDomainVar, List<int[]>, int) - Method in class choco.cp.solver.CPSolver
 
infeasPairAC(IntDomainVar, IntDomainVar, boolean[][]) - Method in class choco.cp.solver.CPSolver
 
infeasPairAC(IntDomainVar, IntDomainVar, boolean[][], int) - Method in class choco.cp.solver.CPSolver
 
infeasTupleAC(List<int[]>, IntegerVariable...) - Static method in class choco.Choco
Create a constraint enforcing Arc Consistency on a given a given list of infeasible tuples
infeasTupleAC(String, List<int[]>, IntegerVariable...) - Static method in class choco.Choco
Create a constraint enforcing Arc Consistency on a given a given list of infeasible tuples
infeasTupleAC(IntDomainVar[], List<int[]>) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given a given list of infeasible tuples
infeasTupleFC(List<int[]>, IntegerVariable...) - Static method in class choco.Choco
Create a constraint enforcing Forward Checking on a given a given list of infeasible tuples
infeasTupleFC(IntDomainVar[], List<int[]>) - Static method in class choco.cp.solver.CPSolver
Create a constraint enforcing Forward Checking on a given a given list of infeasible tuples
INFEVENT - Static variable in class choco.cp.solver.variables.real.RealVarEvent
 
INFINITY - Static variable in class parser.absconparseur.InstanceTokens
 
info - Variable in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
infStamp - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the timestamp of the lwer bound
inGraph - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
init(int, int[]) - Method in class choco.cp.common.util.iterators.BipartiteIntDomainIterator
Freeze the iterator, cannot be reused.
init(int, IStateBitSet) - Method in class choco.cp.common.util.iterators.BitSetIntDomainIterator
Freeze the iterator, cannot be reused.
init(BooleanDomain) - Method in class choco.cp.common.util.iterators.BooleanDomainIterator
Freeze the iterator, cannot be reused.
init(AbstractIntDomain) - Method in class choco.cp.common.util.iterators.IntDomainIterator
Freeze the iterator, cannot be reused.
init(IntervalIntDomain) - Method in class choco.cp.common.util.iterators.IntervalIntDomainIterator
Freeze the iterator, cannot be reused.
init() - Method in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector.CliqueIterator
 
init() - Method in class choco.cp.solver.constraints.global.AmongGAC
 
init() - Method in class choco.cp.solver.constraints.global.BoundGcc
 
init() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
init() - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
 
init(int, boolean, boolean, IEnvironment) - Method in class choco.cp.solver.constraints.global.Occurrence
 
init(LightLayeredDFA, int[], int[], IEnvironment) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
init(Object[]) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
init() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph.IntQueue
Initializes the queue.
init(IntDomainVar[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
init() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
init() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
init() - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
init(int, BitSet) - Method in class choco.cp.solver.variables.delta.iterators.BitSetIterator
Freeze the iterator, cannot be reused.
init(int, int, int, int) - Method in class choco.cp.solver.variables.delta.iterators.IntervalIntIterator
Freeze the iterator, cannot be reused.
init(BitSetEnumeratedDomain, BitSetEnumeratedDomain) - Method in class choco.cp.solver.variables.set.SetDomainImpl.SetOpenDomainIterator
 
init(BitSetEnumeratedDomain) - Method in class choco.cp.solver.variables.set.SetDomainIterator
Freeze the iterator, cannot be reused.
init() - Method in class choco.kernel.common.util.disposable.Disposable
 
init(int[], int, int) - Method in class choco.kernel.common.util.iterators.IntArrayIterator
Freeze the iterator, cannot be reused.
init(int) - Method in class choco.kernel.common.util.iterators.OneValueIterator
Freeze the iterator, cannot be reused.
init(TIntHashSet, DeterministicIndicedList<E>) - Method in class choco.kernel.common.util.iterators.TIHIterator
Freeze the iterator, cannot be reused.
init(IntList) - Method in class choco.kernel.common.util.objects.IntList.IntListIterator
 
init(C, int) - Method in class choco.kernel.memory.structure.Couple
 
init(int[], IStateInt) - Method in class choco.kernel.memory.structure.iterators.BipartiteListIterator
Freeze the iterator, cannot be reused.
init(int[], IStateInt) - Method in class choco.kernel.memory.structure.iterators.BipartiteListRemIterator
Freeze the iterator, cannot be reused.
init(int[], int[], IStateInt, IndexedObject[]) - Method in class choco.kernel.memory.structure.iterators.BipartiteSetIterator
Freeze the iterator, cannot be reused.
init(C, PartiallyStoredIntVector, PartiallyStoredVector<C>, PartiallyStoredIntVector) - Method in class choco.kernel.memory.structure.iterators.PSCLEIterator
 
init(PartiallyStoredVector<C>, PartiallyStoredIntVector, C, DisposableIntIterator) - Method in class choco.kernel.memory.structure.iterators.PSCLIterator
Freeze the iterator, cannot be reused.
init(int, IStateInt) - Method in class choco.kernel.memory.structure.iterators.PSIVIterator
Freeze the iterator, cannot be reused.
init(int, E[], IStateInt) - Method in class choco.kernel.memory.structure.iterators.PSVIndexIterator
Freeze the iterator, cannot be reused.
init(int, E[], IStateInt, E[]) - Method in class choco.kernel.memory.structure.iterators.PSVIterator
Freeze the iterator, cannot be reused.
init(StoredBipartiteVarSet, E[], IStateInt) - Method in class choco.kernel.memory.structure.iterators.SBVSIterator1
Freeze the iterator, cannot be reused.
init(E[], int) - Method in class choco.kernel.memory.structure.iterators.SBVSIterator2
Freeze the iterator, cannot be reused.
init(StoredBinaryTree) - Method in class choco.kernel.memory.trailing.StoredBinaryTree.TreeIterator
 
init(LightState) - Method in class choco.kernel.model.constraints.automaton.LightState
 
init(int, int, int[]) - Method in class choco.kernel.model.variables.integer.iterators.IVIterator
Freeze the iterator, cannot be reused.
init() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
init() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
init() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph.IntQueue
Initializes the queue.
init() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
 
init(ArrayList<IVisuVariable>) - Method in interface choco.kernel.visu.components.panels.IChocoPanel
Initialize every object of the frame.
init(ArrayList<IVisuVariable>) - Method in class choco.visu.components.panels.VarChocoPanel
Initialize every object of the frame.
init() - Method in class parser.chocogen.XmlModel
 
init(String, ASAPItemHandler) - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
init() - Method in class samples.tutorials.applet.DemoApplet
 
init() - Method in class trace.Visualization
 
init() - Method in class trace.VisuWrapper
 
init() - Method in class trace.VoidWrapper
 
INIT_DESTRUCTIVE_LOWER_BOUND - Static variable in class choco.kernel.solver.Configuration

Goal: Compute a destructive lower bound before starting the search (optimization).
INIT_DLB_SHAVING - Static variable in class choco.kernel.solver.Configuration

Goal: Apply shaving while computing the destructive lower bound.
INIT_SEARCH - Static variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
constants for driving the incremental search algorithm
INIT_SHAVE_ONLY_DECISIONS - Static variable in class choco.kernel.solver.Configuration

Goal: perform shaving only on decision vars.
INIT_SHAVING - Static variable in class choco.kernel.solver.Configuration

Goal: Enforce the use of shaving before starting the search.
initAbstractBipartFlow() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
 
initailizeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
initailizeDividend() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.ratios.IntRatio
 
initBackDataStruct() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
initBounds() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
initBounds() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
initBounds() - Method in interface choco.kernel.solver.search.IObjectiveManager
initialization of the optimization bound data structure
initBranching() - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
initBranching() - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
initBranching() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
initBranching() - Method in class choco.cp.solver.search.task.SetTimes
 
initBranching() - Method in class choco.kernel.solver.branch.AbstractBranchingStrategy
This method is called before launching the search. it may be used to intialiaze data structures or counters for instance.
initBranching() - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. This method is called before launching the search. it may be used to intialiaze data structures or counters for instance.
initBranching() - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
initConstraintExtensions(Solver) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
initConstraintForBranching(SConstraint) - Method in class choco.cp.solver.search.integer.branching.AssignVar
 
initConstraintForBranching(SConstraint) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
initConstraintForBranching(SConstraint) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
initConstraintForBranching(SConstraint) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
initConstraintForBranching(SConstraint) - Method in class choco.cp.solver.search.integer.varselector.DomOverWDeg
Deprecated.  
initConstraintForBranching(SConstraint) - Method in class choco.kernel.solver.branch.AbstractBranchingStrategy
this method is used to build the data structure in the branching for the given constraint.
initConstraintForBranching(SConstraint) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. this method is used to build the data structure in the branching for the given constraint.
initConstraintForBranching(SConstraint) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
initData() - Method in class choco.cp.solver.constraints.global.regular.Regular
 
initDomSize0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
initDomSize0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
initDomSize1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
initDomSize1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
initEntailmentStructures() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
InitFrameExternalConstraint(ExternalConstraint, int[]) - Method in class choco.cp.solver.constraints.global.geost.layers.ExternalLayer
 
initGraph() - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostKnapSack
 
initGraph(DirectedMultigraph<Node, Arc>, Node) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
initGraph(ICostAutomaton) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
initGraph() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
initGraph() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
INITIAL_COST - Static variable in class parser.absconparseur.InstanceTokens
 
INITIAL_STATIC_CAPACITY - Static variable in class choco.kernel.common.Constant
Initial capacity for array containinc static elements.
INITIAL_STORED_CAPACITY - Static variable in class choco.kernel.common.Constant
Initial capacity for array containinc dynamic elements.
initialFilter() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
initialisationtime - Variable in class parser.chocogen.XmlModel
 
initialise() - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
initialize the attributes of this class according to the current state of the variables
initialize() - Method in class choco.cp.solver.constraints.global.Lex
 
initialize() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
initialize() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
initialize(IntDomainVar[], IntDomainVar, Solver) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
initialize() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
initialize() - Method in class choco.cp.solver.search.GoalSearchLoop
 
initialize() - Method in class choco.cp.solver.search.SearchLimitManager
 
initialize() - Method in class choco.cp.solver.search.SearchLoopWithRecomputation
 
initialize() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
initialize() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
initialize the limit.
initialize() - Method in interface choco.kernel.solver.search.ISearchLoop
 
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.AChocoPApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.ColorValuePApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.FullDomainPApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.GridPApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.NameOrQuestionMarkPApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.NameOrValuePApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.SudokuPApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize(ArrayList<IVisuVariable>) - Method in class choco.visu.components.papplets.TreeSearchPApplet
Initialize the ChocoPApplet with the list of concerning VisuVariables
initialize() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
initialize() - Method in class parser.instances.AbstractInstanceModel
 
initialize() - Method in class parser.instances.AbstractMinimizeModel
 
initialize() - Method in class parser.instances.XcspModel
 
initialize() - Method in class samples.tutorials.to_sort.packing.parser.BinPackingModel
 
initializeData() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomDegRatio
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.SimpleRatio
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.MaxPreservedRatio
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.MinPreservedRatio
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.PreservedWDegRatio
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack.IncSlackWDegRatio
 
initializeDividend() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack.SlackWDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomDynDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomWDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.IncDomWDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.SimpleRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.IncPreservedWDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.MaxPreservedRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.MinPreservedRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.PreservedWDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack.IncSlackWDegRatio
 
initializeDivisor() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack.SlackWDegRatio
 
initializeEdgeFinding(IVilimTree.TreeMode, Iterable<IRTask>) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTL
 
initializeEdgeFinding(IVilimTree.TreeMode, Iterable<IRTask>) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
initializeEdgeFindingData() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
initializeEdgeFindingData() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
Initialize some data structure for the edge finding.
initializeEdgeFindingEnd() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
initializeEdgeFindingEnd() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
 
initializeEdgeFindingStart() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
initializeEdgeFindingStart() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
 
initializeEvents() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
initializeExtList() - Method in class parser.chocogen.RelationFactory
 
initializeSupports(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
initialize the supports of each value of indexVar
initializeSweep() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
initialPropagation() - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
Perform initial propagarion and measure its time
initialPropagation - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
initialPropagation() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
initialPropTime - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
initialTrace() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
initImpacts(int) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy
Each value of each variable is tried to initialize impact.
initlb() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
initLoop() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
initLoop() - Method in class choco.cp.solver.search.GoalSearchLoop
 
initLoop() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
initLoop() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
initMainGoal(SConstraint) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
initMainIteration() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
initMarck() - Method in class choco.cp.solver.constraints.global.regular.Regular
marks allow to know whether a state is reachable from q_0 (during the forward phase) or whether a state can not reach q_n (during the backward phase).
initNogoodBase() - Method in class choco.cp.solver.CPSolver
 
initPathInfo() - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
initQij(ArrayList[]) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
initReading() - Method in class choco.cp.solver.CPSolver
Prepare Solver to read the model
initS0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
initS1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
initSCCGraph() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
initialize the graph data structure storing the SCC decomposition
initSCCGraph() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
initialize the graph data structure storing the SCC decomposition
initSearch() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
initSearch() - Method in class choco.cp.solver.search.GoalSearchLoop
 
initSearch() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
initSearch() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
initState - Variable in class choco.kernel.model.constraints.automaton.LayeredDFA
 
initState - Variable in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
initSupports() - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
initialize the residual supports of each pair to their first allowed tuple
initUb() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
initVarExtensions(Solver) - Static method in class choco.cp.solver.search.integer.branching.domwdeg.DomWDegUtils
 
INode - Class in choco.kernel.solver.constraints.reified
 
INode(NodeType) - Constructor for class choco.kernel.solver.constraints.reified.INode
 
INode(INode[], NodeType) - Constructor for class choco.kernel.solver.constraints.reified.INode
 
INodeLabel - Interface in choco.kernel.common.opres.graph
 
INoSumCell - Interface in choco.kernel.common.opres.nosum
 
inPath - Variable in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
inputFile - Variable in class cli.AbstractBenchmarkCmd
 
inputGraph - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
inputGraph - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
data structure related to the graph representation of the input graph
inputGraph - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.GlobalCardinalityNoLoop
data structure related to the graph representation of the input graph
inputGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
data structure related to the graph representation of the input graph
inputGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths
 
inputGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
data structure related to the graph representation of the input graph
InputParser - Class in choco.cp.solver.constraints.global.geost.util
This class parses a text file that describes the problem to be solved.
InputParser() - Constructor for class choco.cp.solver.constraints.global.geost.util.InputParser
 
InputParser(String, int) - Constructor for class choco.cp.solver.constraints.global.geost.util.InputParser
 
InputParser(InputParser.GeostProblem, int) - Constructor for class choco.cp.solver.constraints.global.geost.util.InputParser
 
InputParser.GeostProblem - Class in choco.cp.solver.constraints.global.geost.util
 
InputParser.GeostProblem(int[][], int[], int[][]) - Constructor for class choco.cp.solver.constraints.global.geost.util.InputParser.GeostProblem
 
insert(Heapable) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Inserts a key into the heap.
insert(Heapable) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Inserts key into the heap, and then upheaps that key to a position where the heap property is satisfied.
insert(Heapable) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Inserts key into the heap, and then upheaps that key to a position where the heap property is satisfied.
insert(Heapable) - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.HeapImpl
 
insert(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTL
 
insert(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
insert(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.CumTreeT
 
insert(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeT
 
insert(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
insert(ITask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
insert(INodeLabel, INodeLabel, boolean) - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
insert(int, E) - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Insert an stored object
insertAfter(Object, ListIterator) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
insertBefore(Object, ListIterator) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
insertConfiguration(Integer, String) - Method in class db.DbManager
 
insertEntryAndRetrieveGPK(DbTableView, SqlParameterSource) - Method in class db.DbManager
 
insertEntryAndRetrieveGPK(DbTableView, Object...) - Method in class db.DbManager
 
insertEntryIfAbsentPK(DbTableView, SqlParameterSource) - Method in class db.DbManager
 
insertEntryIfAbsentPK(DbTableView, Object...) - Method in class db.DbManager
 
insertFirst(T) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
Insert an element at the very begining of the vector.
insertFirstWithShifting(T) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
insertInLambda(Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
insertInLambda(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
insertInLambda(Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
insertInLambda(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
insertInLambda(IRTask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaLambdaTree
 
insertInOmega(Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
insertInOmega(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
insertInOmega(IRTask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaOmegaTree
 
insertInTheta() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
insertInTheta(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
insertInTheta(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.CumTreeT
 
insertInTheta(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
insertInTheta() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
insertInTheta(IRTask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaTree
insert the task into the tree.
insertInTheta(ITask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaTree
insert the task into the tree (optional operation).
insertMeasures(Integer, IMeasures) - Method in class db.DbManager
 
insertObject(int, Obj) - Method in class choco.cp.solver.constraints.global.geost.Setup
 
insertShape(int, List<ShiftedBox>) - Method in class choco.cp.solver.constraints.global.geost.Setup
 
insertSolver(Solver, String) - Method in class db.DbManager
 
insertSolver(Solver, String, boolean) - Method in class db.DbManager
 
insertTask(ITask, AbstractVilimStatus<?>, AbstractVilimStatus<?>) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
insertWhitespaceAround(String, String) - Static method in class parser.absconparseur.Toolkit
Returns a string built from the given first one by inserting (if necessary) a whitespace before and after each occurence of a character of the second one.
insideForbidden(Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
insideForbidden(Point, Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
insideForbidden(Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
insideForbidden(Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
insideForbidden(Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.ForbiddenRegion
 
insideForbidden_withDoubles(Point, Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
inspectConstraint(SConstraint<?>) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Inspect the satisfaction of c.
inspectConstraint(SConstraint<?>) - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Inspect the satisfaction of c.
inspectConstraints(Solver) - Method in class choco.kernel.solver.search.checker.AbstractSolutionCheckerEngine
Inspect satisfaction of every constraints declared in solver.
inspectConstraints(Solver) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Inspect satisfaction of every constraints declared in solver.
inspectSolution(Solver) - Method in class choco.kernel.solver.search.checker.AbstractSolutionCheckerEngine
Inspect the current solution of solver.
inspectSolution(Solver) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Inspect the current solution of solver.
inspectVariable(Var) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Inspect the instantiation of var.
inspectVariable(Var) - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Inspect the instantiation of var.
inspectVariables(Solver) - Method in class choco.kernel.solver.search.checker.AbstractSolutionCheckerEngine
Inspect instantiation of every variables involved in solver.
inspectVariables(Solver) - Method in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
Inspect instantiation of every variables involved in solver.
inStack - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
inStack - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
inStack - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
instance - Variable in class cli.AbstractBenchmarkCmd
 
INSTANCE - Static variable in class parser.absconparseur.InstanceTokens
 
instance - Variable in class parser.flatzinc.parser.FZNParser
 
instance - Variable in class samples.multicostregular.nsp.NSPStruct
 
instance(int) - Static method in class samples.tutorials.to_sort.tsp.CycleMain
 
INSTANCE_SCHEMA_1_1 - Static variable in class parser.absconparseur.InstanceTokens
 
INSTANCE_SCHEMA_2_0 - Static variable in class parser.absconparseur.InstanceTokens
 
INSTANCE_STYLESHEET_1_1 - Static variable in class parser.absconparseur.InstanceTokens
 
INSTANCE_STYLESHEET_2_0 - Static variable in class parser.absconparseur.InstanceTokens
 
INSTANCE_STYLESHEET_2_1 - Static variable in class parser.absconparseur.InstanceTokens
 
InstanceChecker - Class in parser.absconparseur.tools
 
InstanceChecker() - Constructor for class parser.absconparseur.tools.InstanceChecker
 
InstanceChecker.Indicator - Interface in parser.absconparseur.tools
 
InstanceCheckerEngine - Class in parser.absconparseur.tools
 
InstanceCheckerEngine(InstanceChecker, InstanceChecker.Indicator, File, File, boolean, boolean, InstanceChecker.CHECKING_MODE) - Constructor for class parser.absconparseur.tools.InstanceCheckerEngine
 
InstanceCheckerParser - Class in parser.absconparseur.tools
 
InstanceCheckerParser(InstanceCheckerEngine, Document, boolean) - Constructor for class parser.absconparseur.tools.InstanceCheckerParser
 
instanceFalse - Static variable in class parser.flatzinc.ast.expression.EBool
 
InstanceFileParser - Interface in parser.instances
 
InstanceMaker - Class in samples.multicostregular.planner
Created by IntelliJ IDEA.
InstanceMaker() - Constructor for class samples.multicostregular.planner.InstanceMaker
 
InstanceParser - Class in parser.absconparseur.tools
This class corresponds to a Java parser that uses DOM (Document Object Model) to parse CSP and WCSP instances in format "XCSP 2.1".
InstanceParser() - Constructor for class parser.absconparseur.tools.InstanceParser
 
Instances - Class in samples.rackconfig
Created by IntelliJ IDEA.
instances - Static variable in class samples.rackconfig.Instances
 
InstanceShuffler - Class in parser.absconparseur.tools
 
InstanceShuffler(File, int, int) - Constructor for class parser.absconparseur.tools.InstanceShuffler
 
InstanceTokens - Class in parser.absconparseur
 
InstanceTokens() - Constructor for class parser.absconparseur.InstanceTokens
 
instanceTrue - Static variable in class parser.flatzinc.ast.expression.EBool
 
Instantiate - Class in choco.cp.solver.goals.choice
 
Instantiate(IntDomainVar, ValSelector<IntDomainVar>) - Constructor for class choco.cp.solver.goals.choice.Instantiate
 
Instantiate(IntDomainVar, ValIterator<IntDomainVar>) - Constructor for class choco.cp.solver.goals.choice.Instantiate
 
Instantiate(IntDomainVar) - Constructor for class choco.cp.solver.goals.choice.Instantiate
 
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
Internal var: instantiation of the variable caused by its i-th constraint Returns a boolean indicating whether the call indeed added new information.
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Internal var: instantiation of the variable caused by its i-th constraint Returns a boolean indicating whether the call indeed added new information.
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Internal var: instantiation of the variable caused by its i-th constraint Returns a boolean indicating whether the call indeed added new information.
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
instantiate(int, int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
instantiate(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Internal var: instantiation of the variable caused by its i-th constraint Returns a boolean indicating whether the call indeed added new information.
instantiate(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. 
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
instantiate(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
instantiate(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Internal var: instantiation of the variable caused by its i-th constraint Returns a boolean indicating whether the call indeed added new information.
instantiate(int[], SConstraint, boolean) - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
instantiate(int[], SConstraint, boolean) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
instantiate(int[], int) - Method in class choco.cp.solver.variables.set.SetVarImpl
Deprecated. 
instantiate(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Propagation events instantiating a variable (ie: removing all other values from the domain)
instantiate(int, int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. 
instantiate(int[], SConstraint, boolean) - Method in interface choco.kernel.solver.variables.set.SetDomain
 
instantiate(int[], SConstraint, boolean) - Method in interface choco.kernel.solver.variables.set.SetVar
Propagation events instantiated a set var to a specific set of values
instantiate(int[], int) - Method in interface choco.kernel.solver.variables.set.SetVar
Deprecated. 
instantiated - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
instantiateMandatoryShift() - Method in class samples.multicostregular.asap.ASAPCPModel
 
INSTINT - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: index of bit for instantiations of IntVars
INSTINT_MASK - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: value of bitvector for instantiations of IntVars
INSTINTbitvector - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Deprecated. 
instPairs - Variable in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
INSTSET - Static variable in class choco.cp.solver.variables.set.SetVarEvent
 
INSTSET_MASK - Static variable in class choco.cp.solver.variables.set.SetVarEvent
 
INSTSETEVENT - Static variable in class choco.cp.solver.variables.set.SetVarEvent
Deprecated. 
instToOne - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
instToZero - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
INT - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
int_arr - Static variable in class parser.flatzinc.ast.expression.Expression
 
INT_EQUALITY_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Active detection equalities between integer variables
Type: boolean
Default value: true
INT_LIN_COMB - Static variable in class choco.kernel.solver.constraints.Formula
 
IntArrayIterator - Class in choco.kernel.common.util.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 mars 2010
Since : Choco 2.1.1
IntBoundedVariable - Interface in choco.kernel.model.variables
 
IntBranching - Interface in choco.kernel.solver.branch
IntBranching objects are specific branching objects where each branch is labeled with an integer.
IntBranchingDecision - Interface in choco.kernel.solver.search
 
IntBranchingTrace - Class in choco.kernel.solver.search
A class for keeping a trace of the search algorithm, through an IntBranching (storing the current branching object, as well as the label of the current branch)
IntBranchingTrace() - Constructor for class choco.kernel.solver.search.IntBranchingTrace
 
IntConstraintManager - Class in choco.cp.model.managers
 
IntConstraintManager() - Constructor for class choco.cp.model.managers.IntConstraintManager
 
IntCsteEvent<C extends AbstractSConstraint & IntPropagator> - Class in choco.cp.solver.variables.integer
 
IntCsteEvent(IntDomainVarImpl) - Constructor for class choco.cp.solver.variables.integer.IntCsteEvent
 
intDiv(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Enforce z = x / y
IntDomain - Interface in choco.kernel.solver.variables.integer
An interface for all domains of search variables
IntDomainIterator - Class in choco.cp.common.util.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 mars 2010
Since : Choco 2.1.1
IntDomainIterator() - Constructor for class choco.cp.common.util.iterators.IntDomainIterator
 
IntDomainVar - Interface in choco.kernel.solver.variables.integer
An interface for all implementations of search valued domain variables
IntDomainVarAddCste - Class in choco.cp.solver.variables.integer
Declare a variable Y, based on a variable X and a constante c, such as Y = X + c
IntDomainVarAddCste(Solver, String, IntDomainVar, int) - Constructor for class choco.cp.solver.variables.integer.IntDomainVarAddCste
Build a variable Y such as Y = X + c.
IntDomainVarImpl<C extends AbstractSConstraint & IntPropagator> - Class in choco.cp.solver.variables.integer
Implements search valued domain variables.
IntDomainVarImpl(Solver, String) - Constructor for class choco.cp.solver.variables.integer.IntDomainVarImpl
Default constructor
IntDomainVarImpl(Solver, String, int, int, int) - Constructor for class choco.cp.solver.variables.integer.IntDomainVarImpl
Constructs a new variable for the specified model and with the specified name and bounds.
IntDomainVarImpl(Solver, String, int, int[]) - Constructor for class choco.cp.solver.variables.integer.IntDomainVarImpl
 
IntDomainVarTimePosCste - Class in choco.cp.solver.variables.integer
Declare a variable Y, based on a variable X and a constante c, such as Y = X * c
IntDomainVarTimePosCste(Solver, String, IntDomainVar, int) - Constructor for class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
Build a variable Y such as Y = X + c.
integer(int, String, int) - Method in class trace.visualizers.Writer
 
INTEGER_DATE_FORMAT - Static variable in class choco.visu.components.chart.ChocoChartFactory
 
IntegerConstantVariable - Class in choco.kernel.model.variables.integer
 
IntegerConstantVariable(int) - Constructor for class choco.kernel.model.variables.integer.IntegerConstantVariable
 
IntegerExpressionManager - Class in choco.cp.model.managers.variables
 
IntegerExpressionManager() - Constructor for class choco.cp.model.managers.variables.IntegerExpressionManager
 
IntegerExpressionVariable - Class in choco.kernel.model.variables.integer
 
IntegerExpressionVariable(VariableType, Object, boolean, IConstraintList) - Constructor for class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
IntegerExpressionVariable(Object, Operator, IntegerExpressionVariable...) - Constructor for class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
IntegerExpressionVariable(Object, String, IntegerExpressionVariable...) - Constructor for class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
IntegerExpressionVariable(Object, Class, IntegerExpressionVariable...) - Constructor for class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
IntegerType - Interface in parser.absconparseur.intension.types
 
IntegerVariable - Class in choco.kernel.model.variables.integer
 
IntegerVariable(VariableType, int[], boolean, IConstraintList) - Constructor for class choco.kernel.model.variables.integer.IntegerVariable
 
IntegerVariable(String, int, int) - Constructor for class choco.kernel.model.variables.integer.IntegerVariable
 
IntegerVariable(String, int[]) - Constructor for class choco.kernel.model.variables.integer.IntegerVariable
 
IntegerVariableManager - Class in choco.cp.model.managers.variables
Created by IntelliJ IDEA.
IntegerVariableManager() - Constructor for class choco.cp.model.managers.variables.IntegerVariableManager
 
IntegerVariableMerger - Class in choco.cp.common.util.preprocessor.merger
 
IntegerVariableMerger() - Constructor for class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
IntegerVariableMerger(IntegerVariable) - Constructor for class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
integerVariableToIntDomainVar(Variable[][]) - Method in class choco.cp.solver.CPModelToCPSolver
 
intensionCts - Variable in class parser.absconparseur.components.PExtensionConstraint
The Relation might have been identified as a known intensional constraint such as >, =, < , >=
IntEnumeration - Interface in choco.kernel.common.util.iterators
 
IntermediateLayer - Class in choco.cp.solver.constraints.global.geost.layers
This is the intermediate layer class.
IntermediateLayer() - Constructor for class choco.cp.solver.constraints.global.geost.layers.IntermediateLayer
Creates an IntermediateLayer instance.
INTERNAL_ERROR - Static variable in class choco.kernel.common.opres.graph.GraphDTC
 
internalBranching - Variable in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
InternalConstraint - Class in choco.cp.solver.constraints.global.geost.internalConstraints
A class that all internal constraints should extend.
InternalConstraint(int) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.InternalConstraint
 
Interpreter - Class in samples.random
 
intersect(Outbox) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
intersect(RealInterval) - Method in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
intersect(RealInterval) - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
intersect(RealInterval) - Method in class choco.cp.solver.variables.real.RealVarImpl
 
intersect(RealInterval) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
intersect(RealInterval) - Method in interface choco.kernel.solver.variables.real.RealInterval
Modifies the bounds for intersecting with the specified interval.
intersect(RealInterval) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
intersection(IntegerVariable) - Method in class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
intersection of the current domain and v
intersection(TaskVariable) - Method in class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
intersection(IAutomaton) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
intersection - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
IntersectionManager - Class in choco.cp.model.managers.constraints.set
Created by IntelliJ IDEA.
IntersectionManager() - Constructor for class choco.cp.model.managers.constraints.set.IntersectionManager
 
intersects(OpenBitSet) - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intersects(IStateBitSet) - Method in interface choco.kernel.memory.IStateBitSet
 
intersects(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intersects(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intersects(SBitSet) - Method in class choco.kernel.memory.structure.SBitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intersects(OpenBitSet) - Method in class choco.kernel.memory.structure.SBitSet
 
intersects(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intersects(SBitSet2) - Method in class choco.kernel.memory.structure.SBitSet2
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intersects(OpenBitSet) - Method in class choco.kernel.memory.structure.SBitSet2
 
intersects(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet2
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
interval_size - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
IntervalBTreeDomain - Class in choco.cp.solver.variables.integer
Created by IntelliJ IDEA.
IntervalBTreeDomain(IntDomainVarImpl, int, int, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.IntervalBTreeDomain
Construct a new domain represented by a Binary Tree of Interval
IntervalBTreeDomain(IntDomainVarImpl, int[], IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.IntervalBTreeDomain
Construct a new domain represented by a Binary Tree of Interval
IntervalDeltaDomain - Class in choco.cp.solver.variables.delta
 
IntervalDeltaDomain(AbstractIntDomain, int, int) - Constructor for class choco.cp.solver.variables.delta.IntervalDeltaDomain
 
IntervalIntDomain - Class in choco.cp.solver.variables.integer
 
IntervalIntDomain(IntDomainVarImpl, int, int, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.IntervalIntDomain
 
IntervalIntDomainIterator - Class in choco.cp.common.util.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 mars 2010
Since : Choco 2.1.1
IntervalIntDomainIterator() - Constructor for class choco.cp.common.util.iterators.IntervalIntDomainIterator
 
IntervalIntIterator - Class in choco.cp.solver.variables.delta.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco
IntervalIntIterator() - Constructor for class choco.cp.solver.variables.delta.iterators.IntervalIntIterator
 
IntExp - Interface in choco.kernel.solver.constraints.integer
an interface for all expressions (arithmetic, ...) modelling search values.
intFromCharMap - Static variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
IntHeuristicIntVarSelector - Class in choco.kernel.solver.search.integer
A class the selects the variables which minimizes a heuristic (such classes support ties)
IntHeuristicIntVarSelector(Solver) - Constructor for class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
IntHeuristicIntVarSelector(Solver, IntDomainVar[]) - Constructor for class choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
 
IntInterval - Class in choco.kernel.memory.structure
 
IntInterval(IEnvironment, int, int) - Constructor for class choco.kernel.memory.structure.IntInterval
 
IntLinComb - Class in choco.cp.solver.constraints.integer
Implements a constraint Sigma (ai Xi) <=/>=/= C, with Xi variables, ai and C constants.
IntLinComb(IntDomainVar[], int[], int, int, int) - Constructor for class choco.cp.solver.constraints.integer.IntLinComb
Constructs the constraint with the specified variables and constant.
intlincomb - Variable in class choco.cp.solver.constraints.integer.IntLinComb
Filter based on the operator
IntLinCombEQ - Class in choco.cp.solver.constraints.integer.intlincomb
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
IntLinCombEQ(int[], int, int, IntDomainVar[], AbstractSConstraint) - Constructor for class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
 
IntLinCombFactory - Class in choco.cp.solver.constraints.integer.intlincomb
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
IntLinCombFactory() - Constructor for class choco.cp.solver.constraints.integer.intlincomb.IntLinCombFactory
 
IntLinCombGEQ - Class in choco.cp.solver.constraints.integer.intlincomb
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
IntLinCombGEQ(int[], int, int, IntDomainVar[], AbstractSConstraint) - Constructor for class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
 
IntLinCombLEQ - Class in choco.cp.solver.constraints.integer.intlincomb
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
IntLinCombLEQ(int[], int, int, IntDomainVar[], AbstractSConstraint) - Constructor for class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
 
IntLinCombNEQ - Class in choco.cp.solver.constraints.integer.intlincomb
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
IntLinCombNEQ(int[], int, int, IntDomainVar[], AbstractSConstraint) - Constructor for class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
 
IntLinCombOp - Class in choco.cp.solver.constraints.integer.intlincomb
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
IntList - Class in choco.kernel.common.util.objects
A list over integers
IntList(int) - Constructor for class choco.kernel.common.util.objects.IntList
 
IntList(int[], int) - Constructor for class choco.kernel.common.util.objects.IntList
 
IntList.IntListIterator - Class in choco.kernel.common.util.objects
 
IntList.IntListIterator() - Constructor for class choco.kernel.common.util.objects.IntList.IntListIterator
 
IntObjectiveManager - Class in choco.cp.solver.search.integer.objective
 
IntObjectiveManager(IntDomainVar) - Constructor for class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
IntPair<A> - Class in choco.kernel.common.util.objects
User : cprudhom Mail : cprudhom(a)emn.fr Date : 24 f�vr. 2010 Since : Choco 2.1.1
IntPair(A, int) - Constructor for class choco.kernel.common.util.objects.IntPair
 
IntPermutation - Class in choco.kernel.common.util.comparator
 
IntPermutation(int[], boolean) - Constructor for class choco.kernel.common.util.comparator.IntPermutation
 
IntPropagator - Interface in choco.kernel.solver.propagation.listener
An interface for all the search variable listeners.
IntRatio - Interface in choco.cp.solver.search.integer.varselector.ratioselector.ratios
 
IntTerm - Class in choco.cp.solver.variables.integer
Implements linear terms: Sigma_i(a_i*X_i), where a_i are search coefficients, and X_i are search domain variable
IntTerm(int) - Constructor for class choco.cp.solver.variables.integer.IntTerm
Constructor
IntTerm(IntTerm) - Constructor for class choco.cp.solver.variables.integer.IntTerm
Constructor by copy
IntTerm(int[], IntVar[]) - Constructor for class choco.cp.solver.variables.integer.IntTerm
 
IntTerm(IntVar[]) - Constructor for class choco.cp.solver.variables.integer.IntTerm
 
IntTerm(IntTerm, int, boolean) - Constructor for class choco.cp.solver.variables.integer.IntTerm
 
intValue() - Method in enum choco.kernel.common.logging.Verbosity
 
intValue() - Method in class choco.kernel.common.util.ModifiableInteger
 
intValue() - Method in class parser.flatzinc.ast.expression.EAnnotation
 
intValue() - Method in class parser.flatzinc.ast.expression.EArray
 
intValue() - Method in class parser.flatzinc.ast.expression.EBool
 
intValue() - Method in class parser.flatzinc.ast.expression.EIdArray
 
intValue() - Method in class parser.flatzinc.ast.expression.EIdentifier
 
intValue() - Method in class parser.flatzinc.ast.expression.EInt
 
intValue() - Method in class parser.flatzinc.ast.expression.ESet
 
intValue() - Method in class parser.flatzinc.ast.expression.EString
 
intValue() - Method in class parser.flatzinc.ast.expression.Expression
Get the int value of the Expression
IntVar - Interface in choco.kernel.solver.variables.integer
 
intVarEqDet(CPModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
Detect equalities between IntegerVariable within a model
intVarEqDet(CPModel, PreProcessCPSolver) - Static method in class choco.cp.solver.preprocessor.SolverDetectorFactory
Detect equalities between IntegerVariable within a model
IntVarEvent<C extends AbstractSConstraint & IntPropagator> - Class in choco.cp.solver.variables.integer
 
IntVarEvent(IntDomainVarImpl) - Constructor for class choco.cp.solver.variables.integer.IntVarEvent
 
IntVarExample - Class in samples.tutorials.basics
Created by IntelliJ IDEA.
IntVarExample() - Constructor for class samples.tutorials.basics.IntVarExample
 
IntVarRatioSelector - Interface in choco.cp.solver.search.integer.varselector.ratioselector
 
intVars - Variable in class choco.cp.model.CPModel
All the search intVars in the model.
IntVarValPair - Class in choco.kernel.solver.search.integer
a struct-like class implementing (IntVar, int) pairs (useful for binary branchings that assign a value to a variable or remove that same value from the variable domain
IntVarValPair(IntDomainVar, int) - Constructor for class choco.kernel.solver.search.integer.IntVarValPair
 
intVarValue() - Method in class parser.flatzinc.ast.expression.EAnnotation
 
intVarValue() - Method in class parser.flatzinc.ast.expression.EArray
 
intVarValue() - Method in class parser.flatzinc.ast.expression.EBool
 
intVarValue() - Method in class parser.flatzinc.ast.expression.EIdArray
 
intVarValue() - Method in class parser.flatzinc.ast.expression.EIdentifier
 
intVarValue() - Method in class parser.flatzinc.ast.expression.EInt
 
intVarValue() - Method in class parser.flatzinc.ast.expression.ESet
 
intVarValue() - Method in class parser.flatzinc.ast.expression.EString
 
intVarValue() - Method in class parser.flatzinc.ast.expression.Expression
Get the IntegerVariable of the Expression
intVarValues - Variable in class choco.kernel.solver.Solution
data storage for values of search variables
INTVECTOR - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
inverse() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
inverse() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
Inverse - Class in trace.visualizers
A sepcialized visualizer for the Inverse constraint.
Inverse(IntDomainVar[], IntDomainVar[], String, int, int) - Constructor for class trace.visualizers.Inverse
Build a sepcialized visualizer for the Inverse constraint.
Inverse(IntDomainVar[], IntDomainVar[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.Inverse
Build a sepcialized visualizer for the Inverse constraint.
inverseChanneling(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
State a channeling bewteen two arrays of integer variables x and y with the same domain which enforces x[i] = j <=> y[j] = i
InverseChanneling - Class in choco.cp.solver.constraints.integer
 
InverseChanneling(IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.InverseChanneling
link x and y so that x[i] = j <=> y[j] = i It is used to maintain both model on permutation problems
inverseChannelingWithinRange(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
State a channeling bewteen two arrays of integer variables x and y with the same domain which enforces:
- if the ith variable of the collection X is assigned to j and if j is less than or equal to the number of items of the collection Y then the jth variable of the collection Y is assigned to i.
InverseChannelingWithinRange - Class in choco.cp.solver.constraints.integer
Created by IntelliJ IDEA.
InverseChannelingWithinRange(IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
link x and y so that x[i] = j <=> y[j] = i It is used to maintain both models on permutation problems
inverseMap - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
inverseMatch(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Accessing the left vertex matched to j.
inverseSet(IntegerVariable[], SetVariable[]) - Static method in class choco.Choco
A constraint stating that value j belongs to the sv[i] set variable iff integer variable iv[j] equals to i.
inverseSet(SetVariable[], SetVariable[]) - Static method in class choco.Choco
X collection set-variable
Y collection set-variable

Y should have enough slots to handle X domain size (ie.

InverseSet - Class in choco.cp.solver.constraints.set
Created by IntelliJ IDEA.
InverseSet(SetVar[], SetVar[]) - Constructor for class choco.cp.solver.constraints.set.InverseSet
 
InverseSetInt - Class in choco.cp.solver.constraints.set
A constraint stating that value j belongs to the s[i] set variable iff integer variable x[j] equals to i.
InverseSetInt(IntDomainVar[], SetVar[]) - Constructor for class choco.cp.solver.constraints.set.InverseSetInt
 
InverseSetManager - Class in choco.cp.model.managers.constraints.set
 
InverseSetManager() - Constructor for class choco.cp.model.managers.constraints.set.InverseSetManager
 
inverseSign(int[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
Reverse all signs of the a given int table.
invokeStaticMethod(String, String) - Static method in class parser.absconparseur.ReflectionManager
 
involved - Variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
involved - Variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.MaximumDataStruct
 
IObjectiveManager - Interface in choco.kernel.solver.search
 
IObservable - Interface in choco
 
IObservableStepSearchLoop - Interface in choco.visu.searchloop
 
IObservableStepSearchLoop.Step - Enum in choco.visu.searchloop
 
IObserver - Interface in choco
 
IOptimChecker - Interface in parser.instances.checker
 
IOptimizationMeasures - Interface in choco.kernel.solver.search.measure
 
IOptions - Interface in choco.kernel.model
 
IPackSConstraint - Interface in choco.cp.solver.constraints.global.pack
 
IPenaltyFunction - Interface in choco.kernel.model.constraints.automaton.penalty
Created by IntelliJ IDEA.
IPermutation - Interface in choco.kernel.common.util.comparator
Modelize a sorting permutation of a set.
iPower(RealInterval, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
iPower_lo(double, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
iPower_up(double, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
IPreSolveMeasures - Interface in choco.kernel.solver.search.measure

IPretty - Interface in choco
 
IPrioritizable - Interface in choco.kernel.common.util.objects
Specifies an object with a priority.
IRandomBreakTies - Interface in choco.cp.solver.search.integer.branching
 
IResource<T extends ITask> - Interface in choco.kernel.solver.constraints.global.scheduling
 
IResourceNode - Interface in choco.visu.components.chart.ui
 
IResourceParameters - Interface in choco.kernel.solver.constraints.global.scheduling
 
IRMakespan - Interface in choco.kernel.solver.variables.scheduling
 
iRoot(RealInterval, int, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
iRoot_lo(double, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
iRoot_up(double, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
IRTask - Interface in choco.kernel.solver.variables.scheduling
Update operations update the domain and ensure task consistency whereas set operations update the domain without checking.
is(ALogicTree.Operator) - Method in class choco.kernel.model.constraints.cnf.ALogicTree
Current tree is rooted with the logical operator op
is(ALogicTree.Operator) - Method in class choco.kernel.model.constraints.cnf.Literal
 
is(ALogicTree.Operator) - Method in class choco.kernel.model.constraints.cnf.Node
 
is(ALogicTree.Operator) - Method in class choco.kernel.model.constraints.cnf.Singleton
 
isAccepting(int) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostKnapSack
 
isAConstant() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
isAConstant() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
isAConstant() - Method in class choco.kernel.solver.constraints.reified.INode
 
isActive() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
isActive() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
 
isActive() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
isActive() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
isActive() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.ratios.IntRatio
 
isActive() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.SimpleRatio
 
isActive(int) - Method in class choco.kernel.solver.propagation.event.ConstraintEvent
Testing whether an event is active in the propagation network
isActive(int) - Method in interface choco.kernel.solver.propagation.event.PropagationEvent
Tests whether a propagation var is active in the propagation network.
isActive(int) - Method in class choco.kernel.solver.propagation.event.VarEvent
Checks if a given listener is active or not
isActive() - Method in class choco.kernel.solver.propagation.Propagator
Checks if the constraint is active (e.g. plays a role in the propagation phase).
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinusNode
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MultNode
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.NegNode
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PlusNode
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.bool.EqNode
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.bool.NeqNode
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
isALinearTerm() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
isALinearTerm() - Method in class choco.kernel.solver.constraints.reified.INode
 
isAllBoolean(PRelation) - Method in class parser.chocogen.RelationFactory
return the cartesian product of the variables prel holds.
isAlternative() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
isArrayOnlyContaining(int[], int) - Static method in class parser.absconparseur.Toolkit
 
isAssociative(String) - Static method in class parser.absconparseur.intension.Evaluator
 
isAVariable() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
isAVariable() - Method in class choco.kernel.solver.constraints.reified.INode
 
isBad() - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
isBinary() - Method in class choco.cp.solver.variables.integer.IntTerm
 
isBinaryMinus() - Method in class choco.cp.solver.variables.integer.IntTerm
 
isBinaryPlus() - Method in class choco.cp.solver.variables.integer.IntTerm
 
isBoolean() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
isBoolean() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
isBoolean() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
 
isBoolean() - Method in class choco.cp.solver.variables.integer.BooleanDomain
 
isBoolean() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Check if this domain is a 0-1 domain
isBoolean() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
isBoolean() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Checks if this is a boolean domain, that is the values are 0 or 1.
isBoolean() - Method in class choco.kernel.model.variables.integer.IntegerVariable
 
isBoolean() - Method in class choco.kernel.solver.constraints.reified.INode
 
isBoolean() - Method in interface choco.kernel.solver.variables.integer.IntDomain
Is it a 0/1 domain ?
isBoolLinComb(IntDomainVar[]) - Static method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombFactory
Check if the combination is made of a single integer variable and only boolean variables
isCanonical(RealInterval, double) - Static method in class choco.kernel.solver.variables.real.RealMath
 
isCanonicalName(String, String) - Static method in class parser.absconparseur.InstanceTokens
 
isCompatible() - Method in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
isCompatible() - Method in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
 
isCompatibleDegree() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
isComplete() - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
isCompletelyInstantiated() - Method in class choco.cp.solver.CPSolver
Checks if all the variables are instantiated.
isCompletelyInstantiated() - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Checks wether all the variables are instantiated.
isCompletelyInstantiated() - Method in class choco.kernel.solver.propagation.Propagator
Utility: Testing if all the variables involved in the constraint are instantiated.
isConsistencyEnabled() - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Return if the constraints checking enables consistency.
isConsistent() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
isConsistent() - Method in class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
isConsistent() - Method in class choco.cp.solver.constraints.integer.Absolute
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Tests if the constraint is consistent with respect to the current state of domains.
isConsistent() - Method in class choco.cp.solver.constraints.integer.EqualXC
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.EqualXY_C
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.EqualXYC
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
Tests if the constraint is consistent with respect to the current state of domains.
isConsistent() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
Tests if the constraint is consistent with respect to the current state of domains.
isConsistent() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
Tests if the constraint is consistent with respect to the current state of domains.
isConsistent() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
Tests if the constraint is consistent with respect to the current state of domains.
isConsistent() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Tests if the constraint is consistent with respect to the current state of domains.
isConsistent() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.NotEqualXC
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.integer.SignOp
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.real.Equation
 
isConsistent() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
isConsistent() - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
isConsistent(int, int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
isConsistent() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
isConsistent() - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
isConsistent() - Method in class choco.cp.solver.constraints.set.ComplementSet
 
isConsistent() - Method in class choco.cp.solver.constraints.set.Disjoint
 
isConsistent() - Method in class choco.cp.solver.constraints.set.InverseSet
 
isConsistent() - Method in class choco.cp.solver.constraints.set.InverseSetInt
 
isConsistent() - Method in class choco.cp.solver.constraints.set.IsIncluded
 
isConsistent() - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
isConsistent() - Method in class choco.cp.solver.constraints.set.MemberX
 
isConsistent() - Method in class choco.cp.solver.constraints.set.MemberXY
 
isConsistent() - Method in class choco.cp.solver.constraints.set.NotMemberX
 
isConsistent() - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetCard
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetEq
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetIntersection
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetLexicographicOrdering
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetNaryUnion
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetNotEq
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetUnion
 
isConsistent() - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
isConsistent() - Method in class choco.cp.solver.constraints.strong.Adapter
 
isConsistent() - Method in class choco.cp.solver.CPSolver
 
isConsistent() - Method in class choco.kernel.solver.constraints.ConstantSConstraint
 
isConsistent() - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
tests if the constraint is consistent with respect to the current state of domains
isConsistent(int, int) - Method in interface choco.kernel.solver.constraints.integer.extension.BinRelation
Test whether the couple (x,y) is consistent
isConsistent(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
isConsistent(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesTable
 
isConsistent(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesTest
check if the couple (x,y) is consistent according to the feasability of the relation and the checkCouple method.
isConsistent(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
 
isConsistent(int[]) - Method in interface choco.kernel.solver.constraints.integer.extension.LargeRelation
Test whether a tuple is consistent
isConsistent(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.TuplesList
 
isConsistent(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.TuplesTable
 
isConsistent(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.TuplesTest
 
isConsistent() - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
tests if the constraint is consistent with respect to the current state of domains
isConsistent() - Method in class choco.kernel.solver.propagation.Propagator
tests if the constraint is consistent with respect to the current state of domains
isConstant() - Method in class choco.cp.solver.variables.integer.IntTerm
 
isConstant() - Method in class choco.kernel.model.variables.integer.IntegerVariable
 
isCostVar(int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
isCsteEqualTo(int) - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
isCsteEqualTo(int) - Method in class choco.kernel.solver.constraints.reified.INode
 
isCumulativeSatisfied(int[], int, int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
isCyclic(int, int) - Method in class choco.kernel.common.opres.graph.DagDTC
 
isDatabaseReporting() - Method in class parser.instances.AbstractInstanceModel
 
isDecomposeExp() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DivNode
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ModNode
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PowNode
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.SquareRootNode
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistNeqNode
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
isDecompositionPossible() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
isDecompositionPossible() - Method in class choco.kernel.solver.constraints.reified.INode
check if this node can be decomposed
isDefinedByFeasability() - Method in class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation
currentElement if the relation is defined with feasible tuples or infeasible one.
isDetectingLuckySolution() - Method in class choco.kernel.solver.propagation.ShavingTools
 
isDeterministic() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
isDisconnected(int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
isDisjoint(PPResource, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointFromCumulModelDetector
 
isDisjoint(PPResource, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointFromUnaryModelDetector
 
isDisjunctiveModel - Variable in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
ISearchLoop - Interface in choco.kernel.solver.search
Created by IntelliJ IDEA.
ISearchMeasures - Interface in choco.kernel.solver.search.measure
 
isEliminated() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
isEliminated(IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
isEmpty() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
isEmpty() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Returns true if there are no keys in the heap, false otherwise.
isEmpty() - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.HeapImpl
 
isEmpty() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
isEmpty(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
isEmpty() - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Checks if the queue is empty.
isEmpty() - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Checks if the queue is empty.
isEmpty() - Method in class choco.cp.solver.propagation.VariableEventQueue
Checks if the queue is empty.
isEmpty() - Method in class choco.kernel.common.opres.graph.GraphDTC
 
isEmpty() - Method in class choco.kernel.common.util.bitmask.BitMask
 
isEmpty() - Method in class choco.kernel.common.util.objects.CircularQueue
 
isEmpty() - Method in interface choco.kernel.common.util.objects.ConstraintCollection
Checks if the explain is empty (that is wether the size of the set is null).
isEmpty() - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in class choco.kernel.common.util.objects.PriorityQueue
Checks if the queue is empty.
isEmpty() - Method in class choco.kernel.memory.copy.RcDoubleVector
Checks if the vector is empty.
isEmpty() - Method in class choco.kernel.memory.copy.RcIntVector
Checks if the vector is empty.
isEmpty() - Method in class choco.kernel.memory.copy.RcLongVector
Checks if the vector is empty.
isEmpty() - Method in class choco.kernel.memory.copy.RcVector
Checks if the vector is empty.
isEmpty() - Method in interface choco.kernel.memory.IStateBitSet
 
isEmpty() - Method in interface choco.kernel.memory.IStateDoubleVector
Checks if the vector is empty.
isEmpty() - Method in interface choco.kernel.memory.IStateIntVector
Checks if the vector is empty.
isEmpty() - Method in interface choco.kernel.memory.IStateLongVector
Checks if the vector is empty.
isEmpty() - Method in interface choco.kernel.memory.IStateVector
Checks if the vector is empty.
isEmpty() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
isEmpty() - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Check wether the structure is empty
isEmpty() - Method in class choco.kernel.memory.structure.SBitSet
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in class choco.kernel.memory.structure.SBitSet2
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
isEmpty() - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
isEmpty() - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Checks if the vector is empty.
isEmpty() - Method in class choco.kernel.memory.trailing.StoredIntVector
Checks if the vector is empty.
isEmpty() - Method in class choco.kernel.memory.trailing.StoredLongVector
Checks if the vector is empty.
isEmpty() - Method in class choco.kernel.memory.trailing.StoredVector
 
isEmpty() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
isEmpty() - Method in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
isEmpty() - Method in interface choco.kernel.solver.constraints.SConstraintCollection
Checks if the explain is empty (that is wether the size of the set is null).
isEmpty() - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Checks if the queue is empty.
isEmpty() - Method in interface choco.kernel.solver.search.ISolutionPool
 
isEmpty() - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
isEmpty() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
isEmptySet() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
isEncounteredLimit() - Method in class choco.cp.solver.CPSolver
Checks if a limit has been encountered
isEncounteredLimit() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
Checks if a limit has been encountered
isEncounteredLimit() - Method in interface choco.kernel.solver.Solver
Checks if a limit has been encountered
isEncounteredLimit() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
isEnqueued() - Method in class choco.kernel.solver.propagation.event.VarEvent
tests whether the event is currently active (present in some queue) or not
isEntailed() - Method in class choco.cp.solver.constraints.global.BoundGcc
 
isEntailed() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
isEntailed() - Method in class choco.cp.solver.constraints.global.Lex
 
isEntailed() - Method in class choco.cp.solver.constraints.global.LexChain
 
isEntailed() - Method in class choco.cp.solver.constraints.global.Occurrence
 
isEntailed() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
isEntailed(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
isEntailed vars[idx1] <= vars[idx2]
isEntailed(int, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
isEntailed vars[idx1] + k1 <= vars[idx2]
isEntailed() - Method in class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
isEntailed() - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesEq
 
isEntailed() - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesGeq
 
isEntailed() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.Absolute
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Checks if the constraint is entailed.
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.BoolTimesXYZ
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.Identity
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.Not
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
isEntailed(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.bool.sum.NeqBoolSum
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.Element
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.Element2D
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.ElementG
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.ElementV
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.EqualXC
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.EqualXY_C
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.EqualXYC
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
When the whole domain of v0 is below or above cste, we know for sure whether the constraint will be satisfied or not
isEntailed() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
Checks if the constraint is entailed.
isEntailed() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
Checks if the constraint is entailed.
isEntailed() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
Checks if the constraint is entailed.
isEntailed() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
Checks if the constraint is entailed.
isEntailed() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Checks if the constraint is entailed.
isEntailed() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
When the whole domain of v0 is below or above cste, we know for sure whether the constraint will be satisfied or not
isEntailed() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.MaxOfAList
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.MemberBound
Indicates if the constraint is entailed, from now on will be always satisfied
isEntailed() - Method in class choco.cp.solver.constraints.integer.MemberEnum
Indicates if the constraint is entailed, from now on will be always satisfied
isEntailed() - Method in class choco.cp.solver.constraints.integer.MinOfAList
 
isEntailed() - Method in class choco.cp.solver.constraints.integer.NotEqualXC
When the whole domain of v0 is below or above cste, we know for sure whether the constraint will be satisfied or not
isEntailed() - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.NotMemberBound
Indicates if the constraint is entailed, from now on will be always satisfied
isEntailed() - Method in class choco.cp.solver.constraints.integer.NotMemberEnum
Indicates if the constraint is entailed, from now on will be always satisfied
isEntailed() - Method in class choco.cp.solver.constraints.integer.SignOp
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
isEntailed() - Method in class choco.cp.solver.constraints.set.Disjoint
 
isEntailed() - Method in class choco.cp.solver.constraints.set.MemberX
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.set.MemberXY
 
isEntailed() - Method in class choco.cp.solver.constraints.set.NotMemberX
Checks if the listeners must be checked or must fail.
isEntailed() - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
isEntailed() - Method in class choco.cp.solver.constraints.set.SetCard
 
isEntailed() - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Indicates if the constraint is entailed, from now on will be always satisfied
isEntailed() - Method in class choco.kernel.solver.constraints.ConstantSConstraint
 
isEntailed() - Method in class choco.kernel.solver.constraints.integer.extension.CspBinSConstraint
 
isEntailed() - Method in class choco.kernel.solver.propagation.Propagator
Checks whether the constraint is definitely satisfied, no matter what further restrictions occur to the domain of its variables.
isEntailedEq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
isEntailedGeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
isEntailedLeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
isEntailedNeq() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
isEnumerated() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
isEnumerated() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
 
isEnumerated() - Method in class choco.cp.solver.variables.integer.BooleanDomain
 
isEnumerated() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Check wether this domain is Enumerated or not
isEnumerated() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
isEnumerated() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Interface method to know if this domain is enumerated.
isEnumerated() - Method in interface choco.kernel.solver.variables.integer.IntDomain
 
isEqInTuples() - Method in class parser.absconparseur.components.PRelation
 
isEquivalentTo(MultipleVariables) - Method in class choco.kernel.model.variables.MultipleVariables
Check wether to Multiple variables are equivalents
isEquivalentTo(MultipleVariables) - Method in class choco.kernel.model.variables.scheduling.TaskVariable
 
isExtensionnal() - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
return true if contains at least one extensional constraints
isFake() - Method in class parser.absconparseur.components.PVariable
 
isFalsified(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
isFeasible(boolean, int, int, Obj, Point, Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
isFeasible(boolean, int, int, Obj, Point, Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.ForbiddenRegion
 
isFeasible(InternalConstraint, boolean, int, int, Obj, Point, Point) - Method in class choco.cp.solver.constraints.global.geost.layers.IntermediateLayer
 
isFeasible - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
isFeasible() - Method in class choco.cp.solver.CPSolver
currentElement if the model has been found to be feasible (there exist solutions) or not. precondition : has to be called after a search
isFeasible() - Method in interface choco.kernel.solver.Solver
 
isFeasible() - Method in class parser.chocogen.XmlModel
 
isFeasible() - Method in class parser.instances.AbstractInstanceModel
 
isFeasible() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
isFeasibleRootState() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
isFilter() - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
 
isFinal(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
isFinal(int) - Method in interface choco.kernel.model.constraints.automaton.FA.IAutomaton
 
isFixed() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
isFixed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
isFixed() - Method in interface choco.kernel.model.constraints.ITemporalRelation
 
isFixed() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
isFixedSucc(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
isFree(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
isGraphConsistent() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
isGreedy() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
isGuaranteedToBeDivisionByZeroFree() - Method in class parser.absconparseur.components.PConstraint
 
isGuaranteedToBeDivisionByZeroFree() - Method in class parser.absconparseur.components.PIntensionConstraint
 
isGuaranteedToBeDivisionByZeroFree(PVariable[]) - Method in class parser.absconparseur.intension.EvaluationManager
 
isGuaranteedToBeOverflowFree() - Method in class parser.absconparseur.components.PConstraint
 
isGuaranteedToBeOverflowFree() - Method in class parser.absconparseur.components.PIntensionConstraint
 
isGuaranteedToBeOverflowFree() - Method in class parser.absconparseur.components.PWeightedSum
 
isGuaranteedToBeOverflowFree(PVariable[]) - Method in class parser.absconparseur.intension.EvaluationManager
 
isHorizonDefined() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
isIdentity() - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
isIdentity() - Method in class choco.kernel.common.util.comparator.Identity
 
isIdentity() - Method in interface choco.kernel.common.util.comparator.IPermutation
 
isIn(int, int) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
isIn(E) - Method in class choco.kernel.common.util.objects.BipartiteSet
Checks if the object is in the set.
isIn(int) - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
isIncluded(SetVariable, SetVariable) - Static method in class choco.Choco
Checks that variable sv1 is included in sv2
IsIncluded - Class in choco.cp.solver.constraints.set
Specify a constraint to state x included y
IsIncluded(SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.IsIncluded
create a constraint to state sv1 isIncluded sv2 sv1 isIncluded in sv2
IsIncludedManager - Class in choco.cp.model.managers.constraints.set
A manager to build new IsIncluded constraint
IsIncludedManager() - Constructor for class choco.cp.model.managers.constraints.set.IsIncludedManager
 
isInDomainEnveloppe(int) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
isInDomainEnveloppe(int) - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: Domains : testing whether a value is in the enveloppe domain.
isInDomainKernel(int) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
isInDomainKernel(int) - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: Domains : testing whether a value is in the kernel domain
isInEnveloppe(int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
isInitialized() - Method in class choco.kernel.solver.propagation.event.ConstraintEvent
Returns if the constraint is initialized.
isInKernel(int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
isInPattern(ASAPShift) - Method in class samples.multicostregular.asap.data.ASAPShiftSet
 
isInPattern(ASAPShift) - Method in interface samples.multicostregular.asap.data.base.ASAPPatternElement
 
isInPattern(ASAPShift) - Method in class samples.multicostregular.asap.data.base.ASAPRestShift
 
isInPattern(ASAPShift) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
isInPattern(ASAPShift) - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
isInPattern(ASAPShift) - Method in class samples.multicostregular.asap.data.base.ASAPSubPattern
 
isInPreprocess(Constraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractRscDetector
 
isInPreprocess(Constraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractTemporalDetector
 
isInPreprocess() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
isInside(Point) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
isInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
Getter, the idx th bit of the inStack bitSet
isInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
Getter, the idx th bit of the inStack bitSet
isInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
Getter, the idx th bit of the inStack bitSet
isInstantiated() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
isInstantiated() - Method in class choco.cp.solver.variables.integer.BooleanDomain
 
isInstantiated() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Checks if the variables is instantiated to any value.
isInstantiated() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Checks if the variables is instantiated to any value.
isInstantiated() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Checks if the variables is instantiated to any value.
isInstantiated() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
isInstantiated() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
isInstantiated() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
isInstantiated() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
Public user API: Domains : testing whether a variable is instantiated or not.
isInstantiated() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
isInstantiated() - Method in interface choco.kernel.solver.variables.set.SetDomain
 
isInstantiated() - Method in interface choco.kernel.solver.variables.Var
Public user API: Domains : testing whether a variable is instantiated or not.
isInstantiatedHeights() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
isInstantiatedHeights() - Method in interface choco.kernel.solver.constraints.global.scheduling.ICumulativeResource
 
isInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Checks if the variable is instantiated to a specific value.
isInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
isInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
isInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Checks if the variable is instantiated to a specific value.
isInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
isInstantiatedTo(int) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Checks if the variable is instantiated to a specific value.
isInstantiatedTo(int) - Method in interface choco.kernel.solver.variables.integer.IntVar
Public user API: Domains : testing whether the value of an instantiated variable is equal to a specific value.
isInt(double) - Static method in class choco.kernel.common.util.tools.MathUtils
 
isInteger(String) - Static method in class parser.absconparseur.Toolkit
 
isInterrupted() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
isInterrupted() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Checks if the task is interrupted (preempted).
isIntVarIndex(int) - Method in class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
 
isInverted() - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
 
isItemEvent(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
isKer1IncludedInEnv2(SetVar, SetVar) - Static method in class choco.cp.solver.constraints.set.IsNotIncluded
 
isKer1IncludedInKer2(SetVar, SetVar) - Static method in class choco.cp.solver.constraints.set.IsNotIncluded
 
isLeaf() - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
isLeft(E) - Method in class choco.kernel.common.util.objects.BipartiteSet
Checks if the object is in the left part of the set.
isLeftOrRight(IBinaryNode) - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
isLit() - Method in class choco.kernel.model.constraints.cnf.Literal
 
isMixedScheduling() - Method in class choco.cp.solver.preprocessor.PPSearch
 
isNaryExtensional() - Method in class choco.cp.solver.preprocessor.PPSearch
 
isNeqInTuples() - Method in class parser.absconparseur.components.PRelation
 
isNogood() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
isNot() - Method in class choco.kernel.model.constraints.cnf.Literal
 
isNotEmptySet() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
isNotIncluded(SetVariable, SetVariable) - Static method in class choco.Choco
Checks that variable sv1 is not included in sv2
IsNotIncluded - Class in choco.cp.solver.constraints.set
 
IsNotIncluded(SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.IsNotIncluded
create a constraint to state sv1 isIncluded sv2 sv1 isIncluded in sv2
IsNotIncludedManager - Class in choco.cp.model.managers.constraints.set
A manager to build new IsNotIncluded constraint
IsNotIncludedManager() - Constructor for class choco.cp.model.managers.constraints.set.IsNotIncludedManager
 
isNotTransitive(int, int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
isObjectiveOptimal() - Method in class choco.cp.solver.CPSolver
 
isObjectiveOptimal() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
isObjectiveOptimal() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
isObjectiveOptimal() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
isObjectiveOptimal() - Method in interface choco.kernel.solver.search.measure.IOptimizationMeasures
 
isObjectiveOptimal() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
isObjectiveOptimal() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
isOff() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
isolate(RealVar, List<RealExp>, List<RealExp>) - Method in class choco.cp.solver.variables.real.RealVarImpl
 
isolate(RealVar, List<RealExp>, List<RealExp>) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealBinTerm
 
isolate(RealVar, List<RealExp>, List<RealExp>) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealUnTerm
 
isolate(RealVar, List<RealExp>, List<RealExp>) - Method in interface choco.kernel.solver.constraints.real.RealExp
Isolates sub terms depending or not on a variable x.
isolate(RealVar, List<RealExp>, List<RealExp>) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
ISolutionCheckerEngine - Interface in choco.kernel.solver.search.checker
 
ISolutionDisplay - Interface in choco.kernel.solver.search
 
ISolutionMeasures - Interface in choco.kernel.solver.search.measure
 
ISolutionPool - Interface in choco.kernel.solver.search
 
isOn() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
IsoPenaltyFunction - Class in choco.kernel.model.constraints.automaton.penalty
Created by IntelliJ IDEA.
IsoPenaltyFunction() - Constructor for class choco.kernel.model.constraints.automaton.penalty.IsoPenaltyFunction
 
IsoPenaltyFunction(int) - Constructor for class choco.kernel.model.constraints.automaton.penalty.IsoPenaltyFunction
 
isOptimizationSolver() - Method in class choco.cp.solver.CPSolver
 
isOptimizationSolver() - Method in interface choco.kernel.solver.Solver
 
isOptimizationSolver() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
isOptimize(Configuration) - Static method in class choco.cp.solver.configure.StrategyFactory
 
isOptional() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
isOptional(IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
isP1Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
isP1Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
isP1Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
isP1Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
isP1Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
isP1Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
isP1Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.VariablePrecedenceDisjoint
 
isP2Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
isP2Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
isP2Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
isP2Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
isP2Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
isP2Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
isP2Entailed() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.VariablePrecedenceDisjoint
 
ISparseMatrix - Interface in choco.kernel.common.util.objects
 
isPartiallyScheduled() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
isPartiallyScheduled() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Checks whether a preemptive task has been partially scheduled.
ISpecializedConstraint - Interface in choco.cp.solver.constraints.strong
 
isPoint() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
isPositive(int) - Static method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
isPowerOfTwo(int) - Static method in class choco.kernel.common.util.tools.MathUtils
 
isPrecedence(int, int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
isPrecOnlyDecision - Variable in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
isPreemptionAllowed() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
isPreemptionAllowed() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Checks whether the preemption is allowed.
isPreemptionAllowed() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
isPresentChild(Document, String) - Static method in class parser.absconparseur.tools.DocumentModifier
 
isRealBinaryNeq(Variable[]) - Static method in class choco.cp.common.util.preprocessor.detector.CliquesModelDetector
 
isreg - Variable in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
isRegistered() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
isRegular(int[], int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
isRegular() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
isRegular(IntDomainVar) - Static method in class choco.kernel.common.util.tools.TaskUtils
 
isRegular() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.AndNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.FalseNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.NandNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.NorNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.OrNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.TrueNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.XnorNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.bool.XorNode
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
isReified() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
isReified() - Method in class choco.cp.solver.preprocessor.PPSearch
 
isReified() - Method in class choco.kernel.solver.constraints.reified.INode
check if this expression is reified (involve or, and, not, ...)
isReleased() - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
Check if the delta domain is released or frozen.
isReleased() - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
Check if the delta domain is released or frozen.
isReleased() - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
Check if the delta domain is released or frozen.
isReleased() - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
Check if the delta domain is released or frozen.
isReleased() - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
Check if the delta domain is released or frozen.
isReleased() - Method in interface choco.kernel.solver.variables.delta.IDeltaDomain
Check if the delta domain is released or frozen.
isSat() - Method in class choco.cp.solver.preprocessor.PPSearch
 
isSatDecomposable(PRelation) - Method in class parser.chocogen.RelationFactory
 
isSatifiable - Variable in class parser.instances.checker.SatSChecker
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.AmongGAC
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.AmongGAC
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.AtMostNValue
This method assumes that all variables are instantiated and checks if the values are consistent with the constraint.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
This method assumes that all variables are instantiated and checks if the values are consistent with the constraint.
isSatisfied() - Method in class choco.cp.solver.constraints.global.BoundGcc
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.BoundGcc
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.Exactly
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.Exactly
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.IncreasingNValue
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.IncreasingNValue
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.Lex
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.LexChain
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
This method checks if the constraint is satisfied, once the variables have all been satisfied.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
Checks if the constraint is satisfied when all variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinalityVar
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.Occurrence
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.ForbiddenIntervals
 
isSatisfied(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
isSatisfied(int, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.VariablePrecedenceDisjoint
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesEq
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesGeq
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
This method checks if the constraint is satisfied, once the variables have all been satisfied.
isSatisfied() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.SortingSConstraint
This method checks if the constraint is satisfied or not.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
 
isSatisfied() - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.Absolute
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.BoolTimesXYZ
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.Identity
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.Not
 
isSatisfied() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
isSatisfied(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
isSatisfied(int, int) - Static method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
isSatisfied() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sum.NeqBoolSum
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.Element
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.Element2D
 
isSatisfied() - Method in class choco.cp.solver.constraints.integer.ElementG
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.ElementV
 
isSatisfied() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.EqualXC
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.EqualXY_C
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.EqualXYC
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
tests if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied() - Method in class choco.cp.solver.constraints.integer.IncreasingSum
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
Checks if the constraint is satisfied when all variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
Checks if the constraint is satisfied when all variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
Checks if the constraint is satisfied when all variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
Checks if the constraint is satisfied when all variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Checks if the constraint is satisfied when all variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.IntLinComb
Checks if the constraint is satisfied when all variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
tests if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.MaxOfAList
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.MemberBound
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied() - Method in class choco.cp.solver.constraints.integer.MemberBound
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.MemberEnum
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied() - Method in class choco.cp.solver.constraints.integer.MemberEnum
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.MinOfAList
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
isSatisfied() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.NotEqualXC
tests if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.NotMemberBound
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied() - Method in class choco.cp.solver.constraints.integer.NotMemberBound
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.NotMemberEnum
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied() - Method in class choco.cp.solver.constraints.integer.NotMemberEnum
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.SignOp
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
isSatisfied() - Method in class choco.cp.solver.constraints.real.Equation
 
isSatisfied() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
isSatisfied() - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
isSatisfied() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.reified.IfThenElse
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Semantic: Testing if the constraint is satisfied.
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.AmongSet
Semantic: Testing if the constraint is satisfied.
isSatisfied() - Method in class choco.cp.solver.constraints.set.ComplementSet
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.Disjoint
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.InverseSet
 
isSatisfied(int) - Method in class choco.cp.solver.constraints.set.InverseSetInt
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.InverseSetInt
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.IsIncluded
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.MemberX
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.MemberXiY
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.MemberXY
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.NotMemberX
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetCard
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetEq
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetIntersection
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetLexicographicOrdering
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetNaryUnion
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetNotEq
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetUnion
 
isSatisfied() - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
isSatisfied(int[]) - Method in class choco.cp.solver.constraints.strong.AbstractStrongConsistency
 
isSatisfied() - Method in class choco.cp.solver.constraints.strong.Adapter
 
isSatisfied(int[]) - Method in class choco.kernel.solver.constraints.ConstantSConstraint
 
isSatisfied() - Method in class choco.kernel.solver.constraints.ConstantSConstraint
 
isSatisfied() - Method in class choco.kernel.solver.constraints.Formula
 
isSatisfied() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
isSatisfied() - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
Default implementation of the isSatisfied by delegating to the isSatisfied(int[] tuple)
isSatisfied(int[]) - Method in class choco.kernel.solver.constraints.integer.AbstractIntSConstraint
TEMPORARY: if not overriden by the constraint, throws an error to avoid bug using reified constraints in constraints that have not been changed to fulfill this api yet !
isSatisfied(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.CspBinSConstraint
Checks if the constraint is satisfied when the variables are instantiated.
isSatisfied(int[]) - Method in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
isSatisfied() - Method in interface choco.kernel.solver.constraints.SConstraint
Semantic: Testing if the constraint is satisfied.
isSatisfied(int[]) - Method in class choco.kernel.solver.constraints.set.AbstractMixedSetIntSConstraint
 
isSatisfied(int[]) - Method in interface choco.kernel.solver.propagation.listener.IntPropagator
 
isSatisfied(SConstraint<?>) - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Check if c is satisfied.
isSatisfied(AbstractIntSConstraint) - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Check isSatisfied on ic.
isSatisfied(int[]) - Method in class samples.jobshop.SimpleDTConstraint
 
isSatisfied(int[]) - Method in class samples.multicostregular.planner.SubSetChannelling
 
isSatisfied() - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
isSatisfied() - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
isSatisfied() - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
isScheduled(int) - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
isScheduled() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
isScheduled() - Method in class choco.kernel.solver.variables.scheduling.HTask
 
isScheduled() - Method in interface choco.kernel.solver.variables.scheduling.ITask
Checks if the task is scheduled.
isScheduled() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
isScheduling() - Method in class choco.cp.solver.preprocessor.PPSearch
 
isSearchLimitCause() - Method in exception choco.kernel.solver.ContradictionException
 
isSetEvent(int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
isSetInstantiated() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
isSetup() - Method in class db.EmbeddedDbConnector
 
isSetVarIndex(int) - Method in class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
 
isShavingLowerBound() - Method in class choco.kernel.solver.propagation.ShavingTools
 
isSimilarTo(int, int, String, int[][]) - Method in class parser.absconparseur.components.PRelation
 
isSimilarTo(int, int, String, int[][], int[], int) - Method in class parser.absconparseur.components.PSoftRelation
 
isSolutionValid(int[]) - Method in class parser.absconparseur.tools.SolutionChecker
Returns -1 if the solution is valid, the position of ther first invalid value otherwise
isSolved() - Method in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
isSphere() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
isSphere() - Method in class choco.kernel.model.variables.geost.GeostObject
 
isStateDependant() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
isStaticIndex(int) - Static method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
isStaticIndex(int) - Static method in class choco.kernel.memory.structure.PartiallyStoredVector
Check wether the indice idx define a static object
isStopped() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
isStored() - Method in class choco.kernel.common.util.iterators.ArrayIterator
 
isStored() - Method in class choco.kernel.common.util.iterators.IntArrayIterator
 
isStored() - Method in interface choco.kernel.common.util.iterators.IStored
 
isStored() - Method in class choco.kernel.common.util.iterators.OneValueIterator
 
isStored() - Method in class choco.kernel.common.util.iterators.SingleElementIterator
 
isStored() - Method in class choco.kernel.model.variables.MultipleVariables
 
isSymmetric(String) - Static method in class parser.absconparseur.intension.Evaluator
 
isTargetInfeasible() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
isTargetInfeasible() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
isTargetInfeasible() - Method in class choco.cp.solver.search.real.objective.MaxRealObjManager
 
isTargetInfeasible() - Method in class choco.cp.solver.search.real.objective.MinRealObjManager
 
isTargetInfeasible() - Method in interface choco.kernel.solver.search.IObjectiveManager
indicates if the target bound is infeasible, i.e. does not belong to the current objective domain.
isTaskConsistencyEnforced() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
isTaskConsistencyEnforced() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
isTaskConsistencyEnforced() - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
isTaskSatisfied(int[], int) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
returns (s_i + p_i = e_i)
IStateBinaryTree - Interface in choco.kernel.memory
Created by IntelliJ IDEA.
IStateBinaryTree.Node - Class in choco.kernel.memory
Inner class representing a node in the binary tree a node is an interval
IStateBinaryTree.Node(IStateBinaryTree, int, int) - Constructor for class choco.kernel.memory.IStateBinaryTree.Node
Construct a new node (interval)
IStateBitSet - Interface in choco.kernel.memory
Created by IntelliJ IDEA.
IStateBool - Interface in choco.kernel.memory
Describes a boolean with states (describing some history of the data structure).
IStateDouble - Interface in choco.kernel.memory
Created by IntelliJ IDEA.
IStateDoubleVector - Interface in choco.kernel.memory
Describes an search vector with states (describing some history of the data structure).
IStateInt - Interface in choco.kernel.memory
Describes an integer with states (describing some history of the data structure).
IStateIntInterval - Interface in choco.kernel.memory
 
IStateIntProcedure - Interface in choco.kernel.memory
A procedure linked to a state integer.
IStateIntVector - Interface in choco.kernel.memory
Describes an search vector with states (describing some history of the data structure).
IStateLong - Interface in choco.kernel.memory
Created by IntelliJ IDEA.
IStateLongVector - Interface in choco.kernel.memory
Describes an search vector with states (describing some history of the data structure).
IStateObject - Interface in choco.kernel.memory
Created by IntelliJ IDEA.
IStateVector<E> - Interface in choco.kernel.memory
Created by IntelliJ IDEA.
IStatusChecker - Interface in parser.instances.checker
 
IStored - Interface in choco.kernel.common.util.iterators

isTraceEmpty() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
isTransitive(int, int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
isTypeOf(SConstraint) - Method in enum choco.kernel.solver.constraints.SConstraintType
 
isUnary() - Method in class choco.cp.solver.variables.integer.IntTerm
 
isUniqueReading() - Method in class choco.cp.solver.CPSolver
 
isUp(long, long) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
isUp(long, long) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.MaxRatioSelector
 
isUp(long, long) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.MinRatioSelector
 
isUp(long, long) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.RandMaxRatioSelector
 
isUp(long, long) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.RandMinRatioSelector
 
isUpdate() - Method in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
isUpdate() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
isUpdateDegree() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
isUsingShavingTools(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
isValid(int[]) - Method in class choco.cp.solver.constraints.integer.extension.FastBooleanValidityChecker
 
isValid(int[], int) - Method in class choco.cp.solver.constraints.integer.extension.FastBooleanValidityChecker
 
isValid(int[]) - Method in class choco.cp.solver.constraints.integer.extension.FastValidityChecker
 
isValid(int[], int) - Method in class choco.cp.solver.constraints.integer.extension.FastValidityChecker
 
isValid(int[]) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
isValid(int[]) - Method in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
isValid(int[], int) - Method in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
isValidMaximum() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
isValidWithCSP() - Method in enum parser.instances.ResolutionStatus
 
isValidWithOptimize() - Method in enum parser.instances.ResolutionStatus
 
isVar - Variable in class parser.flatzinc.ast.declaration.Declaration
 
isVarOnlyInvolvedInExtConstraint(PVariable) - Method in class parser.chocogen.VariableFactory
 
isVeryBinaryHeavy(ExpressionSConstraint) - Static method in class choco.cp.common.util.preprocessor.ExpressionTools
Check if adding an ac scheme with residue will be heavy for this expression
isWeekPattern() - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
ITask - Interface in choco.kernel.solver.variables.scheduling
The Interface ITask represent a scheduling entity : a task, activity, job.
ITaskVariable<V> - Interface in choco.kernel.model.variables.scheduling
 
itc - Variable in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector
 
ITemporalRatio - Interface in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task
 
ITemporalRelation<T extends ITaskVariable<V>,V> - Interface in choco.kernel.model.constraints
 
ITemporalSRelation - Interface in choco.cp.solver.constraints.global.scheduling.precedence
 
items - Variable in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
items - Variable in class choco.kernel.model.constraints.pack.PackModel
 
iterationLimit - Variable in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
iterator() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
iterator() - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
iterator() - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
Iterator over delta domain
iterator() - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
Iterator over delta domain
iterator() - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
 
iterator() - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
Iterator over delta domain
iterator() - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
Iterator over delta domain
iterator() - Method in class choco.kernel.common.util.objects.BooleanSparseMatrix
Return an iterator over the values
iterator() - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
Iterator over objects
iterator() - Method in class choco.kernel.common.util.objects.IntList
 
iterator() - Method in interface choco.kernel.common.util.objects.ISparseMatrix
Return an iterator over the values
iterator() - Method in class choco.kernel.common.util.objects.PriorityQueue
Iterator without a valid remove method !
iterator(E) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
iterator(E[]) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
iterator(List<E>...) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
iterator(Model, Collection<Constraint>) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
iterator() - Method in interface choco.kernel.solver.constraints.SConstraintCollection
get an iterator over the collection of constraint.
iterator() - Method in interface choco.kernel.solver.variables.delta.IDeltaDomain
Iterator over delta domain
iterator() - Method in class samples.multicostregular.asap.data.ASAPCoverRequirements
 
iterator() - Method in class samples.multicostregular.asap.data.ASAPShiftOnRequest
 
iterator() - Method in class samples.multicostregular.asap.data.ASAPShiftSet
 
iterator() - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
IteratorUtils - Class in choco.kernel.common.util.tools
 
IteratorUtils() - Constructor for class choco.kernel.common.util.tools.IteratorUtils
 
IterLargeRelation - Interface in choco.kernel.solver.constraints.integer.extension
A large relation that provides the seekNextSupport function from a given support of given pair var/val and indexes the tuples by integers to store (eventually) the support as StoredInt
IterTuplesTable - Class in choco.kernel.solver.constraints.integer.extension
 
IterTuplesTable(List<int[]>, int[], int[]) - Constructor for class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
 
IThetaLambdaTree - Interface in choco.cp.solver.constraints.global.scheduling.trees
 
IThetaOmegaTree - Interface in choco.cp.solver.constraints.global.scheduling.trees
 
IThetaTree - Interface in choco.cp.solver.constraints.global.scheduling.trees
 
ITimePeriodList - Interface in choco.kernel.solver.variables.scheduling
 
ITrailStorage - Interface in choco.kernel.memory.trailing.trail
An interface for classes implementing trails of modifications to objects.
ITree - Interface in choco.kernel.common.opres.graph
 
ivar - Variable in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
ivar(IntDomainVar, String, int) - Method in class trace.visualizers.Writer
 
IVariableArray - Interface in choco.kernel.model
 
ivars - Variable in class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
The int variables representing the rest scope of the constraint.
IVilimTree - Interface in choco.cp.solver.constraints.global.scheduling.trees
 
IVilimTree.TreeMode - Enum in choco.cp.solver.constraints.global.scheduling.trees
 
IVisu - Interface in choco.kernel.visu
 
IVisuManager - Interface in choco.kernel.visu
 
IVisuVariable - Interface in choco.kernel.visu.components
 
IVIterator - Class in choco.kernel.model.variables.integer.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
IVIterator() - Constructor for class choco.kernel.model.variables.integer.iterators.IVIterator
 

J

j - Variable in class choco.cp.solver.constraints.global.lightcostregular.structure.Edge
 
J - Static variable in class samples.multicostregular.planner.InstanceMaker
 
J - Static variable in class samples.multicostregular.planner.PlanModel
 
JAR_SEPARATOR_CHAR - Static variable in class parser.absconparseur.ReflectionManager
 
java - Class in header
 
java() - Constructor for class header.java
 
jdbcTemplate - Variable in class db.DbManager
 
JunkerMinSet - Class in samples.fastregular
Created by IntelliJ IDEA.
JunkerMinSet(IntegerVariable[], ArrayList<Automaton>, TIntHashSet) - Constructor for class samples.fastregular.JunkerMinSet
 

K

K - Static variable in class samples.multicostregular.planner.InstanceMaker
 
K - Static variable in class samples.multicostregular.planner.PlanModel
 
k - Variable in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
k1 - Variable in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
k2 - Variable in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
keep(Constraint) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Remove deletion instruction on c.
keep(Variable) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Remove deletion instruction on v.
keepSchedulingPreProcess(Solver) - Static method in class choco.cp.solver.preprocessor.PreProcessConfiguration
 
KEREVENT - Static variable in class choco.cp.solver.variables.set.SetVarEvent
Deprecated. 
kickRestart - Variable in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
kill() - Method in class choco.visu.Visu
 
knapsack(Solver, IntegerVariable[], int, int[]) - Method in class choco.cp.model.managers.constraints.global.RegularManager
 
KnapSack - Class in samples.tutorials.pack
 
KnapSack() - Constructor for class samples.tutorials.pack.KnapSack
 
knapsackProblem(IntegerVariable, IntegerVariable, IntegerVariable[], int[], int[]) - Static method in class choco.Choco
The knapsack problem constraint ensures that costVar is the sum of the vars weighted by the costs and that weightVar is the sum of vars weighted by the weights Based on costRegular, it simulates Tricks's dynamic programming approach.
knapsackProblem(IntegerVariable[], IntegerVariable, IntegerVariable, int[], int[]) - Static method in class choco.Choco
Deprecated. reorder parameters
KnapsackProblemManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
KnapsackProblemManager() - Constructor for class choco.cp.model.managers.constraints.global.KnapsackProblemManager
 
knownExpressionCts - Variable in class choco.cp.solver.preprocessor.PPModelToCPSolver
store if an expression constraint has already be been built for a model constraint.
knownIntensionalConstraint - Variable in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 

L

L - Static variable in class samples.multicostregular.planner.InstanceMaker
 
L - Static variable in class samples.multicostregular.planner.PlanModel
 
L - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
label() - Method in enum choco.cp.solver.constraints.global.scheduling.trees.IVilimTree.TreeMode
 
Langford - Class in samples.tutorials

Langford() - Constructor for class samples.tutorials.Langford
 
LargeAnd - Class in choco.cp.solver.constraints.integer.bool
 
LargeNand - Class in choco.cp.solver.constraints.integer.bool
 
LargeNor - Class in choco.cp.solver.constraints.integer.bool
 
LargeOr - Class in choco.cp.solver.constraints.integer.bool
 
LargeRelation - Interface in choco.kernel.solver.constraints.integer.extension
 
LargeXnor - Class in choco.cp.solver.constraints.integer.bool
 
LargeXor - Class in choco.cp.solver.constraints.integer.bool
 
larry - Variable in class samples.tutorials.to_sort.U2planning
 
last() - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
return the latest element on the stack.
last - Variable in class choco.kernel.memory.structure.StoredBipartiteSet
The index of last element of the list
last - Variable in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
The first element of the list
LAST_BINS_EMPTY - Static variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
lastBoundSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
lastChoicePoint() - Method in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
lastIndexInf - Variable in class choco.cp.solver.constraints.integer.ElementG
 
lastIndexOf(Object) - Method in class choco.kernel.common.util.objects.CircularQueue
 
lastIndexSup - Variable in class choco.cp.solver.constraints.integer.ElementG
 
lastInf - Variable in class choco.cp.solver.constraints.integer.ElementVG
 
lastLp - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
The last computed Longest Path
lastLp - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
The last computed Longest Path
lastLpValue - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
lastLpValue - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
lastNbOfBacktracks - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
lastNbOfRestarts - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
lastPopped - Variable in class choco.cp.solver.propagation.VariableEventQueue
The last popped var (may be useful for flushing popping events).
lastSp - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
The last computed Shortest Path
lastSp - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
The last computed Shortest Path
lastSpValue - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
lastSpValue - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
lastState - Variable in class choco.kernel.model.constraints.automaton.LayeredDFA
 
lastState - Variable in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
lastSup - Variable in class choco.cp.solver.constraints.integer.ElementVG
 
lastSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
lastSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
lastVarInf - Variable in class choco.cp.solver.constraints.integer.ElementG
 
lastVarSup - Variable in class choco.cp.solver.constraints.integer.ElementG
 
lastWorld - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
LatestCompletionTimeCmp - Class in choco.kernel.common.util.comparator
The Class LatestCompletionTimeComparator.
LatestStartingTimeCmp - Class in choco.kernel.common.util.comparator
The Class LatestStartingTimeComparator.
launch() - Method in class choco.cp.solver.CPSolver
commands the strategy to start.
launch() - Method in interface choco.kernel.solver.Solver
commands the strategy to start
launch(int) - Method in class samples.comparaison.RegCRMCRComp
 
launch() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
launchCommand(boolean, String...) - Static method in class choco.kernel.visu.VisuFactory
 
layer - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Node
 
layer - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Node
 
layer - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Node
 
LayeredDFA - Class in choco.kernel.model.constraints.automaton
A layered automaton that offers the possibility to dynamically add or remove tuples incrementally.
LayeredDFA(int, int) - Constructor for class choco.kernel.model.constraints.automaton.LayeredDFA
construct an initial automaton.
LayeredDFA(int[], int) - Constructor for class choco.kernel.model.constraints.automaton.LayeredDFA
construct an initial automaton with different domain sizes per layer The automaton initially accepts all words
LayeredGraph - Class in choco.cp.solver.constraints.global.lightcostregular.structure
Created by IntelliJ IDEA.
LayeredGraph(IntDomainVar[], IntDomainVar, IAutomaton, double[][][], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
LayeredGraph.AllActiveEdgeIterator - Class in choco.cp.solver.constraints.global.lightcostregular.structure
 
LayeredGraph.AllActiveEdgeIterator() - Constructor for class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.AllActiveEdgeIterator
 
LayeredGraph.InEdgeIterator - Class in choco.cp.solver.constraints.global.lightcostregular.structure
 
LayeredGraph.InEdgeIterator(Node) - Constructor for class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.InEdgeIterator
 
LayeredGraph.OutEdgeIterator - Class in choco.cp.solver.constraints.global.lightcostregular.structure
 
LayeredGraph.OutEdgeIterator(Node) - Constructor for class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.OutEdgeIterator
 
layerIdx - Variable in class choco.kernel.model.constraints.automaton.LightState
 
layers - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
layers - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
layers - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
layers - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
layers - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
layers - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
LAYOUT - Static variable in class trace.CPVizConstant
 
lb - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Lower bound of the expression
LCT - Static variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
lctH - Variable in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
LE - Static variable in class parser.absconparseur.PredicateTokens
 
le(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
learnt() - Method in class choco.cp.solver.constraints.integer.bool.sat.DynWLClause
 
learnt() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
LeastCarValHeur - Class in samples.multicostregular.carsequencing.heuristics
Created by IntelliJ IDEA.
LeastCarValHeur(CarSeqInstance) - Constructor for class samples.multicostregular.carsequencing.heuristics.LeastCarValHeur
 
LeEvaluator - Class in parser.absconparseur.intension.relational
 
LeEvaluator() - Constructor for class parser.absconparseur.intension.relational.LeEvaluator
 
left(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Returns the Vector index of the left child
left(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Returns the Vector index of the left child
LEFT - Static variable in class choco.visu.components.bricks.AChocoBrick
constants for text alignement
left2rightArc - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
left2rightArc - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
leftIterator() - Method in class choco.kernel.common.util.objects.BipartiteSet
Iterator without a valid remove method !
leftNode - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the left son of this node in the tree
length() - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length(T[]...) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
length() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class choco.kernel.memory.structure.SBitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class choco.kernel.memory.structure.SBitSet2
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
leq(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
leq(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
leq(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
leq(RealExpressionVariable, double) - Static method in class choco.Choco
 
leq(double, RealExpressionVariable) - Static method in class choco.Choco
 
leq(RealExpressionVariable, RealExpressionVariable) - Static method in class choco.Choco
 
leq(IntegerExpressionVariable, IntegerExpressionVariable) - Method in class choco.cp.model.CPModel2
 
leq(IntegerExpressionVariable, int) - Method in class choco.cp.model.CPModel2
 
leq(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.global.Lex
 
LEQ - Static variable in class choco.cp.solver.constraints.integer.IntLinComb
Constant, to be assigned to op, representing linear inequalities.
leq(IntExp, IntExp) - Method in class choco.cp.solver.CPSolver
 
leq(IntExp, int) - Method in class choco.cp.solver.CPSolver
 
leq(int, IntExp) - Method in class choco.cp.solver.CPSolver
 
leq(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
Inferority constraint.
leq(RealExp, double) - Method in class choco.cp.solver.CPSolver
 
leq(double, RealExp) - Method in class choco.cp.solver.CPSolver
 
leq(IntegerExpressionVariable, IntegerExpressionVariable) - Method in interface choco.kernel.model.Model2
 
leq(IntegerExpressionVariable, int) - Method in interface choco.kernel.model.Model2
 
leq(RealExp, RealExp) - Method in interface choco.kernel.model.RealModeler
Inferority constraint.
leq(RealExp, double) - Method in interface choco.kernel.model.RealModeler
 
leq(double, RealExp) - Method in interface choco.kernel.model.RealModeler
 
leq(IntExp, int) - Method in interface choco.kernel.solver.Solver
 
leq(int, IntExp) - Method in interface choco.kernel.solver.Solver
 
leq(IntExp, IntExp) - Method in interface choco.kernel.solver.Solver
 
leq(IntExp, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
leq(int, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
leq(IntExp, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
LeqBoolSum - Class in choco.cp.solver.constraints.integer.bool.sum
 
LeqBoolSum(IEnvironment, IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
leqCard(SetVariable, IntegerVariable) - Static method in class choco.Choco
 
leqCard(SetVariable, int) - Static method in class choco.Choco
 
leqCard(SetVar, IntDomainVar) - Method in class choco.cp.solver.CPSolver
 
leqCard(SetVar, int) - Method in class choco.cp.solver.CPSolver
 
LeqNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
LeqNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.LeqNode
 
less(IntDomainVar, IntDomainVar) - Method in class choco.cp.solver.constraints.global.Lex
 
LESS_OR_EQUAL_XC - Static variable in class choco.kernel.solver.constraints.Formula
 
LessOrEqualXC - Class in choco.cp.solver.constraints.integer
Implements a constraint X <= C, with X a variable and C a constant.
LessOrEqualXC(IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.LessOrEqualXC
Constructs the constraint with the specified variables and constant.
LessOrEqualXY_C - Class in choco.cp.solver.constraints.integer
Implements a constraint X + Y <= C , with X and Y two variables and C a constant.
LessOrEqualXY_C(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.LessOrEqualXY_C
Constructs the constraint with the specified variables and constant.
lessThan(Object) - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.Heapable
Determines if this key is less than the other key.
lessThan(Object) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
LET_INFEASABILITY - Static variable in class samples.multicostregular.asap.parser.ASAPParser
 
letterFromVal(int) - Method in class samples.multicostregular.planner.PlanModel
 
level - Variable in class choco.kernel.model.constraints.automaton.State
 
levelAc - Variable in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Enforce the level of consistency if the expression is posted as an extentionnal constraint. 0: AC 1: FC
levelStates - Variable in class choco.kernel.model.constraints.automaton.LayeredDFA
 
lex(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
Enforce a strict lexicographic ordering on two vectors of integer variables x <_lex y with x = , and y = .
Lex - Class in choco.cp.solver.constraints.global
Enforce a lexicographic ordering on two vectors of integer variables x <_lex y with x = , and y = .
Lex(IntDomainVar[], int, boolean, IEnvironment) - Constructor for class choco.cp.solver.constraints.global.Lex
 
lexChain(IntegerVariable[]...) - Static method in class choco.Choco
Enforce a strict lexicographic ordering on a chain of integer vectors (X1 ,X2 ,X3,......) with X1 < lex X2 < lex X3 ....
LexChain - Class in choco.cp.solver.constraints.global
Created by IntelliJ IDEA.
LexChain(IntDomainVar[], int, boolean) - Constructor for class choco.cp.solver.constraints.global.LexChain
Constructor for the lex_chain constraint
lexChainEq(IntegerVariable[]...) - Static method in class choco.Choco
Enforce a lexicographic ordering on a chain of integer vectors (X1 ,X2 ,X3,......) with X1 <= lex X2 <= lex X3 ....
LexChainManager - Class in choco.cp.model.managers.constraints.global
A manager to build new LexChain constraint
LexChainManager() - Constructor for class choco.cp.model.managers.constraints.global.LexChainManager
 
lexEq(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
Enforce a lexicographic ordering on two vectors of integer variables x <_lex y with x = , and y = .
lexeq(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
Deprecated. see lexEq
lexGreaterThan(Point, int[]) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
lexGreaterThan(Point, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
Tests whether this point is lexicographically strictly greater than to the other point (passed by parameter).
lexGreaterThanOrEqual(Point, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
Tests whether this point is lexicographically greater than or equal to the other point (passed by parameter).
lexicographic(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
lexicographic(Solver, IntDomainVar[]) - Static method in class choco.cp.solver.search.BranchingFactory
 
lexicographic(Solver, IntDomainVar[], ValSelector<IntDomainVar>) - Static method in class choco.cp.solver.search.BranchingFactory
 
lexicographic(Solver, SetVar[]) - Static method in class choco.cp.solver.search.BranchingFactory
 
lexicographicComparator - Static variable in class parser.absconparseur.Toolkit
 
LexicographicComparator - Class in samples.random
A comparator that allows to put arrays of integers in a lexicographic order.
LexicographicComparator() - Constructor for class samples.random.LexicographicComparator
 
LexicographicIterator - Class in parser.absconparseur.tools
This class allows iterating all tuples in a lexicograpic order from a given set of domains.
LexicographicIterator(int[][]) - Constructor for class parser.absconparseur.tools.LexicographicIterator
 
leximin(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
Let x and y be two vectors of n integers, and let x?
leximin(int[], IntegerVariable[]) - Static method in class choco.Choco
Let x and y be two vectors of n integers, and let x?
LeximinManager - Class in choco.cp.model.managers.constraints.global
A manager to build new Leximin constraint
LeximinManager() - Constructor for class choco.cp.model.managers.constraints.global.LeximinManager
 
LeximinSConstraint - Class in choco.cp.solver.constraints.global
SemiLeximinConstraint is a constraint that ensures the leximin ordering between one vector of variables and one of integers.
LeximinSConstraint(IntVar[], IntVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.LeximinSConstraint
Creates a new LeximinConstraint instance.
LeximinSConstraint(IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.LeximinSConstraint
Creates a new LeximinConstraint instance.
lexInFeasible(InternalConstraint, boolean, int, int, Obj) - Method in class choco.cp.solver.constraints.global.geost.layers.IntermediateLayer
 
LexIntVarSelector - Class in choco.cp.solver.search.integer.varselector
A class that applies two heuristics lexicographically for selecting a variable: a first heuristic is applied finding the best constraint ties are broken with the second heuristic
LexIntVarSelector(TiedIntVarSelector, HeuristicIntVarSelector) - Constructor for class choco.cp.solver.search.integer.varselector.LexIntVarSelector
 
LexLe - Class in trace.visualizers
A specialized visualizer for the lex less constraint.
LexLe(IntDomainVar[], IntDomainVar[], String, int, int) - Constructor for class trace.visualizers.LexLe
Build a visualizer for the lex less constraint
LexLe(IntDomainVar[], IntDomainVar[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.LexLe
Build a visualizer for the lex less constraint
LEXLESS - Static variable in class parser.absconparseur.InstanceTokens
 
LEXLESSEQ - Static variable in class parser.absconparseur.InstanceTokens
 
lexLessThan(Point, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
Tests whether this point is lexicographically strictly smaller than the other point (passed by parameter).
lexLessThanOrEqual(Point, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
Tests whether this point is lexicographically smaller than or equal to the other point (passed by parameter).
LexLt - Class in trace.visualizers
A specialized visualizer for the lex less than constraint.
LexLt(IntDomainVar[], IntDomainVar[], String, int, int) - Constructor for class trace.visualizers.LexLt
Build a visualizer for the lex less than constraint
LexLt(IntDomainVar[], IntDomainVar[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.LexLt
Build a visualizer for the lex less than constraint
LexManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
LexManager() - Constructor for class choco.cp.model.managers.constraints.global.LexManager
 
LexOrdering - Class in choco.cp.solver.search.task.ordering
 
LexOrdering() - Constructor for class choco.cp.solver.search.task.ordering.LexOrdering
 
LIGHT_FORMATTER - Static variable in class choco.kernel.common.logging.ChocoLogging
 
LIGHT_MODEL - Static variable in class parser.instances.BasicSettings

Goal: indicates that the constraint model use light propagation algorithms (for example, it decomposes some global constraints).
LIGHTBLUE - Static variable in class choco.visu.components.ColorConstant
 
LightCostRegular - Class in choco.cp.solver.constraints.global.lightcostregular
Created by IntelliJ IDEA.
LightCostRegular() - Constructor for class choco.cp.solver.constraints.global.lightcostregular.LightCostRegular
 
LightFormatter - Class in choco.kernel.common.logging
 
LightFormatter() - Constructor for class choco.kernel.common.logging.LightFormatter
 
lightGraph - Variable in class choco.kernel.model.constraints.automaton.DFA
 
LIGHTGRAY - Static variable in class choco.visu.components.ColorConstant
 
LightLayeredDFA - Class in choco.kernel.model.constraints.automaton
Automate
LightLayeredDFA(LayeredDFA) - Constructor for class choco.kernel.model.constraints.automaton.LightLayeredDFA
construct an initial automaton with different domain sizes per layer The automaton initially accepts all words
lightModel - Variable in class samples.tutorials.to_sort.packing.parser.BinPackingCmd
the type of model
LightState - Class in choco.kernel.model.constraints.automaton
Minimal data structure permitting to store a node and to enumerate his successors and predecessors.
LightState() - Constructor for class choco.kernel.model.constraints.automaton.LightState
 
LightState.Arcs - Class in choco.kernel.model.constraints.automaton
 
LightState.Arcs(LightState, BitSet) - Constructor for class choco.kernel.model.constraints.automaton.LightState.Arcs
 
Limit - Enum in choco.kernel.solver.search.limit
 
LimitFactory - Class in choco.cp.solver.configure
 
limitManager - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
LINEAR - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
LinearPenaltyFunction - Class in choco.kernel.model.constraints.automaton.penalty
Created by IntelliJ IDEA.
LinearPenaltyFunction(int, int, int, int, int, int) - Constructor for class choco.kernel.model.constraints.automaton.penalty.LinearPenaltyFunction
 
LinkedIntDomain - Class in choco.cp.solver.variables.integer
Integer domain implementation using linked list of indices.
LinkedIntDomain(IntDomainVarImpl, int, int, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.LinkedIntDomain
Constructs a new domain for the specified variable and bounds.
LinkedIntDomain(IntDomainVarImpl, int[], IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.integer.LinkedIntDomain
 
LinkedList - Class in choco.cp.solver.constraints.global.geost.dataStructures
 
LinkedList() - Constructor for class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
LINKEDLIST - Static variable in interface choco.kernel.solver.variables.integer.IntDomainVar
Static constant to create integer variables domain implemented with linked list of values in the domain
linspace(int, int) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
list - Variable in class choco.cp.solver.search.set.RandomSetVarSelector
 
list - Variable in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
The list of values
LIST - Static variable in class parser.absconparseur.InstanceTokens
 
list - Variable in class samples.tutorials.applet.DemoUI
 
listclause - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
listen(Solver) - Method in interface choco.kernel.visu.IVisu
Initializes the IVisu from the Solver
listen(Solver) - Method in class choco.visu.Visu
Initializes the IVisu from the Solver
listIterator() - Method in class choco.kernel.common.opres.nosum.NoSumList
 
listSize - Variable in class choco.kernel.common.util.objects.DoubleLinkedList
maximum size of the list
listSuffix - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
listSuffix - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
listToPropagate - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
Literal - Class in choco.kernel.model.constraints.cnf

Literal(IntegerVariable, ALogicTree.Type) - Constructor for class choco.kernel.model.constraints.cnf.Literal
 
Lits - Class in choco.cp.solver.constraints.integer.bool.sat
A literal is a boolean variable or its negation This structure stores the lists of watched literals to ensure propagation of clauses
Lits() - Constructor for class choco.cp.solver.constraints.integer.bool.sat.Lits
 
lits - Variable in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
LNS_INIT_SEARCH_LIMIT - Static variable in class samples.tutorials.lns.lns.LNSCPConfiguration
the limit type set on the B&B in the initial step of LNS
LNS_INIT_SEARCH_LIMIT_BOUND - Static variable in class samples.tutorials.lns.lns.LNSCPConfiguration
the limit value set on the B&B in the initial step of LNS
LNS_NEIGHBORHOOD_SEARCH_LIMIT - Static variable in class samples.tutorials.lns.lns.LNSCPConfiguration
the limit type set on the backtracking in each neighborhood exploration of LNS
LNS_NEIGHBORHOOD_SEARCH_LIMIT_BOUND - Static variable in class samples.tutorials.lns.lns.LNSCPConfiguration
the limit value set on the backtracking in each neighborhood exploration of LNS
LNS_RUN_LIMIT_NUMBER - Static variable in class samples.tutorials.lns.lns.LNSCPConfiguration
the number of iterations of the loop in the second step of LNS
LNS_USE - Static variable in class samples.tutorials.lns.lns.LNSCPConfiguration
a boolean indicating wether the CP model must be solved by LNS or B&B
LNSCPConfiguration - Class in samples.tutorials.lns.lns
additional settings for Large Neighborhood Search based on CP
LNSCPConfiguration() - Constructor for class samples.tutorials.lns.lns.LNSCPConfiguration
 
LNSCPSolver - Class in samples.tutorials.lns.lns
A Large Neighborhood Search approach encapsulating a CP solver.
LNSCPSolver(Configuration) - Constructor for class samples.tutorials.lns.lns.LNSCPSolver
 
LNSCPSolver(IEnvironment, Configuration) - Constructor for class samples.tutorials.lns.lns.LNSCPSolver
 
load(InputStream, URL) - Static method in class parser.absconparseur.XMLManager
Build a DOM object that corresponds to the given input stream.
load(File, URL) - Static method in class parser.absconparseur.XMLManager
 
load(InputStream) - Static method in class parser.absconparseur.XMLManager
 
load(File) - Static method in class parser.absconparseur.XMLManager
 
load(String) - Static method in class parser.absconparseur.XMLManager
 
load(File) - Static method in class parser.chocogen.XmlModel
Parse the xml and return the parser object (Christophe parser) which can be used to access variables, constraints, etc...
load(File) - Method in class parser.instances.AbstractInstanceModel
Parse the xml and return the parser object (Christophe parser) which can be used to access variables, constraints, etc...
load(File...) - Static method in class parser.instances.checker.SCheckFactory
 
load(String...) - Static method in class parser.instances.checker.SCheckFactory
 
loadAndSizeCoherence(int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
The minimum and maximum load of each bin PackFiltering.loads is maintained according to the domains of the bin assignment variables.
loadConstraintManager(String) - Static method in class choco.kernel.model.constraints.ManagerFactory
 
loadDefault(String) - Method in class choco.kernel.solver.Configuration
Load the default value of keys defined in @Default annotation
loadDefault(String) - Method in class samples.tutorials.lns.lns.LNSCPConfiguration
Load the default value of keys defined in @Default annotation
loadDotty(String) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
loadExpressionManager(String) - Static method in class choco.kernel.model.constraints.ManagerFactory
 
loadInstance(String) - Method in class parser.absconparseur.tools.InstanceParser
Build a DOM object that corresponds to the file whose name is given.
loadInstance(File) - Method in class parser.flatzinc.parser.FZNParser
Load the instance.
loadInstance(File) - Method in interface parser.instances.InstanceFileParser
 
loadInstance(File) - Method in class samples.tutorials.lns.rcpsp.RCPSPFileParser
 
loadMaintenance(int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
The minimum and maximum load of each bin PackFiltering.loads is maintained according to the domains of the bin assignment variables.
loadProperties(Properties, File...) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
loadProperties(Properties, String...) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
loads - Variable in class choco.cp.solver.constraints.global.pack.PackFiltering
The loads of the bins.
loads - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
The loads of the bins.
loads - Variable in class choco.kernel.model.constraints.pack.PackModel
 
loadSettings(Configuration) - Method in class choco.cp.solver.propagation.ChocoEngine
 
loadSettings(Configuration) - Method in interface choco.kernel.solver.propagation.PropagationEngine
 
loadSum - Variable in class choco.cp.solver.constraints.global.pack.PackFiltering
 
loadVariableManager(String) - Static method in class choco.kernel.model.constraints.ManagerFactory
 
log(double, double) - Static method in class choco.kernel.common.util.tools.MathUtils
 
Log2Axis - Class in choco.visu.components.chart.axis
 
Log2Axis(String) - Constructor for class choco.visu.components.chart.axis.Log2Axis
 
LOG_DECISION_MSG - Static variable in class choco.cp.solver.search.real.AssignInterval
 
LOG_DECISION_MSG - Variable in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated.  
LOG_DECISION_MSG - Static variable in class choco.kernel.solver.search.set.AbstractSetBranchingStrategy
 
LOG_DECISION_MSG_ASSIGN - Static variable in class choco.kernel.solver.branch.AbstractBranchingStrategy
 
LOG_DECISION_MSG_REMOVE - Static variable in class choco.kernel.solver.branch.AbstractBranchingStrategy
 
LOG_DOWN_MSG - Static variable in class choco.kernel.solver.branch.AbstractBranchingStrategy
 
LOG_DOWN_MSG - Static variable in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated.  
LOG_UP_MSG - Static variable in class choco.kernel.solver.branch.AbstractBranchingStrategy
 
LOG_UP_MSG - Static variable in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated.  
LOGGER - Static variable in class choco.Choco
 
LOGGER - Static variable in class choco.ChocoContrib
 
LOGGER - Static variable in class choco.cp.common.util.preprocessor.AbstractDetector
Logger
LOGGER - Static variable in class choco.cp.common.util.preprocessor.DetectorFactory
Logger
LOGGER - Static variable in class choco.cp.common.util.preprocessor.graph.MaxCliques
 
LOGGER - Static variable in class choco.cp.model.CPModel
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.geost.util.InputParser
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.geost.util.RandomProblemGenerator
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.geost.util.VRMLwriter
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
LOGGER - Static variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
LOGGER - Static variable in class choco.cp.solver.CPModelToCPSolver
 
LOGGER - Static variable in class choco.cp.solver.search.NogoodRecorder
 
LOGGER - Static variable in class choco.cp.solver.search.SearchLimitManager
 
LOGGER - Static variable in interface choco.kernel.common.opres.heuristics.IHeuristic
 
LOGGER - Static variable in class choco.kernel.common.util.objects.PriorityQueue
 
LOGGER - Static variable in interface choco.kernel.memory.IEnvironment
Reference to an object for logging trace statements related memory & backtrack (using the java.util.logging package)
LOGGER - Static variable in interface choco.kernel.memory.IStateBinaryTree
 
LOGGER - Static variable in interface choco.kernel.memory.IStateDoubleVector
 
LOGGER - Static variable in interface choco.kernel.memory.IStateIntVector
 
LOGGER - Static variable in interface choco.kernel.memory.IStateLongVector
 
LOGGER - Static variable in class choco.kernel.memory.structure.OneWordSBitSet32
 
LOGGER - Static variable in class choco.kernel.memory.structure.OneWordSBitSet64
 
LOGGER - Static variable in class choco.kernel.memory.structure.SBitSet
 
LOGGER - Static variable in class choco.kernel.memory.structure.SBitSet2
 
LOGGER - Static variable in class choco.kernel.memory.trailing.AbstractStoredObject
Reference to an object for logging trace statements related memory & backtrack (using the java.util.logging package)
LOGGER - Static variable in interface choco.kernel.memory.trailing.trail.ITrailStorage
Reference to an object for logging trace statements related memory & backtrack (using the java.util.logging package)
LOGGER - Static variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
LOGGER - Static variable in class choco.kernel.model.constraints.automaton.LightState
 
LOGGER - Static variable in interface choco.kernel.model.constraints.Constraint
 
LOGGER - Static variable in interface choco.kernel.model.constraints.ExpressionManager
 
LOGGER - Static variable in class choco.kernel.model.variables.ConstantFactory
 
LOGGER - Static variable in interface choco.kernel.model.variables.Variable
 
logger - Static variable in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. an object for logging trace statements
LOGGER - Static variable in interface choco.kernel.solver.branch.BranchingStrategy
an object for logging trace statements
LOGGER - Static variable in class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation
 
LOGGER - Static variable in class choco.kernel.solver.constraints.reified.INode
 
LOGGER - Static variable in interface choco.kernel.solver.constraints.SConstraint
Reference to an object for logging trace statements related to constraints over integers (using the java.util.logging package)
LOGGER - Static variable in interface choco.kernel.solver.goals.Goal
 
LOGGER - Static variable in interface choco.kernel.solver.propagation.event.PropagationEvent
 
LOGGER - Static variable in interface choco.kernel.solver.propagation.PropagationEngine
 
LOGGER - Static variable in interface choco.kernel.solver.propagation.queue.EventQueue
Reference to the root Logger, an object for logging trace statements related to propagation events (using the java.util.logging package)
LOGGER - Static variable in class choco.kernel.solver.search.AbstractSearchStrategy
an object for logging trace statements
LOGGER - Static variable in interface choco.kernel.solver.search.checker.ISolutionCheckerEngine
 
LOGGER - Static variable in interface choco.kernel.solver.search.ISearchLoop
 
LOGGER - Static variable in interface choco.kernel.solver.search.ISolutionPool
 
LOGGER - Static variable in interface choco.kernel.solver.Solver
Reference to an object for logging trace statements related to Abtract Solver (using the java.util.logging package)
LOGGER - Static variable in interface choco.kernel.solver.variables.delta.IDeltaDomain
 
LOGGER - Static variable in interface choco.kernel.solver.variables.integer.IntDomain
 
LOGGER - Static variable in class choco.kernel.solver.variables.real.RealMath
 
LOGGER - Static variable in interface choco.kernel.solver.variables.set.SetSubDomain
 
LOGGER - Static variable in interface choco.kernel.solver.variables.Var
Reference to an object for logging trace statements related to IntDomainVar (using the java.util.logging package)
LOGGER - Static variable in interface choco.kernel.visu.components.panels.IChocoPanel
 
LOGGER - Static variable in interface choco.kernel.visu.IVisu
 
LOGGER - Static variable in interface choco.kernel.visu.IVisuManager
 
LOGGER - Static variable in class choco.kernel.visu.VisuFactory
 
LOGGER - Static variable in class choco.visu.components.chart.PdfExport
 
LOGGER - Static variable in class choco.visu.components.chart.ui.ChocoChartPanel
 
LOGGER - Static variable in class cli.AbstractCmdLine
 
LOGGER - Static variable in class cli.explorer.FileExplorer
 
LOGGER - Static variable in class db.DbManager
 
LOGGER - Static variable in interface db.IDbConnector
 
LOGGER - Static variable in class db.OdbHsqldbBridge
 
LOGGER - Static variable in class parser.absconparseur.components.PConstraint
 
LOGGER - Static variable in class parser.absconparseur.intension.EvaluationManager
 
LOGGER - Static variable in class parser.absconparseur.intension.Evaluator
 
LOGGER - Static variable in class parser.absconparseur.tools.InstanceChecker
 
LOGGER - Static variable in class parser.absconparseur.tools.InstanceCheckerEngine
 
LOGGER - Static variable in class parser.absconparseur.tools.InstanceCheckerParser
 
LOGGER - Static variable in class parser.absconparseur.tools.InstanceParser
 
LOGGER - Static variable in class parser.absconparseur.tools.InstanceShuffler
 
LOGGER - Static variable in class parser.absconparseur.tools.SolutionChecker
 
LOGGER - Static variable in class parser.absconparseur.XMLManager
 
LOGGER - Static variable in class parser.chocogen.XmlModel
 
LOGGER - Static variable in class parser.instances.AbstractInstanceModel
 
LOGGER - Static variable in class parser.instances.checker.SCheckFactory
 
LOGGER - Static variable in interface parser.instances.InstanceFileParser
 
LOGGER - Static variable in class samples.jobshop.TaillardJobShopProblem
 
LOGGER - Static variable in class samples.random.ComposedRandomProblem
 
LOGGER - Static variable in class samples.random.RandomListGenerator
 
LOGGER - Static variable in class samples.tutorials.applet.DemoApplet
 
LOGGER - Static variable in class samples.tutorials.applet.DemoUI
 
LOGGER - Static variable in interface samples.tutorials.Example
 
LOGGER - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
LOGGER - Static variable in class samples.tutorials.to_sort.BinPacking
 
LOGGER - Static variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
LOGGER - Static variable in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
LOGGER - Static variable in class samples.tutorials.to_sort.tsp.CycleMain
 
LOGGER - Static variable in class samples.tutorials.to_sort.tsp.Generator
 
LOGGER - Static variable in class samples.tutorials.to_sort.WolfGoatCabbage1
 
LOGGER - Static variable in class samples.tutorials.to_sort.Zebra
 
LoggingExample - Class in samples.tutorials
 
LoggingExample() - Constructor for class samples.tutorials.LoggingExample
 
LogicalEvaluator - Class in parser.absconparseur.intension.logical
 
LogicalEvaluator() - Constructor for class parser.absconparseur.intension.logical.LogicalEvaluator
 
LogicTreeToolBox - Class in choco.kernel.model.constraints.cnf

LogicTreeToolBox() - Constructor for class choco.kernel.model.constraints.cnf.LogicTreeToolBox
 
logMsg - Variable in class parser.instances.AbstractInstanceModel
 
logOnAbsence(String) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
logOnConfiguration() - Method in class parser.instances.AbstractInstanceModel
 
logOnConfiguration() - Method in class parser.instances.XcspModel
 
logOnDiagnostics() - Method in class parser.instances.AbstractInstanceModel
 
logOnDiagnostics() - Method in class parser.instances.AbstractMinimizeModel
 
logOnDiagnostics() - Method in class parser.instances.XcspModel
 
logOnFailure(String) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
logOnSuccess(String) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
logWeights(Logger, Level) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
LONG - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
LongEvaluator - Class in parser.absconparseur.intension.terminal
 
LongEvaluator(long) - Constructor for class parser.absconparseur.intension.terminal.LongEvaluator
 
longValue() - Method in class choco.kernel.common.util.ModifiableInteger
 
LONGVECTOR - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
lookForNewMaxNegCoeff() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
lookForNewMaxPosCoeff() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
low - Variable in class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
low - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
minimum current flow
lowB - Variable in class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
lowB - Variable in class choco.kernel.model.variables.real.RealExpressionVariable
 
lowB - Variable in class choco.kernel.model.variables.set.SetExpressionVariable
 
lowb - Variable in class samples.multicostregular.asap.ASAPCPModel
 
lowerBd - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Nproper
current lower bound on the number of proper trees
lowerBound - Variable in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
LowerBoundFactory - Class in choco.kernel.common.opres.pack
Compute lower bounds for one-dimensional bin packing problems using MDFF (F_0^k, f_{CCM,1}^k.
lowerBoundVector - Variable in class choco.cp.solver.constraints.global.LexChain
array for holding lexicographically smallest feasible lower bound of each vector
lowpt - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
lpfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
lpfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
lpfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
lpfsI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
lpfsI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
lpft - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
lpft - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
lpft - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
lpftI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
lpftI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
lrel - Variable in class parser.absconparseur.components.PRelation
Choco relation representing this PRelation if it is nrary
LST - Static variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
lt(IntegerExpressionVariable, int) - Static method in class choco.Choco
Return a constraint that ensures x < c
lt(int, IntegerExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensures x < c
lt(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
Return a constraint that ensures x < y
lt(IntegerExpressionVariable, IntegerExpressionVariable) - Method in class choco.cp.model.CPModel2
A constraint that ensures x < y
LT - Static variable in class choco.cp.solver.constraints.integer.DistanceXYC
 
LT - Static variable in class choco.cp.solver.constraints.integer.DistanceXYZ
 
lt(IntExp, IntExp) - Method in class choco.cp.solver.CPSolver
 
lt(IntExp, int) - Method in class choco.cp.solver.CPSolver
 
lt(int, IntExp) - Method in class choco.cp.solver.CPSolver
 
lt(IntegerExpressionVariable, IntegerExpressionVariable) - Method in interface choco.kernel.model.Model2
 
lt(IntExp, int) - Method in interface choco.kernel.solver.Solver
 
lt(int, IntExp) - Method in interface choco.kernel.solver.Solver
 
lt(IntExp, IntExp) - Method in interface choco.kernel.solver.Solver
 
LT - Static variable in class parser.absconparseur.PredicateTokens
 
lt(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
lt(IntExp, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
lt(int, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
lt(IntExp, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
LtEvaluator - Class in parser.absconparseur.intension.relational
 
LtEvaluator() - Constructor for class parser.absconparseur.intension.relational.LtEvaluator
 
LtNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
LtNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.LtNode
 
ltuples - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
The backtrackable list of tuples representing the current allowed tuples of the constraint
LubyRestartStrategy - Class in choco.kernel.solver.search.restart
 
LubyRestartStrategy(int, int) - Constructor for class choco.kernel.solver.search.restart.LubyRestartStrategy
 
lvals - Variable in class choco.cp.solver.constraints.integer.Element2D
 

M

m - Variable in class choco.cp.solver.constraints.integer.ModuloXYC2
The search constant of the constraint
m - Variable in class parser.chocogen.ChocoFactory
 
m - Variable in class parser.chocogen.ObjectFactory
 
M - Static variable in class samples.multicostregular.planner.InstanceMaker
 
M - Static variable in class samples.multicostregular.planner.PlanModel
 
m - Variable in class samples.tutorials.puzzles.GolombRuler
 
m - Variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
MachineScheduling - Class in samples.tutorials.scheduling

MachineScheduling() - Constructor for class samples.tutorials.scheduling.MachineScheduling
 
MachineSchedulingLabelQuotient - Class in samples.tutorials.scheduling

MachineSchedulingLabelQuotient() - Constructor for class samples.tutorials.scheduling.MachineSchedulingLabelQuotient
 
MachineSchedulingVariableSpeed - Class in samples.tutorials.scheduling

MachineSchedulingVariableSpeed() - Constructor for class samples.tutorials.scheduling.MachineSchedulingVariableSpeed
 
MagicSerie - Class in samples.tutorials.puzzles
The Magic Serie problem
MagicSerie() - Constructor for class samples.tutorials.puzzles.MagicSerie
 
MagicSquare - Class in samples.tutorials.puzzles
 
MagicSquare() - Constructor for class samples.tutorials.puzzles.MagicSquare
 
magicSum - Variable in class samples.tutorials.puzzles.MagicSquare
 
main(String[]) - Static method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
main(String[]) - Static method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.SoftExample
 
main(String[]) - Static method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
main(String[]) - Static method in class choco.cp.solver.constraints.strong.xmlmodel.XmlModelRPC
 
main(String[]) - Static method in class choco.kernel.common.logging.ChocoLogging
 
main(String[]) - Static method in class choco.kernel.model.constraints.automaton.FA.utils.Bounds
 
main(String[]) - Static method in class choco.visu.components.chart.ChocoColor
 
main(String[]) - Static method in class cli.explorer.FileExplorer
 
main(String[]) - Static method in class cli.FcspCmd
 
main(String[]) - Static method in class cli.HsqldbServerCmd
 
main(String[]) - Static method in class cli.XcspCmd
 
main(String[]) - Static method in class parser.absconparseur.tools.InstanceChecker
 
main(String[]) - Static method in class parser.absconparseur.tools.InstanceParser
 
main(String[]) - Static method in class parser.absconparseur.tools.InstanceShuffler
 
main(String[]) - Static method in class parser.absconparseur.tools.SolutionChecker
 
main(String[]) - Static method in class parser.chocogen.XmlModel
 
main(String[]) - Static method in class parser.flatzinc.Mzn2fzn
 
main(String[]) - Static method in class samples.AirPlaneLandingWithLNS
 
main(String[]) - Static method in class samples.comparaison.RegCRMCRComp
 
main(String[]) - Static method in class samples.DeviationDemo
 
main(String[]) - Static method in class samples.documentation.Code4Doc1
 
main(String[]) - Static method in class samples.documentation.Code4Doc2
 
main(String[]) - Static method in class samples.documentation.Code4Doc3
 
main(String[]) - Static method in class samples.documentation.Code4Doc4
 
main(String[]) - Static method in class samples.fastregular.JunkerMinSet
 
main(String[]) - Static method in class samples.fastregular.MinimumRegularSet
 
main(String[]) - Static method in class samples.fastregular.NRPExample
 
main(String[]) - Static method in class samples.jobshop.TaillardJobShopProblem
 
main(String[]) - Static method in class samples.lattice.Test
 
main(String[]) - Static method in class samples.multicostregular.asap.ASAPCPModel
 
main(String[]) - Static method in class samples.multicostregular.asap.ASAPViewer
 
main(String[]) - Static method in class samples.multicostregular.asap.hci.control.ASAPResultControl
 
Main - Class in samples.multicostregular.carsequencing
Created by IntelliJ IDEA.
Main() - Constructor for class samples.multicostregular.carsequencing.Main
 
main(String[]) - Static method in class samples.multicostregular.carsequencing.Main
 
main(String[]) - Static method in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
main(String[]) - Static method in class samples.multicostregular.carsequencing.parser.GraphGenerator
 
main(String[]) - Static method in class samples.multicostregular.FilteringTest
 
main(String[]) - Static method in class samples.multicostregular.nsp.NSPParser
 
main(String[]) - Static method in class samples.multicostregular.nsp.NSPSolver
 
main(String[]) - Static method in class samples.multicostregular.planner.InstanceMaker
 
main(String[]) - Static method in class samples.multicostregular.planner.PlanModel
 
main(String[]) - Static method in class samples.multicostregular.planner.Test
 
main(String[]) - Static method in class samples.MyXYTaskDatasetDemo
Starting point for the demonstration application.
main(String[]) - Static method in class samples.rackconfig.RackConfig
 
main(String[]) - Static method in class samples.rackconfig.RackConfig2
 
main(String[]) - Static method in class samples.random.ComposedRandomProblem
 
main(String[]) - Static method in class samples.random.Interpreter
 
main(String[]) - Static method in class samples.random.RandomProblemLauncher
 
main(String[]) - Static method in class samples.tutorials.AllIntervalSeries
 
main(String[]) - Static method in class samples.tutorials.applet.DemoFrame
 
main(String[]) - Static method in class samples.tutorials.assignment.Assignment
 
main(String[]) - Static method in class samples.tutorials.assignment.CarSequence
 
main(String[]) - Static method in class samples.tutorials.basics.IntVarExample
 
main(String[]) - Static method in class samples.tutorials.basics.RealVarExample
 
main(String[]) - Static method in class samples.tutorials.basics.SetVarExample
 
main(String[]) - Static method in class samples.tutorials.basics.TaskVarExample
 
main(String[]) - Static method in class samples.tutorials.continuous.Arm
 
main(String[]) - Static method in class samples.tutorials.continuous.CycloHexan
 
main(String[]) - Static method in class samples.tutorials.database.DbExample
 
main(String[]) - Static method in class samples.tutorials.Langford
 
main(String[]) - Static method in class samples.tutorials.lns.rcpsp.RCPSPCmd
 
main(String[]) - Static method in class samples.tutorials.LoggingExample
 
main(String[]) - Static method in class samples.tutorials.Ordering
 
main(String[]) - Static method in class samples.tutorials.pack.KnapSack
 
main(String[]) - Static method in class samples.tutorials.puzzles.Candles
 
main(String[]) - Static method in class samples.tutorials.puzzles.DonaldGeraldRobert
 
main(String[]) - Static method in class samples.tutorials.puzzles.GolombRuler
 
main(String[]) - Static method in class samples.tutorials.puzzles.HowOldAmI
 
main(String[]) - Static method in class samples.tutorials.puzzles.MagicSerie
 
main(String[]) - Static method in class samples.tutorials.puzzles.MagicSquare
 
main(String[]) - Static method in class samples.tutorials.puzzles.Partition
 
main(String[]) - Static method in class samples.tutorials.puzzles.Queen
 
main(String[]) - Static method in class samples.tutorials.puzzles.SendMoreMoney
 
main(String[]) - Static method in class samples.tutorials.puzzles.Sudoku
 
main(String[]) - Static method in class samples.tutorials.scheduling.AircraftLanding
 
main(String[]) - Static method in class samples.tutorials.scheduling.AirPlaneLanding
 
main(String[]) - Static method in class samples.tutorials.scheduling.MachineScheduling
 
main(String[]) - Static method in class samples.tutorials.scheduling.MachineSchedulingLabelQuotient
 
main(String[]) - Static method in class samples.tutorials.scheduling.MachineSchedulingVariableSpeed
 
main(String[]) - Static method in class samples.tutorials.scheduling.ProjectScheduling
 
main(String[]) - Static method in class samples.tutorials.scheduling.ProjectSchedulingLoad
 
main(String[]) - Static method in class samples.tutorials.set.SteinerSystem
 
main(String[]) - Static method in class samples.tutorials.StressTest1
 
main(String[]) - Static method in class samples.tutorials.StressTest2
 
main(String[]) - Static method in class samples.tutorials.StressTest3
 
main(String[]) - Static method in class samples.tutorials.StressTest4
 
main(String[]) - Static method in class samples.tutorials.to_sort.BinPacking
 
main(String[]) - Static method in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
main(String[]) - Static method in class samples.tutorials.to_sort.packing.PackVisu
 
main(String[]) - Static method in class samples.tutorials.to_sort.packing.parser.BinPackingCmd
 
main(String[]) - Static method in class samples.tutorials.to_sort.packing.RackConfiguration
 
main(String[]) - Static method in class samples.tutorials.to_sort.Picross
 
main(String[]) - Static method in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
main(String[]) - Static method in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
main(String[]) - Static method in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
main(String[]) - Static method in class samples.tutorials.to_sort.scheduling.PertCPM
 
main(String[]) - Static method in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
main(String[]) - Static method in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
main(String[]) - Static method in class samples.tutorials.to_sort.SimpleSchedule
 
main(String[]) - Static method in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
main(String[]) - Static method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
main(String[]) - Static method in class samples.tutorials.to_sort.tsp.CycleMain
 
main(String[]) - Static method in class samples.tutorials.to_sort.U2planning
 
main(String[]) - Static method in class samples.tutorials.to_sort.WolfGoatCabbage1
 
main(String[]) - Static method in class samples.tutorials.to_sort.Zebra
 
main(String[]) - Static method in class samples.tutorials.visu.ResourceGUI
 
main(String[]) - Static method in class SendMoreMoney
 
main1(String[]) - Static method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.SoftExample
 
main2(String[]) - Static method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.SoftExample
 
mainGoal - Variable in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
mainGoal - Variable in class choco.cp.solver.search.GoalSearchLoop
 
mainGoal - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
the goal that needs be solved to drive the exploration
maintainEfficientEntailment(int, int) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
maintainList(int) - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
maintain the list by checking only the variable that has changed when checking if a tuple is valid.
maintainList() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
maintain the list by checking all variable within isValid
make(int, int) - Static method in class samples.multicostregular.carsequencing.parser.GraphGenerator
 
makeAcceptAllOfLength(int, int[]) - Static method in class choco.kernel.solver.constraints.global.automata.common.AutomatonOperation
 
makeAlldDifferent(PAllDifferent) - Static method in class parser.chocogen.GloConstraintFactory
 
makeAutomaton(int) - Method in class samples.multicostregular.planner.InstanceMaker
 
makeBinaryTree(int, int) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeBinaryTree(int, int) - Method in interface choco.kernel.memory.IEnvironment
 
makeBinaryTree(int, int) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeBinRelation(int[], int[], List<int[]>, boolean, boolean) - Static method in class choco.Choco
Create a binary relation that represent the list of compatible or incompatible pairs of values (depending on feas) given in argument tp be stated on any pair of variables (x,y) whose domain is included in the min max given in argument.
makeBinRelation(int[], int[], List<int[]>, boolean) - Static method in class choco.Choco
Create a binary relation that represent the list of compatible or incompatible pairs of values (depending on feas) given in argument tp be stated on any pair of variables (x,y) whose domain is included in the min max given in argument.
makeBinRelation(int[], int[], boolean[][], boolean, boolean) - Static method in class choco.Choco
Create a binary relation represented by the matrix of feasible/infeasible (depending on the feas parameters) pairs of values incompatible pairs of values (depending on feas) given in argument tp be stated on any pair of variables (x,y) whose domain is included in the min max given in argument.
makeBinRelation(int[], int[], boolean[][], boolean) - Static method in class choco.Choco
Create a binary relation represented by the matrix of feasible/infeasible (depending on the feas parameters) pairs of values incompatible pairs of values (depending on feas) given in argument tp be stated on any pair of variables (x,y) whose domain is included in the min max given in argument.
makeBinRelation(int[], int[], List<int[]>, boolean, boolean) - Method in class choco.cp.solver.CPSolver
Create a binary relation that represent the list of compatible or incompatible pairs of values (depending on feas) given in argument tp be stated on any pair of variables (x,y) whose domain is included in the min max given in argument.
makeBinRelation(int[], int[], List<int[]>, boolean) - Method in class choco.cp.solver.CPSolver
Create a binary relation that represent the list of compatible or incompatible pairs of values (depending on feas) given in argument tp be stated on any pair of variables (x,y) whose domain is included in the min max given in argument.
makeBinRelation(IntDomainVar, IntDomainVar, boolean[][], boolean, boolean) - Static method in class choco.cp.solver.CPSolver
Create a binary relation from the given matrix of consistency
makeBinRelation(IntDomainVar, IntDomainVar, boolean[][], boolean) - Static method in class choco.cp.solver.CPSolver
 
makeBinRelation(int[], int[], List<int[]>, boolean, boolean) - Method in interface choco.kernel.solver.Solver
 
makeBinRelation(int[], int[], List<int[]>, boolean) - Method in interface choco.kernel.solver.Solver
 
makeBinRelation(PRelation) - Method in class parser.chocogen.RelationFactory
 
makeBinRelation(int[], int[], List<int[]>, boolean, boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
makeBinRelation(int[], int[], List<int[]>, boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
makeBinTreeIntVar(String, int, int) - Static method in class choco.DeprecatedChoco
Create a binary tree domain for integer variable
makeBinTreeIntVar(String, int[]) - Static method in class choco.DeprecatedChoco
Create a binary tree domain for integer variable
makeBinTreeIntVar(String, ArrayList<Integer>) - Static method in class choco.DeprecatedChoco
Create a binary tree domain for integer variable
makeBinTreeIntVarArray(String, int, int, int) - Static method in class choco.DeprecatedChoco
Create an array of integer variable with a binary tree domain
makeBinTreeIntVarArray(String, int, int, int, int) - Static method in class choco.DeprecatedChoco
Create an double array of integer variable with a binary tree domain
makeBipartiteIntList(int[]) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeBipartiteIntList(int[]) - Method in interface choco.kernel.memory.IEnvironment
 
makeBipartiteSet(int[]) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeBipartiteSet(int) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeBipartiteSet(IndexedObject[]) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeBipartiteSet(ArrayList<IndexedObject>) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeBipartiteSet(int[]) - Method in interface choco.kernel.memory.IEnvironment
 
makeBipartiteSet(int) - Method in interface choco.kernel.memory.IEnvironment
 
makeBipartiteSet(IndexedObject[]) - Method in interface choco.kernel.memory.IEnvironment
 
makeBipartiteSet(ArrayList<IndexedObject>) - Method in interface choco.kernel.memory.IEnvironment
 
makeBitSet(int) - Method in class choco.kernel.memory.AbstractEnvironment
Factory pattern: new IStateBitSet objects are created by the environment
makeBitSet(int) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateBitSet objects are created by the environment
makeBool(boolean) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeBool(boolean) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateBool objects are created by the environment
makeBool(boolean) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeBooleanVar(String, String...) - Static method in class choco.Choco
Make a boolean variable
makeBooleanVarArray(String, int, String...) - Static method in class choco.Choco
Make an array of boolean variables
makeBoundIntVar(String, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeBoundIntVarArray(String, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeBoundIntVarArray(String, int, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeBounds(int, int, IPenaltyFunction, int, int, IPenaltyFunction) - Static method in class choco.kernel.model.constraints.automaton.FA.utils.Bounds
 
makeBoundSetVar(String, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeBoundSetVarArray(String, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeBricsAutomaton() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
makeClause(int[], int) - Static method in class parser.chocogen.RelationFactory
 
makeClausesEncoding(PRelation) - Static method in class parser.chocogen.RelationFactory
 
makeConstant(CPSolver, IntegerVariable) - Static method in class choco.cp.model.managers.variables.IntegerVariableManager
 
makeConstantIntVar(String, int) - Method in class choco.cp.solver.CPSolver
 
makeConstantIntVar(int) - Method in class choco.cp.solver.CPSolver
 
makeConstantSetVar(String, int...) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeConstantVar(String, double) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeConstantVar(String, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.BooleanManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.EqManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.AndManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.IfOnlyIfManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.ImpliesManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.NandManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.NorManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.NotManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.OrManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.XnorManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.expressions.XorManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.AbstractResourceManager
 
makeConstraint(CPSolver, Variable[], ResourceParameters, List<String>) - Method in class choco.cp.model.managers.constraints.global.AbstractResourceManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.AllDifferentManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.AtMostNValueManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ClausesManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.CostRegularManager
 
makeConstraint(CPSolver, Variable[], ResourceParameters, List<String>) - Method in class choco.cp.model.managers.constraints.global.CumulativeManager
 
makeConstraint(CPSolver, Variable[], ResourceParameters, List<String>) - Method in class choco.cp.model.managers.constraints.global.DisjunctiveManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ElementManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.FastRegularManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ForbiddenIntervalsManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.GeostManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.GlobalCardinalityManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.IncreasingNValueManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.KnapsackProblemManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.LexChainManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.LeximinManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.LexManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.MultiCostRegularManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.OccurrenceManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.PackManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.RegularManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedAndManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedImplicationManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedImplManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedNandManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedNorManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedOrManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedXnorManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ReifiedXorManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.SoftMultiCostRegularManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.SortingManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.StretchPathManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.TreeManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.AbsoluteManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.ChannelingManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.DistanceManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.EuclideanDivisionManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.ExactlyManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.IncreasingSumManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.MemberManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.MetaTaskConstraintManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.MinMaxManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.ModuloManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.NotMemberManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.SignOpManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.TableManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.TimesManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.AmongSetManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.ComplementSetManager
 
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.DisjunctionManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.IntersectionManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.InverseSetManager
 
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.IsIncludedManager
 
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.IsNotIncludedManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.MemberManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.NotMemberManager
 
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.SetLexicographicOrderingSetManager
 
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.SetValuePrecedeManager
 
makeConstraint(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.set.UnionManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, RealVariable[], Object, List<String>) - Method in class choco.cp.model.managers.operators.CosManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, RealVariable[], Object, List<String>) - Method in class choco.cp.model.managers.operators.MinusManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, RealVariable[], Object, List<String>) - Method in class choco.cp.model.managers.operators.MultManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, RealVariable[], Object, List<String>) - Method in class choco.cp.model.managers.operators.PlusManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, RealVariable[], Object, List<String>) - Method in class choco.cp.model.managers.operators.PowerManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, RealVariable[], Object, List<String>) - Method in class choco.cp.model.managers.operators.SinManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.UseResourcesManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.solver.constraints.global.ordered.OrderedGccManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSumManager
 
makeConstraint(Solver, Variable[], Object, List<String>) - Method in class choco.cp.solver.constraints.set.MemberXiY.MemberXiYManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.solver.constraints.strong.StrongConsistencyManager
 
makeConstraint(Solver, V[], Object, List<String>) - Method in class choco.kernel.model.constraints.ConstraintManager
Build a constraint for the given solver and "model variables"
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.jobshop.SimpleDTConstraint.SimpleDTConstraintManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.multicostregular.nsp.NSPStruct.NSPStrucManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.multicostregular.planner.SimpleChannelling.SimpleManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.multicostregular.planner.SubSetChannelling.SubSetManager
 
makeConstraint() - Method in class samples.tutorials.to_sort.Picross
Post the regular constraint with the DFAs created earlier
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost.ScalarAtMostManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree.MinSpanningTreeManager
 
makeConstraint(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint.SubTourConstraintManager
 
makeConstraintAndOpposite(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.BooleanManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.EqManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.ElementManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.OccurrenceManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.global.TreeManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.DistanceManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.constraints.integer.MinMaxManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.model.managers.IntConstraintManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.MixedConstraintManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, RealVariable[], Object, List<String>) - Method in class choco.cp.model.managers.RealConstraintManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, SetVariable[], Object, List<String>) - Method in class choco.cp.model.managers.SetConstraintManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, Variable[], Object, List<String>) - Method in class choco.cp.model.managers.UseResourcesManager
 
makeConstraintAndOpposite(Solver, IntegerVariable[], Object, List<String>) - Method in class choco.cp.solver.constraints.strong.StrongConsistencyManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, V[], Object, List<String>) - Method in class choco.kernel.model.constraints.ConstraintManager
Build a constraint and its opposite for the given solver and "model variables"
makeConstraintAndOpposite(Solver, IntegerVariable[], Object, List<String>) - Method in class samples.jobshop.SimpleDTConstraint.SimpleDTConstraintManager
Build a constraint and its opposite for the given solver and "model variables"
makeContract(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeCover() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeCoverRequirements() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeCumulative(PCumulative) - Static method in class parser.chocogen.GloConstraintFactory
 
makeDate(int, int, int) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeDefaultSolutionPool(AbstractGlobalSearchStrategy, int) - Static method in class choco.kernel.solver.search.SolutionPoolFactory
 
makeDFA(PRelation) - Static method in class parser.chocogen.RelationFactory
 
makeDFAs() - Method in class samples.tutorials.to_sort.Picross
Creates the Automaton used to describe the pattern constraints.
makeDisjunctive(PDisjunctive) - Static method in class parser.chocogen.GloConstraintFactory
 
makeDoubleVector() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeDoubleVector(int, double) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeDoubleVector(double[]) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeDoubleVector() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateDoubleVector objects are created by the environment.
makeDoubleVector(int, double) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateDoubleVector objects are created by the environment
makeDoubleVector(double[]) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateDoubleVector objects are created by the environment
makeDoubleVector() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeDoubleVector(int, double) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeDoubleVector(double[]) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeEarliestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the earliest completion times of a pair of tasks.
makeEarliestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the earliest starting times of a pair of tasks.
makeElement(PElement) - Static method in class parser.chocogen.GloConstraintFactory
 
makeEmbeddedURL(File, String) - Static method in class db.OdbHsqldbBridge
 
makeEmployee(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeEnumIntVar(String, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeEnumIntVar(String, int[]) - Static method in class choco.DeprecatedChoco
Creates a new search variable with an enumerated domain
makeEnumIntVar(String, ArrayList<Integer>) - Static method in class choco.DeprecatedChoco
Creates a new search variable with an enumerated domain
makeEnumIntVarArray(String, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeEnumIntVarArray(String, int, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeEnumSetVar(String, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeEnumSetVarArray(String, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeEquation(RealExp, RealIntervalConstant) - Method in class choco.cp.solver.CPSolver
Makes an equation from an expression and a constant interval.
makeEquation(RealExp, RealConstant) - Method in interface choco.kernel.model.RealModeler
Makes an equation from an expression and a constantt interval.
makeExtConstraint(PExtensionConstraint) - Static method in class parser.chocogen.ExtConstraintFactory
 
makeFifoSolutionPool(AbstractGlobalSearchStrategy, int) - Static method in class choco.kernel.solver.search.SolutionPoolFactory
contains the last/best solutions (capa > 0).
makeFloat() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeFloat(double) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeFloat() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new StoredFloat objects are created by the environment (no initial value is assigned to the backtrackable search)
makeFloat(double) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new StoredFloat objects are created by the environment
makeFloat() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeFloat(double) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeGlobalCardinality(PGlobalCardinality) - Static method in class parser.chocogen.GloConstraintFactory
 
makeGlobalConstraint(PGlobalConstraint) - Static method in class parser.chocogen.GloConstraintFactory
 
makeGraph() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
makeHadrienAuto() - Method in class samples.multicostregular.planner.InstanceMaker
 
makeInfiniteSolutionPool(AbstractGlobalSearchStrategy) - Static method in class choco.kernel.solver.search.SolutionPoolFactory
record all solution (not resizable).
makeInt() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeInt(int) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeInt() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateInt objects are created by the environment (no initial value is assigned to the backtrackable search)
makeInt(int) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateInt objects are created by the environment
makeInt() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeInt(int) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeIntConstraint(CPSolver, IntDomainVar, int, IntDomainVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
makeIntConstraint(CPSolver, IntDomainVar, int, IntDomainVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.PrecedenceDisjointManager
 
makeIntConstraint(CPSolver, IntDomainVar, int, IntDomainVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.PrecedenceImpliedManager
 
makeIntConstraint(CPSolver, IntDomainVar, int, IntDomainVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.PrecedenceReifiedManager
 
makeIntConstraintB0(CPSolver, IntDomainVar, int, IntDomainVar, int) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
makeIntConstraintB0(CPSolver, IntDomainVar, int, IntDomainVar, int) - Method in class choco.cp.model.managers.constraints.global.PrecedenceDisjointManager
 
makeIntConstraintB0(CPSolver, IntDomainVar, int, IntDomainVar, int) - Method in class choco.cp.model.managers.constraints.global.PrecedenceImpliedManager
 
makeIntConstraintB0(CPSolver, IntDomainVar, int, IntDomainVar, int) - Method in class choco.cp.model.managers.constraints.global.PrecedenceReifiedManager
 
makeIntConstraintB1(CPSolver, IntDomainVar, int, IntDomainVar, int) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
makeIntensionConstraint(PIntensionConstraint) - Static method in class parser.chocogen.ModelConstraintFactory
 
makeIntInterval(int, int) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeIntInterval(int, int) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern : new IntInterval objects are created by the environment
makeIntLinComb(IntTerm, int, int, CPSolver) - Static method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombFactory
does not consider IntTerm.getConstant() anymore.
makeIntProcedure(IStateIntProcedure, int) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeIntProcedure(IStateIntProcedure, int) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern : new IStateInt with procedure objects are created by the environment
makeIntProcedure(IStateIntProcedure, int) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeIntVar(String, int, int, String...) - Static method in class choco.Choco
Make an integer variable
makeIntVar(String, String...) - Static method in class choco.Choco
Make an integer variable with undefined bounds Create an integer variable with the bounded domain [MIN_LOWER_BOUND,MAX_LOWER_BOUND] BEWARE: bigger domain have unexpected behaviour
makeIntVar(String, TIntArrayList, String...) - Static method in class choco.Choco
Make an integer variable
makeIntVar(String, List<Integer>, String...) - Static method in class choco.Choco
Make an integer variable
makeIntVar(String, int[], String...) - Static method in class choco.Choco
Make an integer variable
makeIntVar(String, int, int, String...) - Method in class choco.cp.model.CPModel2
 
makeIntVar(String, VariableType, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeIntVar(String, int, int, String...) - Method in interface choco.kernel.model.Model2
 
makeIntVarArray(String, int, int, int, String...) - Static method in class choco.Choco
Make a array of integer variable with same lower and upper bound
makeIntVarArray(String, int, String...) - Static method in class choco.Choco
Make a array of integer variable with undefined bounds Create an integer variable array with the following bounded domain [MIN_LOWER_BOUND,MAX_LOWER_BOUND] BEWARE: bigger domain have unexpected behaviour
makeIntVarArray(String, int, int[], String...) - Static method in class choco.Choco
Make an array of integer variable wih the same values
makeIntVarArray(String, int, TIntArrayList, String...) - Static method in class choco.Choco
Make an array of integer variable wih the same values
makeIntVarArray(String, int, List<Integer>, String...) - Static method in class choco.Choco
Make an array of integer variable wih the same values
makeIntVarArray(String, int, int, int, int, String...) - Static method in class choco.Choco
Make a matrix of integer variable with same lower and upper bound
makeIntVarArray(String, int, int, String...) - Static method in class choco.Choco
Make a matrix of integer variable with undefined bounds Create an integer variable matrix with the following bounded domain [MIN_LOWER_BOUND,MAX_LOWER_BOUND] BEWARE: bigger domain have unexpected behaviour
makeIntVarArray(String, int, int, int[], String...) - Static method in class choco.Choco
Make a matrix of integer variable with the same values
makeIntVarArray(String, int, int, TIntArrayList, String...) - Static method in class choco.Choco
Make a matrix of integer variable with the same values
makeIntVarArray(String, int, int, List<Integer>, String...) - Static method in class choco.Choco
Make a matrix of integer variable with the same values
makeIntVarArray(String, VariableType, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeIntVarArray(String, VariableType, int, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeIntVarArray(TaskVar[], IntDomainVar[], IntDomainVar[]) - Static method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
makeIntVector() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeIntVector(int, int) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeIntVector(int[]) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeIntVector() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateIntVector objects are created by the environment.
makeIntVector(int, int) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateIntVector objects are created by the environment
makeIntVector(int[]) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateIntVector objects are created by the environment
makeIntVector() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeIntVector(int, int) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeIntVector(int[]) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeLargeRelation(int[], int[], List<int[]>, boolean) - Static method in class choco.Choco
Create a nary relationship that can be used to state a GAC constraint using after the api relationTupleAC(relation).
makeLargeRelation(int[], int[], List<int[]>, boolean, int) - Static method in class choco.Choco
Create a nary relationship that can be used to state a GAC constraint using after the api relationTupleAC(relation).
makeLargeRelation(int[], int[], List<int[]>, boolean) - Method in class choco.cp.solver.CPSolver
Create a nary relationship that can be used to state a GAC constraint using after the api relationTupleAC(relation).
makeLargeRelation(int[], int[], List<int[]>, boolean, int) - Method in class choco.cp.solver.CPSolver
Create a nary relationship that can be used to state a GAC constraint using after the api relationTupleAC(relation).
makeLargeRelation(int[], int[], List<int[]>, boolean) - Method in interface choco.kernel.solver.Solver
 
makeLargeRelation(int[], int[], List<int[]>, boolean, int) - Method in interface choco.kernel.solver.Solver
 
makeLargeRelation(PRelation) - Method in class parser.chocogen.RelationFactory
 
makeLargeRelation(int[], int[], List<int[]>, boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
makeLargeRelation(int[], int[], List<int[]>, boolean, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
makeLatestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the latest completion times of a pair of tasks.
makeLatestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the latest starting times of a pair of tasks.
makeLengthAccept(int[], int) - Method in class samples.lattice.Test
 
makeLexLess(PLexLess) - Static method in class parser.chocogen.GloConstraintFactory
 
makeLexLessEq(PLexLessEq) - Static method in class parser.chocogen.GloConstraintFactory
 
makeLimit(AbstractGlobalSearchStrategy, Limit, int) - Static method in class choco.cp.solver.configure.LimitFactory
 
makeLinkedListIntVar(String, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeLinkedListIntVar(String, int[]) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeLocalhostURL(String) - Static method in class db.OdbHsqldbBridge
 
makeLoggingMessage(IntBranchingDecision, String, int) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
makeLoggingMsgPrefix(int) - Static method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
makeLong() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeLong(int) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeLong() - Method in interface choco.kernel.memory.IEnvironment
 
makeLong(int) - Method in interface choco.kernel.memory.IEnvironment
 
makeLong() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeLong(int) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeLongVector(int, long) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeLongVector(long[]) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeLongVector() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeLongVector() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateIntVector objects are created by the environment.
makeLongVector(int, long) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateIntVector objects are created by the environment
makeLongVector(long[]) - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateIntVector objects are created by the environment
makeLongVector() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeLongVector(int, long) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeLongVector(long[]) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeMapespanConstraint() - Method in class choco.cp.solver.CPSolver
// create makespan constraint : makespan = max (end(T)
makeMasterWeights() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeMaxBounds(int, int, IPenaltyFunction) - Static method in class choco.kernel.model.constraints.automaton.FA.utils.Bounds
 
makeMinBounds(int, int, IPenaltyFunction) - Static method in class choco.kernel.model.constraints.automaton.FA.utils.Bounds
 
makeMinDurationCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to task's durations.
makeModel() - Method in class samples.tutorials.to_sort.SimpleSchedule
build the model
makeModelConstraint(PConstraint) - Static method in class choco.cp.solver.constraints.strong.xmlmodel.ChocoFactoryRPC
 
makeModelConstraint(PConstraint, String) - Method in class parser.chocogen.ChocoFactory
 
makeMultiResources(IAutomaton, int[][][], int[], int[]) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeMultiResources(IAutomaton, int[][][][], int[], int[]) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeMultiResources(IAutomaton, int[][][][], IntegerVariable[]) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeMultiResources(IAutomaton, int[][][][], IntDomainVar[]) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeMultiResources(IAutomaton, int[][][], IntegerVariable[]) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeMultiResources(IAutomaton, int[][][], IntDomainVar[]) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeNetworkURL(String, String) - Static method in class db.OdbHsqldbBridge
The host name or adress should begin with /.
makeNetworkURL(String, int, String) - Static method in class db.OdbHsqldbBridge
The host name or adress should begin with /.
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.BooleanManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.EqManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.AndManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.IfOnlyIfManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.IfThenElseManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.ImpliesManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.NandManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.NorManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.NotManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.OrManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.XnorManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.expressions.XorManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.global.TreeManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.integer.AbsoluteManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.integer.ModuloManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.constraints.integer.SignOpManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.IntConstraintManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.MixedConstraintManager
Build a expression node
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.AbsManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.CosManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.DistanceEQManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.DistanceGTManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.DistanceLTManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.DistanceNEQManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.DivManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.DoubleManager
 
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.MaxManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.MinManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.MinusManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.MultManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.NegManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.PlusManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.PowerManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.ScalarManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.SinManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.SqrtManager
Make a solver expression variable from a model expression variable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.operators.SumManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.SetConstraintManager
Build a expression node
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.UseResourcesManager
 
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.variables.IntegerExpressionManager
Build arithm node from a IntegerExpressionVariable
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.variables.IntegerVariableManager
Build a expression node
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.variables.RealVariableManager
Build a expression node
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.variables.SetVariableManager
Build a expression node
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.model.managers.variables.TaskVariableManager
Build a expression node
makeNode(Solver, Constraint[], Variable[]) - Method in class choco.cp.solver.constraints.strong.StrongConsistencyManager
 
makeNode(Solver, Constraint[], Variable[]) - Method in interface choco.kernel.model.constraints.ExpressionManager
Build a expression node
makeNode(Solver, Constraint[], Variable[]) - Method in class samples.jobshop.SimpleDTConstraint.SimpleDTConstraintManager
 
makeNoMoreTwoConsRest() - Method in class samples.lattice.Test
 
makeNoSolutionPool() - Static method in class choco.kernel.solver.search.SolutionPoolFactory
pool with a nil capacity (not resizable).
makeObject(Object) - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeObject(Object) - Method in interface choco.kernel.memory.IEnvironment
 
makeObject(Object) - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeOneSolutionPool(AbstractGlobalSearchStrategy) - Static method in class choco.kernel.solver.search.SolutionPoolFactory
pool of unit capacity, contains the last solution (not resizable);
makePartiallyStoredIntVector() - Method in class choco.kernel.memory.AbstractEnvironment
 
makePartiallyStoredIntVector() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern : create a new partially stored int vector via the environment.
makePartiallyStoredVector() - Method in class choco.kernel.memory.AbstractEnvironment
 
makePartiallyStoredVector() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern : create a new partially stored vector via the environment.
makePathFinder() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
makePattern(int, boolean) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makePrimalModel() - Method in class samples.rackconfig.RackConfig2
 
makeRealExpression(Solver, Variable...) - Method in class choco.cp.model.managers.operators.CosManager
Build a real expression
makeRealExpression(Solver, Variable...) - Method in class choco.cp.model.managers.operators.MinusManager
Build a real expression
makeRealExpression(Solver, Variable...) - Method in class choco.cp.model.managers.operators.MultManager
Build a real expression
makeRealExpression(Solver, Variable...) - Method in class choco.cp.model.managers.operators.PlusManager
Build a real expression
makeRealExpression(Solver, Variable...) - Method in class choco.cp.model.managers.operators.PowerManager
Build a real expression
makeRealExpression(Solver, Variable...) - Method in class choco.cp.model.managers.operators.SinManager
Build a real expression
makeRealExpression(Solver, Variable...) - Method in class choco.cp.model.managers.RealConstraintManager
Build a expression node
makeRealVar(String, double, double, String...) - Static method in class choco.Choco
Make a real variable
makeRealVar(String, double, double) - Method in interface choco.kernel.model.RealModeler
Builds an interval variable.
makeRealVar(double, double) - Method in interface choco.kernel.model.RealModeler
Builds an anonnymous interval variable
makeRealVar(String) - Method in interface choco.kernel.model.RealModeler
Builds an interval variable without any information about bounds
makeREarliestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the earliest completion times of a pair of tasks.
makeREarliestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the earliest starting times of a pair of tasks.
makeRelation(IntVar[], List<int[]>, boolean) - Method in class choco.cp.solver.CPSolver
Deprecated. use makeLargeRelation instead
makeReports() - Method in class parser.instances.AbstractInstanceModel
 
makeReports() - Method in class parser.instances.AbstractMinimizeModel
 
makeRestartLimit(AbstractGlobalSearchStrategy) - Static method in class choco.cp.solver.configure.LimitFactory
 
makeRestShift() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeReverseEarliestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
 
makeReverseEarliestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the earliest starting times of a pair of tasks.
makeReverseLatestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
 
makeReverseLatestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the latest starting times of a pair of tasks.
makeReverseREarliestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
 
makeReverseREarliestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the earliest starting times of a pair of tasks.
makeReverseRLatestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
 
makeReverseRLatestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the latest starting times of a pair of tasks.
makeRLatestCompletionTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the latest completion times of a pair of tasks.
makeRLatestStartingTimeCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
Compare according to the latest starting times of a pair of tasks.
makeRMinDurationCmp() - Static method in class choco.kernel.common.util.comparator.TaskComparators
 
makeSConstraint(Constraint, Boolean) - Method in class choco.cp.solver.CPModelToCPSolver
 
makeSConstraint(Constraint) - Method in class choco.cp.solver.CPModelToCPSolver
 
makeSConstraint(Constraint) - Method in class choco.cp.solver.CPSolver
 
makeSConstraint(Constraint, boolean) - Method in class choco.cp.solver.CPSolver
 
makeSConstraintAndOpposite(Constraint, Boolean) - Method in class choco.cp.solver.CPModelToCPSolver
 
makeSConstraintAndOpposite(Constraint) - Method in class choco.cp.solver.CPModelToCPSolver
 
makeSConstraintAndOpposite(Constraint) - Method in class choco.cp.solver.CPSolver
 
makeSConstraintAndOpposite(Constraint, boolean) - Method in class choco.cp.solver.CPSolver
 
makeSearchLimit(AbstractGlobalSearchStrategy) - Static method in class choco.cp.solver.configure.LimitFactory
 
makeSelection() - Method in class samples.random.CoarseProportionRandomListGenerator
 
makeSelection() - Method in class samples.random.ProportionRandomListGenerator
Makes the selection of the given number of tuples.
makeSetVar(String, int, int, String...) - Static method in class choco.Choco
Make a set variable
makeSetVar(String, int[], String...) - Static method in class choco.Choco
Make a set variable
makeSetVarArray(String, int, int, int, String...) - Static method in class choco.Choco
Make an array of set variables
makeSetVarArray(String, int, int, int) - Static method in class choco.DeprecatedChoco
Deprecated. 
makeShift(String, String, String, String, int, int, int) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShift(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftGroup(String, ASAPShift...) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftGroup(String, String...) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftGroup(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftOn() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftOn(int, ASAPShift, ASAPEmployee, ASAPDate) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftOn(int) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftOnRequest() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeShiftSet() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeSingleResource(IAutomaton, int[][][], int, int) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeSingleResource(IAutomaton, int[][], int, int) - Static method in class choco.kernel.model.constraints.automaton.FA.CostAutomaton
 
makeSkill(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeSoftPatternRule(ASAPPattern) - Method in class samples.multicostregular.asap.ASAPCPModel
 
makeSolutionChart() - Method in class parser.instances.AbstractMinimizeModel
 
makeSolutionChart() - Method in class samples.tutorials.to_sort.packing.parser.BinPackingModel
 
makespan - Variable in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
makespan - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
makeStartWithWork() - Method in class samples.lattice.Test
 
makeState(LayeredDFA, int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
makeState(State) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
makeStatusChecker(AbstractInstanceModel) - Static method in class parser.instances.checker.SCheckFactory
 
makeStatusChecker(String) - Static method in class parser.instances.checker.SCheckFactory
 
makeStoredBipartiteList(Collection<E>) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeStoredBipartiteList(E[]) - Method in class choco.kernel.memory.AbstractEnvironment
 
makeStoredBipartiteList(Collection<E>) - Method in interface choco.kernel.memory.IEnvironment
 
makeStoredBipartiteList(E[]) - Method in interface choco.kernel.memory.IEnvironment
 
makeSubPattern() - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
makeTableConstraints() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
makeTableVar(IntDomainVar[], IntDomainVar) - Static method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
makeTableVar(IntDomainVar, AbstractIntSConstraint) - Static method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
makeTableVar(IntDomainVar, C, C) - Static method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
makeTaskConstraint(CPSolver, TaskVar, int, TaskVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
makeTaskConstraint(CPSolver, TaskVar, int, TaskVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.PrecedenceDisjointManager
 
makeTaskConstraint(CPSolver, TaskVar, int, TaskVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.PrecedenceImpliedManager
 
makeTaskConstraint(CPSolver, TaskVar, int, TaskVar, int, IntDomainVar) - Method in class choco.cp.model.managers.constraints.global.PrecedenceReifiedManager
 
makeTaskConstraintB0(CPSolver, TaskVar, int, TaskVar, int) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
makeTaskConstraintB0(CPSolver, TaskVar, int, TaskVar, int) - Method in class choco.cp.model.managers.constraints.global.PrecedenceDisjointManager
 
makeTaskConstraintB0(CPSolver, TaskVar, int, TaskVar, int) - Method in class choco.cp.model.managers.constraints.global.PrecedenceImpliedManager
 
makeTaskConstraintB0(CPSolver, TaskVar, int, TaskVar, int) - Method in class choco.cp.model.managers.constraints.global.PrecedenceReifiedManager
 
makeTaskConstraintB1(CPSolver, TaskVar, int, TaskVar, int) - Method in class choco.cp.model.managers.constraints.global.AbstractPrecedenceManager
 
makeTaskConstraintB1(CPSolver, TaskVar, int, TaskVar, int) - Method in class choco.cp.model.managers.constraints.global.PrecedenceDisjointManager
 
makeTaskVar(String, IntegerVariable, IntegerVariable, IntegerVariable, String...) - Static method in class choco.Choco
create a task variable.
makeTaskVar(String, IntegerVariable, IntegerVariable, String...) - Static method in class choco.Choco
create a task variable.
makeTaskVar(String, int, int, IntegerVariable, String...) - Static method in class choco.Choco
Make a task variable.
makeTaskVar(String, int, int, int, String...) - Static method in class choco.Choco
 
makeTaskVar(String, int, IntegerVariable, String...) - Static method in class choco.Choco
 
makeTaskVar(String, int, int, String...) - Static method in class choco.Choco
 
makeTaskVarArray(String, IntegerVariable[], IntegerVariable[], IntegerVariable[], String...) - Static method in class choco.Choco
Create an array of task variables.
makeTaskVarArray(String, int[], int[], IntegerVariable[], String...) - Static method in class choco.Choco
Create an array of task variables.
makeTaskVarArray(String, int, int, IntegerVariable[], String...) - Static method in class choco.Choco
Create an array of task variables.
makeTaskVarArray(String, int, int, int[], String...) - Static method in class choco.Choco
 
makeTaskVarArray(String, int, int, IntegerVariable[][], String...) - Static method in class choco.Choco
 
makeTaskVarArray(String, int, int, int[][], String...) - Static method in class choco.Choco
 
makeTupleAC(IntDomainVar[], List<int[]>, boolean) - Method in class choco.cp.solver.CPSolver
Create a constraint to enforce GAC on a list of feasible or infeasible tuples
makeTupleFC(IntDomainVar[], List<int[]>, boolean) - Static method in class choco.cp.solver.CPSolver
 
makeTwoActivitiesAutomaton() - Method in class samples.multicostregular.planner.InstanceMaker
create a new two activities automaton corresponding with two work activities a and b are activities (l,p,o) are lunch, break and rest the integer representation is 0 -> a 1 -> b 2 -> l 3 -> p 4 -> o
makeUserLogger(String) - Static method in class choco.kernel.common.logging.ChocoLogging
create a new user logger with valid name
makeVar() - Method in class samples.tutorials.to_sort.Picross
Creates the choco variable : each variable represents a square, it is wether 0 (white) or 1 (black)
makeVariable(Solver, IntegerVariable) - Method in class choco.cp.model.managers.variables.IntegerVariableManager
Build a integer variable for the given solver
makeVariable(Solver, RealVariable) - Method in class choco.cp.model.managers.variables.RealVariableManager
Build a real variable for the given solver
makeVariable(Solver, SetVariable) - Method in class choco.cp.model.managers.variables.SetVariableManager
Build a set variable for the given solver
makeVariable(Solver, TaskVariable) - Method in class choco.cp.model.managers.variables.TaskVariableManager
Build a set variable for the given solver
makeVariable(Solver, V) - Method in interface choco.kernel.model.variables.VariableManager
Build a variable for the given solver
makeVariable(PVariable) - Method in class parser.chocogen.VariableFactory
Create a variable for pvar except if it is a fake variable (equal to another)
makeVarTable(IntDomainVar[], IntDomainVar[]) - Static method in class choco.cp.solver.constraints.global.BoundGccVar
 
makeVector() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
makeVector() - Method in interface choco.kernel.memory.IEnvironment
Factory pattern: new IStateVector objects are created by the environment.
makeVector() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
makeWeightedSum(PWeightedSum) - Static method in class parser.chocogen.GloConstraintFactory
 
manager - Variable in class choco.kernel.model.constraints.AbstractConstraint
 
manager - Variable in class choco.kernel.solver.branch.AbstractBranchingStrategy
the main control object (responsible for the whole exploration, while Eqthe branching object is responsible only at the choice point level
manager - Variable in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. the main control object (responsible for the whole exploration, while the branching object is responsible only at the choice point level
ManagerFactory - Class in choco.kernel.model.constraints
Handle all object's managers referenced by property name.
ManagerFactory() - Constructor for class choco.kernel.model.constraints.ManagerFactory
 
mandatorySuccessors - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
the set of mandatory successors of the current node
ManInTheMiddleVarHeur - Class in samples.multicostregular.carsequencing.heuristics
Created by IntelliJ IDEA.
ManInTheMiddleVarHeur(Solver, IntDomainVar[]) - Constructor for class samples.multicostregular.carsequencing.heuristics.ManInTheMiddleVarHeur
 
map - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Map to retrieve rapidly the index of a given variable.
map - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
Map to retrieve rapidly the index of a given variable.
map - Variable in class parser.flatzinc.parser.FZNParser
Map to find an object with its name.
map - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
mapconstraints - Variable in class choco.cp.solver.CPSolver
 
mapinit - Variable in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
mapvariables - Variable in class choco.cp.solver.CPSolver
 
mapvars - Variable in class choco.visu.Tracer
 
mark - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
masterWeights - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
match(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
match(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
match(int) - Static method in class parser.instances.xcsp.XcspSettings
 
matchingSize - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
matchingSize - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
MathUtils - Class in choco.kernel.common.util.tools
various mathematics utilities.
matrix - Variable in class samples.tutorials.to_sort.tsp.CycleMain
 
matrix - Variable in class samples.tutorials.to_sort.tsp.MyValSelector
 
max(SetVariable, IntegerVariable[], IntegerVariable, String...) - Static method in class choco.Choco
Ensures the variable min to represent the maximum value in ivars that occurs in the sublist associated with set.
max(IntegerVariable[], IntegerVariable) - Static method in class choco.Choco
Ensures the variable "max" to represent the maximum value that occurs in the list vars
max(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures the variable "max" to represent the maximum value of x and y.
max(int, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures the variable "max" to represent the maximum value of x and y.
max(IntegerVariable, int, IntegerVariable) - Static method in class choco.Choco
Ensures the variable "max" to represent the maximum value of x and y.
max(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
max(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
max(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
max(IntegerExpressionVariable[]) - Static method in class choco.Choco
 
max(int[]) - Static method in class choco.kernel.common.util.tools.MathUtils
 
max(int[][]) - Static method in class choco.kernel.common.util.tools.MathUtils
 
max(TIntHashSet) - Static method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
max - Variable in class choco.kernel.model.constraints.automaton.FA.utils.Bounds
 
MAX - Static variable in class parser.absconparseur.PredicateTokens
 
max - Variable in class trace.Visualizer
 
MAX_CONSTRAINT_ARITY - Static variable in class parser.absconparseur.InstanceTokens
 
MAX_INDEX - Static variable in class choco.cp.solver.constraints.integer.MaxOfAList
Index of the maximum variable.
max_nbr_jumps - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
MAX_UPPER_BOUND - Static variable in class choco.Choco
 
MAXBOUNDITER - Static variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Maximum number of iteration during a bound computation
maxCapacity - Variable in class choco.kernel.model.constraints.pack.PackModel
 
maxCapaMax(int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
MAXCHOCO - Static variable in class parser.absconparseur.PredicateTokens
 
MaxChocoEvaluator - Class in parser.absconparseur.intension.logical
 
MaxChocoEvaluator() - Constructor for class parser.absconparseur.intension.logical.MaxChocoEvaluator
 
MaxCliques - Class in choco.cp.common.util.preprocessor.graph
Algorithme de Bron and Kerbosch 197 to find maxumum cliques
MaxCliques(ArrayGraph) - Constructor for class choco.cp.common.util.preprocessor.graph.MaxCliques
 
maxDist - Variable in class samples.tutorials.to_sort.tsp.Generator
 
MaxDomain - Class in choco.cp.solver.search.integer.varselector
 
MaxDomain(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.MaxDomain
 
MaxDomain(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.MaxDomain
 
MaxDomSet - Class in choco.cp.solver.search.set
 
MaxDomSet(Solver, SetVar[]) - Constructor for class choco.cp.solver.search.set.MaxDomSet
 
MaxDomSet(Solver) - Constructor for class choco.cp.solver.search.set.MaxDomSet
 
MaxEvaluator - Class in parser.absconparseur.intension.arithmetic
 
MaxEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.MaxEvaluator
 
maxFlow - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
 
maxFlow - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
maxGHat(double, IntDomainVar) - Method in class choco.kernel.model.constraints.automaton.penalty.AbstractPenaltyFunction
 
maxGHat(double, IntDomainVar) - Method in interface choco.kernel.model.constraints.automaton.penalty.IPenaltyFunction
 
maxGHat(double, IntDomainVar) - Method in class choco.kernel.model.constraints.automaton.penalty.NullPenaltyFunction
 
maxHookOnMultipleVariables(CPModel) - Static method in class choco.cp.common.util.preprocessor.DetectorFactory
Get the max hook from a list of multiple variables
maxId - Static variable in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
 
MAXIMAL_COST - Static variable in class parser.absconparseur.InstanceTokens
 
maximize(Var, boolean) - Method in class choco.cp.solver.CPSolver
resolution: Searches for the solution maximizing the objective criterion.
maximize(boolean) - Method in class choco.cp.solver.CPSolver
 
maximize(boolean) - Method in interface choco.kernel.solver.Solver
 
maximize(Var, boolean) - Method in interface choco.kernel.solver.Solver
 
maximize(Var, boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
maximize(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
maximizeSizeOfFBox(boolean, int, int, Region) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
maximizeSizeOfFBox(boolean, int, int, Region) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
maximizeSizeOfFBox(boolean, int, int, Region) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
maximizeSizeOfFBox(boolean, int, int, Region) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.ForbiddenRegion
 
maxInf() - Method in class choco.cp.solver.constraints.integer.MaxOfAList
 
maxInf() - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
maxInt - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths
 
MAXINT - Static variable in interface choco.kernel.memory.IStateInt
Maximum value an integer can be equal to.
MaxIntObjManager - Class in choco.cp.solver.search.integer.objective
 
MaxIntObjManager(IntDomainVar) - Constructor for class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
MaxManager - Class in choco.cp.model.managers.operators
User: charles Date: 20 août 2008
MaxManager() - Constructor for class choco.cp.model.managers.operators.MaxManager
 
maxNegCoeff - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
index of the maximum coefficient of negative sign
MaxNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
MaxNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.MaxNode
 
MAXNONIMPROVEITER - Static variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Maximum number of non improving iteration while computing a bound
maxObjective - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
upper bound of the objective cost
maxObjValue - Variable in class parser.instances.checker.OptimSChecker
 
MaxOfAList - Class in choco.cp.solver.constraints.integer
Implements a constraint X = max(Y_0, Y_1...Y_n).
MaxOfAList(IEnvironment, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.integer.MaxOfAList
 
MaxOfASet - Class in choco.cp.solver.constraints.set
Implements a constraint X = max(Y_i | i \in S).
MaxOfASet(IEnvironment, IntDomainVar[], SetVar, AbstractBoundOfASet.EmptySetPolicy) - Constructor for class choco.cp.solver.constraints.set.MaxOfASet
 
maxPerBlock - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
maxPosCoeff - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
index of the maximum coefficient of positive sign
maxPreserved(Solver, ITemporalSRelation[], long) - Static method in class choco.cp.solver.search.BranchingFactory
 
maxPreserved(Solver, ITemporalSRelation[], OrderingValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
maxPreserved(Solver, ITemporalSRelation[], OrderingValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
maxPreserved(Solver, ITemporalSRelation[]) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
maxPreserved(Solver, ITemporalSRelation[], long) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
MaxPreservedOrdering - Class in choco.cp.solver.search.task.ordering
 
MaxPreservedOrdering(long) - Constructor for class choco.cp.solver.search.task.ordering.MaxPreservedOrdering
 
MaxPreservedRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved
 
MaxPreservedRatio(ITemporalSRelation) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.MaxPreservedRatio
 
maxprop - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
upper bound of the number of proper trees
MaxRatioSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector
 
MaxRatioSelector(Solver, IntRatio[]) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.MaxRatioSelector
 
MaxRealObjManager - Class in choco.cp.solver.search.real.objective
 
MaxRealObjManager(RealVar) - Constructor for class choco.cp.solver.search.real.objective.MaxRealObjManager
 
MaxRegret - Class in choco.cp.solver.search.integer.varselector
 
MaxRegret(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.MaxRegret
 
MaxRegret(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.MaxRegret
 
MaxRegretSet - Class in choco.cp.solver.search.set
 
MaxRegretSet(Solver, SetVar[]) - Constructor for class choco.cp.solver.search.set.MaxRegretSet
 
MaxRegretSet(Solver) - Constructor for class choco.cp.solver.search.set.MaxRegretSet
 
MaxRPCConstraintFull - Class in choco.cp.solver.constraints.strong.maxrpcrm
 
MaxRPCConstraintFull(ISpecializedConstraint, Map<IntDomainVar, SCVariable>) - Constructor for class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintFull
Implémentation de la contrainte utilisant des résidus pour les supports PC construction de la liste des résidus PC à partir d'un tableau prégénéré
MaxRPCConstraintLight - Class in choco.cp.solver.constraints.strong.maxrpcrm
 
MaxRPCConstraintLight(ISpecializedConstraint, Map<IntDomainVar, SCVariable>) - Constructor for class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintLight
Implémentation de la contrainte utilisant des résidus pour les supports PC construction de la liste des résidus PC à partir d'un tableau prégénéré
MaxRPCrm - Class in choco.cp.solver.constraints.strong.maxrpcrm
 
MaxRPCrm(IntDomainVar[], ISpecializedConstraint[], Set<String>) - Constructor for class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
MaxRPCVariable - Class in choco.cp.solver.constraints.strong.maxrpcrm
 
MaxRPCVariable(IntDomainVar, Integer) - Constructor for class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCVariable
 
maxSize - Variable in class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
 
maxStart - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
table of the maximum starting time from each node
maxSup() - Method in class choco.cp.solver.constraints.integer.MaxOfAList
 
maxSup() - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
maxSupSuffix(int) - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
maxtree - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
upper bound of the number of trees
MaxVal - Class in choco.cp.solver.search.integer.valselector
 
MaxVal() - Constructor for class choco.cp.solver.search.integer.valselector.MaxVal
 
maxValue - Variable in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
maxValue - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
maxValue - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
maxValue - Static variable in class samples.tutorials.to_sort.tsp.CycleMain
 
MaxValueDomain - Class in choco.cp.solver.search.integer.varselector
 
MaxValueDomain(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.MaxValueDomain
 
MaxValueDomain(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.MaxValueDomain
 
MaxValueDomSet - Class in choco.cp.solver.search.set
 
MaxValueDomSet(Solver, SetVar[]) - Constructor for class choco.cp.solver.search.set.MaxValueDomSet
 
MaxValueDomSet(Solver) - Constructor for class choco.cp.solver.search.set.MaxValueDomSet
 
MaxXYZ - Class in choco.cp.solver.constraints.integer
 
MaxXYZ(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.MaxXYZ
 
maybe - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
graph of the potential arcs
maybe - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
data structure of the potential graph associated with global
maybeGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
backtrackable bitset matrix representing the potential graph
maybeParams - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
list of graph properties to maintain for the potential graph to partition
mayDiminishFlowBetween(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
whether the flow from j (a right vertex) to i (a left vertex) may be increased
mayDiminishFlowBetween(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
mayDiminishFlowFromSource(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
check unassignement
mayDiminishFlowFromSource(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
whether the flow from the source to j (a right vertex) may be decreased
mayDiminishFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
check unassignement
mayDiminishFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
mayDiminishFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Checks if the flow can be decreased between source and a vertex.
mayGrowFlowBetween(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
whether the flow from j (a right vertex) to i (a left vertex) may be increased (the additional flow is able to arrive to j, we don't care yet whether it will be able to leave i)
mayGrowFlowBetween(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
mayGrowFlowFromSource(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
check assignement
mayGrowFlowFromSource(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
whether the flow from the source to j (a right vertex) may be increased
mayGrowFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
check assignement
mayGrowFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
mayGrowFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Checks if the flow can be increased between source and a vertex.
mayGrowFlowToSink(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
whether the flow from i (a left vertex) to the sink may be increased
mayGrowFlowToSink(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
mayInverseMatch(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
reverse, access from the right vertex set: iterating over the variables (left vertex set) and reading their domains
mayInverseMatch(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
reverse, access from the right vertex set: iterating over the variables (left vertex set) and reading their domains
mayMatch(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
Accessing the edges of the bipartite graph access from the left vertex set
mayMatch(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
Accessing the edges of the bipartite graph access from the left vertex set: reading domains of modeling variables
MCR - Static variable in class samples.comparaison.RegCRMCRComp
 
MCR_DECIMAL_PREC - Static variable in class choco.kernel.common.Constant
Defines the smallest used double for multicostregular
MCR_PRECISION - Static variable in class choco.kernel.common.Constant
Defines the rounding precision for multicostregular algorithm
MCRValSelector - Class in choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector
Created by IntelliJ IDEA.
MCRValSelector(MultiCostRegular[], boolean) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector.MCRValSelector
 
mean(int...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
mean(long...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
mean(double...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
measures - Variable in class choco.kernel.solver.Solution
 
MeasuresBean - Class in choco.kernel.solver.search.measure
 
MeasuresBean() - Constructor for class choco.kernel.solver.search.measure.MeasuresBean
 
MeetingScheduling - Class in samples.tutorials.to_sort.scheduling
Created by IntelliJ IDEA.
MeetingScheduling(int, int, int[][]) - Constructor for class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
meld(int, int, int, int) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
member(IntegerVariable, int[]) - Static method in class choco.Choco
VAR takes it value in VALUES
member(IntegerVariable, int, int) - Static method in class choco.Choco
VAR takes it value between LOWER and UPPER
member(int, SetVariable) - Static method in class choco.Choco
Ensures that a value is contained in a set variable.
member(SetVariable, int) - Static method in class choco.Choco
Ensures that a value is contained in a set variable.
member(SetVariable, IntegerVariable) - Static method in class choco.Choco
Ensures that the value of an integer variable is contained in a set variable.
member(IntegerVariable, SetVariable) - Static method in class choco.Choco
Ensures that the value of an integer variable is contained in a set variable.
member(SetVariable, IntegerVariable...) - Static method in class choco.Choco
Ensures that the values of integer variables are contained in a set variable.
MemberBound - Class in choco.cp.solver.constraints.integer
User : cprudhom Mail : cprudhom(a)emn.fr Date : 22 f�vr. 2010 Since : Choco 2.1.1
MemberBound(IntDomainVar, int, int) - Constructor for class choco.cp.solver.constraints.integer.MemberBound
 
MemberEnum - Class in choco.cp.solver.constraints.integer
User : cprudhom Mail : cprudhom(a)emn.fr Date : 22 f�vr. 2010 Since : Choco 2.1.1
MemberEnum(IntDomainVar, int[]) - Constructor for class choco.cp.solver.constraints.integer.MemberEnum
 
MemberManager - Class in choco.cp.model.managers.constraints.integer
 
MemberManager() - Constructor for class choco.cp.model.managers.constraints.integer.MemberManager
 
MemberManager - Class in choco.cp.model.managers.constraints.set
Created by IntelliJ IDEA.
MemberManager() - Constructor for class choco.cp.model.managers.constraints.set.MemberManager
 
MemberX - Class in choco.cp.solver.constraints.set
Enforce a value to belong to a setVar
MemberX(SetVar, int) - Constructor for class choco.cp.solver.constraints.set.MemberX
 
MemberXiY - Class in choco.cp.solver.constraints.set
MEMBERXiY(〈X1,...
MemberXiY(SetVar, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.set.MemberXiY
 
MemberXiY.MemberXiYManager - Class in choco.cp.solver.constraints.set
 
MemberXiY.MemberXiYManager() - Constructor for class choco.cp.solver.constraints.set.MemberXiY.MemberXiYManager
 
MemberXY - Class in choco.cp.solver.constraints.set
Ensure that an int variable belongs to a set variable
MemberXY(SetVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.set.MemberXY
 
memComputeAllMDFF(TIntArrayList, int, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute a lower bound based on F_0^k and F_{CCM,1}^k (not thread safe)
memComputeF0(TIntArrayList, int, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute a lower bound based on F_0^k (not thread safe)
memComputeFCCM1(TIntArrayList, int, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute a lower bound based on F_{CCM,1}^k (not thread safe)
memComputeL0(TIntArrayList, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Compute the lower bound L0 (not thread safe)
memo_objects - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
memoisation - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
MemoryException - Exception in choco.kernel.memory
 
MemoryException(String) - Constructor for exception choco.kernel.memory.MemoryException
 
MemoryException(Throwable) - Constructor for exception choco.kernel.memory.MemoryException
 
MemoryException(String, Throwable) - Constructor for exception choco.kernel.memory.MemoryException
 
merge(Outbox, int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
merge(ConstraintCollection) - Method in interface choco.kernel.common.util.objects.ConstraintCollection
Merges an explain with the current one.
merge(ALogicTree.Operator, ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.LogicTreeToolBox
 
merge(SConstraintCollection) - Method in interface choco.kernel.solver.constraints.SConstraintCollection
Merges an explain with the current one.
mergeAdjacent(Outbox, Outbox) - Method in class choco.cp.solver.constraints.global.geost.layers.ExternalLayer
 
mergeStates(State, State) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
MessageFactory - Class in choco.cp.solver.configure
 
MetaConstraint<E extends Constraint> - Class in choco.kernel.model.constraints
 
MetaConstraint(ConstraintType, E...) - Constructor for class choco.kernel.model.constraints.MetaConstraint
 
MetaConstraint(Class, E...) - Constructor for class choco.kernel.model.constraints.MetaConstraint
 
MetaConstraint(String, E...) - Constructor for class choco.kernel.model.constraints.MetaConstraint
 
MetaIntegerExpressionVariable - Class in choco.kernel.model.variables.integer
 
MetaIntegerExpressionVariable(Operator, Constraint, IntegerExpressionVariable...) - Constructor for class choco.kernel.model.variables.integer.MetaIntegerExpressionVariable
 
MetaSConstraint - Class in choco.kernel.solver.constraints.global
 
MetaSConstraint(String, SConstraint[], TaskVar[], IntDomainVar[]) - Constructor for class choco.kernel.solver.constraints.global.MetaSConstraint
 
MetaSConstraint(SConstraint[], TaskVar[], IntDomainVar[]) - Constructor for class choco.kernel.solver.constraints.global.MetaSConstraint
 
MetaTaskConstraint - Class in choco.kernel.model.constraints
An wrapper for constraint involving some Taskvariable.
MetaTaskConstraint(TaskVariable[], Constraint) - Constructor for class choco.kernel.model.constraints.MetaTaskConstraint
 
MetaTaskConstraintManager - Class in choco.cp.model.managers.constraints.integer
 
MetaTaskConstraintManager() - Constructor for class choco.cp.model.managers.constraints.integer.MetaTaskConstraintManager
 
mid - Variable in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
MidVal - Class in choco.cp.solver.search.integer.valselector
 
MidVal() - Constructor for class choco.cp.solver.search.integer.valselector.MidVal
 
min(SetVariable, IntegerVariable[], IntegerVariable, String...) - Static method in class choco.Choco
Ensures the variable min to represent the minimum value in ivars that occurs in the sublist associated with set.
min(IntegerVariable[], IntegerVariable) - Static method in class choco.Choco
Ensures the variable "min" to represent the minimum value that occurs in the list vars
min(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures the variable "min" to represent the minimum value of x and y.
min(int, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Ensures the variable "min" to represent the minimum value of x and y.
min(IntegerVariable, int, IntegerVariable) - Static method in class choco.Choco
Ensures the variable "min" to represent the minimum value of x and y.
min(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
min(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
min(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
min(IntegerExpressionVariable[]) - Static method in class choco.Choco
 
min(int[]) - Static method in class choco.kernel.common.util.tools.MathUtils
 
min(int[][]) - Static method in class choco.kernel.common.util.tools.MathUtils
 
min - Variable in class choco.kernel.model.constraints.automaton.FA.utils.Bounds
 
MIN - Static variable in class parser.absconparseur.PredicateTokens
 
min - Variable in class trace.Visualizer
 
MIN_CAPACITY - Static variable in class choco.kernel.memory.copy.RcDoubleVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in class choco.kernel.memory.copy.RcIntVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in class choco.kernel.memory.copy.RcLongVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in interface choco.kernel.memory.IStateDoubleVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in interface choco.kernel.memory.IStateIntVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in interface choco.kernel.memory.IStateLongVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in interface choco.kernel.memory.IStateVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in class choco.kernel.memory.trailing.StoredDoubleVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in class choco.kernel.memory.trailing.StoredIntVector
Minimal capacity of a vector
MIN_CAPACITY - Static variable in class choco.kernel.memory.trailing.StoredLongVector
Minimal capacity of a vector
MIN_INDEX - Static variable in class choco.cp.solver.constraints.integer.MinOfAList
Index of the minimum variable.
MIN_LOWER_BOUND - Static variable in class choco.Choco
 
MIN_VIOLATED_CONSTRAINTS - Static variable in class parser.absconparseur.InstanceTokens
 
minBot - Variable in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
MINCHOCO - Static variable in class parser.absconparseur.PredicateTokens
 
MinChocoEvaluator - Class in parser.absconparseur.intension.logical
 
MinChocoEvaluator() - Constructor for class parser.absconparseur.intension.logical.MinChocoEvaluator
 
minCost - Variable in class choco.cp.solver.constraints.global.tree.filtering.costFiltering.Cost
current cost of the shortest path matrix associated with the graph to partition
minCost - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
backtrackable shortest path matrix
minCovering(IntDomainVar[]) - Static method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
MinDomain - Class in choco.cp.solver.search.integer.varselector
 
MinDomain(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.MinDomain
 
MinDomain(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.MinDomain
 
minDomIncDom(Solver, IntDomainVar[]) - Static method in class choco.cp.solver.search.BranchingFactory
 
minDomIncDom(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
minDomMinVal(Solver, IntDomainVar[]) - Static method in class choco.cp.solver.search.BranchingFactory
 
minDomMinVal(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
MinDomSet - Class in choco.cp.solver.search.set
 
MinDomSet(Solver, SetVar[]) - Constructor for class choco.cp.solver.search.set.MinDomSet
 
MinDomSet(Solver) - Constructor for class choco.cp.solver.search.set.MinDomSet
 
MinDurationCmp - Class in choco.kernel.common.util.comparator
 
MinEnv - Class in choco.cp.solver.search.set
 
MinEnv() - Constructor for class choco.cp.solver.search.set.MinEnv
 
MinEvaluator - Class in parser.absconparseur.intension.arithmetic
 
MinEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.MinEvaluator
 
minFlow - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
 
minFlow - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
minGHat(double, IntDomainVar) - Method in class choco.kernel.model.constraints.automaton.penalty.AbstractPenaltyFunction
 
minGHat(double, IntDomainVar) - Method in interface choco.kernel.model.constraints.automaton.penalty.IPenaltyFunction
 
minGHat(double, IntDomainVar) - Method in class choco.kernel.model.constraints.automaton.penalty.NullPenaltyFunction
 
minimize(Var, boolean) - Method in class choco.cp.solver.CPSolver
Resolution: Searches for the solution minimizing the objective criterion.
minimize(boolean) - Method in class choco.cp.solver.CPSolver
 
minimize() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
minimize(ArrayList<State>) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
minimize(boolean) - Method in interface choco.kernel.solver.Solver
 
minimize(Var, boolean) - Method in interface choco.kernel.solver.Solver
 
minimize(Var, boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
minimize(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
MinimumEdgeDeletion - Class in samples.tutorials.to_sort
Let consider a set of N boolean variables and a binary constraint network (eq or neq).
MinimumEdgeDeletion() - Constructor for class samples.tutorials.to_sort.MinimumEdgeDeletion
 
MinimumRegularSet - Class in samples.fastregular
Created by IntelliJ IDEA.
MinimumRegularSet(ArrayList<String>, ArrayList<Integer>, int, int[]) - Constructor for class samples.fastregular.MinimumRegularSet
 
minInf() - Method in class choco.cp.solver.constraints.integer.MinOfAList
 
minInf() - Method in class choco.cp.solver.constraints.set.MinOfASet
 
minInfSuffix(int) - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
MININT - Static variable in interface choco.kernel.memory.IStateInt
Minimum value an integer can be equal to.
MinIntObjManager - Class in choco.cp.solver.search.integer.objective
 
MinIntObjManager(IntDomainVar) - Constructor for class choco.cp.solver.search.integer.objective.MinIntObjManager
 
MinManager - Class in choco.cp.model.managers.operators
 
MinManager() - Constructor for class choco.cp.model.managers.operators.MinManager
 
MinMaxManager - Class in choco.cp.model.managers.constraints.integer
A manager to build min or max constraints
MinMaxManager() - Constructor for class choco.cp.model.managers.constraints.integer.MinMaxManager
 
MinNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
MinNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.MinNode
 
minObjective - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
lower bound of the objective cost
minObjValue - Variable in class parser.instances.checker.OptimSChecker
 
MinOfAList - Class in choco.cp.solver.constraints.integer
Implements a constraint X = min(Y_0, Y_1...Y_n).
MinOfAList(IEnvironment, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.integer.MinOfAList
 
MinOfASet - Class in choco.cp.solver.constraints.set
 
MinOfASet(IEnvironment, IntDomainVar[], SetVar, AbstractBoundOfASet.EmptySetPolicy) - Constructor for class choco.cp.solver.constraints.set.MinOfASet
 
minPreserved(Solver, ITemporalSRelation[], long) - Static method in class choco.cp.solver.search.BranchingFactory
 
minPreserved(Solver, ITemporalSRelation[], OrderingValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
minPreserved(Solver, ITemporalSRelation[], OrderingValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
minPreserved(Solver, ITemporalSRelation[]) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
minPreserved(Solver, ITemporalSRelation[], long) - Static method in class choco.cp.solver.search.VarSelectorFactory
 
MinPreservedOrdering - Class in choco.cp.solver.search.task.ordering
 
MinPreservedOrdering(long) - Constructor for class choco.cp.solver.search.task.ordering.MinPreservedOrdering
 
MinPreservedRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved
Must handle properly integer overflow.
MinPreservedRatio(ITemporalSRelation) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.MinPreservedRatio
 
minprop - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
lower bound of the number of proper trees
MinRatioSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector
 
MinRatioSelector(Solver, IntRatio[]) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.MinRatioSelector
 
minReached - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
MinRealObjManager - Class in choco.cp.solver.search.real.objective
 
MinRealObjManager(RealVar) - Constructor for class choco.cp.solver.search.real.objective.MinRealObjManager
 
minS0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
minS0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
minS1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
minS1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
minSize - Variable in class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
 
MinSpanningTree - Class in samples.tutorials.to_sort.tsp
 
MinSpanningTree(IntDomainVar[], int[][], IEnvironment) - Constructor for class samples.tutorials.to_sort.tsp.MinSpanningTree
 
MinSpanningTree.MinSpanningTreeManager - Class in samples.tutorials.to_sort.tsp
 
MinSpanningTree.MinSpanningTreeManager() - Constructor for class samples.tutorials.to_sort.tsp.MinSpanningTree.MinSpanningTreeManager
 
minStart - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
table of the minimum starting time from each node
minSup() - Method in class choco.cp.solver.constraints.integer.MinOfAList
 
minSup() - Method in class choco.cp.solver.constraints.set.MinOfASet
 
minTravelTime - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
minimum travel time matrix (computed from travelTime)
minTravelTime - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
current cost of the minimum travel time matrix associated with the graph to partition
minTravelTime - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths
 
mintree - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
lower bound of the number of trees
minus(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
Subtracting two terms one from another
minus(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
minus(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
minus(RealExpressionVariable, RealExpressionVariable) - Static method in class choco.Choco
 
minus(RealExpressionVariable, double) - Static method in class choco.Choco
 
minus(double, RealExpressionVariable) - Static method in class choco.Choco
 
minus(IntExp, IntExp) - Static method in class choco.cp.solver.CPSolver
Subtracting two terms one from another
minus(IntExp, int) - Static method in class choco.cp.solver.CPSolver
 
minus(int, IntExp) - Static method in class choco.cp.solver.CPSolver
 
minus(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
Substraction of two expressions.
minus(int, IntVar, IntTerm) - Static method in class choco.cp.solver.variables.integer.IntTerm
 
minus(IntTerm, IntTerm) - Static method in class choco.cp.solver.variables.integer.IntTerm
 
minus(RealExp, RealExp) - Method in interface choco.kernel.model.RealModeler
Substraction of two expressions.
minusI - Static variable in class trace.CPVizConstant
 
MinusManager - Class in choco.cp.model.managers.operators
 
MinusManager() - Constructor for class choco.cp.model.managers.operators.MinusManager
 
MinusNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
MinusNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.MinusNode
 
MinVal - Class in choco.cp.solver.search.integer.valselector
 
MinVal() - Constructor for class choco.cp.solver.search.integer.valselector.MinVal
 
minValue - Variable in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
minValue - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
minValue - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
MinValueDomain - Class in choco.cp.solver.search.integer.varselector
 
MinValueDomain(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.MinValueDomain
 
MinValueDomain(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.MinValueDomain
 
MinValueDomSet - Class in choco.cp.solver.search.set
 
MinValueDomSet(Solver, SetVar[]) - Constructor for class choco.cp.solver.search.set.MinValueDomSet
 
MinValueDomSet(Solver) - Constructor for class choco.cp.solver.search.set.MinValueDomSet
 
MinXYZ - Class in choco.cp.solver.constraints.integer
 
MinXYZ(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.MinXYZ
 
MixedConstraintManager - Class in choco.cp.model.managers
 
MixedConstraintManager() - Constructor for class choco.cp.model.managers.MixedConstraintManager
 
MixedCstElt - Class in choco.cp.solver.constraints.real
Let x be an integer variable with n values and v be a real variable.
MixedCstElt(RealVar, IntDomainVar, double[]) - Constructor for class choco.cp.solver.constraints.real.MixedCstElt
 
MixedEqXY - Class in choco.cp.solver.constraints.real
 
MixedEqXY(RealVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.real.MixedEqXY
 
mixmode - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
Mo - Static variable in class db.DbTables
Number of bytes per Mo.
mod(IntegerVariable, IntegerVariable, int) - Static method in class choco.Choco
 
mod(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
mod(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
mod(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
mod - Variable in class choco.cp.solver.preprocessor.PPSearch
 
MOD - Static variable in class parser.absconparseur.PredicateTokens
 
mod(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
mod2sol - Variable in class choco.cp.solver.CPSolver
 
modCount - Variable in class choco.kernel.common.util.objects.CircularQueue
The number of times this list has been structurally modified.
model - Variable in class choco.cp.common.util.preprocessor.AbstractDetector
Model to analyse and transform.
model - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
model - Variable in class choco.cp.solver.CPSolver
The (optimization or decision) model to which the entity belongs.
Model - Interface in choco.kernel.model
 
model - Variable in class parser.flatzinc.parser.FZNParser
 
model - Variable in class parser.instances.AbstractInstanceModel
 
model - Variable in class samples.multicostregular.asap.hci.presentation.ASAPMainWindow
 
model - Variable in class samples.tutorials.PatternExample
 
model - Variable in class samples.tutorials.to_sort.tsp.CycleMain
 
Model2 - Interface in choco.kernel.model
 
MODEL_FED - Static variable in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
ModelConstraintFactory - Class in parser.chocogen
The general factory to handle all constraints except Global and Extensional
ModelConstraintFactory(Model, InstanceParser) - Constructor for class parser.chocogen.ModelConstraintFactory
 
ModelConstraintFactory.ConstExp - Enum in parser.chocogen
 
ModelDetectorFactory - Class in choco.cp.model.preprocessor
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 avr. 2010br/> Since : Choco 2.1.1
A factory to apply detectors on a model.
ModelDetectorFactory() - Constructor for class choco.cp.model.preprocessor.ModelDetectorFactory
 
modelDVar - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
modelDVar - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
ModelException - Exception in choco.kernel.model
 
ModelException(String) - Constructor for exception choco.kernel.model.ModelException
 
ModelException(Throwable) - Constructor for exception choco.kernel.model.ModelException
 
ModelException(String, Throwable) - Constructor for exception choco.kernel.model.ModelException
 
ModelObject - Class in choco.kernel.model
 
ModelObject(Variable[], boolean) - Constructor for class choco.kernel.model.ModelObject
 
ModelObject(boolean) - Constructor for class choco.kernel.model.ModelObject
 
ModEvaluator - Class in parser.absconparseur.intension.arithmetic
 
ModEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.ModEvaluator
 
ModifiableInteger - Class in choco.kernel.common.util
The ModifiableInteger class wraps a value of the primitive type int in an object, similarly to Integer.
ModifiableInteger() - Constructor for class choco.kernel.common.util.ModifiableInteger
Deprecated. not really deprecated, just marked so to avoid mistaken use.
ModifiableInteger(int) - Constructor for class choco.kernel.common.util.ModifiableInteger
Constructs a newly allocated ModifiableInteger object that represents the specified int value.
modifiedBound - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Boolean array which record whether a bound has been modified by the propagator
modifiedVar - Variable in class choco.kernel.solver.propagation.event.VarEvent
The touched variable.
modifyDocumentFrom(InstanceCheckerEngine, Document, InstanceCheckerParser) - Static method in class parser.absconparseur.tools.DocumentModifier
 
modifyPredicateOrder(int[], String[]) - Static method in class parser.absconparseur.intension.PredicateManager
 
ModNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
ModNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.ModNode
 
ModuloManager - Class in choco.cp.model.managers.constraints.integer
 
ModuloManager() - Constructor for class choco.cp.model.managers.constraints.integer.ModuloManager
 
ModuloXYC2 - Class in choco.cp.solver.constraints.integer
Created by IntelliJ IDEA.
ModuloXYC2(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.ModuloXYC2
Constructs the constraint with the specified variables and constant.
monitorBackTrackLimit(boolean) - Method in class choco.cp.solver.CPSolver
Deprecated. the limit is always monitored
monitorBackTrackLimit(boolean) - Method in interface choco.kernel.solver.Solver
Deprecated. 
monitorBackTrackLimit(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
monitorFailLimit(boolean) - Method in class choco.cp.solver.CPSolver
Monitor the fail limit (default to false)
monitorFailLimit(boolean) - Method in interface choco.kernel.solver.Solver
Monitor the fail limit (default to false)
monitorFailLimit(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
monitorNodeLimit(boolean) - Method in class choco.cp.solver.CPSolver
Deprecated. the limit is always monitored
monitorNodeLimit(boolean) - Method in interface choco.kernel.solver.Solver
Deprecated. 
monitorNodeLimit(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
monitorTimeLimit(boolean) - Method in class choco.cp.solver.CPSolver
Deprecated. the limit is always monitored
monitorTimeLimit(boolean) - Method in interface choco.kernel.solver.Solver
Deprecated. 
monitorTimeLimit(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
MostConstrained - Class in choco.cp.solver.search.integer.varselector
An heuristic to first instantiating most constrained variables.
MostConstrained(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.MostConstrained
Builds the heuristic for the given model.
MostConstrained(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.MostConstrained
Builds the heuristic for the given model.
MostConstrainedSet - Class in choco.cp.solver.search.set
 
MostConstrainedSet(Solver, SetVar[]) - Constructor for class choco.cp.solver.search.set.MostConstrainedSet
 
MostConstrainedSet(Solver) - Constructor for class choco.cp.solver.search.set.MostConstrainedSet
 
MostOptionValHeur - Class in samples.multicostregular.carsequencing.heuristics
Created by IntelliJ IDEA.
MostOptionValHeur(CarSeqInstance) - Constructor for class samples.multicostregular.carsequencing.heuristics.MostOptionValHeur
 
MotsACaser - Class in samples.tutorials.to_sort
A tutorial on a simple crossword puzzle
MotsACaser() - Constructor for class samples.tutorials.to_sort.MotsACaser
 
moveAfterSolution - Variable in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
moveAllLeft() - Method in class choco.kernel.common.util.objects.BipartiteSet
Moves all the objects to the left part.
moveAllRight() - Method in class choco.kernel.common.util.objects.BipartiteSet
Moves all the objects to the right part.
moveLastLeft() - Method in class choco.kernel.common.util.objects.BipartiteSet
Move the last element in the left part to the right part.
moveLeft(E) - Method in class choco.kernel.common.util.objects.BipartiteSet
Moves the object the left part of the set if needed.
moveRight(E) - Method in class choco.kernel.common.util.objects.BipartiteSet
Moves the object the right part of the set if needed.
mul(RealInterval, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
MUL - Static variable in class parser.absconparseur.PredicateTokens
 
mul(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
MulEvaluator - Class in parser.absconparseur.intension.arithmetic
 
MulEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.MulEvaluator
 
mult(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
mult(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
mult(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
mult(double, RealExpressionVariable) - Static method in class choco.Choco
 
mult(RealExpressionVariable, double) - Static method in class choco.Choco
 
mult(RealExpressionVariable, RealExpressionVariable) - Static method in class choco.Choco
 
mult(int, IntExp) - Static method in class choco.cp.solver.CPSolver
Creates a simple linear term from one coefficient and one variable
mult(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
Multiplication of two expressions.
mult(RealExp, RealExp) - Method in interface choco.kernel.model.RealModeler
Multiplication of two expressions.
multiCostRegular(IntegerVariable[], IntegerVariable[], IAutomaton, int[][][]) - Static method in class choco.Choco
multiCostRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the cost vectors associated to each assignment is bounded by the cost variable vector
multiCostRegular(IntegerVariable[], IntegerVariable[], IAutomaton, int[][][][]) - Static method in class choco.Choco
multiCostRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the cost vectors associated to each assignment is bounded by the cost variable vector.
multiCostRegular(IntegerVariable[], IntegerVariable[], ICostAutomaton) - Static method in class choco.Choco
multiCostRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the cost vectors associated to each assignment is bounded by the cost variable vector.
MultiCostRegular - Class in choco.cp.solver.constraints.global.automata.fast_multicostregular
Created by IntelliJ IDEA.
MultiCostRegular(IntDomainVar[], IntDomainVar[], IAutomaton, int[][][], Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Constructs a multi-cost-regular constraint propagator
MultiCostRegular(IntDomainVar[], IntDomainVar[], IAutomaton, int[][][][], Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Constructs a multi-cost-regular constraint propagator
MultiCostRegular(IntDomainVar[], IntDomainVar[], ICostAutomaton, Solver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
MultiCostRegularManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
MultiCostRegularManager() - Constructor for class choco.cp.model.managers.constraints.global.MultiCostRegularManager
 
MultipleVariables - Class in choco.kernel.model.variables
 
MultipleVariables() - Constructor for class choco.kernel.model.variables.MultipleVariables
 
MultipleVariables(boolean, boolean) - Constructor for class choco.kernel.model.variables.MultipleVariables
 
MultipleVariables(boolean, boolean, Variable...) - Constructor for class choco.kernel.model.variables.MultipleVariables
 
MultManager - Class in choco.cp.model.managers.operators
 
MultManager() - Constructor for class choco.cp.model.managers.operators.MultManager
 
MultNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
Created by IntelliJ IDEA.
MultNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.MultNode
 
mustGrowFlowFromSource(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
check if j should be assigned to other variables
mustGrowFlowFromSource(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
whether the flow from the source to j (a right vertex) must be increased in order to get a maximal (sink/left vertex set saturating) flow
mustGrowFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
check if j should be assigned to other variables
mustGrowFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
mustGrowFlowFromSource(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Checks if the flow must be increased between the source and a vertex.
mustTupleWait(int[]) - Method in class samples.random.ProportionRandomListGenerator
Determines if the given tuple can be currently selected.
mustValueWait(int) - Method in class samples.random.ProportionRandomListGenerator
Determines (according to some selection constraints) if the given value can be currently selected.
myTrail - Variable in class choco.kernel.memory.IStateBinaryTree.Node
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredBinaryTree
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredBool
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredDouble
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredDoubleVector
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredInt
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredIntVector
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredLong
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredLongVector
 
myTrail - Variable in class choco.kernel.memory.trailing.StoredVector
 
MyValSelector - Class in samples.tutorials.to_sort.tsp
 
MyValSelector(IntDomainVar, IntDomainVar[], int[][], int, int) - Constructor for class samples.tutorials.to_sort.tsp.MyValSelector
 
myvars - Variable in class samples.tutorials.to_sort.Picross
The model variables.
MyVarSelector - Class in samples.tutorials.to_sort.tsp
 
MyVarSelector(IntDomainVar, IntDomainVar[], int, int) - Constructor for class samples.tutorials.to_sort.tsp.MyVarSelector
 
MyVarSelector(IntDomainVar[], int, int) - Constructor for class samples.tutorials.to_sort.tsp.MyVarSelector
 
MyXYBarRenderer - Class in choco.visu.components.chart.renderer
map a color with each key of the tasks set.
MyXYBarRenderer(MyXYBarRenderer.ResourceRenderer) - Constructor for class choco.visu.components.chart.renderer.MyXYBarRenderer
 
MyXYBarRenderer(MyXYBarRenderer.ResourceRenderer, double) - Constructor for class choco.visu.components.chart.renderer.MyXYBarRenderer
 
MyXYBarRenderer.ResourceRenderer - Enum in choco.visu.components.chart.renderer
 
MyXYTaskDataset - Class in choco.visu.components.chart.dataset
A dataset implementation that wraps a TaskSeriesCollection and presents it as an IntervalXYDataset, allowing a set of tasks to be displayed using an XYBarRenderer (and usually a SymbolAxis).
MyXYTaskDataset(TaskSeriesCollection) - Constructor for class choco.visu.components.chart.dataset.MyXYTaskDataset
Creates a new dataset based on the supplied collection of tasks.
MyXYTaskDatasetDemo - Class in samples
A proof-of-concept for an XYPlot-based chart showing one or more series of tasks.
MyXYTaskDatasetDemo(String) - Constructor for class samples.MyXYTaskDatasetDemo
Constructs the demo application.
Mzn2fzn - Class in parser.flatzinc
For internal uses
Mzn2fzn() - Constructor for class parser.flatzinc.Mzn2fzn
 
mzn2fzn() - Static method in class parser.flatzinc.Mzn2fzn
 

N

n - Variable in class choco.cp.solver.constraints.global.Lex
 
n - Variable in class choco.cp.solver.constraints.global.LexChain
the number of variables in each vector of the chain - v1 <= lexChainEq/lexChain <= v2 .....
n - Variable in class choco.cp.solver.constraints.integer.InverseChanneling
 
n - Variable in class choco.kernel.common.opres.graph.GraphDTC
 
n - Variable in class choco.kernel.solver.constraints.integer.extension.TuplesTable
the number of dimensions of the considered tuples
N - Static variable in class samples.multicostregular.nsp.NSPModel
 
N - Static variable in class samples.multicostregular.planner.InstanceMaker
 
N - Static variable in class samples.multicostregular.planner.PlanModel
 
n - Variable in class samples.tutorials.AllIntervalSeries
 
N - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
n - Variable in class samples.tutorials.puzzles.MagicSerie
 
n - Variable in class samples.tutorials.puzzles.MagicSquare
 
n - Variable in class samples.tutorials.puzzles.Queen
 
n - Variable in class samples.tutorials.set.SteinerSystem
 
N - Static variable in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
n - Variable in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
n - Variable in class samples.tutorials.to_sort.tsp.CycleMain
 
n - Variable in class samples.tutorials.to_sort.tsp.Generator
 
n - Variable in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
n - Variable in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
N1C1W1_N - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
optimal !
N1C2W1_C - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
optimal==heuristic
n2 - Variable in class choco.kernel.solver.constraints.integer.extension.CouplesTable
size of the initial domain of x
N2C2W1_H - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
optimal!
N2C2W1_S - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
optimal==heuristic
N2C2W2_0 - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
optimal!
nAct() - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
name - Variable in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
name - Variable in enum choco.kernel.model.constraints.ConstraintType
 
name - Variable in class choco.kernel.model.variables.AbstractVariable
 
name - Variable in enum choco.kernel.model.variables.Operator
 
name - Variable in enum choco.kernel.model.variables.VariableType
 
name - Variable in class choco.kernel.solver.constraints.global.MetaSConstraint
 
name - Variable in class choco.kernel.solver.variables.AbstractVar
A name may be associated to each variable.
name - Variable in class choco.kernel.visu.components.panels.AVarChocoPanel
 
name - Variable in class choco.visu.components.bricks.NodeBrick.CParticle
 
name - Variable in class db.DbTableView
 
name - Variable in class parser.absconparseur.components.PConstraint
 
name - Variable in class parser.absconparseur.components.PFunction
 
name - Variable in class parser.absconparseur.components.PRelation
 
NAME - Static variable in class parser.absconparseur.InstanceTokens
Used as an attribute to identify domains, variables, relations, predicates and constraints.
name - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
namedParameterJdbcTemplate - Variable in class db.DbManager
 
NameOrQuestionMarkPApplet - Class in choco.visu.components.papplets
 
NameOrQuestionMarkPApplet(Object) - Constructor for class choco.visu.components.papplets.NameOrQuestionMarkPApplet
 
NameOrValueBrick - Class in choco.visu.components.bricks
 
NameOrValueBrick(AChocoPApplet, Var, int, int) - Constructor for class choco.visu.components.bricks.NameOrValueBrick
 
NameOrValuePApplet - Class in choco.visu.components.papplets
 
NameOrValuePApplet(Object) - Constructor for class choco.visu.components.papplets.NameOrValuePApplet
 
names - Static variable in class samples.multicostregular.asap.data.base.ASAPDate
 
nand(IntegerVariable...) - Static method in class choco.Choco
A constraint for logical conjunction between boolean variables lit1 NAND lit2 NAND ...
nand(Constraint...) - Static method in class choco.Choco
 
nand(IEnvironment, IntDomainVar...) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for NAND constraint over integer variables
nand(ALogicTree...) - Static method in class choco.kernel.model.constraints.cnf.Node
 
NandManager - Class in choco.cp.model.managers.constraints.expressions
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
NandManager() - Constructor for class choco.cp.model.managers.constraints.expressions.NandManager
 
NandNode - Class in choco.cp.solver.constraints.reified.leaves.bool
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
NandNode(INode...) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.NandNode
 
nb - Variable in class choco.kernel.solver.branch.Extension
 
NB_CONFLICTS - Static variable in class parser.absconparseur.InstanceTokens
 
NB_CONSTRAINTS - Static variable in class parser.absconparseur.InstanceTokens
 
NB_DOMAINS - Static variable in class parser.absconparseur.InstanceTokens
 
NB_FUNCTIONS - Static variable in class parser.absconparseur.InstanceTokens
 
NB_PREDICATES - Static variable in class parser.absconparseur.InstanceTokens
 
NB_PRIORITY - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
NB_RELATIONS - Static variable in class parser.absconparseur.InstanceTokens
 
NB_RUNS - Static variable in class samples.tutorials.database.DbExample
 
NB_SOLUTIONS - Static variable in class parser.absconparseur.InstanceTokens
 
NB_SUPPORTS - Static variable in class parser.absconparseur.InstanceTokens
 
NB_TUPLES - Static variable in class parser.absconparseur.InstanceTokens
 
NB_TYPE - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
NB_VALUES - Static variable in class parser.absconparseur.InstanceTokens
 
NB_VARIABLES - Static variable in class parser.absconparseur.InstanceTokens
 
nbAllowedOverflows - Variable in class samples.random.ProportionRandomListGenerator
The number of allowed overflows wrt the maximum number of occurences of each value.
nbArcRevise - Static variable in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
nbArcs - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
nbArcs(double, double) - Static method in class samples.random.RandomProblem
 
nbBools - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
nbBoolVar - Variable in class choco.cp.model.CPModel
 
nbCars - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
nbCC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
nbCC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable integer recording the current number of connected components
nbCheck - Static variable in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
nbClasses - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
nbCopy - Variable in class choco.kernel.memory.copy.EnvironmentCopying
 
nbCurrentOverflows - Variable in class samples.random.ProportionRandomListGenerator
The current number of overflows wrt the maximum number of occurences of each value.
nbDays - Variable in class samples.multicostregular.nsp.NSPInstance
 
nbE - Variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
nbEdges - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
nbEdges - Variable in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
nbEdges - Variable in class choco.kernel.common.opres.graph.GraphDTC
 
nbEmpty - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
nbEqs - Variable in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
nbFull - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
nbGacValues - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
nbHeavyBin - Variable in class choco.cp.solver.preprocessor.PPModelToCPSolver
The number of heavy extensional constraint posted using an expression
nbLeftVertices - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
nbLeftVertices - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
the number of nodes not yet fixed: the left nodes in the network flow
nbLeftVertices - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
nbLevel - Variable in class choco.kernel.model.constraints.automaton.LayeredDFA
 
nbLevel - Variable in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
nbListVars - Variable in class choco.cp.solver.constraints.global.Occurrence
 
nblits - Variable in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
nbMax - Variable in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
maximal value limitting the search exploration
nbMaxOccurences - Variable in class samples.random.ProportionRandomListGenerator
The maximum number of occurences of each value.
nbMaxValues - Variable in class samples.random.RandomListGenerator
The maximum number of values for the elements of the generated tuples.
nbNegCoef - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
number of negative coefficients
nbNewCLB - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
nbNode - Variable in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
nbNode - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
nbNodes - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
total number of nodes involved in the graph
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
total number of nodes involved in the tree constraint
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
total number of nodes involved in the tree constraint
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
total number of nodes involved in the graph
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
total number of nodes involved in the graph
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
total number of nodes involved in the graph
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
total number of nodes involved in the graph
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
total number of nodes involved in the graph
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
total number of nodes involved in the graph
nbNodes - Variable in class choco.cp.solver.constraints.global.tree.TreeSConstraint
total number of nodes involved in the graph
nbNonBinaryClauses - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
nbNonEmpty - Variable in class choco.kernel.model.constraints.pack.PackModel
 
nbNurses - Variable in class samples.multicostregular.nsp.NSPInstance
 
nbo - Variable in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
The number of variables instantiated to one in the sum
nbOccurences - Variable in class samples.random.RandomListGenerator
The number of occurrences of each value in the generated lists.
nbOfUpdates - Variable in class choco.cp.solver.constraints.global.geost.Constants
 
nbOptions - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
nbOptionsPerClasse - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
nbP - Variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
nbPairs - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
nbPCRevise - Static variable in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
nbPendingInitConstAwakeEvent - Variable in class choco.cp.solver.propagation.ChocoEngine
Number of pending init constraint awake events.
nbPossible - Variable in class choco.cp.solver.constraints.global.Occurrence
Store the number of variables which can still take the occurence value
nbPosVars - Variable in class choco.cp.solver.constraints.integer.IntLinComb
Field representing the number of variables with positive coeffficients in the linear combination.
nbPredecessors - Variable in class choco.kernel.common.opres.graph.DagDTC.TopoAlgoStruct
 
nbPropag - Static variable in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
 
nbR - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Store the number of resources = z.length
nbR - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
nbR - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
nbr_jumps - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
nbr_propagations - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
nbr_steps - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
nbRelaxedVars - Variable in class samples.tutorials.lns.lns.RandomNeighborhoodOperator
 
nbRightBranches - Variable in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
 
nbRightVertices - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
nbRightVertices - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
nbShifts - Variable in class samples.multicostregular.nsp.NSPInstance
 
nbSolutions - Variable in class choco.kernel.solver.search.AbstractSearchStrategy
count of the solutions found during search
nbSome - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
nbState - Variable in class choco.kernel.model.constraints.automaton.DFA
Number of states
nbState - Variable in class choco.kernel.model.constraints.automaton.LayeredDFA
 
nbState - Variable in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
nbStates - Variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
nbSure - Variable in class choco.cp.solver.constraints.global.Occurrence
Store the number of variables which are instantiated to the occurence value
nbTask - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
nbTasks - Variable in class samples.tutorials.to_sort.scheduling.PertCPM
 
nbToReach - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
NbToString(int) - Method in class samples.multicostregular.nsp.NSPModel
 
nbTransitions() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
nbTuples - Variable in class parser.absconparseur.components.PRelation
 
nbValues - Variable in class samples.random.RandomListGenerator
The number of values for each element of the tuples of the generated lists.
nbVar - Variable in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
number of variables
nbVars - Variable in class choco.cp.solver.variables.integer.IntTerm
number of variables involved in the term
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
total number of nodes involved in the graph
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
total number of nodes involved in the graph
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
nbVertices - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
nbVertices - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
nbWishedOccurences - Variable in class samples.random.ProportionRandomListGenerator
The wished number of occurences of each value.
nbx - Variable in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
nby - Variable in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
nbz - Variable in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
The number of variables instantiated to zero in the sum
NE - Static variable in class parser.absconparseur.PredicateTokens
 
ne(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
need - Variable in class samples.multicostregular.nsp.NSPStruct
 
needPropagation() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
needPropagation() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
needUpdate() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
needUpdate - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
NeEvaluator - Class in parser.absconparseur.intension.relational
 
NeEvaluator() - Constructor for class parser.absconparseur.intension.relational.NeEvaluator
 
neg(IntegerExpressionVariable) - Static method in class choco.Choco
 
neg(IntegerVariable) - Static method in class choco.kernel.model.constraints.cnf.Literal
 
neg(IntegerVariable[]) - Static method in class choco.kernel.model.constraints.cnf.Literal
 
NEG - Static variable in class parser.absconparseur.PredicateTokens
 
neg_watches(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
NEG_ZER0 - Static variable in class choco.kernel.solver.variables.real.RealMath
 
NegEvaluator - Class in parser.absconparseur.intension.arithmetic
 
NegEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.NegEvaluator
 
neglits - Variable in class parser.chocogen.XmlClause
 
NegManager - Class in choco.cp.model.managers.operators
 
NegManager() - Constructor for class choco.cp.model.managers.operators.NegManager
 
NegNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
NegNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.NegNode
 
negwatches - Variable in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
Neighborhood - Class in samples.tutorials.lns.lns
Neighborhood defines how to build and to explore the search space of a problem around a solution in hope to improve locally the solution
Neighborhood(NeighborhoodOperator, AbstractIntBranchingStrategy, int) - Constructor for class samples.tutorials.lns.lns.Neighborhood
 
Neighborhood(NeighborhoodOperator) - Constructor for class samples.tutorials.lns.lns.Neighborhood
 
NeighborhoodOperator - Interface in samples.tutorials.lns.lns
NeighborhoodOperator defines how to restrict the search space of a problem around a given solution
neighbours(int) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
neq(IntegerExpressionVariable, int) - Static method in class choco.Choco
Creates a constraint by stating that a term is not equal than a constant
neq(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
neq(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
neq(SetVariable, SetVariable) - Static method in class choco.Choco
Ensure that the two variables are not equal (not exactly the same values in the set)
NEQ - Static variable in class choco.cp.solver.constraints.integer.DistanceXYC
 
NEQ - Static variable in class choco.cp.solver.constraints.integer.IntLinComb
Constant, to be assigned to op, representing linear disequalities.
neq(int, IntDomainVar, int, IntDomainVar, int) - Static method in class choco.cp.solver.CPSolver
could fail to build a binary constraint and give the hand to IntLinComb
neq(int, IntDomainVar, int) - Static method in class choco.cp.solver.CPSolver
always succeeds to build the constraint
neq(IntExp, int) - Method in class choco.cp.solver.CPSolver
Creates a constraint by stating that a term is not equal than a constant
neq(int, IntExp) - Method in class choco.cp.solver.CPSolver
 
neq(IntExp, IntExp) - Method in class choco.cp.solver.CPSolver
 
neq(SetVar, SetVar) - Static method in class choco.cp.solver.CPSolver
 
neq(IntExp, int) - Method in interface choco.kernel.solver.Solver
 
neq(int, IntExp) - Method in interface choco.kernel.solver.Solver
 
neq(IntExp, IntExp) - Method in interface choco.kernel.solver.Solver
 
neq(IntExp, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
neq(int, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
neq(IntExp, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
NeqBoolSum - Class in choco.cp.solver.constraints.integer.bool.sum
 
NeqBoolSum(IEnvironment, IntDomainVar[], int) - Constructor for class choco.cp.solver.constraints.integer.bool.sum.NeqBoolSum
 
neqCard(SetVariable, IntegerVariable) - Static method in class choco.Choco
Return a constraint that ensures |sv| !
neqCard(SetVariable, int) - Static method in class choco.Choco
Return a constraint that ensures |sv| !
neqInTuples - Variable in class parser.absconparseur.components.PRelation
 
NeqNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
NeqNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.NeqNode
 
newFeasibleRootState() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
called when the root state of the search tree is feasible.
newFeasibleRootState() - Method in class choco.kernel.solver.search.AbstractOptimize
 
newNode() - Method in class choco.cp.solver.search.SearchLimitManager
 
newNode() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
notify the limit object whenever a new node is created in the search tree
newRestart() - Method in class choco.cp.solver.search.SearchLimitManager
 
newRestart() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
notify the limit object whenever the search has been restarted.
newTreeSearch() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
called before a new search tree is explored
next() - Method in class choco.cp.common.util.iterators.BipartiteIntDomainIterator
Returns the next element in the iteration.
next() - Method in class choco.cp.common.util.iterators.BitSetIntDomainIterator
Returns the next element in the iteration.
next() - Method in class choco.cp.common.util.iterators.BooleanDomainIterator
Returns the next element in the iteration.
next() - Method in class choco.cp.common.util.iterators.IntDomainIterator
Returns the next element in the iteration.
next() - Method in class choco.cp.common.util.iterators.IntervalIntDomainIterator
Returns the next element in the iteration.
next() - Method in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector.CliqueIterator
 
next() - Method in class choco.cp.model.managers.VariableIterator
 
next() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.AllActiveEdgeIterator
 
next() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.InEdgeIterator
 
next() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.OutEdgeIterator
 
next() - Method in class choco.cp.solver.variables.delta.iterators.BitSetIterator
Returns the next element in the iteration.
next() - Method in class choco.cp.solver.variables.delta.iterators.IntervalIntIterator
Returns the next element in the iteration.
next() - Method in class choco.cp.solver.variables.set.SetDomainImpl.SetOpenDomainIterator
 
next() - Method in class choco.cp.solver.variables.set.SetDomainIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.common.util.iterators.AppendIterator
 
next() - Method in class choco.kernel.common.util.iterators.ArrayIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.common.util.iterators.EmptyIntIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.common.util.iterators.EmptyIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
next() - Method in class choco.kernel.common.util.iterators.IntArrayIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.common.util.iterators.OneValueIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.common.util.iterators.SingleElementIterator
 
next() - Method in class choco.kernel.common.util.iterators.TIHIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
return the next element
next() - Method in class choco.kernel.common.util.objects.IntList.IntListIterator
 
next() - Method in class choco.kernel.memory.structure.iterators.BipartiteListIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.BipartiteListRemIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.BipartiteSetIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.PSCLEIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.PSCLIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.PSIVIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.PSVIndexIterator
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.PSVIterator
 
next() - Method in class choco.kernel.memory.structure.iterators.SBVSIterator1
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.structure.iterators.SBVSIterator2
Returns the next element in the iteration.
next() - Method in class choco.kernel.memory.trailing.StoredBinaryTree.TreeIterator
 
next() - Method in class choco.kernel.model.variables.integer.iterators.IVIterator
Returns the next element in the iteration.
next() - Method in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
nextBottomUp(IObjectiveManager) - Method in class choco.kernel.solver.propagation.ShavingTools
 
nextBranching - Variable in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. a link towards the next branching object (once this one is exhausted)
nextClearBit(int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextClearBit(int) - Method in interface choco.kernel.memory.IStateBitSet
 
nextClearBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextClearBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextClearBit(int) - Method in class choco.kernel.memory.structure.SBitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextClearBit(int) - Method in class choco.kernel.memory.structure.SBitSet2
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextElement() - Method in interface choco.kernel.common.util.iterators.IntEnumeration
 
nextFloat(double) - Static method in class choco.kernel.solver.variables.real.RealMath
 
nextIndex() - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
nextLP - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
nextLP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
nextLP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
nextLPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
nextLPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
nextMove - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
search controller: a flag storing the next move in the search tree
nextNode(IStateBinaryTree.Node) - Method in interface choco.kernel.memory.IStateBinaryTree
gets the next node of the given one
nextNode(int) - Method in interface choco.kernel.memory.IStateBinaryTree
gets the node that contains the next integer in the tree
nextNode(int) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
nextNode(IStateBinaryTree.Node) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
nextObject() - Method in class choco.kernel.memory.structure.iterators.BipartiteSetIterator
 
nextOffset - Variable in class choco.kernel.memory.AbstractEnvironment
Nex free bit in the shared BitSet
nextSetBit(int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(int) - Method in interface choco.kernel.memory.IStateBitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(int) - Method in class choco.kernel.memory.structure.SBitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(int) - Method in class choco.kernel.memory.structure.SBitSet2
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.cp.solver.CPSolver
 
nextSolution() - Method in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
nextSolution() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
nextSolution() - Method in class choco.kernel.solver.search.AbstractOptimize
 
nextSolution() - Method in interface choco.kernel.solver.Solver
 
nextSolution() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
nextSP - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
nextSP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
nextSP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
nextSPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
nextSPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
nextSupport(int, int, int) - Method in class choco.cp.solver.constraints.strong.Adapter
 
nextSupport(int, int, int) - Method in interface choco.cp.solver.constraints.strong.ISpecializedConstraint
 
nextSupport(int, int, int) - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
nextSupport(int, int, int) - Method in class samples.jobshop.SimpleDTConstraint
 
nextT - Variable in class choco.kernel.common.util.objects.DoubleLinkedList
Successors table
nextVal() - Method in class choco.cp.solver.search.task.ordering.RandomOrdering
 
NF - Static variable in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
NF_NL - Static variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
Ni - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
NIL - Static variable in class parser.absconparseur.InstanceTokens
 
NO_CONSTRAINTS - Static variable in class choco.kernel.model.VariableArray
 
NO_CONSTRAINTS_DS - Static variable in class choco.kernel.model.variables.ComponentVariable
 
NO_DISPLAY - Static variable in class choco.visu.components.chart.ui.ChocoChartPanel
 
NO_HOOK - Static variable in interface choco.kernel.model.variables.IHook
 
NO_LIMIT_UNIT - Static variable in class choco.kernel.solver.search.limit.NoLimit
 
NO_MASK - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: value of bitvector no eventtype
NO_OPTION - Static variable in class choco.Options
 
NO_RESTART_NAME - Static variable in class choco.kernel.solver.search.restart.NoRestartStrategy
 
NO_SOLUTION - Static variable in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
NO_SUPPORT - Static variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
NO_SUPPORT - Static variable in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
minimum number of support among all values of each variable;
NOCAUSE - Static variable in class choco.kernel.solver.propagation.event.VarEvent
Semantic of the cause of an event: -1 means that the event is active without any precise cause.
Node - Class in choco.cp.solver.constraints.global.lightcostregular.structure
Created by IntelliJ IDEA.
Node(IEnvironment, int, int) - Constructor for class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
Node - Class in choco.cp.solver.constraints.global.tree.structure.inputStructure
 
Node(Solver, int, int, IntDomainVar, IntDomainVar, IntDomainVar, List<BitSet[]>) - Constructor for class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
constructor: build a node and its associated attributes
Node(Solver, int, int, List<BitSet[]>, List<int[][]>) - Constructor for class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
constructor: build a node and its associated attributes
Node - Class in choco.kernel.model.constraints.cnf

Node(ALogicTree.Operator, ALogicTree.Type, ALogicTree...) - Constructor for class choco.kernel.model.constraints.cnf.Node
 
Node - Class in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
Created by IntelliJ IDEA.
Node(int, int, int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Node
 
Node - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Created by IntelliJ IDEA.
Node(int, int, int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Node
 
Node - Class in choco.kernel.solver.constraints.global.automata.fast_regular.structure
Created by IntelliJ IDEA.
Node(int, int, int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Node
 
NodeBrick - Class in choco.visu.components.bricks
 
NodeBrick(AChocoPApplet, Var) - Constructor for class choco.visu.components.bricks.NodeBrick
 
NodeBrick.CParticle - Class in choco.visu.components.bricks
 
NodeBrick.CParticle() - Constructor for class choco.visu.components.bricks.NodeBrick.CParticle
 
nodeCount - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
NodeLimit - Class in choco.kernel.solver.search.limit
 
NodeLimit(AbstractGlobalSearchStrategy, int) - Constructor for class choco.kernel.solver.search.limit.NodeLimit
 
nodes - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
nodes - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
 
nodes - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
 
nodes - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
table of the nodes involved in the tree constraint
nodes - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
table of the nodes involved in the tree constraint
nodes - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
table of nodes involved in the graphs composing a tree constraint
nodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
NodeType - Enum in choco.kernel.solver.constraints.reified
 
NOEVENT - Static variable in class choco.kernel.solver.propagation.event.VarEvent
empty bitvector for the event type.
noFixPoint - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
nogood - Variable in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
NOGOOD_RECORDING_FROM_RESTART - Static variable in class choco.kernel.solver.Configuration

Goal: Enable nogood recording from restart.
NogoodKickRestart - Class in choco.cp.solver.search.restart
 
NogoodKickRestart(AbstractGlobalSearchStrategy) - Constructor for class choco.cp.solver.search.restart.NogoodKickRestart
 
NogoodRecorder - Class in choco.cp.solver.search
analyze the trace of the branching for nogood recording from restarts.
NogoodRecorder(CPSolver) - Constructor for class choco.cp.solver.search.NogoodRecorder
 
NoHeuristic - Class in choco.kernel.common.opres.heuristics
 
NoLimit - Class in choco.kernel.solver.search.limit
 
NON_OVERLAPPING - Static variable in class choco.cp.solver.constraints.global.geost.Constants
NON_OVERLAPPING is a constant that specifies the id of the non_overlapping constraint.
NON_OVERLAPPING_CIRCLE - Static variable in class choco.cp.solver.constraints.global.geost.Constants
NON_OVERLAPPING_CIRCLE is a constant that specifies the id of the linear constraint.
NONE - Static variable in class choco.cp.model.managers.constraints.global.LexManager
 
NONE - Static variable in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
NONE - Static variable in class cli.AbstractCmdLine
 
nonincprop - Static variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
NonOverlapping - Class in choco.cp.solver.constraints.global.geost.externalConstraints
 
NonOverlapping(int, int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.NonOverlapping
 
NonOverlappingCircle - Class in choco.cp.solver.constraints.global.geost.externalConstraints
 
NonOverlappingCircle(int, int[], int[], int, int) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.NonOverlappingCircle
 
NonOverlappingFrame - Class in choco.cp.solver.constraints.global.geost.frames
 
NonOverlappingFrame() - Constructor for class choco.cp.solver.constraints.global.geost.frames.NonOverlappingFrame
 
NonOverlappingModel - Class in choco.kernel.model.constraints.geost.externalConstraints
Created by IntelliJ IDEA.
NonOverlappingModel(int, int[], int[]) - Constructor for class choco.kernel.model.constraints.geost.externalConstraints.NonOverlappingModel
 
nor(IntegerVariable...) - Static method in class choco.Choco
A constraint for logical conjunction between boolean variables lit1 NOR lit2 NOR ...
nor(Constraint...) - Static method in class choco.Choco
 
nor(IntDomainVar...) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for NOR constraint over integer variables
nor(ALogicTree...) - Static method in class choco.kernel.model.constraints.cnf.Node
 
NoRestartStrategy - Class in choco.kernel.solver.search.restart
 
NorManager - Class in choco.cp.model.managers.constraints.expressions
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
NorManager() - Constructor for class choco.cp.model.managers.constraints.expressions.NorManager
 
NorNode - Class in choco.cp.solver.constraints.reified.leaves.bool
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
NorNode(INode...) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.NorNode
 
noServer - Variable in class cli.HsqldbServerCmd
 
noSingleRule() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
noSum(int, int) - Method in class choco.kernel.common.opres.nosum.NoSumList
No sum indicates the existence of a subset of candidate items which has a load between the parameters.
noSumBinLoads(NoSumList, int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
Update the load of a given bin with no sum algorithm
NoSumCell - Class in choco.kernel.common.opres.nosum
 
NoSumCell(int, IntDomainVar) - Constructor for class choco.kernel.common.opres.nosum.NoSumCell
 
NoSumCell(int, int) - Constructor for class choco.kernel.common.opres.nosum.NoSumCell
 
noSumItemEliminationAndCommitment(NoSumList, int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
use no sum algorithm to pack into or remove from.
NoSumList - Class in choco.kernel.common.opres.nosum
A class mainly used in Pack Constraint.
NoSumList(INoSumCell[]) - Constructor for class choco.kernel.common.opres.nosum.NoSumList
The Constructor.We assume that the items are sorted in non increasing order.
NoSumList(IntDomainVar[]) - Constructor for class choco.kernel.common.opres.nosum.NoSumList
 
NoSumList(int[]) - Constructor for class choco.kernel.common.opres.nosum.NoSumList
 
noSumPruningRule(NoSumList, int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
Feasibility test on the load of a given bin using no sum algorothm.
not(Constraint) - Static method in class choco.Choco
 
not(IntDomainVar) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for NOT constraint over an integer variable
Not - Class in choco.cp.solver.constraints.integer.bool
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
maintain v1 is false where v1 is a boolean variable, domain = {0,1}
NOT - Static variable in class parser.absconparseur.PredicateTokens
 
not(Object) - Static method in class parser.absconparseur.PredicateTokens
 
NOT_EQUAL_XC - Static variable in class choco.kernel.solver.constraints.Formula
 
NOT_EQUAL_XYC - Static variable in class choco.kernel.solver.constraints.Formula
 
NotEqualXC - Class in choco.cp.solver.constraints.integer
Implements a constraint X !
NotEqualXC(IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.NotEqualXC
Constructs the constraint with the specified variables and constant.
NotEqualXY_C - Class in choco.cp.solver.constraints.integer
Implements a constraint X + Y !
NotEqualXY_C(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.NotEqualXY_C
Constructs the constraint with the specified variables and constant.
NotEqualXYC - Class in choco.cp.solver.constraints.integer
Implements a constraint X !
NotEqualXYC(IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.integer.NotEqualXYC
Constructs the constraint with the specified variables and constant.
NotEvaluator - Class in parser.absconparseur.intension.logical
 
NotEvaluator() - Constructor for class parser.absconparseur.intension.logical.NotEvaluator
 
notFirst() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
notFirst() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
 
notFirst() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
notFirstNotLast() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
notFirstNotLast() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
notifyObservers(Object) - Method in class choco.cp.solver.propagation.ObservableVarEventQueue
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in interface choco.IObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class choco.visu.searchloop.ObservableStepSearchLoop
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notLast() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
notLast() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
NotLast rule.
notLast() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 
NotManager - Class in choco.cp.model.managers.constraints.expressions
 
NotManager() - Constructor for class choco.cp.model.managers.constraints.expressions.NotManager
 
notMember(IntegerVariable, int[]) - Static method in class choco.Choco
VAR takes it value out of VALUES
notMember(IntegerVariable, int, int) - Static method in class choco.Choco
VAR does not take it value between LOWER and UPPER
notMember(int, SetVariable) - Static method in class choco.Choco
Ensures that a value is not contained ina set variable.
notMember(SetVariable, int) - Static method in class choco.Choco
Ensures that a value is not contained ina set variable.
notMember(SetVariable, IntegerVariable) - Static method in class choco.Choco
Ensures that the value of an integer variable is not contained in a set variable.
notMember(IntegerVariable, SetVariable) - Static method in class choco.Choco
Ensures that the value of an integer variable is not contained in a set variable.
NotMemberBound - Class in choco.cp.solver.constraints.integer
User : cprudhom Mail : cprudhom(a)emn.fr Date : 22 f�vr. 2010 Since : Choco 2.1.1
NotMemberBound(IntDomainVar, int, int) - Constructor for class choco.cp.solver.constraints.integer.NotMemberBound
 
NotMemberEnum - Class in choco.cp.solver.constraints.integer
User : cprudhom Mail : cprudhom(a)emn.fr Date : 22 f�vr. 2010 Since : Choco 2.1.1
NotMemberEnum(IntDomainVar, int[]) - Constructor for class choco.cp.solver.constraints.integer.NotMemberEnum
 
NotMemberManager - Class in choco.cp.model.managers.constraints.integer
 
NotMemberManager() - Constructor for class choco.cp.model.managers.constraints.integer.NotMemberManager
 
NotMemberManager - Class in choco.cp.model.managers.constraints.set
A manager to build new NotMember constraint
NotMemberManager() - Constructor for class choco.cp.model.managers.constraints.set.NotMemberManager
 
NotMemberX - Class in choco.cp.solver.constraints.set
Ensure that a value will not belong to a setVar
NotMemberX(SetVar, int) - Constructor for class choco.cp.solver.constraints.set.NotMemberX
 
NotMemberXY - Class in choco.cp.solver.constraints.set
Ensure that an int variable does not belong to a set variable
NotMemberXY(SetVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.set.NotMemberXY
 
NotNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
NotNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.NotNode
 
Nproper - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering
 
Nproper(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Nproper
 
nproper - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
an integer variable that depicts the number of proper tree allowed to partition the graph
nRes() - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
NRPExample - Class in samples.fastregular
Created by IntelliJ IDEA.
NRPExample() - Constructor for class samples.fastregular.NRPExample
 
ns - Variable in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
nselect - Variable in class choco.cp.solver.search.task.SetTimes
The subset of non selectable tasks.
NSPBranching - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPBranching(NSPVarSelector, NSPValSelector) - Constructor for class samples.multicostregular.nsp.NSPBranching
 
NSPInstance - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPInstance() - Constructor for class samples.multicostregular.nsp.NSPInstance
 
NSPModel - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPModel(String) - Constructor for class samples.multicostregular.nsp.NSPModel
 
NSPModel(NSPInstance) - Constructor for class samples.multicostregular.nsp.NSPModel
 
NSPParser - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPParser() - Constructor for class samples.multicostregular.nsp.NSPParser
 
NSPSolver - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPSolver() - Constructor for class samples.multicostregular.nsp.NSPSolver
 
NSPStruct - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPStruct(IntDomainVar[], NSPInstance, IEnvironment) - Constructor for class samples.multicostregular.nsp.NSPStruct
 
NSPStruct.NSPStrucManager - Class in samples.multicostregular.nsp
 
NSPStruct.NSPStrucManager() - Constructor for class samples.multicostregular.nsp.NSPStruct.NSPStrucManager
 
NSPValSelector - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPValSelector(NSPVarSelector) - Constructor for class samples.multicostregular.nsp.NSPValSelector
 
NSPVarSelector - Class in samples.multicostregular.nsp
Created by IntelliJ IDEA.
NSPVarSelector(NSPStruct) - Constructor for class samples.multicostregular.nsp.NSPVarSelector
 
NSPVarSelector.VarCompar - Class in samples.multicostregular.nsp
 
NSPVarSelector.VarCompar() - Constructor for class samples.multicostregular.nsp.NSPVarSelector.VarCompar
 
NT - Static variable in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
nth(IntegerVariable, int[], IntegerVariable) - Static method in class choco.Choco
subscript constraint: accessing an array with a variable index
nth(String, IntegerVariable, int[], IntegerVariable) - Static method in class choco.Choco
subscript constraint: accessing an array with a variable index
nth(IntegerVariable, int[], IntegerVariable, int) - Static method in class choco.Choco
subscript constraint: accessing an array with a variable index The offset can be used when the index variable needs to be shifted of a given value (the offset)
nth(String, IntegerVariable, int[], IntegerVariable, int) - Static method in class choco.Choco
subscript constraint: accessing an array with a variable index The offset can be used when the index variable needs to be shifted of a given value (the offset)
nth(IntegerVariable, IntegerVariable[], IntegerVariable) - Static method in class choco.Choco
subscript constraint: accessing an array of variables with a variable index
nth(String, IntegerVariable, IntegerVariable[], IntegerVariable) - Static method in class choco.Choco
subscript constraint: accessing an array of variables with a variable index
nth(IntegerVariable, IntegerVariable, int[][], IntegerVariable) - Static method in class choco.Choco
subscript constraint: accessing a matix of variables with two variables indexes
nth(IntegerVariable, IntegerVariable[], IntegerVariable, int) - Static method in class choco.Choco
subscript constraint: accessing an array of variables with a variable index The offset can be used when the index variable needs to be shifted of a given value (the offset)
nth(String, IntegerVariable, IntegerVariable[], IntegerVariable, int) - Static method in class choco.Choco
subscript constraint: accessing an array of variables with a variable index The offset can be used when the index variable needs to be shifted of a given value (the offset)
NTH - Static variable in class choco.kernel.solver.constraints.Formula
 
nTree - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
ntree - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
an integer variable that depicts the number of tree allowed to partition the graph
NULL - Static variable in interface choco.cp.solver.search.integer.varselector.ratioselector.IntVarRatioSelector
 
NULL - Static variable in class choco.kernel.solver.Solution
 
NULL - Static variable in class db.DbTables
 
NullPenaltyFunction - Class in choco.kernel.model.constraints.automaton.penalty
Created by IntelliJ IDEA.
NullPenaltyFunction() - Constructor for class choco.kernel.model.constraints.automaton.penalty.NullPenaltyFunction
 
numberOfEv - Variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
numberOfStates - Variable in class samples.tutorials.to_sort.WolfGoatCabbage1
 
numComp - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
numComp - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
numFromVertCC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
numOfVectors - Variable in class choco.cp.solver.constraints.global.LexChain
total number of vector in the lex chain constraint
numTable - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
NVALUE - Static variable in class parser.absconparseur.InstanceTokens
 

O

o - Variable in class choco.kernel.common.util.objects.IntPair
 
O - Static variable in class samples.multicostregular.planner.InstanceMaker
 
O - Static variable in class samples.multicostregular.planner.PlanModel
 
O - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLinear
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.frames.DistLinearFrame
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
o1 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
o1 - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
o1 - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
o1 - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLinearModel
 
o2 - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
o2 - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
o2 - Variable in class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
o2 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
o2 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
o2 - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
o2 - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
oabs() - Method in class samples.documentation.Code4Doc1
 
Obj - Class in choco.cp.solver.constraints.global.geost.geometricPrim
This class represent an Object of our placement problem.
Obj() - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
Obj(int, int, IntDomainVar, IntDomainVar[], IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Creates an object with the given parameters
Obj(int, int, IntDomainVar, IntDomainVar[], IntDomainVar, IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
Obj(int) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Creates an object in a certain given dimension
objCoef - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
coefficients of the integer variable
OBJECT - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
object - Variable in class parser.flatzinc.ast.expression.EIdentifier
 
ObjectBranching - Interface in choco.kernel.solver.branch
ObjectBranching objects are specific branching objects where each branch is labeled with an Object.
ObjectFactory - Class in parser.chocogen
 
ObjectFactory(Model, InstanceParser) - Constructor for class parser.chocogen.ObjectFactory
 
objectIds - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
 
objectIds - Variable in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
 
objective - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
a bounded variable that depicts the total cost of the partition
objective - Variable in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
objective - Variable in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
objective - Variable in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
objective - Variable in class choco.kernel.solver.search.AbstractOptimize
the objective variable
objective - Variable in class parser.instances.AbstractInstanceModel
 
objective - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
objective - Variable in class samples.tutorials.to_sort.tsp.CycleMain
 
objective - Variable in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
objective - Variable in class samples.tutorials.to_sort.tsp.MyValSelector
 
objective - Variable in class samples.tutorials.to_sort.tsp.MyVarSelector
 
objectiveIntValue - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
objectiveIntValue - Variable in class choco.kernel.solver.Solution
 
objectiveOptimal - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
objectiveRealValue - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
objectiveRealValue - Variable in class choco.kernel.solver.Solution
 
objects - Variable in class choco.cp.solver.constraints.global.geost.Setup
A hashtable where the key is an object_id.
objects - Variable in class choco.cp.solver.constraints.global.geost.util.InputParser.GeostProblem
 
objects - Variable in class choco.kernel.common.DottyBean
 
objManager - Variable in class choco.kernel.solver.search.AbstractOptimize
the bounding object, record objective value and compute target bound.
ObservableStepSearchLoop - Class in choco.visu.searchloop
 
ObservableStepSearchLoop(AbstractGlobalSearchStrategy) - Constructor for class choco.visu.searchloop.ObservableStepSearchLoop
 
ObservableVarEventQueue - Class in choco.cp.solver.propagation
 
ObservableVarEventQueue() - Constructor for class choco.cp.solver.propagation.ObservableVarEventQueue
 
occMin(IntDomainVar[], int) - Static method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
occurCpt - Variable in class choco.cp.solver.constraints.set.SetNaryUnion
 
occurence(IntDomainVar[], IntDomainVar, int) - Method in class choco.cp.solver.CPSolver
 
occurenceMax(int, IntegerVariable, IntegerVariable...) - Static method in class choco.DeprecatedChoco
Deprecated. 
occurenceMin(int, IntegerVariable, IntegerVariable...) - Static method in class choco.DeprecatedChoco
Deprecated. 
occurences(int[], int, int) - Static method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
OCCURENCES_LIMIT - Static variable in class samples.random.ProportionRandomListGenerator
 
occurencesGreater(int[], int, int) - Static method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
occurrence(int, IntegerVariable, IntegerVariable...) - Static method in class choco.Choco
Ensures that the occurrence variable contains the number of occurrences of the given value in the list of variables
occurrence(IntegerVariable, IntegerVariable[], int) - Static method in class choco.Choco
Ensures that the occurrence variable contains the number of occurrences of the given value in the list of variables
occurrence(int, IntegerVariable[], int) - Static method in class choco.Choco
Ensures that N variables of the VARIABLES collection are assigned to value VALUE.
Occurrence - Class in choco.cp.solver.constraints.global
 
Occurrence(IntDomainVar[], int, boolean, boolean, IEnvironment) - Constructor for class choco.cp.solver.constraints.global.Occurrence
Constructor, API: should be used through the Model.createOccurrence API Define an occurence constraint setting size{forall v in lvars | v = occval} <= or >= or = occVar assumes the occVar variable to be the last of the variables of the constraint: vars = [lvars | occVar] with lvars = list of variables for which the occurence of occval in their domain is constrained
OCCURRENCE - Static variable in class choco.kernel.solver.constraints.Formula
 
OccurrenceManager - Class in choco.cp.model.managers.constraints.global
A manager to build new all occurence constraints
OccurrenceManager() - Constructor for class choco.cp.model.managers.constraints.global.OccurrenceManager
 
occurrenceMax(int, IntegerVariable, IntegerVariable...) - Static method in class choco.Choco
Ensures that the upper bound of occurrence is at least equal to the number of occurrences size{forall v in vars | v = value} <= occurrence
occurrenceMax(IntegerVariable, IntegerVariable[], int) - Static method in class choco.Choco
Ensures that the upper bound of occurrence is at least equal to the number of occurrences size{forall v in vars | v = value} <= occurrence
occurrenceMin(int, IntegerVariable, IntegerVariable...) - Static method in class choco.Choco
Ensures that the lower bound of occurrence is at most equal to the number of occurrences size{forall v in vars | v = value} >= occurrence
occurrenceMin(IntegerVariable, IntegerVariable[], int) - Static method in class choco.Choco
Ensures that the lower bound of occurrence is at most equal to the number of occurrences size{forall v in vars | v = value} >= occurrence
occVars - Variable in class samples.multicostregular.carsequencing.CarSeqModel
 
ocos() - Method in class samples.documentation.Code4Doc1
 
odb - Variable in class cli.HsqldbServerCmd
 
ODB_PATTERN - Static variable in class db.OdbHsqldbBridge
 
OdbHsqldbBridge - Class in db
 
oddIPower(RealInterval, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
oddIRoot(RealInterval, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
odiv(RealInterval, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
y should not contain 0 !
odiv() - Method in class samples.documentation.Code4Doc1
 
odiv_wrt(RealInterval, RealInterval, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
of(A, B) - Static method in class choco.kernel.common.util.objects.IntPair
 
offset - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
offset - Variable in class choco.cp.solver.constraints.set.SetNaryUnion
 
offset - Variable in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
The offset, that is the minimal value of the domain (stored at index 0).
offset - Variable in class parser.absconparseur.components.PGlobalCardinality
 
offset - Variable in class parser.absconparseur.components.PLexLess
 
offset - Variable in class parser.absconparseur.components.PLexLessEq
 
offset0 - Variable in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
offset0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
offset0 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
offset1 - Variable in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
offset1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
offset1 - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
offset1 - Variable in class choco.kernel.solver.constraints.integer.extension.CouplesTable
first value of x
offset2 - Variable in class choco.kernel.solver.constraints.integer.extension.CouplesTable
first value of y
OFFSET_PK - Static variable in class db.DbTableView
 
offsets - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
offsets - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
offsets - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
offsets - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
original lower bounds
offsets - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
original lower bounds
offsets - Variable in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
 
offsets - Variable in class choco.kernel.model.constraints.automaton.LayeredDFA
 
offsets - Variable in class choco.kernel.model.constraints.automaton.LightLayeredDFA
 
offsets - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
offsets - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
offsets - Variable in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
first value of x
offsets - Variable in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
The lower bound of each variable
offsets - Variable in class choco.kernel.solver.constraints.integer.extension.TuplesTable
offset (lower bound) of each variable
oifthenelse() - Method in class samples.documentation.Code4Doc1
 
oldSlowTaskIntervals() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
omax() - Method in class samples.documentation.Code4Doc1
 
omin() - Method in class samples.documentation.Code4Doc1
 
ominus() - Method in class samples.documentation.Code4Doc1
 
omod() - Method in class samples.documentation.Code4Doc1
 
omult() - Method in class samples.documentation.Code4Doc1
 
onceInQueue(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph.IntQueue
 
onceInQueue(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph.IntQueue
 
ONE - Static variable in class choco.Choco
 
ONE_VALUE - Static variable in interface choco.kernel.solver.variables.integer.IntDomainVar
 
oneg() - Method in class samples.documentation.Code4Doc1
 
oneToN(int) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
OneValueIterator - Class in choco.kernel.common.util.iterators
 
OneWordSBitSet32 - Class in choco.kernel.memory.structure
 
OneWordSBitSet32(IEnvironment) - Constructor for class choco.kernel.memory.structure.OneWordSBitSet32
Creates a new bit set.
OneWordSBitSet32(IEnvironment, int) - Constructor for class choco.kernel.memory.structure.OneWordSBitSet32
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
OneWordSBitSet64 - Class in choco.kernel.memory.structure
 
OneWordSBitSet64(IEnvironment) - Constructor for class choco.kernel.memory.structure.OneWordSBitSet64
Creates a new bit set.
OneWordSBitSet64(IEnvironment, int) - Constructor for class choco.kernel.memory.structure.OneWordSBitSet64
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
onlyOneCandidatePropagation() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
If only one candidate to be the max of the list, some additionnal propagation can be performed (as in usual x == y constraint).
onlyOneMaxCandidatePropagation() - Method in class choco.cp.solver.constraints.integer.MaxOfAList
If only one candidate to be the max of the list, some additionnal propagation can be performed (as in usual x == y constraint).
onlyOneMaxCandidatePropagation() - Method in class choco.cp.solver.constraints.integer.MinOfAList
If only one candidate to be the min of the list, some additionnal propagation can be performed (as in usual x == y constraint).
op - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Field representing the type of linear constraint (equality, inequality, disequality).
OPEN_NODE - Static variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
OpenBitSet - Class in choco.kernel.common.util.objects
This class implements a vector of bits that grows as needed.
OpenBitSet() - Constructor for class choco.kernel.common.util.objects.OpenBitSet
Creates a new bit set.
OpenBitSet(int) - Constructor for class choco.kernel.common.util.objects.OpenBitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
openNode() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
openNode() - Method in class choco.cp.solver.search.GoalSearchLoop
 
openNode() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
openNode() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
OpenShopScheduling - Class in samples.tutorials.to_sort.scheduling
 
OpenShopScheduling() - Constructor for class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
operationRequests - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
operator - Variable in class choco.cp.solver.constraints.integer.DistanceXYC
 
operator - Variable in class choco.cp.solver.constraints.integer.DistanceXYZ
 
operator - Variable in class choco.kernel.model.variables.ComponentVariable
 
Operator - Enum in choco.kernel.model.variables
 
oplus() - Method in class samples.documentation.Code4Doc1
 
opower() - Method in class samples.documentation.Code4Doc1
 
opposite(Solver) - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesEq
 
opposite(Solver) - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesGeq
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.Absolute
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.BinOr
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.BinXor
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
Computes the opposite of this constraint.
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.Identity
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.Not
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.bool.sum.NeqBoolSum
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.EqualXC
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.EqualXY_C
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.EqualXYC
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.extension.FCBinSConstraint
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombEQ
Computes the opposite of this constraint.
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombGEQ
Computes the opposite of this constraint.
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombLEQ
Computes the opposite of this constraint.
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombNEQ
Computes the opposite of this constraint.
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Computes the opposite of this constraint.
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.IntLinComb
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.MemberBound
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.MemberEnum
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.NotEqualXC
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.NotMemberBound
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.NotMemberEnum
Get the opposite constraint
opposite(Solver) - Method in class choco.cp.solver.constraints.integer.SignOp
 
opposite(Solver) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.IsIncluded
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.MemberX
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.MemberXY
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.NotMemberX
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.SetEq
 
opposite(Solver) - Method in class choco.cp.solver.constraints.set.SetNotEq
 
opposite(IntTerm) - Static method in class choco.cp.solver.variables.integer.IntTerm
 
opposite(Solver) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Get the opposite constraint
opposite(Solver) - Method in class choco.kernel.solver.constraints.Formula
 
opposite(Solver) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
opposite(Solver) - Method in interface choco.kernel.solver.constraints.SConstraint
computes the constraint modelling the counter-opposite condition of this
oppositec - Variable in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
oppositeCons - Variable in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
oppositeSign(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
OPPSIGN - Static variable in class parser.absconparseur.PredicateTokens
 
OppSignEvaluator - Class in parser.absconparseur.intension.logical
 
OppSignEvaluator() - Constructor for class parser.absconparseur.intension.logical.OppSignEvaluator
 
OppSignNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
OppSignNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.OppSignNode
 
opt - Variable in class choco.cp.solver.constraints.global.geost.Setup
 
OPT_0 - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
 
OPT_C - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
 
OPT_H - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
 
OPT_N - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
 
OPT_S - Static variable in class samples.tutorials.to_sort.packing.BinPackingInstances
 
optimize(boolean, Var, boolean) - Method in class choco.cp.solver.CPSolver
 
optimize(boolean, Var, boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
optimize(boolean, Var, boolean) - Method in class samples.tutorials.lns.lns.LNSCPSolver
launch the large neighborhood search
optimize - Variable in class samples.tutorials.to_sort.tsp.MyValSelector
 
OptimSChecker - Class in parser.instances.checker
 
OptimSChecker(int) - Constructor for class parser.instances.checker.OptimSChecker
 
OptimSChecker(int, int) - Constructor for class parser.instances.checker.OptimSChecker
 
option - Variable in class choco.kernel.common.util.bitmask.StringMask
 
optionRequirement - Variable in class samples.multicostregular.carsequencing.parser.CarSeqInstance
 
Options - Class in choco
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 25 mars 2010
Since : Choco 2.1.1

A class to declare options concerning variables and constraints.

options() - Method in class trace.Visualizer
 
optionsSet - Variable in class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
or(IntegerVariable...) - Static method in class choco.Choco
A constraint for logical disjunction between boolean variables lit1 OR lit2 OR ...
or(Constraint...) - Static method in class choco.Choco
 
or(IEnvironment, IntDomainVar...) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for OR constraint over integer variables
or(Goal...) - Static method in class choco.cp.solver.goals.GoalHelper
 
or(IBitMask...) - Method in class choco.kernel.common.util.bitmask.BitMask
 
or(OpenBitSet) - Method in class choco.kernel.common.util.objects.OpenBitSet
Performs a logical OR of this bit set with the bit set argument.
or(IStateBitSet) - Method in interface choco.kernel.memory.IStateBitSet
 
or(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Performs a logical OR of this bit set with the bit set argument.
or(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Performs a logical OR of this bit set with the bit set argument.
or(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet
Performs a logical OR of this bit set with the bit set argument.
or(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet2
Performs a logical OR of this bit set with the bit set argument.
or(ALogicTree...) - Static method in class choco.kernel.model.constraints.cnf.Node
 
OR - Static variable in class parser.absconparseur.PredicateTokens
 
or(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
or(Object, Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
ORANGE - Static variable in class choco.visu.components.ColorConstant
 
order - Variable in class choco.kernel.common.opres.graph.DagDTC
 
orderedEmployees - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
OrderedGcc - Class in choco.cp.solver.constraints.global.ordered
 
OrderedGcc(IntDomainVar[], int[], int) - Constructor for class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
OrderedGcc(IntDomainVar[], int, int, int[], int) - Constructor for class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
OrderedGccManager - Class in choco.cp.solver.constraints.global.ordered
 
OrderedGccManager() - Constructor for class choco.cp.solver.constraints.global.ordered.OrderedGccManager
 
OrderedGraphDeduction - Class in choco.cp.solver.constraints.global.tree.deduction
 
OrderedGraphDeduction(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.deduction.OrderedGraphDeduction
 
OrderedGraphPropag - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows
 
OrderedGraphPropag(IStateInt[][], IStateInt[][], PrecsGraphView, Node[], RemovalsAdvisor) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
Constructor: build a propagator for the time windows constraints according to the precedence constraints
OrderedSparseArray - Class in choco.cp.solver.constraints.global
User : xlorca Mail : xlorca(a)emn.fr Date : 29 janv. 2010 Since : Choco 2.1.1
OrderedSparseArray(int) - Constructor for class choco.cp.solver.constraints.global.OrderedSparseArray
 
OrderedSparseArray(int, boolean) - Constructor for class choco.cp.solver.constraints.global.OrderedSparseArray
 
orderEqualSizedItems(int) - Method in class choco.kernel.model.constraints.pack.PackModel
Deprecated. 
orderEqualSizedItems(Model, int) - Method in class choco.kernel.model.constraints.pack.PackModel
Symmetry Breaking : equal-sized items are ordered according to their indices.
orderFilterTest() - Static method in class samples.multicostregular.FilteringTest
 
orderIndex - Variable in class choco.kernel.common.opres.graph.DagDTC
 
Ordering - Class in samples.tutorials

Ordering() - Constructor for class samples.tutorials.Ordering
 
orderingPermutation - Variable in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
OrderingValSelector - Interface in choco.cp.solver.search.task
 
OrEvaluator - Class in parser.absconparseur.intension.logical
 
OrEvaluator() - Constructor for class parser.absconparseur.intension.logical.OrEvaluator
 
orientation - Variable in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
orig - Variable in class choco.cp.solver.constraints.global.lightcostregular.structure.Edge
 
orig - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
orig - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
 
orig - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc
 
origin - Variable in class choco.kernel.model.constraints.automaton.Transition
 
originalCost - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Arcs
 
originalCost - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Arcs
 
OriginalMaxFlow - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
OriginalMinFlow - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
 
origs - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Arcs
 
origs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Arcs
 
origs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Arcs
 
OrManager - Class in choco.cp.model.managers.constraints.expressions
User: charles Date: 22 août 2008
OrManager() - Constructor for class choco.cp.model.managers.constraints.expressions.OrManager
 
OrNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
OrNode(INode...) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.OrNode
 
oscalar() - Method in class samples.documentation.Code4Doc1
 
osin() - Method in class samples.documentation.Code4Doc1
 
osum() - Method in class samples.documentation.Code4Doc1
 
outArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
outArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
outArcs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
OUTBOX - Static variable in class choco.cp.solver.constraints.global.geost.Constants
OUTBOX is a constant that specifies the id of the outbox constraint.
Outbox - Class in choco.cp.solver.constraints.global.geost.internalConstraints
A class that represent the Outbox internal constraint.
Outbox(int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
OUTPUT - Static variable in class parser.flatzinc.ast.PVariable
 
OUTPUT_DIRECTORY - Static variable in class parser.instances.BasicSettings

Goal: indicates that the best solution is exported.
outputDirectory - Variable in class cli.AbstractBenchmarkCmd
 
overlaps(int, int, int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
OVERLOAD_CHECKING - Static variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
overloadChecking() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
overloadChecking() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
Overload checking rule.
overloadChecking() - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
 

P

P - Static variable in class samples.multicostregular.planner.InstanceMaker
 
P - Static variable in class samples.multicostregular.planner.PlanModel
 
p - Variable in class samples.tutorials.set.SteinerSystem
A ternary Steiner system of order n is a set of triplets of distinct elements taking their values between 1 and n, such that all the pairs included in two different triplets are different.
pa - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedNode
 
pack(SetVariable[], IntegerVariable[], IntegerVariable[], IntegerConstantVariable[], IntegerVariable, String...) - Static method in class choco.Choco
 
pack(PackModel, String...) - Static method in class choco.Choco
 
pack(int, int) - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
Pack an item into a bin
pack(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
Do not update status
pack(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
pack - Variable in class choco.cp.solver.search.integer.branching.PackDynRemovals
 
pack - Variable in class choco.cp.solver.search.integer.valselector.BestFit
 
pack(int) - Method in class choco.kernel.common.opres.nosum.NoSumList
 
pack(ListIterator<INoSumCell>, int) - Method in class choco.kernel.common.opres.nosum.NoSumList
 
pack(int, int) - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
PackDynRemovals - Class in choco.cp.solver.search.integer.branching
A specialized search strategy for packing problem.
PackDynRemovals(VarSelector<IntDomainVar>, ValSelector<IntDomainVar>, PackSConstraint) - Constructor for class choco.cp.solver.search.integer.branching.PackDynRemovals
 
PackFiltering - Class in choco.cp.solver.constraints.global.pack
The Class PackFiltering is implements filtering rules for one-dimensional bin packing constraint.
PackFiltering(IPackSConstraint, BitMask) - Constructor for class choco.cp.solver.constraints.global.pack.PackFiltering
Instantiates a new 1BP constraint.
packLargeItems() - Method in class choco.kernel.model.constraints.pack.PackModel
Deprecated. 
packLargeItems(Model) - Method in class choco.kernel.model.constraints.pack.PackModel
Symmetry Breaking : pack the k largest items into the first bins.
PackManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
PackManager() - Constructor for class choco.cp.model.managers.constraints.global.PackManager
 
PackModel - Class in choco.kernel.model.constraints.pack
 
PackModel(int[], int, int) - Constructor for class choco.kernel.model.constraints.pack.PackModel
 
PackModel(String, int[], int, int) - Constructor for class choco.kernel.model.constraints.pack.PackModel
 
PackModel(String, IntegerConstantVariable[], int, int) - Constructor for class choco.kernel.model.constraints.pack.PackModel
 
PackModel(IntegerVariable[], IntegerConstantVariable[], int) - Constructor for class choco.kernel.model.constraints.pack.PackModel
 
PackModel(IntegerVariable[], IntegerConstantVariable[], IntegerVariable[]) - Constructor for class choco.kernel.model.constraints.pack.PackModel
 
PackModel(IntegerVariable[], IntegerConstantVariable[], SetVariable[], IntegerVariable[]) - Constructor for class choco.kernel.model.constraints.pack.PackModel
 
PackModel(IntegerVariable[], IntegerConstantVariable[], SetVariable[], IntegerVariable[], IntegerVariable) - Constructor for class choco.kernel.model.constraints.pack.PackModel
 
packRemoved(int) - Method in class choco.kernel.common.opres.nosum.NoSumList
 
PackSConstraint - Class in choco.cp.solver.constraints.global.pack
Pack which maintains a primal-dual packing model.
PackSConstraint(IEnvironment, SetVar[], IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.pack.PackSConstraint
 
PackSConstraint.BoundNumberOfBins - Class in choco.cp.solver.constraints.global.pack
 
PackSConstraint.BoundNumberOfBins() - Constructor for class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
PackVisu - Class in samples.tutorials.to_sort.packing
 
PackVisu() - Constructor for class samples.tutorials.to_sort.packing.PackVisu
 
pad(String, int, String) - Static method in class choco.kernel.common.util.tools.StringUtils
Pads out a string upto padlen with pad chars
paint(Graphics) - Method in class samples.multicostregular.asap.hci.presentation.ASAPResultPanel
 
paint(Graphics) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
pairProba - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
pairs - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
pairSelector - Variable in class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarValPair
 
pairVars - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
PAllDifferent - Class in parser.absconparseur.components
 
PAllDifferent(String, PVariable[]) - Constructor for class parser.absconparseur.components.PAllDifferent
 
pane - Variable in class samples.multicostregular.asap.hci.presentation.ASAPMainWindow
 
panelList - Variable in class choco.visu.Visu
 
PAR_VAR_DECL - Variable in class parser.flatzinc.parser.FZNParser
Scanner for variable declaration.
parameter - Variable in class choco.kernel.common.opres.pack.AbstractFunctionDFF
 
Parameter - Class in parser.flatzinc.ast
 
Parameter(HashMap<String, Object>, Declaration, String, Expression) - Constructor for class parser.flatzinc.ast.Parameter
 
PARAMETER_PREFIX - Static variable in class parser.absconparseur.InstanceTokens
 
parameters - Variable in class choco.kernel.model.constraints.ComponentConstraint
 
parameters - Variable in class choco.kernel.model.variables.ComponentVariable
 
parameters - Variable in enum choco.kernel.model.variables.Operator
 
parameters - Variable in class choco.kernel.solver.constraints.Formula
storing the parameters of the constraint
PARAMETERS - Static variable in class parser.absconparseur.InstanceTokens
 
params - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
list of graph properties to maintain for the graph
parent(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Returns the Vector index of the parent
parent(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Returns the Vector index of the parent
parse() - Method in class choco.cp.solver.constraints.global.geost.util.InputParser
 
parse(boolean) - Method in class parser.absconparseur.tools.InstanceParser
Parse the DOM object that has been loaded.
parse() - Method in class parser.flatzinc.parser.FZNParser
Scanner for flatzinc model.
parse(Parser<T>, String) - Static method in class parser.flatzinc.parser.TerminalParser
A Parser that takes as input the tokens returned by TOKENIZER delimited by FZN_DELIMITER, and runs this to parse the tokens.
parse(boolean) - Method in interface parser.instances.InstanceFileParser
 
parse(String) - Method in class samples.tutorials.assignment.CarSequence
 
parse(boolean) - Method in class samples.tutorials.lns.rcpsp.RCPSPFileParser
 
parse(String) - Method in class samples.tutorials.pack.KnapSack
 
parse(String) - Method in class samples.tutorials.puzzles.Sudoku
 
parse(String) - Method in class samples.tutorials.scheduling.AircraftLanding
 
parse(String) - Method in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
parseCumulativeConstraint(String, PVariable[], Element) - Method in class parser.absconparseur.tools.InstanceParser
 
parseDate(String) - Static method in class samples.multicostregular.asap.data.base.ASAPDate
 
parseDisjunctiveConstraint(String, PVariable[], Element) - Method in class parser.absconparseur.tools.InstanceParser
 
parseFile() - Method in class choco.cp.solver.constraints.global.geost.util.InputParser
This is the essential function of this class it.
parseGlobalConstraint(String, String, PVariable[], Element) - Method in class parser.absconparseur.tools.InstanceParser
 
parseGP() - Method in class choco.cp.solver.constraints.global.geost.util.InputParser
This is the essential function of this class it.
parseInteger(String) - Static method in class parser.absconparseur.Toolkit
 
parseLong(String) - Static method in class parser.absconparseur.Toolkit
 
parseNSPFile(String) - Static method in class samples.multicostregular.nsp.NSPParser
 
parser - Variable in class cli.AbstractCmdLine
 
parser - Variable in class parser.chocogen.ChocoFactory
 
parser - Variable in class parser.chocogen.ObjectFactory
 
parser - Variable in class parser.instances.AbstractInstanceModel
 
parser.absconparseur - package parser.absconparseur
 
parser.absconparseur.components - package parser.absconparseur.components
 
parser.absconparseur.intension - package parser.absconparseur.intension
 
parser.absconparseur.intension.arithmetic - package parser.absconparseur.intension.arithmetic
 
parser.absconparseur.intension.logical - package parser.absconparseur.intension.logical
 
parser.absconparseur.intension.relational - package parser.absconparseur.intension.relational
 
parser.absconparseur.intension.terminal - package parser.absconparseur.intension.terminal
 
parser.absconparseur.intension.types - package parser.absconparseur.intension.types
 
parser.absconparseur.tools - package parser.absconparseur.tools
 
parser.chocogen - package parser.chocogen
 
parser.flatzinc - package parser.flatzinc
 
parser.flatzinc.ast - package parser.flatzinc.ast
 
parser.flatzinc.ast.declaration - package parser.flatzinc.ast.declaration
 
parser.flatzinc.ast.expression - package parser.flatzinc.ast.expression
 
parser.flatzinc.parser - package parser.flatzinc.parser
 
parser.instances - package parser.instances
 
parser.instances.checker - package parser.instances.checker
 
parser.instances.xcsp - package parser.instances.xcsp
 
parseXMLFile(String) - Method in class samples.multicostregular.asap.parser.ASAPParser
 
PartiallyStoredIntCstrList<C extends AbstractSConstraint> - Class in choco.kernel.memory.structure
 
PartiallyStoredIntCstrList(IEnvironment, int...) - Constructor for class choco.kernel.memory.structure.PartiallyStoredIntCstrList
 
PartiallyStoredIntVector - Class in choco.kernel.memory.structure
A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredIntVector(IEnvironment) - Constructor for class choco.kernel.memory.structure.PartiallyStoredIntVector
 
PartiallyStoredRealCstrList<C extends AbstractSConstraint & RealPropagator> - Class in choco.kernel.memory.structure
 
PartiallyStoredRealCstrList(IEnvironment) - Constructor for class choco.kernel.memory.structure.PartiallyStoredRealCstrList
 
PartiallyStoredSetCstrList<C extends AbstractSConstraint & SetPropagator> - Class in choco.kernel.memory.structure
 
PartiallyStoredSetCstrList(IEnvironment) - Constructor for class choco.kernel.memory.structure.PartiallyStoredSetCstrList
 
PartiallyStoredTaskCstrList<C extends AbstractSConstraint & TaskPropagator> - Class in choco.kernel.memory.structure
 
PartiallyStoredTaskCstrList(IEnvironment) - Constructor for class choco.kernel.memory.structure.PartiallyStoredTaskCstrList
 
PartiallyStoredVector<E> - Class in choco.kernel.memory.structure
A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector(IEnvironment) - Constructor for class choco.kernel.memory.structure.PartiallyStoredVector
Constructor
partialRuntimeStatistics(boolean) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
partialRuntimeStatistics(boolean) - Method in class choco.kernel.solver.search.AbstractOptimize
 
particle - Variable in class choco.visu.components.bricks.NodeBrick.CParticle
 
partition(int[], IntDomainVar[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
 
Partition - Class in samples.tutorials.puzzles

Partition() - Constructor for class samples.tutorials.puzzles.Partition
 
ParVar - Class in parser.flatzinc.ast
 
ParVar() - Constructor for class parser.flatzinc.ast.ParVar
 
path - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
a shortest path structure of the graph to partition
path - Variable in enum choco.visu.components.papplets.ChocoPApplet
 
pathmax(int[], int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
pathmax(int[], int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
pathmin(int[], int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
pathmin(int[], int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
pathset(int[], int, int, int) - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
pathset(int[], int, int, int) - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
pattern - Variable in class samples.multicostregular.asap.data.base.ASAPPattern
 
PatternExample - Class in samples.tutorials
 
PatternExample() - Constructor for class samples.tutorials.PatternExample
 
pause() - Method in interface choco.visu.searchloop.IObservableStepSearchLoop
Pause the normal run loop
pause() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
pb - Variable in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
 
pbName - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
pConsistent(int, int, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintLight
 
PConstraint - Class in parser.absconparseur.components
 
PConstraint(String, PVariable[]) - Constructor for class parser.absconparseur.components.PConstraint
 
PConstraint - Class in parser.flatzinc.ast
 
PConstraint(Model, String, List<Expression>, List<EAnnotation>) - Constructor for class parser.flatzinc.ast.PConstraint
 
PCumulative - Class in parser.absconparseur.components
 
PCumulative(String, PVariable[], PTask[], int) - Constructor for class parser.absconparseur.components.PCumulative
 
PdfExport - Class in choco.visu.components.chart
 
PDisjunctive - Class in parser.absconparseur.components
 
PDisjunctive(String, PVariable[], PTask[]) - Constructor for class parser.absconparseur.components.PDisjunctive
 
PDomain - Class in parser.absconparseur.components
 
PDomain(String, int[]) - Constructor for class parser.absconparseur.components.PDomain
 
PElement - Class in parser.absconparseur.components
 
PElement(String, PVariable[], PVariable, Object[], Object) - Constructor for class parser.absconparseur.components.PElement
 
pelIdx - Variable in class choco.cp.solver.propagation.AbstractPropagationEngine
 
penalty - Variable in class choco.kernel.model.constraints.automaton.FA.utils.Bounds.MinMax
 
penalty(int) - Method in class choco.kernel.model.constraints.automaton.penalty.AbstractPenaltyFunction
 
penalty(int) - Method in interface choco.kernel.model.constraints.automaton.penalty.IPenaltyFunction
 
penalty(int) - Method in class choco.kernel.model.constraints.automaton.penalty.IsoPenaltyFunction
 
penalty(int) - Method in class choco.kernel.model.constraints.automaton.penalty.LinearPenaltyFunction
 
penalty(int) - Method in class choco.kernel.model.constraints.automaton.penalty.NullPenaltyFunction
 
permutation(int[], T[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
apply a permuation on an array
permutation - Variable in class choco.kernel.model.constraints.pack.PackModel
 
PermutationUtils - Class in choco.kernel.common.util.tools
 
persons - Variable in class samples.tutorials.to_sort.U2planning
 
PertCPM - Class in samples.tutorials.to_sort.scheduling
The following example is inspired from an example of the Ilog Scheduler userguide.
PertCPM() - Constructor for class samples.tutorials.to_sort.scheduling.PertCPM
 
PertCPM(int) - Constructor for class samples.tutorials.to_sort.scheduling.PertCPM
 
PExtensionConstraint - Class in parser.absconparseur.components
 
PExtensionConstraint(String, PVariable[], PRelation) - Constructor for class parser.absconparseur.components.PExtensionConstraint
 
pf - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
PFunction - Class in parser.absconparseur.components
 
PFunction(String, String, String) - Constructor for class parser.absconparseur.components.PFunction
 
PGlobalCardinality - Class in parser.absconparseur.components
 
PGlobalCardinality(String, PVariable[], Object[], int) - Constructor for class parser.absconparseur.components.PGlobalCardinality
 
PGlobalConstraint - Class in parser.absconparseur.components
 
PGlobalConstraint(String, PVariable[]) - Constructor for class parser.absconparseur.components.PGlobalConstraint
 
phase - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
phrase(String) - Static method in class parser.flatzinc.parser.TerminalParser
 
physics - Variable in class choco.visu.components.papplets.TreeSearchPApplet
 
pi - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
The finite automaton which defines the regular language the variable sequence must belong
Picross - Class in samples.tutorials.to_sort
This class implements a nonogram strategy.
Picross(int[][], int[][], Solver) - Constructor for class samples.tutorials.to_sort.Picross
Create a new nanogram
PINK - Static variable in class choco.visu.components.ColorConstant
 
PIntensionConstraint - Class in parser.absconparseur.components
 
PIntensionConstraint(String, PVariable[], PFunction, String) - Constructor for class parser.absconparseur.components.PIntensionConstraint
 
planes - Variable in class samples.AirPlaneLandingWithLNS
Each plane is represented as a task. its starting time is its landing time and its duration its landing time.
planes - Variable in class samples.tutorials.scheduling.AirPlaneLanding
Each plane is represented as a task. its starting time is its landing time and its duration its landing time.
PlanModel - Class in samples.multicostregular.planner
Created by IntelliJ IDEA.
PlanModel(int, int, long, boolean) - Constructor for class samples.multicostregular.planner.PlanModel
 
PLexLess - Class in parser.absconparseur.components
 
PLexLess(String, PVariable[], Object[], int) - Constructor for class parser.absconparseur.components.PLexLess
 
PLexLessEq - Class in parser.absconparseur.components
 
PLexLessEq(String, PVariable[], Object[], int) - Constructor for class parser.absconparseur.components.PLexLessEq
 
plus(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
Adding two terms one to another
plus(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
plus(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
plus(RealExpressionVariable, RealExpressionVariable) - Static method in class choco.Choco
 
plus(RealExpressionVariable, double) - Static method in class choco.Choco
 
plus(double, RealExpressionVariable) - Static method in class choco.Choco
 
plus(IntExp, IntExp) - Method in class choco.cp.solver.CPSolver
Adding two terms one to another
plus(IntExp, int) - Method in class choco.cp.solver.CPSolver
 
plus(int, IntExp) - Method in class choco.cp.solver.CPSolver
 
plus(int[], IntVar[], int, int[], IntVar[], int) - Static method in class choco.cp.solver.CPSolver
Utility method for constructing a term from two lists of variables, list of coeffcicients and constants
plus(RealExp, RealExp) - Method in class choco.cp.solver.CPSolver
Addition of two expressions.
plus(IntTerm, int, IntVar, boolean) - Static method in class choco.cp.solver.variables.integer.IntTerm
 
plus(IntTerm, IntTerm) - Static method in class choco.cp.solver.variables.integer.IntTerm
 
plus(RealExp, RealExp) - Method in interface choco.kernel.model.RealModeler
Addition of two expressions.
plus(IntExp, int) - Method in interface choco.kernel.solver.Solver
 
plus(int, IntExp) - Method in interface choco.kernel.solver.Solver
 
plus(IntExp, IntExp) - Method in interface choco.kernel.solver.Solver
 
plus(IntExp, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
plus(int, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
plus(IntExp, IntExp) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
PlusManager - Class in choco.cp.model.managers.operators
 
PlusManager() - Constructor for class choco.cp.model.managers.operators.PlusManager
 
PlusNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
PlusNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.PlusNode
 
Point - Class in choco.cp.solver.constraints.global.geost.geometricPrim
This class represent a k dimensional Point.
Point(int) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Point
Creates a point of dimension dim at the origin of the coordinate base.
Point(int[]) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Point
Creates a point object from an array of integers.
Point(Point) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Point
Creates a point identical to the point given as parameter.
point() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
pointMax() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
pointMin() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
policy - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
policy - Variable in class choco.visu.components.bricks.AChocoBrick
the policy of text alignement
poll() - Method in class choco.kernel.common.util.objects.CircularQueue
 
PoolManager<E extends IStored> - Class in choco.kernel.common.util.disposable

PoolManager() - Constructor for class choco.kernel.common.util.disposable.PoolManager
 
PoolManager(int) - Constructor for class choco.kernel.common.util.disposable.PoolManager
 
pop() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph.IntQueue
 
pop() - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
Pop the last element on the stack.
pop() - Method in class choco.kernel.common.util.iterators.ArrayIterator
 
pop() - Method in class choco.kernel.common.util.iterators.IntArrayIterator
 
pop() - Method in interface choco.kernel.common.util.iterators.IStored
 
pop() - Method in class choco.kernel.common.util.iterators.OneValueIterator
 
pop() - Method in class choco.kernel.common.util.iterators.SingleElementIterator
 
pop() - Method in class choco.kernel.common.util.objects.CircularQueue
 
pop() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph.IntQueue
 
popEvent() - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Pops an event to propagate.
popEvent() - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Pops the next var to propagate.
popEvent() - Method in class choco.cp.solver.propagation.ObservableVarEventQueue
Pops an event to propagate.
popEvent() - Method in class choco.cp.solver.propagation.VariableEventQueue
Pops an event to propagate.
popEvent() - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Pops the next var to propagate.
popFirst() - Method in class choco.kernel.common.util.objects.PriorityQueue
Pops the first var in the queue.
popGoal() - Method in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
popGoal() - Method in class choco.cp.solver.search.GoalSearchLoop
 
popGoalTrace() - Method in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
popGoalTrace() - Method in class choco.cp.solver.search.GoalSearchLoop
 
popTrace() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
pos - Variable in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
pos(IntegerVariable) - Static method in class choco.kernel.model.constraints.cnf.Literal
 
pos(IntegerVariable[]) - Static method in class choco.kernel.model.constraints.cnf.Literal
 
pos_watches(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
position - Variable in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
position - Variable in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
The position of each element within the list.
position - Variable in class samples.tutorials.Langford
 
poslits - Variable in class parser.chocogen.XmlClause
 
possibleArgMin(int[], BitSet) - Static method in class choco.cp.model.managers.variables.IntegerVariableManager
 
post(SConstraint, boolean) - Method in class choco.cp.solver.CPSolver
 
post(SConstraint) - Method in class choco.cp.solver.CPSolver
Network management: adding a constraint to the model.
post(SConstraint...) - Method in class choco.cp.solver.CPSolver
 
post(SConstraint) - Method in interface choco.kernel.solver.Solver
 
post(SConstraint) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
postAddKer(SetVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post modification of kernel addition event
postAddKer(SetVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post modification of kernel addition event
postAnalyze(File, InstanceParser, PreProcessCPSolver) - Method in class parser.chocogen.XmlModel
Output in the standart console a set of statistics on the search
postAnalyzeCP() - Method in class parser.instances.AbstractInstanceModel
compute the resolution status after the cp search (solver is not null).
postAnalyzePP() - Method in class parser.instances.AbstractInstanceModel
compute the resolution status after the preprocessing stage (no solver build yet).
postAnalyzePP() - Method in class parser.instances.AbstractMinimizeModel
 
postConsistencyConstraint(Solver) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
postConstAwake(Propagator, boolean) - Method in class choco.cp.solver.propagation.ChocoEngine
Post a constraint event.
postConstAwake(Propagator, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Post a constraint event.
postCut(SConstraint) - Method in class choco.cp.solver.CPSolver
Network management: adding a constraint to the model.
postCut(SConstraint) - Method in interface choco.kernel.solver.Solver
 
postCut(SConstraint) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
postDynamicCut() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
called before going down into each branch of the choice point
postDynamicCut() - Method in class choco.kernel.solver.search.AbstractOptimize
we use targetBound data structures for the optimization cuts
postEvent(Var, int, SConstraint, boolean) - Method in class choco.cp.solver.propagation.ChocoEngine
Generic method to post events.
postEvent(Var, int, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Generic method to post events.
postfix - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
POSTFIX_EXPRESSION - Static variable in class parser.absconparseur.InstanceTokens
 
postFloorBound() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
postFloorBound() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
postFloorBound() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
postFloorBound() - Method in interface choco.kernel.solver.search.IObjectiveManager
propagating the optimization cuts from the new floor bounds
postHorizonConstraint(Solver, int) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
postIncFloorBound() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
postIncFloorBound() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
postIncFloorBound() - Method in interface choco.kernel.solver.search.IObjectiveManager
 
postInstInt(IntDomainVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post instantiation event
postInstInt(IntDomainVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post instantiation event
postInstSet(SetVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post instantiation event
postInstSet(SetVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post instantiation event
postMakespanConstraint() - Method in class choco.cp.solver.CPSolver
 
postOrder - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
postRedundantSetConstraints(SConstraint) - Method in class choco.cp.solver.CPSolver
Post the redundant constraint that allows to capture the reasonnings on cardinalities
postRemEnv(SetVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post modification of envelope removal event
postRemEnv(SetVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post modification of envelope removal event
postRemoveVal(IntDomainVar, int, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post removal event
postRemoveVal(IntDomainVar, int, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post removal event
postTargetBound() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
postTargetBound() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
postTargetBound() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
postTargetBound() - Method in interface choco.kernel.solver.search.IObjectiveManager
propagating the optimization cuts from the new target bounds
postTaskConsistencyConstraints() - Method in class choco.cp.solver.CPSolver
Post the redundant constraint that captures the reasonnings on tasks consistency.
postUpdateInf(IntDomainVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post modification of lower bound event
postUpdateInf(RealVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post modification of lower bound event
postUpdateInf(IntDomainVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post modification of lower bound event
postUpdateInf(RealVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post modification of lower bound event
postUpdateSup(IntDomainVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post modification of upper bound event
postUpdateSup(RealVar, SConstraint, boolean) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Specific method to post modification of upper bound event
postUpdateSup(IntDomainVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post modification of upper bound event
postUpdateSup(RealVar, SConstraint, boolean) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Specific method to post modification of upper bound event
poswatches - Variable in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
potentialRoots - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
backtrackable bitset that store the potential roots involved in global
pow(int, int) - Static method in class choco.kernel.common.util.tools.MathUtils
 
POW - Static variable in class parser.absconparseur.PredicateTokens
 
pow(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
power(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
power(int, IntegerExpressionVariable) - Static method in class choco.Choco
 
power(IntegerExpressionVariable, int) - Static method in class choco.Choco
 
power(RealExpressionVariable, int) - Static method in class choco.Choco
Power of an expression.
power - Variable in class choco.cp.solver.constraints.real.exp.RealIntegerPower
 
power(RealExp, int) - Method in class choco.cp.solver.CPSolver
Power of an expression.
power(RealExp, int) - Method in interface choco.kernel.model.RealModeler
Power of an expression.
PowerManager - Class in choco.cp.model.managers.operators
 
PowerManager() - Constructor for class choco.cp.model.managers.operators.PowerManager
 
PowEvaluator - Class in parser.absconparseur.intension.arithmetic
 
PowEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.PowEvaluator
 
PowNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
PowNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.PowNode
 
PPModelToCPSolver - Class in choco.cp.solver.preprocessor
 
PPModelToCPSolver(CPSolver) - Constructor for class choco.cp.solver.preprocessor.PPModelToCPSolver
 
PPredicate - Class in parser.absconparseur.components
 
PPredicate(String, String, String) - Constructor for class parser.absconparseur.components.PPredicate
 
PPSearch - Class in choco.cp.solver.preprocessor
Created by IntelliJ IDEA.
PPSearch() - Constructor for class choco.cp.solver.preprocessor.PPSearch
 
PPSearch.BoolSchedComparator - Class in choco.cp.solver.preprocessor
Sort the precedences by decreasing sum of the two durations of the two tasks
PPSearch.BoolSchedComparator() - Constructor for class choco.cp.solver.preprocessor.PPSearch.BoolSchedComparator
 
preAnalyse() - Method in class parser.chocogen.ExtConstraintFactory
 
precedence(TaskVariable, TaskVariable) - Static method in class choco.Choco
T1 ends before t2 starts or t1 precedes t2.
precedence(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
T1 ends before t2 starts or t1 precedes t2.
precedence - Variable in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.AbstractPrecedenceRatio
 
precedenceDisjoint(IntegerVariable, int, IntegerVariable, int, IntegerVariable) - Static method in class choco.Choco
direction = 1 => v1 + dur1 <= v2 (T1 << T2); direction = 0 => v2 + dur2 <= v1 (T2 << T1);
precedenceDisjoint(TaskVariable, TaskVariable, IntegerVariable) - Static method in class choco.Choco
represents a disjunction without setup times
precedenceDisjoint(TaskVariable, TaskVariable, IntegerVariable, int, int) - Static method in class choco.Choco
precedence disjoint with setup times: direction = 1 => t1.end() + forwardSetup <= t2.start() (T1 << T2); direction = 0 => t2.end() + backwardSetup <= t1.start() (T2 << T1);
PrecedenceDisjoint - Class in choco.cp.solver.constraints.global.scheduling.precedence
Let b be a boolean variables; x1, x2 be two integer variables and k1, k2 two integers.
PrecedenceDisjoint(IntDomainVar, int, IntDomainVar, int, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
b = 1 <=> x1 + k1 <= x2 b = 0 <=> x2 + k2 <= x1
PrecedenceDisjoint(TaskVar, int, TaskVar, int, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
PrecedenceDisjointManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
PrecedenceDisjointManager() - Constructor for class choco.cp.model.managers.constraints.global.PrecedenceDisjointManager
 
precedenceImplied(IntegerVariable, int, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
represents an implied precedence: b = 1 => x1 + k1 <= x2 b = 0 => TRUE
precedenceImplied(TaskVariable, int, TaskVariable, IntegerVariable) - Static method in class choco.Choco
represents a reidied precedence with setup times between a pair of tasks: b = 1 => e1 + delta <= s2 b = 0 => TRUE;
PrecedenceImplied - Class in choco.cp.solver.constraints.global.scheduling.precedence
 
PrecedenceImplied(IntDomainVar, int, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
b = 1 => x1 + k1 <= x2
PrecedenceImpliedManager - Class in choco.cp.model.managers.constraints.global
 
PrecedenceImpliedManager() - Constructor for class choco.cp.model.managers.constraints.global.PrecedenceImpliedManager
 
precedenceReified(IntegerVariable, int, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
represents a reidied precedence: b = 1 => x1 + k1 <= x2 b = 0 => x1 + k1 > x2
precedenceReified(TaskVariable, int, TaskVariable, IntegerVariable) - Static method in class choco.Choco
represents a reidied precedence with setup times between a pair of tasks: b = 1 => e1 + delta <= s2 b = 0 => e1 + delta > s2
PrecedenceReified - Class in choco.cp.solver.constraints.global.scheduling.precedence
b = 1 <=> x1 + k1 <= x2 b = 0 <=> x1 + k1 > x2
PrecedenceReified(IntDomainVar, int, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
PrecedenceReifiedManager - Class in choco.cp.model.managers.constraints.global
 
PrecedenceReifiedManager() - Constructor for class choco.cp.model.managers.constraints.global.PrecedenceReifiedManager
 
Precedences - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences
 
Precedences(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.Precedences
 
PrecedenceVDisjoint - Class in choco.cp.solver.constraints.global.scheduling.precedence
if b is true then t1 ends before t2, otherwise t2 ends before t1.
PrecedenceVDisjoint(IntDomainVar, IntDomainVar, IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
PrecedenceVDisjoint(IntDomainVar, TaskVar, TaskVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
PrecedenceVSDisjoint - Class in choco.cp.solver.constraints.global.scheduling.precedence
The precedence disjoint constraint with setup times and variable duration.
PrecedenceVSDisjoint(IntDomainVar, IntDomainVar, IntDomainVar, int, IntDomainVar, IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
PrecedenceVSDisjoint(IntDomainVar, TaskVar, int, TaskVar, int) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
preceding(TaskVar, int, TaskVar) - Method in class choco.cp.solver.CPSolver
 
preceding(IntDomainVar, TaskVar, TaskVar) - Method in class choco.cp.solver.CPSolver
 
preceding(IntDomainVar, TaskVar, int, TaskVar, int) - Method in class choco.cp.solver.CPSolver
 
preceding(TaskVariable, TaskVariable) - Static method in class choco.DeprecatedChoco
Deprecated. 
preceding(IntegerVariable, int, IntegerVariable, int, IntegerVariable) - Static method in class choco.DeprecatedChoco
Deprecated. 
preceding(TaskVariable, TaskVariable, IntegerVariable) - Static method in class choco.DeprecatedChoco
Deprecated. 
precFromDisjointDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
PrecFromDisjointModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
PrecFromDisjointModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromDisjointModelDetector
 
precFromImpliedDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
PrecFromImpliedModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
PrecFromImpliedModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromImpliedModelDetector
 
precFromReifiedDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
PrecFromReifiedModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
PrecFromReifiedModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromReifiedModelDetector
 
precFromTimeWindowDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
PrecFromTimeWindowModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
PrecFromTimeWindowModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.PrecFromTimeWindowModelDetector
 
precGraph - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
precReductionDetector(CPModel, DisjunctiveModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
PrecReductionModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
PrecReductionModelDetector(CPModel, DisjunctiveModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.PrecReductionModelDetector
 
PrecReiChocoEvaluator - Class in parser.absconparseur.intension.logical
 
PrecReiChocoEvaluator() - Constructor for class parser.absconparseur.intension.logical.PrecReiChocoEvaluator
 
precs - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
precs - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
structure that compute new precedence constraints from the other structures
precs - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
data structure related to the graph representation of the partial order
precs - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
graph of the precedence constraints
precs - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
precs - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
precs - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
data structure of the precedence graph
precs - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
data structure related to the graph representation of the partial order
precsGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
backtrackable bitset matrix representing the precedence graph
PrecsGraphView - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews
 
PrecsGraphView(Solver, Node[]) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
precsParams - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
list of graph properties to maintain for the precedence graph
predecessor - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
predecessors - Variable in class choco.kernel.common.opres.graph.GraphDTC
 
PREDICATE - Static variable in class parser.absconparseur.InstanceTokens
 
Predicate - Class in parser.flatzinc.ast
 
Predicate(String, List<PredParam>) - Constructor for class parser.flatzinc.ast.Predicate
 
PREDICATE_PREFIX - Static variable in class parser.absconparseur.InstanceTokens
 
PredicateManager - Class in parser.absconparseur.intension
 
PredicateManager() - Constructor for class parser.absconparseur.intension.PredicateManager
 
PREDICATES - Static variable in class parser.absconparseur.InstanceTokens
 
PredicateTokens - Class in parser.absconparseur
 
PredicateTokens() - Constructor for class parser.absconparseur.PredicateTokens
 
PredicateTokens.RelationalOperator - Enum in parser.absconparseur
 
PredParam - Class in parser.flatzinc.ast
 
PredParam(Declaration, String) - Constructor for class parser.flatzinc.ast.PredParam
 
prefered - Variable in class choco.kernel.model.constraints.automaton.FA.utils.Bounds.MinMax
 
prefilter() - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
prefilter() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Performs cost based filtering w.r.t. each cost dimension.
prefix - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
prefix - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
prefix - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
prefix(int) - Method in class trace.visualizers.Writer
 
PREFIX_GLOBAL - Static variable in class parser.absconparseur.InstanceTokens
 
prefs - Variable in class samples.multicostregular.nsp.NSPInstance
 
PRelation - Class in parser.absconparseur.components
 
PRelation(String, int, int, String, int[][], int[], int) - Constructor for class parser.absconparseur.components.PRelation
 
PRelation(String, int, int, String, int[][]) - Constructor for class parser.absconparseur.components.PRelation
 
prepare() - Method in class choco.kernel.common.util.objects.BooleanSparseMatrix
Prepare the matrix for correct iteration.
prepare() - Method in interface choco.kernel.common.util.objects.ISparseMatrix
Prepare the matrix for correct iteration.
prepare(int...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
prepare(long...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
preprocess() - Method in class parser.instances.AbstractInstanceModel
Executes preprocessing ( bounding, heuristics ...)
preprocess() - Method in class parser.instances.AbstractMinimizeModel
 
preprocess() - Method in class parser.instances.FcspModel
Executes preprocessing ( bounding, heuristics ...)
preprocess() - Method in class parser.instances.XcspModel
 
preprocess() - Method in class samples.tutorials.lns.rcpsp.RCPSPModeler
Executes preprocessing ( bounding, heuristics ...)
preprocess() - Method in class samples.tutorials.to_sort.packing.parser.BinPackingModel
 
PreProcessConfiguration - Class in choco.cp.solver.preprocessor
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 7 mai 2010
Since : Choco 2.1.1
Specific Configuration extension for PreProcessCPSolver.
PreProcessConfiguration() - Constructor for class choco.cp.solver.preprocessor.PreProcessConfiguration
 
PreProcessCPSolver - Class in choco.cp.solver.preprocessor
 
PreProcessCPSolver() - Constructor for class choco.cp.solver.preprocessor.PreProcessCPSolver
 
PreProcessCPSolver(Configuration) - Constructor for class choco.cp.solver.preprocessor.PreProcessCPSolver
 
PreProcessCPSolver(IEnvironment, Configuration) - Constructor for class choco.cp.solver.preprocessor.PreProcessCPSolver
 
PREPROCESSING_HEURISTICS - Static variable in class parser.instances.BasicSettings

Goal: indicates if the heuristics is applied during preprocessing.
PREPROCESSING_TIME_LIMIT - Static variable in class parser.instances.BasicSettings

Goal: time limit of a preprocessing step.
PRESENTATION - Static variable in class parser.absconparseur.InstanceTokens
 
PRESERVED_PRECISION - Static variable in interface choco.cp.solver.constraints.global.scheduling.precedence.ITemporalSRelation
 
preservedWDeg(Solver, ITemporalSRelation[], long) - Static method in class choco.cp.solver.search.BranchingFactory
 
preservedWDeg(Solver, ITemporalSRelation[], OrderingValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
preservedWDeg(Solver, ITemporalSRelation[], OrderingValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
PreservedWDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved
 
PreservedWDegRatio(ITemporalSRelation) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.preserved.PreservedWDegRatio
 
pretty() - Method in class choco.cp.model.CPModel
 
pretty() - Method in class choco.cp.solver.constraints.global.AmongGAC
 
pretty() - Method in class choco.cp.solver.constraints.global.AtMostNValue
 
pretty() - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
pretty() - Method in class choco.cp.solver.constraints.global.BoundGcc
 
pretty() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
pretty() - Method in class choco.cp.solver.constraints.global.Exactly
 
pretty() - Method in class choco.cp.solver.constraints.global.Lex
 
pretty() - Method in class choco.cp.solver.constraints.global.LexChain
Method for printing the constraint in a readable form
pretty() - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
Prints details about the constraint and its variables.
pretty() - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
 
pretty() - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
 
pretty() - Method in class choco.cp.solver.constraints.global.Occurrence
 
pretty() - Method in class choco.cp.solver.constraints.global.regular.Regular
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
pretty(int, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
pretty(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
pretty(String, String, String) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.VariablePrecedenceDisjoint
 
pretty() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
pretty() - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
Prints details about the constraint and its variables.
pretty() - Method in class choco.cp.solver.constraints.global.SortingSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.Absolute
 
pretty() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
pretty() - Method in class choco.cp.solver.constraints.integer.bool.BoolTimesXYZ
 
pretty(String) - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
pretty() - Method in class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
pretty() - Method in class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
pretty() - Method in class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
pretty() - Method in class choco.cp.solver.constraints.integer.bool.sum.NeqBoolSum
 
pretty() - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
pretty() - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
 
pretty() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
pretty() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
pretty() - Method in class choco.cp.solver.constraints.integer.Element
 
pretty() - Method in class choco.cp.solver.constraints.integer.Element2D
 
pretty() - Method in class choco.cp.solver.constraints.integer.ElementG
 
pretty() - Method in class choco.cp.solver.constraints.integer.ElementV
 
pretty() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
pretty() - Method in class choco.cp.solver.constraints.integer.EqualXC
Pretty print of the constraint.
pretty() - Method in class choco.cp.solver.constraints.integer.EqualXY_C
 
pretty() - Method in class choco.cp.solver.constraints.integer.EqualXYC
 
pretty() - Method in class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.FCBinSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
Pretty print of the constraint.
pretty() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
 
pretty() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
 
pretty() - Method in class choco.cp.solver.constraints.integer.intlincomb.IntLinCombOp
Pretty print for this constraint.
pretty() - Method in class choco.cp.solver.constraints.integer.IntLinComb
 
pretty() - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
pretty() - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
pretty() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
Pretty print of the constraint.
pretty() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
 
pretty() - Method in class choco.cp.solver.constraints.integer.MaxOfAList
 
pretty() - Method in class choco.cp.solver.constraints.integer.MaxXYZ
 
pretty() - Method in class choco.cp.solver.constraints.integer.MemberBound
 
pretty() - Method in class choco.cp.solver.constraints.integer.MemberEnum
 
pretty() - Method in class choco.cp.solver.constraints.integer.MinOfAList
 
pretty() - Method in class choco.cp.solver.constraints.integer.MinXYZ
 
pretty() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
tests if the constraint is consistent with respect to the current state of domains
pretty() - Method in class choco.cp.solver.constraints.integer.NotEqualXC
Pretty print of the constraint.
pretty() - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
 
pretty() - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
 
pretty() - Method in class choco.cp.solver.constraints.integer.NotMemberBound
 
pretty() - Method in class choco.cp.solver.constraints.integer.NotMemberEnum
 
pretty() - Method in class choco.cp.solver.constraints.integer.SignOp
 
pretty() - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
pretty() - Method in class choco.cp.solver.constraints.real.Equation
 
pretty() - Method in class choco.cp.solver.constraints.real.exp.RealCos
 
pretty() - Method in class choco.cp.solver.constraints.real.exp.RealIntegerPower
 
pretty() - Method in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
pretty() - Method in class choco.cp.solver.constraints.real.exp.RealMinus
 
pretty() - Method in class choco.cp.solver.constraints.real.exp.RealMult
 
pretty() - Method in class choco.cp.solver.constraints.real.exp.RealPlus
 
pretty() - Method in class choco.cp.solver.constraints.real.exp.RealSin
 
pretty() - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.AbsNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DistNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DivNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.DoubleNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MaxNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MinusNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ModNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.MultNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.NegNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PlusNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.PowNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.arithm.SquareRootNode
pretty printing of the object.
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.AndNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistEqNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistGtNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistLtNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.DistNeqNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.EqNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.FalseNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.GeqNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.GtNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.LeqNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.LtNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.NandNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.NeqNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.NorNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.NotNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.OppSignNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.OrNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.SameSignNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.TrueNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.XnorNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.bool.XorNode
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
pretty() - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
pretty() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
pretty() - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
pretty(String) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
pretty() - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
pretty() - Method in class choco.cp.solver.constraints.set.AmongSet
 
pretty() - Method in class choco.cp.solver.constraints.set.ComplementSet
 
pretty() - Method in class choco.cp.solver.constraints.set.Disjoint
 
pretty() - Method in class choco.cp.solver.constraints.set.IsIncluded
 
pretty() - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
pretty() - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
pretty() - Method in class choco.cp.solver.constraints.set.MemberX
 
pretty() - Method in class choco.cp.solver.constraints.set.MemberXY
 
pretty() - Method in class choco.cp.solver.constraints.set.MinOfASet
 
pretty() - Method in class choco.cp.solver.constraints.set.NotMemberX
 
pretty() - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
pretty() - Method in class choco.cp.solver.constraints.set.SetCard
 
pretty() - Method in class choco.cp.solver.constraints.set.SetEq
 
pretty() - Method in class choco.cp.solver.constraints.set.SetIntersection
 
pretty() - Method in class choco.cp.solver.constraints.set.SetLexicographicOrdering
 
pretty() - Method in class choco.cp.solver.constraints.set.SetNaryUnion
 
pretty() - Method in class choco.cp.solver.constraints.set.SetNotEq
 
pretty() - Method in class choco.cp.solver.constraints.set.SetUnion
 
pretty() - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
pretty() - Method in class choco.cp.solver.constraints.strong.Adapter
 
pretty() - Method in class choco.cp.solver.CPSolver
 
pretty() - Method in class choco.cp.solver.goals.choice.Generate
 
pretty() - Method in class choco.cp.solver.goals.choice.Instantiate
 
pretty() - Method in class choco.cp.solver.goals.GlobalFail
 
pretty() - Method in class choco.cp.solver.goals.Sequence
 
pretty() - Method in class choco.cp.solver.search.SearchLimitManager
 
pretty() - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
pretty printing of the object.
pretty() - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
pretty printing of the object.
pretty() - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
pretty printing of the object.
pretty() - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
pretty printing of the object.
pretty() - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
pretty printing of the object.
pretty() - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
pretty() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
 
pretty() - Method in class choco.cp.solver.variables.integer.BooleanDomain
 
pretty() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
 
pretty() - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
pretty() - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
pretty() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
pretty printing
pretty() - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
pretty() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
pretty print of the domain
pretty() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
pretty() - Method in class choco.cp.solver.variables.integer.IntTerm
Pretty print of the expression
pretty() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
 
pretty() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
pretty printing
pretty() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
pretty() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
pretty() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
pretty printing of the object.
pretty() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
pretty() - Method in class choco.cp.solver.variables.set.SetVarImpl
pretty printing
pretty() - Method in interface choco.IPretty
pretty printing of the object.
pretty(IPretty[], int, int) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(IPretty...) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(Collection<? extends IPretty>) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(Iterator<? extends IPretty>) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(int[]) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(int[][]) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(int) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(ISearchMeasures) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty(ITask) - Static method in class choco.kernel.common.util.tools.StringUtils
 
pretty() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
 
pretty() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
pretty() - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
pretty() - Method in class choco.kernel.model.constraints.AbstractConstraint
 
pretty() - Method in class choco.kernel.model.constraints.automaton.State
 
pretty() - Method in class choco.kernel.model.constraints.MetaConstraint
 
pretty() - Method in class choco.kernel.model.VariableArray
 
pretty() - Method in class choco.kernel.model.variables.AbstractVariable
 
pretty() - Method in class choco.kernel.model.variables.integer.IntegerConstantVariable
pretty printing of the object.
pretty() - Method in class choco.kernel.model.variables.integer.IntegerVariable
pretty printing of the object.
pretty() - Method in class choco.kernel.model.variables.real.RealConstantVariable
pretty printing of the object.
pretty() - Method in class choco.kernel.model.variables.real.RealVariable
pretty printing of the object.
pretty() - Method in class choco.kernel.model.variables.scheduling.TaskVariable
 
pretty() - Method in class choco.kernel.model.variables.set.SetConstantVariable
pretty printing of the object.
pretty() - Method in class choco.kernel.model.variables.set.SetVariable
pretty printing of the object.
pretty() - Method in class choco.kernel.solver.constraints.AbstractSConstraint
 
pretty() - Method in class choco.kernel.solver.constraints.ConstantSConstraint
 
pretty() - Method in class choco.kernel.solver.constraints.Formula
 
pretty() - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
pretty(String) - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
pretty() - Method in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
pretty() - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
pretty() - Method in class choco.kernel.solver.goals.choice.RemoveVal
 
pretty() - Method in class choco.kernel.solver.goals.choice.SetVal
 
pretty() - Method in class choco.kernel.solver.goals.solver.ChoicePoint
 
pretty() - Method in class choco.kernel.solver.search.integer.IntVarValPair
 
pretty() - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
pretty() - Method in class choco.kernel.solver.search.limit.NoLimit
 
pretty() - Method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
pretty() - Method in class choco.kernel.solver.search.restart.NoRestartStrategy
 
pretty() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
pretty() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
pretty() - Method in class parser.instances.checker.OptimSChecker
 
pretty() - Method in class parser.instances.checker.SatSChecker
 
pretty() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
prettyArray(int[]) - Method in class samples.tutorials.basics.SetVarExample
 
prettyOnePerLine(Collection<? extends IPretty>) - Static method in class choco.kernel.common.util.tools.StringUtils
 
prettyOnePerLine(Iterator<? extends IPretty>) - Static method in class choco.kernel.common.util.tools.StringUtils
Pretty print of elements on 1 line
prettyOnePerLine(ISearchMeasures) - Static method in class choco.kernel.common.util.tools.StringUtils
 
prettyOut() - Method in class samples.AirPlaneLandingWithLNS
 
prettyOut() - Method in class samples.tutorials.AllIntervalSeries
 
prettyOut() - Method in class samples.tutorials.assignment.Assignment
 
prettyOut() - Method in class samples.tutorials.assignment.CarSequence
 
prettyOut() - Method in class samples.tutorials.basics.IntVarExample
 
prettyOut() - Method in class samples.tutorials.basics.RealVarExample
 
prettyOut() - Method in class samples.tutorials.basics.SetVarExample
 
prettyOut() - Method in class samples.tutorials.basics.TaskVarExample
 
prettyOut() - Method in class samples.tutorials.continuous.Arm
 
prettyOut() - Method in class samples.tutorials.continuous.CycloHexan
 
prettyOut() - Method in class samples.tutorials.Langford
 
prettyOut() - Method in class samples.tutorials.Ordering
 
prettyOut() - Method in class samples.tutorials.pack.KnapSack
 
prettyOut() - Method in class samples.tutorials.PatternExample
 
prettyOut() - Method in class samples.tutorials.puzzles.Candles
 
prettyOut() - Method in class samples.tutorials.puzzles.DonaldGeraldRobert
 
prettyOut() - Method in class samples.tutorials.puzzles.GolombRuler
 
prettyOut() - Method in class samples.tutorials.puzzles.HowOldAmI
 
prettyOut() - Method in class samples.tutorials.puzzles.MagicSerie
 
prettyOut() - Method in class samples.tutorials.puzzles.MagicSquare
 
prettyOut() - Method in class samples.tutorials.puzzles.Partition
 
prettyOut() - Method in class samples.tutorials.puzzles.Queen
 
prettyOut() - Method in class samples.tutorials.puzzles.SendMoreMoney
 
prettyOut() - Method in class samples.tutorials.puzzles.Sudoku
 
prettyOut() - Method in class samples.tutorials.scheduling.AircraftLanding
 
prettyOut() - Method in class samples.tutorials.scheduling.AirPlaneLanding
 
prettyOut() - Method in class samples.tutorials.scheduling.MachineScheduling
 
prettyOut() - Method in class samples.tutorials.scheduling.MachineSchedulingLabelQuotient
 
prettyOut() - Method in class samples.tutorials.scheduling.MachineSchedulingVariableSpeed
 
prettyOut() - Method in class samples.tutorials.scheduling.ProjectScheduling
 
prettyOut() - Method in class samples.tutorials.scheduling.ProjectSchedulingLoad
 
prettyOut() - Method in class samples.tutorials.set.SteinerSystem
 
prettyOut() - Method in class samples.tutorials.StressTest1
 
prettyOut() - Method in class samples.tutorials.StressTest2
 
prettyOut() - Method in class samples.tutorials.StressTest3
 
prettyOut() - Method in class samples.tutorials.StressTest4
 
prettyOut() - Method in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
prettyOut() - Method in class samples.tutorials.to_sort.packing.PackVisu
 
prettyOut() - Method in class samples.tutorials.to_sort.packing.RackConfiguration
 
prettyOut() - Method in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
prettyOut() - Method in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
prettyOut() - Method in class samples.tutorials.to_sort.scheduling.PertCPM
 
prettyOut() - Method in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
prettyOut() - Method in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
prettyOut() - Method in class samples.tutorials.to_sort.U2planning
 
prettyOut() - Method in class samples.tutorials.to_sort.WolfGoatCabbage1
 
prettyOut() - Method in class samples.tutorials.visu.ResourceGUI
 
prettyPrintForDebug() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
prevClearBit(int) - Method in interface choco.kernel.memory.IStateBitSet
 
prevClearBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
 
prevClearBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
 
prevClearBit(int) - Method in class choco.kernel.memory.structure.SBitSet
 
prevClearBit(int) - Method in class choco.kernel.memory.structure.SBitSet2
 
prevFloat(double) - Static method in class choco.kernel.solver.variables.real.RealMath
 
previous() - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
previousIndex() - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
previousNbSolutions - Variable in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
previousVal - Variable in class choco.cp.solver.goals.choice.Instantiate
 
prevLP - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
prevLP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
prevLP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
prevLPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
prevLPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
prevNode(IStateBinaryTree.Node) - Method in interface choco.kernel.memory.IStateBinaryTree
gets the previous node of the given one
prevNode(int) - Method in interface choco.kernel.memory.IStateBinaryTree
gets the node that contains the previous integer in the tree
prevNode(int) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
prevNode(IStateBinaryTree.Node) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
prevSetBit(int) - Method in interface choco.kernel.memory.IStateBitSet
Returns the index of the first bit that is set to true that occurs on or before the specified starting index.
prevSetBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns the index of the first bit that is set to true that occurs on or before the specified starting index.
prevSetBit(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns the index of the first bit that is set to true that occurs on or before the specified starting index.
prevSetBit(int) - Method in class choco.kernel.memory.structure.SBitSet
Returns the index of the first bit that is set to true that occurs on or before the specified starting index.
prevSetBit(int) - Method in class choco.kernel.memory.structure.SBitSet2
Returns the index of the first bit that is set to true that occurs on or before the specified starting index.
prevSP - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
prevSP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
prevSP - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
prevSPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
prevSPI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
prevT - Variable in class choco.kernel.common.util.objects.DoubleLinkedList
Predecessors table
print() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
print() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
print() - Method in class choco.cp.solver.constraints.global.geost.Setup
Prints to the output console the objects and the shapes of the problem.
print(IStateBinaryTree) - Static method in class choco.kernel.memory.trailing.StoredBinaryTree
 
print() - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.Visualizer
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.BinPacking
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.BoolChanneling
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.Cumulative
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.DomainMatrix
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.Element
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.Gcc
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.Inverse
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.LexLe
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.LexLt
 
print(Logger, boolean, IntBranchingDecision) - Method in class trace.visualizers.Vector
 
printAuto(Automaton, String) - Method in class samples.lattice.Test
 
printClauses() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
printDescription() - Method in class samples.tutorials.assignment.Assignment
 
printDescription() - Method in class samples.tutorials.assignment.CarSequence
 
printDescription() - Method in class samples.tutorials.basics.IntVarExample
 
printDescription() - Method in class samples.tutorials.basics.RealVarExample
 
printDescription() - Method in class samples.tutorials.basics.SetVarExample
 
printDescription() - Method in class samples.tutorials.basics.TaskVarExample
 
printDescription() - Method in class samples.tutorials.continuous.Arm
 
printDescription() - Method in class samples.tutorials.continuous.CycloHexan
 
printDescription() - Method in class samples.tutorials.pack.KnapSack
 
printDescription() - Method in class samples.tutorials.PatternExample
 
printDescription() - Method in class samples.tutorials.puzzles.Candles
 
printDescription() - Method in class samples.tutorials.puzzles.DonaldGeraldRobert
 
printDescription() - Method in class samples.tutorials.puzzles.GolombRuler
 
printDescription() - Method in class samples.tutorials.puzzles.HowOldAmI
 
printDescription() - Method in class samples.tutorials.puzzles.MagicSerie
 
printDescription() - Method in class samples.tutorials.puzzles.MagicSquare
 
printDescription() - Method in class samples.tutorials.puzzles.Partition
 
printDescription() - Method in class samples.tutorials.puzzles.Queen
 
printDescription() - Method in class samples.tutorials.puzzles.SendMoreMoney
 
printDescription() - Method in class samples.tutorials.puzzles.Sudoku
 
printDescription() - Method in class samples.tutorials.scheduling.AircraftLanding
 
printDescription() - Method in class samples.tutorials.scheduling.AirPlaneLanding
 
printDescription() - Method in class samples.tutorials.scheduling.MachineScheduling
 
printDescription() - Method in class samples.tutorials.scheduling.MachineSchedulingLabelQuotient
 
printDescription() - Method in class samples.tutorials.scheduling.MachineSchedulingVariableSpeed
 
printDescription() - Method in class samples.tutorials.scheduling.ProjectScheduling
 
printDescription() - Method in class samples.tutorials.scheduling.ProjectSchedulingLoad
 
printDescription() - Method in class samples.tutorials.set.SteinerSystem
 
printer() - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
printer(String) - Method in class choco.cp.solver.constraints.global.OrderedSparseArray
 
printGraph() - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
Print the dotty graph
printGrid(IntegerVariable[][], Solver) - Static method in class samples.tutorials.puzzles.Sudoku
 
printInstance() - Method in class samples.tutorials.basics.SetVarExample
 
printOccVectors() - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
Prints some of the useful private fields that are used by the gac algorithm.
printOccVectors() - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
Prints some of the useful private fields that are used by the gac algorithm.
printRulesToBeRemoved(HashSet<Automaton>) - Method in class samples.fastregular.MinimumRegularSet
 
printRuntimeStatistics() - Method in class choco.cp.solver.CPSolver
Displays all the runtime statistics.
printRuntimeStatistics() - Method in interface choco.kernel.solver.Solver
 
printRuntimeStatistics() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
printSol(IntegerVariable[][][], Solver) - Method in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
printSolution(CPSolver) - Method in class samples.rackconfig.RackConfig
 
printSolution(CPSolver) - Method in class samples.tutorials.to_sort.SimpleSchedule
Print a schedule once the model is solved by the given solver
printTable(DbTableView) - Method in class db.DbManager
 
printTable(String) - Method in class db.DbManager
 
printToFileHumanFormat(String) - Method in class choco.cp.solver.constraints.global.geost.Setup
Prints to a file that can be easily read by a person the objects and the shapes of the problem.
printToFileInputFormat(String) - Method in class choco.cp.solver.constraints.global.geost.Setup
Prints to a file the objects and the shapes of the problem.
printVectors() - Method in class choco.cp.solver.constraints.global.SortingSConstraint
 
printVRML3D(Setup, Constants, String) - Static method in class choco.cp.solver.constraints.global.geost.util.VRMLwriter
 
printVRML3D(Setup, Constants, String, String) - Static method in class choco.cp.solver.constraints.global.geost.util.VRMLwriter
 
printVRML3D(Setup, Constants, String, int) - Static method in class choco.cp.solver.constraints.global.geost.util.VRMLwriter
 
printVRML3D(Setup, Constants, String, String, int) - Static method in class choco.cp.solver.constraints.global.geost.util.VRMLwriter
 
priority - Variable in class choco.kernel.memory.structure.APartiallyStoredCstrList
 
priority - Variable in class choco.kernel.solver.propagation.Propagator
The priority of the constraint.
PriorityQueue - Class in choco.kernel.common.util.objects
Implements a priority aware queue (FIFO structure).
PriorityQueue(int) - Constructor for class choco.kernel.common.util.objects.PriorityQueue
Constucts a queue with the specified number of priority levels.
PriorityQueue() - Constructor for class choco.kernel.common.util.objects.PriorityQueue
Constructs a queue with 5 priority levels.
ProbabilisticProfile - Class in choco.cp.solver.search.task.profile
Probabilistic profile of an unary resource.
ProbabilisticProfile(ITask[], DisjunctiveSModel) - Constructor for class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
ProbabilisticProfile(List<? extends ITask>, DisjunctiveSModel) - Constructor for class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
ProbabilisticProfile(Solver, DisjunctiveSModel) - Constructor for class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
ProbabilisticProfile.EventDataStructure - Class in choco.cp.solver.search.task.profile
 
ProbabilisticProfile.EventDataStructure(ITask) - Constructor for class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
ProbabilisticProfile.MaximumDataStruct - Class in choco.cp.solver.search.task.profile
 
ProbabilisticProfile.MaximumDataStruct() - Constructor for class choco.cp.solver.search.task.profile.ProbabilisticProfile.MaximumDataStruct
 
processing - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
product(int[], Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
productNull(IntDomainVar, IntDomainVar) - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
productOne(IntDomainVar, IntDomainVar) - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
prof_increment - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
PROFILE - Static variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
PROFILE - Static variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
profile(Solver, DisjunctiveSModel) - Static method in class choco.cp.solver.search.BranchingFactory
 
profile(Solver, DisjunctiveSModel, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
profile(Solver, DisjunctiveSModel, OrderingValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
profile(Solver, IResource<?>[], DisjunctiveSModel) - Static method in class choco.cp.solver.search.BranchingFactory
 
profile(Solver, IResource<?>[], DisjunctiveSModel, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
profile(Solver, IResource<?>[], DisjunctiveSModel, OrderingValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
profileMinSum - Variable in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
ProfileSelector - Class in choco.cp.solver.search.task.profile
 
ProfileSelector(Solver, IResource<?>[], DisjunctiveSModel, OrderingValSelector) - Constructor for class choco.cp.solver.search.task.profile.ProfileSelector
 
ProfileSelector(Solver, DisjunctiveSModel, OrderingValSelector) - Constructor for class choco.cp.solver.search.task.profile.ProfileSelector
 
project() - Method in class choco.cp.solver.constraints.real.exp.RealCos
 
project() - Method in class choco.cp.solver.constraints.real.exp.RealIntegerPower
 
project() - Method in class choco.cp.solver.constraints.real.exp.RealMinus
 
project() - Method in class choco.cp.solver.constraints.real.exp.RealMult
 
project() - Method in class choco.cp.solver.constraints.real.exp.RealPlus
Projects domain reduction on operands according to the expression domain itself (due to constraint restrictions).
project() - Method in class choco.cp.solver.constraints.real.exp.RealSin
 
project() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
project() - Method in interface choco.kernel.solver.constraints.real.RealExp
Projects computed bounds to the sub expressions.
project() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
ProjectScheduling - Class in samples.tutorials.scheduling

ProjectScheduling() - Constructor for class samples.tutorials.scheduling.ProjectScheduling
 
ProjectSchedulingLoad - Class in samples.tutorials.scheduling

ProjectSchedulingLoad() - Constructor for class samples.tutorials.scheduling.ProjectSchedulingLoad
 
prop - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
propag_failed - Variable in class choco.kernel.model.constraints.geost.GeostOptions
 
propagate() - Method in class choco.cp.solver.constraints.global.AmongGAC
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.global.AtMostNValue
 
propagate() - Method in class choco.cp.solver.constraints.global.automata.fast_costregular.CostRegular
 
propagate() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
propagate() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
propagate() - Method in class choco.cp.solver.constraints.global.automata.fast_regular.FastRegular
 
propagate() - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
propagate() - Method in class choco.cp.solver.constraints.global.BoundGcc
 
propagate() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
propagate() - Method in class choco.cp.solver.constraints.global.Exactly
Propagation: Propagating the constraint until local consistency is reached.
propagate(Obj) - Method in class choco.cp.solver.constraints.global.geost.layers.GeostNumeric
 
propagate() - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
propagate() - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
propagate() - Method in class choco.cp.solver.constraints.global.Lex
 
propagate() - Method in class choco.cp.solver.constraints.global.LexChain
 
propagate() - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
This methode propagates the constraint events.
propagate() - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
 
propagate() - Method in class choco.cp.solver.constraints.global.Occurrence
 
propagate() - Method in class choco.cp.solver.constraints.global.ordered.OrderedGcc
 
propagate() - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
 
propagate() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.global.regular.Regular
 
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.AbstractUseResourcesSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.Cumulative
 
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjunctive
 
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
Propagate.
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.ForbiddenIntervals
Empty method.
propagate(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
propagate vars[idx1] <= vars[idx2]
propagate(int, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
propagate vars[idx1] + k1 <= vars[idx2]
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesEq
 
propagate() - Method in class choco.cp.solver.constraints.global.scheduling.UseResourcesGeq
 
propagate() - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
This methode propagates the constraint events.
propagate() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
propagate() - Method in class choco.cp.solver.constraints.global.SortingSConstraint
This methode propagates the constraint events.
propagate(RemovalsAdvisor) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
propagate() - Method in class choco.cp.solver.constraints.global.tree.TreeSConstraint
The main propagation method.
propagate() - Method in class choco.cp.solver.constraints.integer.Absolute
The initial propagation consist in enforcing X to be positive executing all standard propagation methods executing specific propagation methods
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BinAnd
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BinNand
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BinNor
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BinOr
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BinXnor
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BinXor
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.BoolTimesXYZ
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.Identity
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.bool.LargeAnd
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.LargeNand
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.LargeNor
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.LargeOr
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.LargeXnor
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.LargeXor
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.Not
Propagation: Propagating the constraint until local consistency is reached.
propagate(int, int) - Method in class choco.cp.solver.constraints.integer.bool.sat.BinaryWLClause
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
propagate(int, int) - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
propagate the clause because one of the watched literals has changed
propagate() - Method in class choco.cp.solver.constraints.integer.bool.sum.AbstractBoolSum
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.sum.EqBoolSum
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.sum.GeqBoolSum
 
propagate() - Method in class choco.cp.solver.constraints.integer.bool.sum.LeqBoolSum
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.BooleanChanneling
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.DomainChanneling
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
 
propagate() - Method in class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
 
propagate() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
propagate() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
propagate() - Method in class choco.cp.solver.constraints.integer.Element
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.Element2D
 
propagate() - Method in class choco.cp.solver.constraints.integer.ElementG
 
propagate() - Method in class choco.cp.solver.constraints.integer.ElementV
 
propagate() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
propagate() - Method in class choco.cp.solver.constraints.integer.EqualXC
The one and only propagation method.
propagate() - Method in class choco.cp.solver.constraints.integer.EqualXY_C
The one and only propagation method, using foward checking
propagate() - Method in class choco.cp.solver.constraints.integer.EqualXYC
The one and only propagation method, using foward checking
propagate() - Method in class choco.cp.solver.constraints.integer.EuclideanDivisionXYZ
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.FCBinSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXC
The one and only propagation method.
propagate() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXY_C
The propagation on constraint awake events.
propagate() - Method in class choco.cp.solver.constraints.integer.GreaterOrEqualXYC
The propagation on constraint awake events.
propagate() - Method in class choco.cp.solver.constraints.integer.IncreasingSum
 
propagate() - Method in class choco.cp.solver.constraints.integer.IntLinComb
Launchs the filtering algorithm.
propagate() - Method in class choco.cp.solver.constraints.integer.InverseChanneling
 
propagate() - Method in class choco.cp.solver.constraints.integer.InverseChannelingWithinRange
 
propagate() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXC
The one and only propagation method.
propagate() - Method in class choco.cp.solver.constraints.integer.LessOrEqualXY_C
The propagation on constraint awake events.
propagate() - Method in class choco.cp.solver.constraints.integer.MaxOfAList
Propagation of the constraint.
propagate() - Method in class choco.cp.solver.constraints.integer.MaxXYZ
Propagation for the constraint awake var.
propagate() - Method in class choco.cp.solver.constraints.integer.MemberBound
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.MemberEnum
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.MinOfAList
Propagation of the constraint.
propagate() - Method in class choco.cp.solver.constraints.integer.MinXYZ
Propagation for the constraint awake var.
propagate() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
The one and only propagation method, using foward checking
propagate() - Method in class choco.cp.solver.constraints.integer.NotEqualXC
The single propagation method.
propagate() - Method in class choco.cp.solver.constraints.integer.NotEqualXY_C
The one and only propagation method, using foward checking
propagate() - Method in class choco.cp.solver.constraints.integer.NotEqualXYC
The one and only propagation method, using foward checking
propagate() - Method in class choco.cp.solver.constraints.integer.NotMemberBound
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.NotMemberEnum
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.integer.SignOp
The one and only propagation method, using foward checking
propagate() - Method in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
propagate() - Method in class choco.cp.solver.constraints.real.Equation
 
propagate() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
propagate() - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
propagate() - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
propagate() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
propagate() - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
propagate() - Method in class choco.cp.solver.constraints.set.AmongSet
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in class choco.cp.solver.constraints.set.ComplementSet
 
propagate() - Method in class choco.cp.solver.constraints.set.Disjoint
 
propagate() - Method in class choco.cp.solver.constraints.set.InverseSet
 
propagate() - Method in class choco.cp.solver.constraints.set.InverseSetInt
 
propagate() - Method in class choco.cp.solver.constraints.set.IsIncluded
 
propagate() - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
propagate() - Method in class choco.cp.solver.constraints.set.MemberX
 
propagate() - Method in class choco.cp.solver.constraints.set.MemberXiY
 
propagate() - Method in class choco.cp.solver.constraints.set.MemberXY
 
propagate() - Method in class choco.cp.solver.constraints.set.NotMemberX
 
propagate() - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
propagate() - Method in class choco.cp.solver.constraints.set.SetCard
 
propagate() - Method in class choco.cp.solver.constraints.set.SetEq
 
propagate() - Method in class choco.cp.solver.constraints.set.SetIntersection
 
propagate() - Method in class choco.cp.solver.constraints.set.SetLexicographicOrdering
 
propagate() - Method in class choco.cp.solver.constraints.set.SetNaryUnion
 
propagate() - Method in class choco.cp.solver.constraints.set.SetNotEq
 
propagate() - Method in class choco.cp.solver.constraints.set.SetUnion
 
propagate() - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
propagate() - Method in class choco.cp.solver.constraints.strong.Adapter
 
propagate() - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCrm
Effectue la propagation à partir de la file courante
propagate() - Method in class choco.cp.solver.CPSolver
Propagation: Computes consistency on the model (the model may no longer be consistent since the last propagation because of listeners that have been posted and variables that have been reduced
propagate() - Method in class choco.kernel.solver.constraints.ConstantSConstraint
 
propagate() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
Achieves generalized arc consistency in one call
propagate() - Method in class choco.kernel.solver.propagation.Propagator
Propagation: Propagating the constraint until local consistency is reached.
propagate() - Method in interface choco.kernel.solver.Solver
Propagation: Computes consistency on the model (the model may no longer be consistent since the last propagation because of listeners that have been posted and variables that have been reduced
propagate() - Method in class samples.jobshop.SimpleDTConstraint
 
propagate() - Method in class samples.multicostregular.nsp.NSPStruct
 
propagate() - Method in class samples.multicostregular.planner.SimpleChannelling
 
propagate() - Method in class samples.multicostregular.planner.SubSetChannelling
 
propagate() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
propagate() - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
propagate() - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
propagate() - Method in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
PROPAGATE_ON_BOUNDS - Variable in class choco.cp.solver.constraints.global.BoundAllDiff
 
PROPAGATE_ON_INSTANTIATIONS - Static variable in class choco.cp.solver.constraints.global.BoundAllDiff
 
propagateAllEvents() - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Propagates some events: in fact all the events of the queue, since there are the most important events.
propagateAllEvents() - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Propagates one var in the queue.
propagateAllEvents() - Method in class choco.cp.solver.propagation.VariableEventQueue
Propagates some events: in fact all the events of the queue, since there are the most important events.
propagateAllEvents() - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Propagate some events (one or several depending on the queue).
propagateCost - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagator for the cost constraint associated with the set of arcs involved in the graph
propagatedEvents - Variable in class choco.kernel.solver.propagation.event.VarEvent
The events that should be fired for the constraints
propagateDiff(int) - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
propagateEnveloppeEvents(C) - Method in class choco.cp.solver.variables.set.SetVarEvent
Propagates a set of value removals
propagateEQ() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
propagateEq(int) - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
propagateEvent() - Method in class choco.cp.solver.variables.integer.IntCsteEvent
Propagates the event through calls to the propagation engine.
propagateEvent() - Method in class choco.cp.solver.variables.integer.IntVarEvent
Propagates the event through calls to the propagation engine.
propagateEvent() - Method in class choco.cp.solver.variables.real.RealVarEvent
 
propagateEvent() - Method in class choco.cp.solver.variables.set.SetVarEvent
Propagates the event through calls to the propagation engine.
propagateEvent() - Method in class choco.kernel.solver.propagation.event.ConstraintEvent
Propagates the var: awake or propagate depending on the init status.
propagateEvent() - Method in interface choco.kernel.solver.propagation.event.PropagationEvent
Propagates the var through calls to the propagation engine.
propagateEvent() - Method in class choco.kernel.solver.propagation.event.TaskVarEvent
Propagates the event through calls to the propagation engine.
propagateEvent() - Method in class choco.kernel.solver.propagation.event.VarEvent
Propagates the event through calls to the propagation engine.
propagateEvents() - Method in class choco.cp.solver.propagation.ChocoEngine
Propagate one by one events registered
propagateEvents() - Method in interface choco.kernel.solver.propagation.PropagationEngine
Propagate one by one events registered
propagateGEQ() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
propagateGlobalCard - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagator for the degree constraints.
propagateHypDomModEvent(C) - Method in class choco.kernel.solver.propagation.event.TaskVarEvent
Propagates the instantiation event
propagateIncomp - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagator for the incomparability constraints
propagateInfEvent(C) - Method in class choco.cp.solver.variables.integer.IntVarEvent
Propagates the update to the lower bound
propagateInfEvent(C) - Method in class choco.cp.solver.variables.real.RealVarEvent
Propagates the update to the lower bound
propagateInstEvent(C) - Method in class choco.cp.solver.variables.integer.IntVarEvent
Propagates the instantiation event
propagateInstEvent(C) - Method in class choco.cp.solver.variables.set.SetVarEvent
Propagates the instantiation event
propagateKernelEvents(C) - Method in class choco.cp.solver.variables.set.SetVarEvent
Propagates a set of value removals
propagateLEQ() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
propagateNProper - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagator for the constraint that maintain a given number (not necessarily fixed) of proper tree.
propagateNullInDeg(LightState, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
propagateNullOutDeg(LightState, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
propagateOneEvent() - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Propagates one single event from the queue (usefull for tracing)
propagateOneEvent() - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Propagates one var in the queue.
propagateOneEvent() - Method in class choco.cp.solver.propagation.VariableEventQueue
Propagates one single event from the queue (usefull for tracing)
propagateOneEvent() - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Propagate one single event from the queue).
propagateOrderedGraph - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
propagator that contains the filtering rules derived from the interaction with the precedence constraints
propagateP1() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
propagateP1() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
propagateP1() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
propagateP1() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
propagateP1() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
propagateP1() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
propagateP1() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.VariablePrecedenceDisjoint
 
propagateP2() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
propagateP2() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
propagateP2() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceImplied
 
propagateP2() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceReified
 
propagateP2() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVDisjoint
 
propagateP2() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceVSDisjoint
 
propagateP2() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.VariablePrecedenceDisjoint
 
propagatePossGraph - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
propagator that contains the filetring rules directly derived from the graph to partition
propagatePrec - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagator for the precedence constraints
propagateRemoval(int, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
Incremental propagation of a value removal
propagateRemovalsEvent(C) - Method in class choco.cp.solver.variables.integer.IntVarEvent
Propagates a set of value removals
propagateStruct - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
structure that manage removals
propagateStruct - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
object that record the infeasible values in the different domains of the variables involved in the constraint
propagateStruct - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
record the infeasible values in the different domains of the variables involved in the constraint
propagateStruct - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
record the infeasible values in the different domains of the variables involved in the constraint
propagateSumCard() - Method in class choco.cp.solver.constraints.global.BoundGccVar
Enforce sum of the cardinalities = nbVariable
propagateSupEvent(C) - Method in class choco.cp.solver.variables.integer.IntVarEvent
Propagates the update to the upper bound
propagateSupEvent(C) - Method in class choco.cp.solver.variables.real.RealVarEvent
Propagates the update to the upper bound
propagateTree - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagator for the pure tree constraint
propagateTW - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagator for the time windows constraints associated with each nodes
propagateUnitClause() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
propagateZero() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
propagate the fact that v2 (Z) is instantiated to 0
PROPAGATION - Static variable in class choco.cp.solver.CPSolver
Deprecated. 
propagationEngine - Variable in class choco.cp.solver.constraints.global.geost.Setup
 
propagationEngine - Variable in class choco.cp.solver.CPSolver
The propagation engine to propagate during solving.
PropagationEngine - Interface in choco.kernel.solver.propagation
An interface for all implementations of propagation engines.
propagationEngine - Variable in class choco.kernel.solver.propagation.Propagator
 
propagationEngine - Variable in class choco.kernel.solver.variables.AbstractVar
 
PropagationEngineListener - Interface in choco.kernel.solver.propagation.listener
 
propagationEngineListeners - Variable in class choco.cp.solver.propagation.AbstractPropagationEngine
List of all listeners of events occuring in this engine.
PropagationEvent - Interface in choco.kernel.solver.propagation.event
An interface for all implementations of events.
propagations - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
 
propagator - Variable in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
Propagator - Class in choco.kernel.solver.propagation
An interface for all implementations of listeners.
Propagator() - Constructor for class choco.kernel.solver.propagation.Propagator
 
Propagator(int) - Constructor for class choco.kernel.solver.propagation.Propagator
 
ProperBinaryTree - Class in choco.kernel.common.opres.graph
 
ProperBinaryTree() - Constructor for class choco.kernel.common.opres.graph.ProperBinaryTree
 
properties - Static variable in class choco.cp.model.CPModel
Properties file
PROPERTIES - Static variable in class parser.instances.checker.SCheckFactory
 
properties - Static variable in class samples.tutorials.applet.DemoUI
Properties file
property - Variable in enum choco.kernel.model.constraints.ConstraintType
 
property - Variable in enum choco.kernel.model.variables.Operator
 
property - Variable in enum choco.kernel.model.variables.VariableType
 
propertyFile - Variable in class cli.AbstractBenchmarkCmd
 
PropertyUtils - Class in choco.kernel.common.util.tools
see Configuration.
propModeOnly - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
ProportionRandomListGenerator - Class in samples.random
This class allows generating integer random lists using a proportion model.
ProportionRandomListGenerator(int[], long) - Constructor for class samples.random.ProportionRandomListGenerator
Builds a proportion random list generator.
ProportionRandomListGenerator(int, int, long) - Constructor for class samples.random.ProportionRandomListGenerator
Builds a proportion random list generator.
proposals - Variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
prune(Obj, int, List<InternalConstraint>) - Method in class choco.cp.solver.constraints.global.geost.layers.GeostNumeric
 
prune(int, int) - Method in class choco.cp.solver.constraints.global.regular.Regular
 
prune(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
prune(int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
prune - Variable in class choco.cp.solver.constraints.set.IsNotIncluded
 
pruneEvt - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
PruneFixCalled - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
pruneForbidden(IRTask, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
pruneHeight(IRTask, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
pruneRequired(IRTask, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
PRUNING - Static variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
PRUNING - Static variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
pruningPhase() - Method in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
PSCLEIterator<C extends AbstractSConstraint> - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 mars 2010
Since : Choco 2.1.1
PSCLEIterator() - Constructor for class choco.kernel.memory.structure.iterators.PSCLEIterator
 
PSCLIterator<C extends AbstractSConstraint> - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 26 mars 2010
Since : Choco 2.1.1
PSCLIterator() - Constructor for class choco.kernel.memory.structure.iterators.PSCLIterator
 
PSIVIterator - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
PSIVIterator() - Constructor for class choco.kernel.memory.structure.iterators.PSIVIterator
 
PSoftRelation - Class in parser.absconparseur.components
 
PSoftRelation(String, int, int, String, int[][], int[], int) - Constructor for class parser.absconparseur.components.PSoftRelation
 
PSVIndexIterator<E> - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
PSVIndexIterator() - Constructor for class choco.kernel.memory.structure.iterators.PSVIndexIterator
 
PSVIterator<E> - Class in choco.kernel.memory.structure.iterators
 
PSVIterator() - Constructor for class choco.kernel.memory.structure.iterators.PSVIterator
 
PTask - Class in parser.absconparseur.components
 
PTask(Object, Object, Object, Object) - Constructor for class parser.absconparseur.components.PTask
 
push(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph.IntQueue
Adds a value in the queue
push(T) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
push() - Method in class choco.kernel.common.util.iterators.ArrayIterator
 
push() - Method in class choco.kernel.common.util.iterators.IntArrayIterator
 
push() - Method in interface choco.kernel.common.util.iterators.IStored
 
push() - Method in class choco.kernel.common.util.iterators.OneValueIterator
 
push() - Method in class choco.kernel.common.util.iterators.SingleElementIterator
 
push(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph.IntQueue
Adds a value in the queue
push(ASAPSkill, ASAPShift, Integer, Integer, Integer) - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
pushEvent(PropagationEvent) - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Adds an event to the queue.
pushEvent(PropagationEvent) - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Adds a new var in the queue.
pushEvent(PropagationEvent) - Method in class choco.cp.solver.propagation.ObservableVarEventQueue
Adds an event to the queue.
pushEvent(PropagationEvent) - Method in class choco.cp.solver.propagation.VariableEventQueue
Adds an event to the queue.
pushEvent(PropagationEvent) - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Adds an event to the queue.
pushGoal(Goal) - Method in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
pushGoal(Goal) - Method in class choco.cp.solver.search.GoalSearchLoop
 
pushGoalTrace() - Method in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
pushGoalTrace() - Method in class choco.cp.solver.search.GoalSearchLoop
 
pushTrace() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
putAllOne() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
putAllZero() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
putBoolean(String, boolean) - Method in class choco.kernel.solver.Configuration
Maps the specified key to the specified value in this hashtable.
putContract(String, ASAPContract) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
putDouble(String, double) - Method in class choco.kernel.solver.Configuration
Maps the specified key to the specified value in this hashtable.
putEmployee(String, ASAPEmployee) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
putEnum(String, Enum) - Method in class choco.kernel.solver.Configuration
Maps the specified key to the specified value in this hashtable.
putFalse(String) - Method in class choco.kernel.solver.Configuration
 
putFile(String, File) - Method in class choco.kernel.solver.Configuration
Maps the specified key to the specified value in this hashtable.
putInt(String, int) - Method in class choco.kernel.solver.Configuration
Maps the specified key to the specified value in this hashtable.
putLong(String, long) - Method in class choco.kernel.solver.Configuration
Maps the specified key to the specified value in this hashtable.
putRefMatch(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
Assignment of j to the ith variable
putRefMatch(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
adding the arc i-j in the reference matching without any updates
putRefMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
Assignment of j to the ith variable
putRefMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
adding the arc i-j in the reference matching without any updates
putRefMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Adding the arc i-j in the reference matching without any updates.
putShift(String, ASAPShift) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
putShiftGroup(String, ASAPShiftGroup) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
putSkill(String, ASAPSkill) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
putTrue(String) - Method in class choco.kernel.solver.Configuration
 
PVariable - Class in parser.absconparseur.components
 
PVariable(String, PDomain) - Constructor for class parser.absconparseur.components.PVariable
 
PVariable - Class in parser.flatzinc.ast
 
PVariable(HashMap<String, Object>, Declaration, String, List<EAnnotation>, Expression) - Constructor for class parser.flatzinc.ast.PVariable
 
PWeightedSum - Class in parser.absconparseur.components
 
PWeightedSum(String, PVariable[], int[], PredicateTokens.RelationalOperator, int) - Constructor for class parser.absconparseur.components.PWeightedSum
 

Q

q - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
q - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
q - Variable in class choco.cp.solver.constraints.global.geost.externalConstraints.NonOverlappingCircle
 
q - Variable in class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
q - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
q - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
q - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
q - Variable in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
q - Variable in class choco.visu.components.papplets.TreeSearchPApplet
 
Q - Static variable in class samples.multicostregular.planner.InstanceMaker
 
Q - Static variable in class samples.multicostregular.planner.PlanModel
 
QCSP - Static variable in class parser.absconparseur.InstanceTokens
 
QCSP_PLUS - Static variable in class parser.absconparseur.InstanceTokens
 
Qij - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
qijvalues - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
QUADRATIC - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
Queen - Class in samples.tutorials.puzzles
 
Queen() - Constructor for class samples.tutorials.puzzles.Queen
 
QuestionMarkOrValueBrick - Class in choco.visu.components.bricks
 
QuestionMarkOrValueBrick(AChocoPApplet, Var, int) - Constructor for class choco.visu.components.bricks.QuestionMarkOrValueBrick
 
queue - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
 
queue - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
queue - Variable in class choco.cp.solver.propagation.BlockingVarEventQueue
FIFO queue to deal with variable events
queue - Variable in class choco.cp.solver.propagation.VariableEventQueue
FIFO queue to deal with variable events
queue - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
quickGet(int) - Method in class choco.kernel.memory.copy.RcDoubleVector
 
quickGet(int) - Method in class choco.kernel.memory.copy.RcIntVector
 
quickGet(int) - Method in class choco.kernel.memory.copy.RcLongVector
 
quickGet(int) - Method in interface choco.kernel.memory.IStateDoubleVector
return the indexth element of the vector without an bound check.
quickGet(int) - Method in interface choco.kernel.memory.IStateIntVector
access an element without any bound check
quickGet(int) - Method in interface choco.kernel.memory.IStateLongVector
access an element without any bound check
quickGet(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
quickGet(int) - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
quickGet(int) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
 
quickGet(int) - Method in class choco.kernel.memory.trailing.StoredIntVector
 
quickGet(int) - Method in class choco.kernel.memory.trailing.StoredLongVector
 
quickIterator() - Method in class choco.kernel.memory.structure.StoredBipartiteSet
 
quickSet(int, double) - Method in class choco.kernel.memory.copy.RcDoubleVector
 
quickSet(int, int) - Method in class choco.kernel.memory.copy.RcIntVector
 
quickSet(int, long) - Method in class choco.kernel.memory.copy.RcLongVector
 
quickSet(int, double) - Method in interface choco.kernel.memory.IStateDoubleVector
Unsafe setter => don't do bound verification
quickSet(int, int) - Method in interface choco.kernel.memory.IStateIntVector
Assigns a new value val to the element indexth and return the old value without bound check
quickSet(int, long) - Method in interface choco.kernel.memory.IStateLongVector
Assigns a new value val to the element indexth and return the old value without bound check
quickSet(int, int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
quickSet(int, int) - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
quickSet(int, double) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
 
quickSet(int, int) - Method in class choco.kernel.memory.trailing.StoredIntVector
 
quickSet(int, long) - Method in class choco.kernel.memory.trailing.StoredLongVector
 
quicksort(int[], IntDomainVar[], int, int) - Static method in class choco.kernel.common.util.tools.VariableUtils
A quickSort algorithm for sorting a table of variable according to a table of integers.
Quimper - Class in choco.cp.solver.constraints.global.geost.layers.continuousSolver
 
Quimper(String) - Constructor for class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 

R

R - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
temporary data for edge finding (initialized by dynprog) to store the inner maximization of the edge finding bound on the start/end variables of each task.
R - Static variable in class samples.multicostregular.nsp.NSPModel
 
R - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
RackConfig - Class in samples.rackconfig
Created by IntelliJ IDEA.
RackConfig(int) - Constructor for class samples.rackconfig.RackConfig
 
RackConfig2 - Class in samples.rackconfig
Created by IntelliJ IDEA.
RackConfig2(int) - Constructor for class samples.rackconfig.RackConfig2
 
RackConfiguration - Class in samples.tutorials.to_sort.packing
CSPLib n°31 : Rack Configuration Problem
RackConfiguration() - Constructor for class samples.tutorials.to_sort.packing.RackConfiguration
 
RackValSelector - Class in samples.rackconfig
Created by IntelliJ IDEA.
RackValSelector(int[]) - Constructor for class samples.rackconfig.RackValSelector
 
raiseContradiction(Object) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Raising a contradiction with a cause.
raiseContradiction(Object, int) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Raising a contradiction with a cause and a movement
raiseContradiction(int, Var, SConstraint) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Deprecated. 
raiseContradiction(Object) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Raising a contradiction with a cause.
raiseContradiction(Object, int) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Raising a contradiction with a cause and a movement
raiseContradiction(int, Var, SConstraint) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Deprecated. 
rand - Variable in class samples.tutorials.to_sort.tsp.Generator
 
RandDomOverWDegSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector
 
RandDomOverWDegSelector(Solver, IntDomainVar[], long) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.RandDomOverWDegSelector
 
RandDomOverWDegSelector(Solver, IntRatio[], long) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.RandDomOverWDegSelector
 
randMatrix(int, int, int) - Static method in class samples.jobshop.RandomGenerator
 
RandMaxRatioSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector
 
RandMaxRatioSelector(Solver, IntRatio[], long) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.RandMaxRatioSelector
 
RandMinRatioSelector - Class in choco.cp.solver.search.integer.varselector.ratioselector
 
RandMinRatioSelector(Solver, IntRatio[], long) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.RandMinRatioSelector
 
random - Variable in class choco.cp.solver.search.integer.valselector.RandomIntValSelector
 
random - Variable in class choco.cp.solver.search.integer.varselector.RandomIntVarSelector
 
random - Variable in class choco.cp.solver.search.set.RandomSetValSelector
 
random - Variable in class choco.cp.solver.search.set.RandomSetVarSelector
 
random - Variable in class samples.random.RandomListGenerator
The Random object used to generate lists.
random - Variable in class samples.tutorials.lns.lns.RandomNeighborhoodOperator
 
random - Variable in class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
 
RANDOM_SEED - Static variable in class choco.kernel.solver.Configuration

Goal: Initial seed to generate streams of pseudorandom numbers
Type: int
Default value: 0
RANDOM_TIE_BREAKING - Static variable in class parser.instances.BasicSettings

Goal: indicates if the ties are broken randomly in variable-selection or value-selection heuristics.
RANDOM_VALUE - Static variable in class parser.instances.BasicSettings

Goal: indicates if selection is random in value-selection heuristics.
randomBinSearch(Solver, IntDomainVar[], long) - Static method in class choco.cp.solver.search.BranchingFactory
 
randomBreakTie - Variable in class choco.cp.solver.search.task.ordering.RandomOrdering
 
randomBreakTies - Variable in class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
randomBreakTies - Variable in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
randomBreakTies - Variable in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
RandomGenerator - Class in samples.jobshop
 
randomInstance(int, int, int) - Static method in class samples.tutorials.to_sort.tsp.CycleMain
 
randomIntBinSearch(Solver, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
randomIntSearch(Solver, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
RandomIntValSelector - Class in choco.cp.solver.search.integer.valselector
 
RandomIntValSelector() - Constructor for class choco.cp.solver.search.integer.valselector.RandomIntValSelector
Default constructor for a random value selector for banching.
RandomIntValSelector(long) - Constructor for class choco.cp.solver.search.integer.valselector.RandomIntValSelector
Constructs a random value selector for branching with a specified seed.
RandomIntVarSelector - Class in choco.cp.solver.search.integer.varselector
 
RandomIntVarSelector(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.RandomIntVarSelector
Creates a new random-based integer domain variable selector
RandomIntVarSelector(Solver, long) - Constructor for class choco.cp.solver.search.integer.varselector.RandomIntVarSelector
Creates a new random-based integer domain variable selector with the specified seed (to make the experiment determinist)
RandomIntVarSelector(Solver, IntDomainVar[], long) - Constructor for class choco.cp.solver.search.integer.varselector.RandomIntVarSelector
 
RandomizedTaskSelector - Class in choco.kernel.solver.search.task
 
RandomizedTaskSelector(Comparator<ITask>, long) - Constructor for class choco.kernel.solver.search.task.RandomizedTaskSelector
 
RandomListGenerator - Class in samples.random
This class allows generating integer random lists.
RandomListGenerator(int[], long) - Constructor for class samples.random.RandomListGenerator
Builds a random list generator.
RandomListGenerator(int, int, long) - Constructor for class samples.random.RandomListGenerator
Builds a random list generator.
RandomListGenerator.Structure - Enum in samples.random
 
randomName() - Static method in class choco.kernel.common.util.tools.StringUtils
Return a generated short, random string
RandomNeighborhoodOperator - Class in samples.tutorials.lns.lns
A neighborhood operator which fix/unfix integer variables randomly
RandomNeighborhoodOperator(int) - Constructor for class samples.tutorials.lns.lns.RandomNeighborhoodOperator
Constructs with a fixed seed.
RandomNeighborhoodOperator(int, long) - Constructor for class samples.tutorials.lns.lns.RandomNeighborhoodOperator
Constructs with a specified seed.
RandomOrdering - Class in choco.cp.solver.search.task.ordering
 
RandomOrdering(long) - Constructor for class choco.cp.solver.search.task.ordering.RandomOrdering
 
RandomProblem - Class in samples.random
 
RandomProblem(int, int, double, long, boolean) - Constructor for class samples.random.RandomProblem
 
RandomProblem(int, int, int, double, long, boolean) - Constructor for class samples.random.RandomProblem
 
RandomProblemGenerator - Class in choco.cp.solver.constraints.global.geost.util
 
RandomProblemGenerator(int, int, int, int, int) - Constructor for class choco.cp.solver.constraints.global.geost.util.RandomProblemGenerator
 
RandomProblemLauncher - Class in samples.random
 
randomSearch(Solver, IntDomainVar[], long) - Static method in class choco.cp.solver.search.BranchingFactory
 
randomSearch(Solver, SetVar[], long) - Static method in class choco.cp.solver.search.BranchingFactory
 
randomSetSearch(Solver, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
RandomSetValSelector - Class in choco.cp.solver.search.set
 
RandomSetValSelector() - Constructor for class choco.cp.solver.search.set.RandomSetValSelector
Default constructor for a random value selector for banching.
RandomSetValSelector(long) - Constructor for class choco.cp.solver.search.set.RandomSetValSelector
Constructs a random value selector for branching with a specified seed.
RandomSetVarSelector - Class in choco.cp.solver.search.set
 
RandomSetVarSelector(Solver) - Constructor for class choco.cp.solver.search.set.RandomSetVarSelector
Creates a new random-based set domain variable selector
RandomSetVarSelector(Solver, SetVar[], long) - Constructor for class choco.cp.solver.search.set.RandomSetVarSelector
Creates a new random-based set domain variable selector with a specified seed
RandomSetVarSelector(Solver, long) - Constructor for class choco.cp.solver.search.set.RandomSetVarSelector
Creates a new random-based set domain variable selector with the specified seed (to make the experiment determinist)
RandomTaskNeighborhoodOperator - Class in samples.tutorials.lns.lns
A neighborhood operator which fix/unfix task variables randomly
RandomTaskNeighborhoodOperator(int) - Constructor for class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
Constructs with a fixed seed.
RandomTaskNeighborhoodOperator(int, long) - Constructor for class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
Constructs with a specified seed.
RandomTaskNeighborhoodOperator(int, int, long) - Constructor for class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
Constructs with a specified seed and a variable neighborhood size.
randShuffle(int, int, int) - Static method in class samples.jobshop.RandomGenerator
 
randval - Variable in class choco.cp.solver.preprocessor.PPSearch
Enforce a random value ordering
randvalh - Variable in class parser.chocogen.XmlModel
 
randvalseed - Variable in class choco.cp.solver.preprocessor.PPSearch
 
randValueChoice - Variable in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
ratio() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
RatioFactory - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios
 
ratioHole - Static variable in class parser.chocogen.ChocoFactory
 
RATION_HOLE - Static variable in class choco.kernel.solver.Configuration

Goal: The ratio of holes within domains to which decision are performed to switch from BC to AC
Type: double
Default value: 0.7f
ratios - Variable in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
razGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
razStruct() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
razStruct() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
RcBool - Class in choco.kernel.memory.copy
 
RcBool(EnvironmentCopying, boolean) - Constructor for class choco.kernel.memory.copy.RcBool
 
RcDouble - Class in choco.kernel.memory.copy
 
RcDouble(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcDouble
 
RcDouble(EnvironmentCopying, double) - Constructor for class choco.kernel.memory.copy.RcDouble
 
RcDoubleVector - Class in choco.kernel.memory.copy
 
RcDoubleVector(EnvironmentCopying, int, double) - Constructor for class choco.kernel.memory.copy.RcDoubleVector
Constructs a stored search vector with an initial size, and initial values.
RcDoubleVector(EnvironmentCopying, double[]) - Constructor for class choco.kernel.memory.copy.RcDoubleVector
 
RcDoubleVector(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcDoubleVector
Constructs an empty stored search vector.
RcInt - Class in choco.kernel.memory.copy
 
RcInt(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcInt
 
RcInt(EnvironmentCopying, int) - Constructor for class choco.kernel.memory.copy.RcInt
 
RcIntProcedure - Class in choco.kernel.memory.copy
A stored integer with an associated transition procedure.
RcIntProcedure(EnvironmentCopying, IStateIntProcedure, int) - Constructor for class choco.kernel.memory.copy.RcIntProcedure
 
RcIntVector - Class in choco.kernel.memory.copy
 
RcIntVector(EnvironmentCopying, int, int) - Constructor for class choco.kernel.memory.copy.RcIntVector
Constructs a stored search vector with an initial size, and initial values.
RcIntVector(EnvironmentCopying, int[]) - Constructor for class choco.kernel.memory.copy.RcIntVector
 
RcIntVector(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcIntVector
Constructs an empty stored search vector.
RcLong - Class in choco.kernel.memory.copy
 
RcLong(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcLong
 
RcLong(EnvironmentCopying, long) - Constructor for class choco.kernel.memory.copy.RcLong
 
RcLongVector - Class in choco.kernel.memory.copy
Created by IntelliJ IDEA.
RcLongVector(EnvironmentCopying, int, long) - Constructor for class choco.kernel.memory.copy.RcLongVector
Constructs a stored search vector with an initial size, and initial values.
RcLongVector(EnvironmentCopying, long[]) - Constructor for class choco.kernel.memory.copy.RcLongVector
 
RcLongVector(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcLongVector
Constructs an empty stored search vector.
RcObject - Class in choco.kernel.memory.copy
 
RcObject(EnvironmentCopying, Object) - Constructor for class choco.kernel.memory.copy.RcObject
 
RCPSPCmd - Class in samples.tutorials.lns.rcpsp
launch the resolution of the RCPSP by CP or LNS/CP
RCPSPCmd(Configuration) - Constructor for class samples.tutorials.lns.rcpsp.RCPSPCmd
 
RCPSPData - Class in samples.tutorials.lns.rcpsp
An instance of the Resource-Constrained Proect Scheduling Problem (RCPSP)
RCPSPData(int, int) - Constructor for class samples.tutorials.lns.rcpsp.RCPSPData
 
RCPSPFileParser - Class in samples.tutorials.lns.rcpsp
Parser for instance files from benchmark sets of the Resource-Constrained Project Scheduling Problem: BL (Baptiste-Le Pape) PSPLib (KSD)
RCPSPFileParser() - Constructor for class samples.tutorials.lns.rcpsp.RCPSPFileParser
 
RCPSPModeler - Class in samples.tutorials.lns.rcpsp
A CP model for the Resource Constrained Project Scheduling Problem
RCPSPModeler(Configuration) - Constructor for class samples.tutorials.lns.rcpsp.RCPSPModeler
 
RcSave - Class in choco.kernel.memory.copy
 
RcSave(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcSave
 
RcVector<E> - Class in choco.kernel.memory.copy
Created by IntelliJ IDEA.
RcVector(EnvironmentCopying) - Constructor for class choco.kernel.memory.copy.RcVector
 
RcVector(int[]) - Constructor for class choco.kernel.memory.copy.RcVector
 
reached - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.SearchInfeasible
 
reached - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
reached - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
reachedFirst - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
reachedSecond - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
reactOnInfAndEnvEvents(int) - Method in class choco.cp.solver.constraints.set.SetCard
 
reactOnSupAndKerEvents(int) - Method in class choco.cp.solver.constraints.set.SetCard
 
read(Model) - Method in class choco.cp.solver.CPSolver
 
read(Model) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
read of the black box solver
read(List<String>, StringMask...) - Method in class choco.kernel.common.util.bitmask.BitMask
 
read() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
return the current iterated element
read() - Method in class choco.kernel.common.util.objects.IntList.IntListIterator
Read the next element wihtout incrementing
read(Model) - Method in interface choco.kernel.solver.Solver
 
read(Model) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
read(Model) - Method in class samples.tutorials.lns.lns.LNSCPSolver
read the model and load it in the delegate solver
readArgs(String...) - Method in class samples.tutorials.PatternExample
 
readBBDecisionVariables() - Method in class choco.cp.solver.preprocessor.PPModelToCPSolver
 
readBoolean(Properties, String, boolean) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
readBoolean(String) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped.
readBoolean(String, boolean) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped, if exists.
readConstants(CPModel) - Method in class choco.cp.solver.CPModelToCPSolver
 
readConstraint(Constraint, Boolean, boolean) - Method in class choco.cp.solver.CPModelToCPSolver
 
readConstraints(CPModel) - Method in class choco.cp.solver.CPModelToCPSolver
 
readDecisionVariables() - Method in class choco.cp.solver.CPModelToCPSolver
Read the decision variables declared in the model
readDouble(Properties, String, double) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
readDouble(String) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped.
readDouble(String, double) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped, if exists.
readEnum(Properties, String, T) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
readEnum(String, Class) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped.
readEnum(String, T) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped, if exists.
readExternal(ObjectInput) - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
readExternal(ObjectInput) - Method in class choco.cp.solver.constraints.global.geost.frames.Frame
 
readExternal(ObjectInput) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
readExternal(ObjectInput) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
readFile(String) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped.
readFile(String, File) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped, if exists.
readFromFile(File) - Static method in class choco.cp.model.CPModel
Restore flatten CPModel from the given file.
readingTime - Variable in class choco.cp.solver.CPSolver
 
readingTime - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
readInt(String) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped.
readInt(String, int) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped, if exists.
readInteger(Properties, String, int) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
readIntegerVariables(CPModel) - Method in class choco.cp.solver.CPModelToCPSolver
 
readLong(String) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped.
readLong(String, long) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped, if exists.
readModelVariable(Variable) - Method in class choco.cp.solver.CPModelToCPSolver
 
readMultipleVariables(CPModel) - Method in class choco.cp.solver.CPModelToCPSolver
 
readOptions(List<String>) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
readOptions(List<String>) - Method in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
readOptions(List<String>) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
readOptions(List<String>) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
readOptions(List<String>) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.ForbiddenIntervals
 
readRealVariables(CPModel) - Method in class choco.cp.solver.CPModelToCPSolver
 
readSetVariables(CPModel) - Method in class choco.cp.solver.CPModelToCPSolver
 
readString(Properties, String, String) - Static method in class choco.kernel.common.util.tools.PropertyUtils
 
readString(String) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped.
readString(String, String) - Method in class choco.kernel.solver.Configuration
Returns the value to which the specified key is mapped, if exists.
readVariables(CPModel) - Method in class choco.cp.solver.CPModelToCPSolver
Read variable from the model, transpose it into Solver variables, adding it to the Solver directly.
REAL_PRECISION - Static variable in class choco.kernel.solver.Configuration

Goal: Precision of the search for problem involving real variables
Type: double
Default value: 1.0e-6
REAL_REDUCTION - Static variable in class choco.kernel.solver.Configuration

Goal: Minimal width reduction between two propagations, for problem involving real variables
Type: double
Default value: 0.99
RealBranchAndBound - Class in choco.cp.solver.search.real

An open-source Constraint Programming Kernel for Research and Education

Created by: Guillaume on 20 juil. 2004

RealBranchAndBound(Solver, RealVar, boolean) - Constructor for class choco.cp.solver.search.real.RealBranchAndBound
 
RealConstant - Interface in choco.kernel.solver.variables.real
 
RealConstantVariable - Class in choco.kernel.model.variables.real
Created by IntelliJ IDEA.
RealConstantVariable(double) - Constructor for class choco.kernel.model.variables.real.RealConstantVariable
 
RealConstantVariable(double, double) - Constructor for class choco.kernel.model.variables.real.RealConstantVariable
 
RealConstraintManager - Class in choco.cp.model.managers
 
RealConstraintManager() - Constructor for class choco.cp.model.managers.RealConstraintManager
 
RealCos - Class in choco.cp.solver.constraints.real.exp
Expression evaluatiing the cos of its only one sub-expression.
RealCos(Solver, RealExp) - Constructor for class choco.cp.solver.constraints.real.exp.RealCos
 
RealDomain - Interface in choco.kernel.solver.variables.real
An interface for real variable domains.
RealDomainImpl - Class in choco.cp.solver.variables.real
An implmentation of real variable domains using two stored floats for storing bounds.
RealDomainImpl(RealVar, double, double, Solver) - Constructor for class choco.cp.solver.variables.real.RealDomainImpl
 
RealExp - Interface in choco.kernel.solver.constraints.real
An interface for real expressions.
RealExpressionVariable - Class in choco.kernel.model.variables.real
 
RealExpressionVariable(VariableType, boolean, Object, IConstraintList) - Constructor for class choco.kernel.model.variables.real.RealExpressionVariable
 
RealExpressionVariable(Object, Operator, RealExpressionVariable...) - Constructor for class choco.kernel.model.variables.real.RealExpressionVariable
 
RealIncreasingDomain - Class in choco.cp.solver.search.real

An open-source Constraint Programming Kernel for Research and Education

Created by: Guillaume on 2 nov. 2004

RealIncreasingDomain() - Constructor for class choco.cp.solver.search.real.RealIncreasingDomain
 
RealIntegerPower - Class in choco.cp.solver.constraints.real.exp
 
RealIntegerPower(Solver, RealExp, int) - Constructor for class choco.cp.solver.constraints.real.exp.RealIntegerPower
 
RealInterval - Interface in choco.kernel.solver.variables.real
An interface for real intervals.
RealIntervalConstant - Class in choco.kernel.solver.variables.real
A constant real interval.
RealIntervalConstant(RealInterval) - Constructor for class choco.kernel.solver.variables.real.RealIntervalConstant
 
RealIntervalConstant(double, double) - Constructor for class choco.kernel.solver.variables.real.RealIntervalConstant
 
RealIntervalImpl - Class in choco.cp.solver.constraints.real.exp
Deprecated.  
RealIntervalImpl(double, double) - Constructor for class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
RealIntervalImpl() - Constructor for class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
RealIntervalImpl(RealInterval) - Constructor for class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
RealMath - Class in choco.kernel.solver.variables.real
Some tools for float computing.
RealMath() - Constructor for class choco.kernel.solver.variables.real.RealMath
 
RealMinus - Class in choco.cp.solver.constraints.real.exp
An expression modelling a substraction.
RealMinus(Solver, RealExp, RealExp) - Constructor for class choco.cp.solver.constraints.real.exp.RealMinus
 
RealModeler - Interface in choco.kernel.model
Modeler for real expressions.
RealMult - Class in choco.cp.solver.constraints.real.exp
An expression modelling a multiplication.
RealMult(Solver, RealExp, RealExp) - Constructor for class choco.cp.solver.constraints.real.exp.RealMult
 
RealObjectiveManager - Class in choco.cp.solver.search.real.objective
 
RealObjectiveManager(RealVar) - Constructor for class choco.cp.solver.search.real.objective.RealObjectiveManager
 
RealPlus - Class in choco.cp.solver.constraints.real.exp
An expression modelling a real addition.
RealPlus(Solver, RealExp, RealExp) - Constructor for class choco.cp.solver.constraints.real.exp.RealPlus
Builds an addition expression for real constraint modelling.
RealPropagator - Interface in choco.kernel.solver.propagation.listener
An interface for real event listener (like real constraints for instance).
RealSin - Class in choco.cp.solver.constraints.real.exp
Expression evaluatiing the cos of its only one sub-expression.
RealSin(Solver, RealExp) - Constructor for class choco.cp.solver.constraints.real.exp.RealSin
 
RealVar - Interface in choco.kernel.solver.variables.real
An interface for a real variable : an expression and a variable with a domain.
RealVarEvent<C extends AbstractSConstraint & RealPropagator> - Class in choco.cp.solver.variables.real
An event for real interval variable modifications.
RealVarEvent(RealVarImpl) - Constructor for class choco.cp.solver.variables.real.RealVarEvent
 
RealVarExample - Class in samples.tutorials.basics
Created by IntelliJ IDEA.
RealVarExample() - Constructor for class samples.tutorials.basics.RealVarExample
 
RealVariable - Class in choco.kernel.model.variables.real
 
RealVariable(VariableType, boolean, IConstraintList, double, double) - Constructor for class choco.kernel.model.variables.real.RealVariable
 
RealVariable(String, double, double) - Constructor for class choco.kernel.model.variables.real.RealVariable
 
RealVariableManager - Class in choco.cp.model.managers.variables
Created by IntelliJ IDEA.
RealVariableManager() - Constructor for class choco.cp.model.managers.variables.RealVariableManager
 
RealVarImpl<C extends AbstractSConstraint & RealPropagator> - Class in choco.cp.solver.variables.real
An implementation of real variables using RealDomain domains.
RealVarImpl(Solver, String, double, double, int) - Constructor for class choco.cp.solver.variables.real.RealVarImpl
 
realVarValues - Variable in class choco.kernel.solver.Solution
 
rebuildCostRegInfo() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
RecomputableElement - Interface in choco.kernel.memory.copy
 
RECOMPUTATION_GAP - Static variable in class choco.kernel.solver.Configuration

Goal: Tells the strategy wether or not use recomputation.
recomputeVars(IntDomainVar[]) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
recomputeVars(IntDomainVar) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
recorder - Variable in class choco.cp.solver.search.restart.NogoodKickRestart
 
recordEventTypeAndCause(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntVarEvent
 
recordEventTypeAndCause(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.set.SetVarEvent
 
recordEventTypeAndCause(int, SConstraint, boolean) - Method in class choco.kernel.solver.propagation.event.VarEvent
 
recordIntObjective(int) - Method in class choco.kernel.solver.Solution
 
recordIntValue(int, int) - Method in class choco.kernel.solver.Solution
 
recordIntValues() - Method in class choco.kernel.solver.Solution
 
recordRealObjective(double) - Method in class choco.kernel.solver.Solution
 
recordRealValue(int, RealInterval) - Method in class choco.kernel.solver.Solution
 
recordRealValues() - Method in class choco.kernel.solver.Solution
 
recordSearchMeasures(ISearchMeasures) - Method in class choco.kernel.solver.Solution
 
recordSetValue(int, int[]) - Method in class choco.kernel.solver.Solution
 
recordSetValues() - Method in class choco.kernel.solver.Solution
 
recordSolution() - Method in class choco.cp.solver.CPSolver
Record a solution by getting every variables' value.
recordSolution() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
called when a solution is encountered: printing and, if needed, storing the solution
recordSolution() - Method in class choco.kernel.solver.search.AbstractOptimize
 
recordSolution() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
recording the current state as a solution stores information from the current state in the next solution of the model note: only instantiated variables are recorded in the Solution object either all variables or a user-defined subset of them are recorded this may erase a soolution that was previously stored in the ith position this may also increase the size of the pb.solutions vector.
recordSolution(Solver) - Method in interface choco.kernel.solver.search.ISolutionPool
use AbstractSearchStrategy.writeSolution(Solution) with the target object of the pool, if any.
recordSolution() - Method in interface choco.kernel.solver.Solver
Record a solution by getting every variables' value.
recordSolution() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
recordSolutionCount(int) - Method in class choco.kernel.solver.Solution
 
RED - Static variable in class choco.visu.components.ColorConstant
 
reduce() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
reducedGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
reduced graph structure associated with global
ReducedGraph - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph
 
ReducedGraph(Solver, StoredBitSetGraph) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
Constructor
reducedGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
ReducedNode - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph
 
ReducedNode(int, BitSet) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedNode
constructor
REFERENCE - Static variable in class parser.absconparseur.InstanceTokens
 
refInverseMatch - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Vector with the reverse matching.
ReflectionManager - Class in parser.absconparseur
This class allows performing some operations based on reflection.
ReflectionManager() - Constructor for class parser.absconparseur.ReflectionManager
 
ReflectionManager.DigestedFields - Class in parser.absconparseur
 
ReflectionManager.DigestedFields() - Constructor for class parser.absconparseur.ReflectionManager.DigestedFields
 
refMatch - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
refMatch - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
reformulateImpliedReified(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractTemporalDetector
 
Reformulation - Class in choco
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 24 f�vr. 2010
Since : Choco 2.1.1
A class for reformulated constraints.
Reformulation() - Constructor for class choco.Reformulation
 
refresh(Object) - Method in interface choco.kernel.visu.components.bricks.IChocoBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.components.bricks.ColorValueBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.components.bricks.DotBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.components.bricks.FullDomainBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.components.bricks.HazardOrValueBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.components.bricks.NameOrValueBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.components.bricks.NodeBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.components.bricks.QuestionMarkOrValueBrick
Refresh data of the PApplet in order to refresh the visualization
refresh(Object) - Method in class choco.visu.variables.VisuVariable
refresh every visual representation of the variable
refreshSCC() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
REG - Static variable in class samples.comparaison.RegCRMCRComp
 
RegCRMCRComp - Class in samples.comparaison
Created by IntelliJ IDEA.
RegCRMCRComp(int, long) - Constructor for class samples.comparaison.RegCRMCRComp
 
Region - Class in choco.cp.solver.constraints.global.geost.geometricPrim
This class represents a k dimensional Region (where k is specified as a global constant in the global.Constants class).
Region(int, int, int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
Region(int, int) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Region
Constructs an empty region for this object id.
Region(int, Obj) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
Region(Region) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
Region(Point, int) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
Region(Point) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
Region(Point, Point) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
register(ClauseStore) - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
register this clause in the watching lists of the propagator.
registerPropagator(Propagator) - Method in class choco.cp.solver.propagation.ChocoEngine
Register a constraint.
registerPropagator(Propagator) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Register a constraint.
regular(IntegerVariable[], IAutomaton) - Static method in class choco.Choco
Create a Regular constraint that enforce the sequence of variables to be a word recognized by the dfa auto.
regular(IntegerVariable[], DFA) - Static method in class choco.Choco
Create a Regular constraint that enforce the sequence of variables to be a word recognized by the dfa auto.
regular(IntegerVariable[], String) - Static method in class choco.Choco
Create a Regular constraint that enforce the sequence of variables to match the regular expression.
regular(DFA, IntegerVariable[]) - Static method in class choco.Choco
Deprecated. reorder parameters
regular(IAutomaton, IntegerVariable[]) - Static method in class choco.Choco
Deprecated. reorder parameters
regular(String, IntegerVariable[]) - Static method in class choco.Choco
Deprecated. reorder parameters
regular(IntegerVariable[], List<int[]>) - Static method in class choco.Choco
A Regular constraint based on a DFA which is built from a list of FEASIBLE tuples.
regular(IntegerVariable[], List<int[]>, int[], int[]) - Static method in class choco.Choco
A Regular constraint based on a DFA which is built from a list of INFEASIBLE tuples As the relation is defined by infeasible tuples and we build the feasible automaton, we need to know the range of values by the max and min fields...
Regular - Class in choco.cp.solver.constraints.global.regular
Created by IntelliJ IDEA.
Regular(DFA, IntDomainVar[], int[], int[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.regular.Regular
 
Regular(DFA, IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.regular.Regular
Enforce the sequence of variable vs to be a word recognized by DFA auto
RegularManager - Class in choco.cp.model.managers.constraints.global
A manager to build new regular constraint
RegularManager() - Constructor for class choco.cp.model.managers.constraints.global.RegularManager
 
RehearsalProblem - Class in samples.tutorials.to_sort.scheduling
 
RehearsalProblem() - Constructor for class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
reified(Literal, ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.Node
 
ReifiedAllSConstraint - Class in choco.cp.solver.constraints.reified
A constraint that allows to reify another constraint into a boolean value.
reifiedAnd(IntegerVariable, IntegerVariable...) - Static method in class choco.Choco
A reified constraint for logical conjunction between boolean variables binVar = lit1 AND lit2 AND ...
ReifiedAndManager - Class in choco.cp.model.managers.constraints.global
 
ReifiedAndManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedAndManager
 
ReifiedBinImplication - Class in choco.cp.solver.constraints.integer.channeling
 
ReifiedBinImplication(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.channeling.ReifiedBinImplication
A constraint to ensure : b = v1 xnor v2
ReifiedBinXnor - Class in choco.cp.solver.constraints.integer.channeling
A constraint that ensures : b = x1 xnor x2 ...
ReifiedBinXnor(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.channeling.ReifiedBinXnor
A constraint to ensure : b = v1 xnor v2
ReifiedBinXor - Class in choco.cp.solver.constraints.integer.channeling
A constraint that ensures : b = x1 xor x2 ... xor xn where b, and x1,... xn are boolean variables (of domain {0,1})
ReifiedBinXor(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.channeling.ReifiedBinXor
A constraint to ensure : b = v1 xor v2
reifiedConstraint(IntegerVariable, Constraint) - Static method in class choco.Choco
 
reifiedConstraint(IntegerVariable, Constraint, Constraint) - Static method in class choco.Choco
 
ReifiedFactory - Class in choco.cp.solver.constraints.reified
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 20 mai 2010
Since : Choco 2.1.1
ReifiedImplicationManager - Class in choco.cp.model.managers.constraints.global
 
ReifiedImplicationManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedImplicationManager
 
ReifiedImplManager - Class in choco.cp.model.managers.constraints.global
 
ReifiedImplManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedImplManager
 
reifiedIntConstraint(IntegerVariable, Constraint) - Static method in class choco.Choco
Deprecated. 
reifiedIntConstraint(IntegerVariable, Constraint, Constraint) - Static method in class choco.Choco
Deprecated. 
reifiedIntConstraint(IntDomainVar, SConstraint) - Method in class choco.cp.solver.CPSolver
 
reifiedIntConstraint(IntDomainVar, SConstraint, SConstraint, Solver) - Static method in class choco.cp.solver.CPSolver
 
ReifiedIntSConstraint - Class in choco.cp.solver.constraints.reified
A constraint that allows to reify another constraint into a boolean value.
ReifiedLargeAnd - Class in choco.cp.solver.constraints.integer.channeling
 
ReifiedLargeAnd(IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.channeling.ReifiedLargeAnd
A constraint to ensure : b = AND_{i} vars[i]
ReifiedLargeNand - Class in choco.cp.solver.constraints.integer.channeling
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
A constraint that ensures : b = x1 NAND x2 ...
ReifiedLargeNand(IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNand
A constraint to ensure : b = OR_{i} vars[i]
ReifiedLargeNor - Class in choco.cp.solver.constraints.integer.channeling
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 18 mai 2010
Since : Choco 2.1.1
A constraint that ensures : b = x1 NOR x2 ...
ReifiedLargeNor(IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.channeling.ReifiedLargeNor
A constraint to ensure : b = AND_{i} vars[i]
ReifiedLargeOr - Class in choco.cp.solver.constraints.integer.channeling
A constraint that ensures : b = x1 OR x2 ...
ReifiedLargeOr(IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.integer.channeling.ReifiedLargeOr
A constraint to ensure : b = OR_{i} vars[i]
reifiedLeftImp(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
A reified constraint for reverse implication binVar = lit1 implies lit2
ReifiedManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
ReifiedManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedManager
 
reifiedNand(IntegerVariable, IntegerVariable...) - Static method in class choco.Choco
A reified constraint for logical conjunction between boolean variables binVar = lit1 NAND lit2 NAND ...
ReifiedNandManager - Class in choco.cp.model.managers.constraints.global
User: cprudhom Mail: cprudhom(a)emn.fr Date: 28 mai 2010 Since: Choco 2.1.1
ReifiedNandManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedNandManager
 
reifiedNor(IntegerVariable, IntegerVariable...) - Static method in class choco.Choco
A reified constraint for logical conjunction between boolean variables binVar = lit1 NOR lit2 NOR ...
ReifiedNorManager - Class in choco.cp.model.managers.constraints.global
User: cprudhom Mail: cprudhom(a)emn.fr Date: 28 mai 2010 Since: Choco 2.1.1
ReifiedNorManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedNorManager
 
reifiedNot(IntegerVariable, IntegerVariable) - Static method in class choco.Choco
A reified constraint for logical negation binVar = NOT(lit)
reifiedOr(IntegerVariable, IntegerVariable...) - Static method in class choco.Choco
A reified constraint for logical disjunction between boolean variables binVar = lit1 OR lit2 OR ...
ReifiedOrManager - Class in choco.cp.model.managers.constraints.global
 
ReifiedOrManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedOrManager
 
reifiedRightImp(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
A reified constraint for forward implication binVar = lit2 implies lit1
reifiedXnor(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
A reified constraint for logical equality binVar = lit1 XNOR lit2
ReifiedXnorManager - Class in choco.cp.model.managers.constraints.global
 
ReifiedXnorManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedXnorManager
 
reifiedXor(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
A reified constraint for logical exclusive disjunction between boolean variables binVar = lit1 XOR lit2
ReifiedXorManager - Class in choco.cp.model.managers.constraints.global
 
ReifiedXorManager() - Constructor for class choco.cp.model.managers.constraints.global.ReifiedXorManager
 
reInit() - Method in class choco.kernel.common.util.objects.IntList
 
reinitBranching() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
reinitConsumption() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
reinitConsumption() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
reset all the flags for dynamic computation of R
relation - Variable in class choco.cp.solver.constraints.integer.extension.CspLargeSConstraint
 
relation - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
relation - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
relation - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
relation - Variable in class choco.kernel.solver.constraints.integer.extension.CspBinSConstraint
 
RELATION - Static variable in class parser.absconparseur.InstanceTokens
 
RELATION_PREFIX - Static variable in class parser.absconparseur.InstanceTokens
 
RelationalEvaluator - Class in parser.absconparseur.intension.relational
 
RelationalEvaluator() - Constructor for class parser.absconparseur.intension.relational.RelationalEvaluator
 
RelationDetector - Class in choco.cp.common.util.preprocessor.detector
 
RelationDetector() - Constructor for class choco.cp.common.util.preprocessor.detector.RelationDetector
 
RelationFactory - Class in parser.chocogen
Factory to create relations
RelationFactory(Model, InstanceParser) - Constructor for class parser.chocogen.RelationFactory
 
relationPairAC(IntegerVariable, IntegerVariable, BinRelation) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of infeasibles pairs of values for the corresponding variables.
relationPairAC(String, IntegerVariable, IntegerVariable, BinRelation) - Static method in class choco.Choco
Build a Table constraint defined extensionnaly by the set of infeasibles pairs of values for the corresponding variables
relationPairAC(IntDomainVar, IntDomainVar, BinRelation, int) - Method in class choco.cp.solver.CPSolver
 
relationPairAC(IntDomainVar, IntDomainVar, BinRelation) - Method in class choco.cp.solver.CPSolver
 
RELATIONS - Static variable in class parser.absconparseur.InstanceTokens
 
relationTupleAC(IntegerVariable[], LargeRelation) - Static method in class choco.Choco
Create a constraint enforcing Arc Consistency on a given consistency relation defined by infeasible tuples.
relationTupleAC(String, IntegerVariable[], LargeRelation) - Static method in class choco.Choco
 
relationTupleAC(IntDomainVar[], LargeRelation) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given consistency relation.
relationTupleAC(IntDomainVar[], LargeRelation, int) - Method in class choco.cp.solver.CPSolver
Create a constraint enforcing Arc Consistency on a given consistency relation.
relationTupleAC(IntDomainVar[], LargeRelation) - Method in interface choco.kernel.solver.Solver
 
relationTupleAC(IntDomainVar[], LargeRelation, int) - Method in interface choco.kernel.solver.Solver
 
relationTupleAC(IntDomainVar[], LargeRelation) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
relationTupleAC(IntDomainVar[], LargeRelation, int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
relationTupleFC(IntegerVariable[], LargeRelation) - Static method in class choco.Choco
Create a constraint enforcing Forward Checking on a given consistency relation
relationTupleFC(IntDomainVar[], LargeRelation) - Static method in class choco.cp.solver.CPSolver
Create a constraint enforcing Forward Checking on a given consistency relation
release() - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
after an iteration over the delta domain, the delta domain is reopened again.
release() - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
after an iteration over the delta domain, the delta domain is reopened again.
release() - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
after an iteration over the delta domain, the delta domain is reopened again.
release() - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
after an iteration over the delta domain, the delta domain is reopened again.
release() - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
after an iteration over the delta domain, the delta domain is reopened again.
release() - Method in class choco.cp.solver.variables.integer.BoolVarEvent
the event had been "frozen", (since the call to freeze), while it was handled by the propagation engine: This meant that the meaning of the event could not be changed: it represented a static set of value removals, during propagation.
release() - Method in class choco.cp.solver.variables.integer.IntCsteEvent
the event had been "frozen", (since the call to freeze), while it was handled by the propagation engine: This meant that the meaning of the event could not be changed: it represented a static set of value removals, during propagation.
release() - Method in class choco.cp.solver.variables.integer.IntVarEvent
the event had been "frozen", (since the call to freeze), while it was handled by the propagation engine: This meant that the meaning of the event could not be changed: it represented a static set of value removals, during propagation.
release() - Method in class choco.cp.solver.variables.real.RealVarEvent
 
release() - Method in class choco.cp.solver.variables.set.SetVarEvent
 
release() - Method in class choco.kernel.solver.propagation.event.VarEvent
 
release() - Method in interface choco.kernel.solver.variables.delta.IDeltaDomain
after an iteration over the delta domain, the delta domain is reopened again.
releaseDeltaDomain() - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
release the delta domain
releaseDeltaDomain() - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
release the delta domain
releaseDeltaDomain() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
releaseDeltaDomain() - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
after an iteration over the delta domain, the delta domain is reopened again.
releaseDeltaDomain() - Method in interface choco.kernel.solver.variables.integer.IntDomain
after an iteration over the delta domain, the delta domain is reopened again.
releaseDeltaDomain() - Method in interface choco.kernel.solver.variables.real.RealDomain
 
releaseDeltaDomain() - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
relevantVar - Variable in class choco.cp.solver.constraints.global.Occurrence
 
relfactory - Variable in class parser.chocogen.ChocoFactory
 
REM - Static variable in interface choco.kernel.memory.IStateBinaryTree
static integer representing an operation over a binary tree REM, an interval has been removed from the tree
remAllExcepted(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
remove all the successors of node u, excepted node v, from the graph view structure (required properties are dynamically updated)
remAllGreaterIdx(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
remove all the successors of node u that have an index higher than idx (required properties are dynamically updated)
remAllIdx(int, int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
remove all the successors of node u that have an index below to inf and higher than sup (required properties are dynamically updated)
remAllLowerIdx(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
remove all the successors of node u that have an index below to idx (required properties are dynamically updated)
remAllNodes(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
all the arc (u,v), such that v belongs to the set depicted by the iterator, are removed
remAllSucc(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
remove all the successors of node u from the graph view structure (required properties are dynamically updated)
remArc(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
remove the arc (u,v) from the graph view structure (required properties are dynamically updated)
remEdge(int, int) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
REMENV - Static variable in class choco.cp.solver.variables.set.SetVarEvent
Constants for the eventType bitvector: index of bit for events on SetVars
REMENV_MASK - Static variable in class choco.cp.solver.variables.set.SetVarEvent
 
remFromEnveloppe() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
remFromEnveloppe(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
remFromEnveloppe(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
remFromEnveloppe(int, int) - Method in class choco.cp.solver.variables.set.SetVarImpl
Deprecated. 
remFromEnveloppe(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.set.SetDomain
 
remFromEnveloppe(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.set.SetVar
Propagation events updating the enveloppe of a variable (i.e removing a value)
remFromEnveloppe(int, int) - Method in interface choco.kernel.solver.variables.set.SetVar
Deprecated. 
remIntVal() - Method in interface choco.kernel.solver.search.IntBranchingDecision
apply the integer removal decision, i.e. remove the branching value from the domain of the branching int var.
remIntVal() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
RemoteDbConnector - Class in db
 
RemoteDbConnector(String) - Constructor for class db.RemoteDbConnector
 
RemovalsAdvisor - Class in choco.cp.solver.constraints.global.tree.filtering
 
RemovalsAdvisor(Solver, TreeSConstraint, TreeParameters, StructuresAdvisor) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
 
remove() - Method in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector.CliqueIterator
 
remove(Object) - Method in class choco.cp.model.CPModel
 
remove() - Method in class choco.cp.model.managers.VariableIterator
 
remove() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Removes the top key from the heap.
remove() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Removes an element from the heap.
remove() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Removes an element from the heap.
remove() - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.HeapImpl
 
remove(ListIterator) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.LinkedList
 
remove() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.AllActiveEdgeIterator
 
remove() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.InEdgeIterator
 
remove() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.OutEdgeIterator
 
remove(int, int) - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
Remove a possible assignment of an item into a bin.
remove(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
Do not update status
remove(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
remove(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
remove(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
 
remove(IRTask) - Method in interface choco.cp.solver.constraints.global.scheduling.disjunctive.IDisjRules
optional operation
remove() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
remove(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
remove(ITask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
remove(T) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
Enleve un element qui se trouve dans le vecteur!!!
remove(PropagationEvent) - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
Removes an event.
remove(PropagationEvent) - Method in class choco.cp.solver.propagation.ConstraintEventQueue
Removes the var from the left part.
remove(PropagationEvent) - Method in class choco.cp.solver.propagation.VariableEventQueue
Removes an event.
remove(int) - Method in class choco.cp.solver.variables.delta.BipartiteDeltaDomain
Update the delta domain
remove(int) - Method in class choco.cp.solver.variables.delta.BitSetDeltaDomain
Update the delta domain
remove(int) - Method in class choco.cp.solver.variables.delta.BooleanDeltaDomain
Update the delta domain
remove(int) - Method in class choco.cp.solver.variables.delta.IntervalDeltaDomain
Update the delta domain
remove(int) - Method in class choco.cp.solver.variables.delta.StackDeltaDomain
Update the delta domain
remove(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
remove(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Removes a value.
remove(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Removes a value.
remove(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Removes a value from the domain
remove(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
remove(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Removes a precise value from the domain.
remove(int) - Method in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Removes a value.
remove() - Method in class choco.cp.solver.variables.set.SetDomainImpl.SetOpenDomainIterator
 
remove(int, int) - Method in class choco.kernel.common.opres.graph.DagDTC
 
remove(IBinaryNode, boolean) - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
remove a leaf from the tree.
remove(int) - Method in class choco.kernel.common.opres.nosum.NoSumList
 
remove(ListIterator<INoSumCell>, int) - Method in class choco.kernel.common.opres.nosum.NoSumList
 
remove() - Method in class choco.kernel.common.util.iterators.DisposableIntIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class choco.kernel.common.util.iterators.DisposableIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
remove(int) - Method in class choco.kernel.common.util.objects.CircularQueue
 
remove(E) - Method in class choco.kernel.common.util.objects.CircularQueue
 
remove(O) - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
Remove object from the structure We just swap the last object and the removed object
remove() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
remove the current iterated element
remove() - Method in class choco.kernel.common.util.objects.IntList.IntListIterator
 
remove(Object) - Method in class choco.kernel.common.util.objects.PriorityQueue
Removes the specified object.
remove(int) - Method in class choco.kernel.memory.copy.RcDoubleVector
 
remove(int) - Method in class choco.kernel.memory.copy.RcIntVector
 
remove(int) - Method in class choco.kernel.memory.copy.RcLongVector
 
remove(int) - Method in class choco.kernel.memory.copy.RcSave
 
remove(IStateBinaryTree.Node) - Method in interface choco.kernel.memory.IStateBinaryTree
Remove a node from the tree
remove(IStateBinaryTree.Node, boolean) - Method in interface choco.kernel.memory.IStateBinaryTree
Remove a node from the tree, and save the operation if requested
remove(int) - Method in interface choco.kernel.memory.IStateBinaryTree
Remove the given value from the tree i.e. updates the tree so that contains(value) would return false;
remove(int) - Method in interface choco.kernel.memory.IStateDoubleVector
Removes an int.
remove(int) - Method in interface choco.kernel.memory.IStateIntVector
Removes an int.
remove(int) - Method in interface choco.kernel.memory.IStateLongVector
Removes an int.
remove() - Method in class choco.kernel.memory.structure.iterators.BipartiteListIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class choco.kernel.memory.structure.iterators.BipartiteListRemIterator
Removing an element is not permitted on this structure.
remove() - Method in class choco.kernel.memory.structure.iterators.BipartiteSetIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class choco.kernel.memory.structure.iterators.PSCLEIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
remove(Object) - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Remove an object
remove(int) - Method in class choco.kernel.memory.structure.StoredBipartiteSet
removal performs a swap on a pair of elements.
remove(int) - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
removal performs a swap on a pair of elements.
remove(int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
remove(IndexedObject) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
remove(int) - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
remove(IStateBinaryTree.Node) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
remove(IStateBinaryTree.Node, boolean) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
remove(int) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
remove() - Method in class choco.kernel.memory.trailing.StoredBinaryTree.TreeIterator
 
remove(int) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Removes an int.
remove(int) - Method in class choco.kernel.memory.trailing.StoredIntVector
Removes an int.
remove(int) - Method in class choco.kernel.memory.trailing.StoredLongVector
Removes an int.
remove(int, Constraint) - Static method in class choco.kernel.model.factories.ConstraintListFactory
 
remove(int) - Static method in class choco.kernel.model.factories.ConstraintListFactory
 
remove(int) - Method in class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
remove(PropagationEvent) - Method in interface choco.kernel.solver.propagation.queue.EventQueue
Removes an event.
remove(int) - Method in interface choco.kernel.solver.variables.delta.IDeltaDomain
Update the delta domain
remove(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Removing a single value from the domain.
remove(int) - Method in interface choco.kernel.solver.variables.set.SetSubDomain
 
removeAll(Collection) - Method in class choco.kernel.common.util.objects.PriorityQueue
Removes all the specified objects.
removeAllElements() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
 
removeAllElements() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
 
removeAllElements() - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.HeapImpl
 
removeArc(int, TIntStack) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
removeArc(int, TIntStack, TIntStack[], TIntStack[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
removeArc(int, TIntStack, TIntStack[], TIntStack[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
removeArc(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph
 
removeBin(int) - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
removeChild(ALogicTree) - Method in class choco.kernel.model.constraints.cnf.Literal
 
removeConstraint(int, int) - Method in class choco.cp.common.util.preprocessor.detector.AbstractGraphBasedDetector
 
removeConstraint(Constraint) - Method in class choco.cp.model.CPModel
 
removeConstraint(Constraint) - Method in interface choco.kernel.model.Model
Remove a constraint from the model.
removeConstraints() - Method in class choco.cp.model.CPModel
Empty this by removing everry added constraints.
removeConstraints() - Method in interface choco.kernel.model.IConstraintList
 
removeConstraints() - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
removeConstraints() - Method in class choco.kernel.model.variables.AbstractVariable
 
removeConstraints() - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
removed - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Buffer to check whether an arc needs to be removed.
removeDeadTransitions() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
removeEdge(Edge) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph
 
removeEmptyBins(IntDomainVar) - Method in class choco.cp.solver.search.integer.branching.PackDynRemovals
 
removeEquivalentBins(IntDomainVar, int) - Method in class choco.cp.solver.search.integer.branching.PackDynRemovals
 
removeFromAlphabet(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
removeFromEnv(int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
removeFromEnv(int) - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
removeFromEnv(int) - Method in class choco.cp.solver.constraints.set.MinOfASet
 
removeFromLambda() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
removeFromLambda(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
removeFromLambda() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
removeFromLambda(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
removeFromLambda(ITask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaLambdaTree
 
removeFromOmega() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
removeFromOmega(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
removeFromOmega(IRTask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaOmegaTree
 
removeFromOmegaAndInsertInLambda(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
removeFromOmegaAndInsertInLambda(IRTask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaOmegaTree
Removes task from Omega, and insert it in Lambda.
removeFromTheta() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
removeFromTheta() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
removeFromTheta(ITask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaTree
 
removeFromThetaAndInsertInLambda(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
removeFromThetaAndInsertInLambda(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO
 
removeFromThetaAndInsertInLambda(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
removeFromThetaAndInsertInLambda(IRTask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL
 
removeFromThetaAndInsertInLambda(ITask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaLambdaTree
remove from the set thea and insert the atsk into lambda (optional operation).
removeFromThetaAndInsertInLambda(IRTask) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IThetaLambdaTree
 
removeGarbageNodes() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
removeGreaterFromEnv(int, int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
removeIfNoPred() - Method in class choco.kernel.model.constraints.automaton.State
 
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
Internal var: remove an interval (a sequence of consecutive values) from the domain of a variable caused by its i-th constraint.
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Internal var: remove an interval (a sequence of consecutive values) from the domain of a variable caused by its i-th constraint.
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
removeInterval(int, int, int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
removeInterval(int, int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Internal var: remove an interval (a sequence of consecutive values) from the domain of a variable caused by its i-th constraint.
removeInterval(int, int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. 
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
removeInterval(int, int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
removeInterval(int, int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Internal var: remove an interval (a sequence of consecutive values) from the domain of a variable caused by its i-th constraint.
removeInterval(int, int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Propagation events updating the domain of a variable (by removing an interval, ie, a sequence of consecutive values)
removeInterval(int, int, int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. 
removeInTransitions() - Method in class choco.kernel.model.constraints.automaton.State
 
removeLast(boolean) - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
removeLast() - Method in class choco.kernel.memory.copy.RcDoubleVector
removes the search at the end of the vector.
removeLast() - Method in class choco.kernel.memory.copy.RcIntVector
removes the search at the end of the vector.
removeLast() - Method in class choco.kernel.memory.copy.RcLongVector
removes the search at the end of the vector.
removeLast() - Method in class choco.kernel.memory.copy.RcVector
removes the search at the end of the vector.
removeLast() - Method in interface choco.kernel.memory.IStateDoubleVector
removes the search at the end of the vector.
removeLast() - Method in interface choco.kernel.memory.IStateIntVector
removes the search at the end of the vector.
removeLast() - Method in interface choco.kernel.memory.IStateLongVector
removes the search at the end of the vector.
removeLast() - Method in interface choco.kernel.memory.IStateVector
removes the search at the end of the vector.
removeLast() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
removeLast() - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
removeLast() - Method in class choco.kernel.memory.trailing.StoredDoubleVector
removes the search at the end of the vector.
removeLast() - Method in class choco.kernel.memory.trailing.StoredIntVector
removes the search at the end of the vector.
removeLast() - Method in class choco.kernel.memory.trailing.StoredLongVector
removes the search at the end of the vector.
removeLast() - Method in class choco.kernel.memory.trailing.StoredVector
 
removeLowerFromEnv(int, int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
removeNext(int) - Method in class choco.kernel.model.constraints.automaton.State
 
removeNonTerminalsNodes() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
removeOffset(int[]) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
removeOutTransitions() - Method in class choco.kernel.model.constraints.automaton.State
 
removePropagationEngineListener(PropagationEngineListener) - Method in class choco.cp.solver.propagation.AbstractPropagationEngine
Removes a old listener from the propagation engine
removePropagationEngineListener(PropagationEngineListener) - Method in interface choco.kernel.solver.propagation.PropagationEngine
Removes a old listener from the propagation engine
removeRedundantVars(IntDomainVar[]) - Static method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
removeShiftedBox(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
removeShiftedBox(ShiftedBox) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
removeState(State) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
removeSymbolFromAutomaton(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
removeUnreachablesNodes() - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
************************************************************************
removeUselessEdges(RemovalsAdvisor) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
remove arcs connecting two different strongly connected components the event generated by the flow algorithm: discovering that an edge is no longer valid, and posting this event to the constraint solver: since we are already achieving GAC consistency in one single loop, there is no need to post a constAwake
removeUselessEdges() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
 
removeUselessEdges() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
remove arcs connecting two different strongly connected components the event generated by the flow algorithm: discovering that an edge is no longer valid, and posting this event to the constraint strategy: since we are already achieving GAC consistency in one single loop, there is no need to post a constAwake
removeVal(int) - Method in class choco.cp.solver.constraints.strong.SCVariable
 
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
Internal var: update (value removal) on the domain of a variable caused by its i-th constraint.
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Internal var: update (value removal) on the domain of a variable caused by its i-th constraint.
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Internal var: update (value removal) on the domain of a variable caused by its i-th constraint.
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
removeVal(int, int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
removeVal(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Internal var: update (value removal) on the domain of a variable caused by its i-th constraint.
removeVal(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. 
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
removeVal(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
removeVal(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Internal var: update (value removal) on the domain of a variable caused by its i-th constraint.
removeVal(int) - Method in class choco.kernel.common.util.objects.DoubleLinkedList
Remove an element "val"
removeVal(int) - Method in class choco.kernel.model.variables.integer.IntegerVariable
 
RemoveVal - Class in choco.kernel.solver.goals.choice
Created by IntelliJ IDEA.
RemoveVal(IntDomainVar, int) - Constructor for class choco.kernel.solver.goals.choice.RemoveVal
 
removeVal(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Propagation events updating the domain of a variable (by removing a value)
removeVal(int, int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. 
removeVariable(E, DeterministicIndicedList<E>) - Method in class choco.cp.model.CPModel
Deprecated. 
removeVariable(Variable...) - Method in class choco.cp.model.CPModel
Deprecated.  
removeVariable(Variable) - Method in class choco.cp.model.CPModel
Remove one variable from the model (also remove constraints linked to the variable)
removeVariable(Variable...) - Method in interface choco.kernel.model.Model
Deprecated.  
removeVariable(Variable) - Method in interface choco.kernel.model.Model
Remove one variable from the model (also remove constraints linked to the variable)
removeVariables(Variable...) - Method in class choco.cp.model.CPModel
Remove one or more variables from the model (also remove constraints linked to the variables)
removeVariables(Variable...) - Method in interface choco.kernel.model.Model
Remove one or more variables from the model (also remove constraints linked to the variables)
remplaceNext(State, BitSet) - Method in class choco.kernel.model.constraints.automaton.State
 
remplaceRef(State) - Method in class choco.kernel.model.constraints.automaton.State
 
remVal(IntDomainVar, int) - Static method in class choco.cp.solver.goals.GoalHelper
 
remVal(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
remVal(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
remVal(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Removes a value.
remVal(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
REMVAL - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: index of bit for holes in the domain of IntVars
remVal(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Propagation events removing a value from the domain of a variable.
REMVAL_MASK - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Constants for the eventType bitvector: value of bitvector for holes in the domain of IntVars
REMVALbitvector - Static variable in class choco.cp.solver.variables.integer.IntVarEvent
Deprecated. 
remVariable(E) - Method in class choco.cp.model.CPModel
 
renderer - Variable in class choco.visu.components.chart.renderer.MyXYBarRenderer
 
repeat() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
repeat(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
repeat(int, int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
replaceBy(Variable, Variable) - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Replace outVar by inVar in every constraint where outVar is involved.
replaceBy(Variable, Variable) - Method in interface choco.kernel.model.IVariableArray
Substitute outVar by inVar in every constraint involving outVar.
replaceBy(Variable, Variable) - Method in class choco.kernel.model.VariableArray
 
replaceByConstantAt(int, int) - Method in class choco.kernel.model.VariableArray
 
replaceByIdentity(IPermutation) - Static method in class choco.kernel.common.util.tools.PermutationUtils
 
ReportFormatter - Class in parser.instances
 
ReportFormatter() - Constructor for class parser.instances.ReportFormatter
 
representedBy - Variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
requestOn - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
requiredFixedTuple - Variable in class samples.random.RandomListGenerator
Indicates if the fixed tuple, if not null , must or must not belong to the generated lists.
res - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
reset() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint.BoundNumberOfBins
 
reset() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
reset() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
reset() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTL.AltDisjStatusTL
 
reset() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
reset() - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
reset() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
reset() - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
reset() - Method in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
reset() - Method in class choco.cp.solver.search.NogoodRecorder
 
reset() - Method in class choco.cp.solver.search.SearchLimitManager
 
reset() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
reset() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile.MaximumDataStruct
 
reset() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
reset() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
reset() - Method in interface choco.kernel.common.opres.heuristics.IHeuristic
 
reset() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
reset() - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
reset() - Method in class choco.kernel.common.opres.pack.ComputeL0
 
reset() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
reset() - Method in class choco.kernel.common.opres.ssp.BellmanWithLists
 
reset() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
reset
reset() - Method in interface choco.kernel.solver.search.GlobalSearchLimitManager
resets the limit (the counter run from now on)
reset() - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
reset() - Method in interface choco.kernel.solver.variables.scheduling.ITimePeriodList
 
reset() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
reset() - Method in class parser.instances.ReportFormatter
 
resetHook() - Method in class choco.kernel.model.variables.AbstractVariable
 
resetHook() - Method in interface choco.kernel.model.variables.IHook
reset the hook, it allows to set a new value.
resetIndexes(CPModel) - Static method in class choco.cp.common.util.preprocessor.DetectorFactory
Add an index to the variables to be able to map them easily to nodes of the constraint graph
resetSearchStrategy() - Method in class choco.cp.solver.CPSolver
Calls Solver.clearGoals() and set the current strategy to null.
resetSolutions() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
 
resetState() - Method in class choco.kernel.model.constraints.automaton.State
 
resetSweepData() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
resetTop() - Static method in class parser.absconparseur.intension.Evaluator
 
resizeCapacity(int) - Method in interface choco.kernel.solver.search.ISolutionPool
optional operation.
resizeWorldCapacity(int) - Method in interface choco.kernel.memory.trailing.trail.ITrailStorage
increase the capacity of the environment to a given number of worlds
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredBoolTrail
 
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleTrail
Resizes the data structure to manage more values.
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
 
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntTrail
 
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
 
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongTrail
 
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
 
resizeWorldCapacity(int) - Method in class choco.kernel.memory.trailing.trail.StoredVectorTrail
 
RESOLUTION_POLICY - Static variable in class choco.kernel.solver.Configuration

Goal: Resolution policy: satisfaction or optimization (minimization or maximization).
ResolutionPolicy - Enum in choco.kernel.solver
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 6 mai 2010
Since : Choco 2.1.1
Define enum for solver resolution policy.
ResolutionStatus - Enum in parser.instances
 
resource - Variable in class choco.cp.solver.constraints.global.scheduling.RTask
 
ResourceAllocation - Class in samples.tutorials.to_sort.scheduling
The aim is to maximize the benefits associated with the presence of schedule-based activities, in which an activity may be omitted from the final schedule (e.g. due to different plans being selected).
ResourceAllocation() - Constructor for class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
ResourceGUI - Class in samples.tutorials.visu
 
ResourceGUI() - Constructor for class samples.tutorials.visu.ResourceGUI
 
ResourceParameters - Class in choco.kernel.solver.constraints.global.scheduling
 
ResourceParameters(String, TaskVariable[], IntegerVariable[], IntegerVariable) - Constructor for class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
respGrayDuration - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
respGrayTime - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
respTODuration - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
respTOTime - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
ressouces() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
restart() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
perform the restart.
restart() - Method in class choco.cp.solver.search.GoalSearchLoop
 
restart() - Method in class choco.cp.solver.search.SearchLoopWithRecomputation
perform the restart.
restart() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
Initialize the iterator
RESTART - Static variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
restart() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
restart() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
RESTART_AFTER_SOLUTION - Static variable in class choco.kernel.solver.Configuration

Goal: do restart from root node after each solution.
RESTART_BASE - Static variable in class choco.kernel.solver.Configuration

Goal: initial number of fails limiting the first search.
RESTART_GEOM_GROW - Static variable in class choco.kernel.solver.Configuration

Goal: geometrical factor for restart strategy
Type: double
Default value: 1.2
RESTART_GEOMETRICAL - Static variable in class choco.kernel.solver.Configuration

Goal: To enable geometrical restart.
RESTART_LIMIT - Static variable in class choco.kernel.solver.Configuration

Goal: Restart limit type.
RESTART_LIMIT_BOUND - Static variable in class choco.kernel.solver.Configuration

Goal: Restart limit bound.
RESTART_LUBY - Static variable in class choco.kernel.solver.Configuration

Goal: To enable luby restart.
RESTART_LUBY_GROW - Static variable in class choco.kernel.solver.Configuration

Goal: geometrical factor for restart strategy
Type: int
Default value: 2
RESTART_MODE - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Does it perform restart mode?
RESTART_POLICY_LIMIT - Static variable in class choco.kernel.solver.Configuration

Goal: Restart Policy limit type.
restartCount - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
RestartFactory - Class in choco.cp.solver.configure
 
restartFrom(int) - Method in class choco.kernel.common.util.objects.DoubleLinkedList
Set the iterator from val
restartLimit - Variable in class choco.cp.solver.search.SearchLimitManager
 
RestartLimit - Class in choco.kernel.solver.search.limit
 
RestartLimit(AbstractGlobalSearchStrategy, int) - Constructor for class choco.kernel.solver.search.limit.RestartLimit
 
restartMode - Variable in class parser.chocogen.ChocoFactory
 
restartStrategy - Variable in class choco.cp.solver.search.SearchLimitManager
 
restartStrategyLimit - Variable in class choco.cp.solver.search.SearchLimitManager
 
restore(int) - Method in class choco.kernel.memory.copy.RcSave
 
RESTORE_BEST_SOLUTION - Static variable in class choco.kernel.solver.Configuration

Goal:
Type: boolean
Default value: true
restoreBestSolution() - Method in class choco.kernel.solver.search.AbstractOptimize
 
restoreBestSolution() - Method in class choco.kernel.solver.search.AbstractSearchStrategy
 
restoreNbOccurrences() - Method in class samples.random.ProportionRandomListGenerator
Restores the current number of occurences of each value and the current number of overflows.
restoreRootNode(IntBranchingTrace) - Method in class choco.cp.solver.search.restart.BasicKickRestart
 
restoreRootNode(IntBranchingTrace) - Method in interface choco.cp.solver.search.restart.IKickRestart
This function restore the root state (trace, memory).
restoreRootNode(IntBranchingTrace) - Method in class choco.cp.solver.search.restart.NogoodKickRestart
record nogood from each restart.
restoreSolution(Solution) - Method in class choco.cp.solver.CPSolver
Restore a solution by getting every variables' value.
restoreSolution(Solution) - Method in interface choco.kernel.solver.Solver
Restore a solution by setting value to every variable
restoreSolution(Solution) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
restrict(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
restrict(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Removes all the value but the specified one.
restrict(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Removes all the value but the specified one.
restrict(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Restrict the domain to one value TODO: must existe a better way to remove all the other Node in the tree
restrict(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
restrict(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Restricts the domain to the given value.
restrict(int) - Method in class choco.kernel.common.util.objects.DoubleLinkedList
Restrict the domain to the element val
restrict(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Restricting the domain to a singleton
restrictDFS_mark(int, Vector) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
restrictDFS_suffix(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
RestrictedSCC - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms
 
RestrictedSCC(int, StoredBitSetGraph, IStateBitSet) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
restrictNeighborhood(Solution) - Method in interface samples.tutorials.lns.lns.NeighborhoodOperator
add restrictions (constraints or variable fixing) to the solver associated to the solution
restrictNeighborhood(Solution) - Method in class samples.tutorials.lns.lns.RandomNeighborhoodOperator
restrict the search space around the solution by selecting nbRelaxedVars variables randomly to let free and by fixing all other integer variables to their value in solution
restrictNeighborhood(Solution) - Method in class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
restrict the search space around the solution by selecting nbRelaxedTasks task variables randomly to let free and by fixing all other task variables to their value in solution
result - Variable in class samples.tutorials.applet.DemoUI
 
retainAll(Collection) - Method in class choco.kernel.common.util.objects.PriorityQueue
Not yet implemented.
retraitTransition(State, int) - Method in class choco.kernel.model.constraints.automaton.State
 
retrieveGPKOrInsertEntry(DbTableView, SqlParameterSource) - Method in class db.DbManager
 
retrieveGPKOrInsertEntry(DbTableView, Object...) - Method in class db.DbManager
 
returnE(E) - Method in class choco.kernel.common.util.disposable.PoolManager
 
reusable() - Method in class choco.kernel.common.util.disposable.Disposable
 
reuseBool - Variable in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
reuseException - Variable in class choco.cp.solver.propagation.AbstractPropagationEngine
Storing the last contradiction (reusable).
reva - Variable in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
reverse(int[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
reverse(T[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
reverse(int[], IntDomainVar[]) - Static method in class choco.kernel.common.util.tools.VariableUtils
Reverse a table of integer and variables (use for api on linear combination)
reversePermutation - Variable in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
revGraph - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.SearchInfeasible
 
revGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset matrix representing the reverse graph
revise(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
revise(int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
revise(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
revise(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintFull
Propagation d'un arc (Contrainte, Variable, Valeur)
revise(int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintLight
Propagation d'un arc (Contrainte, Variable)
revisePC(Clique, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
revisePC(Clique, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintFull
 
revisePC(Clique, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCConstraintLight
 
reviseV0() - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
reviseV0() - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
reviseV0() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
reviseV0() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
reviseV0OnInf(BitSet) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseV0OnInst(int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseV0OnRem(BitSet, int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseV0OnSup(BitSet) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseV1() - Method in class choco.cp.solver.constraints.integer.extension.AC2001BinSConstraint
 
reviseV1() - Method in class choco.cp.solver.constraints.integer.extension.AC3BinSConstraint
 
reviseV1() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
reviseV1() - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
reviseV1OnInf() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseV1OnInst(int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseV1OnRem(int) - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseV1OnSup() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
reviseVar(int, boolean) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
reviseVar(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
updates the support for all values in the domain of variable and remove unsupported values for variable
reviseVar(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
reviseVar(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
updates the support for all values in the domain of variable and remove unsupported values for variable
revMaybe - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
reverse graph of the potential arcs
revPostOrder - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
revPrefix - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
revSure - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
reverse graph of the required arcs
revTcGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset matrix representing the reverse transitive closure of the graph
revTrGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset matrix representing the reverse transitive reduction of the graph
RGS - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
right(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapAscending
Returns the Vector index of the right child
right(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapDescending
Returns the Vector index of the right child
RIGHT - Static variable in class choco.visu.components.bricks.AChocoBrick
constants for text alignement
right2leftArc - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
right2leftArc - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
rightIterator() - Method in class choco.kernel.common.util.objects.BipartiteSet
Iterator without a valid remove method !
rightNode - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the right son of this node in the tree
rmDisjDetector(CPModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
 
rmemb - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
RmUnaryModelDetector - Class in choco.cp.common.util.preprocessor.detector.scheduling
 
RmUnaryModelDetector(CPModel) - Constructor for class choco.cp.common.util.preprocessor.detector.scheduling.RmUnaryModelDetector
 
RO - Static variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Lagrangian multiplier decreasing factor
rollback() - Method in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Remove all uncommited instructions.
root - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
rootNodeSingleton(int) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
Apply a step of singleton consistency
ROUNDED_LOG_PRECISION - Static variable in class choco.kernel.common.util.tools.MathUtils
 
roundedLog(double, double) - Static method in class choco.kernel.common.util.tools.MathUtils
a rounded logarithm to avoid issues with jvm dependant math functions
rqueue - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.DisjRules
 
rsc - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
rsc - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
rsc - Variable in class choco.cp.solver.constraints.global.scheduling.trees.CumTreeT
 
rsc - Variable in class choco.visu.components.chart.labels.CumulTaskToolTipGenerator
 
rscL - Variable in class choco.cp.solver.search.task.profile.ProfileSelector
 
RSINGLETON - Static variable in class choco.kernel.common.util.comparator.EarliestCompletionTimeCmp
 
RSINGLETON - Static variable in class choco.kernel.common.util.comparator.EarliestStartingTimeCmp
 
RSINGLETON - Static variable in class choco.kernel.common.util.comparator.LatestCompletionTimeCmp
 
RSINGLETON - Static variable in class choco.kernel.common.util.comparator.LatestStartingTimeCmp
 
RSINGLETON - Static variable in class choco.kernel.common.util.comparator.MinDurationCmp
 
RTask - Class in choco.cp.solver.constraints.global.scheduling
 
RTask(AbstractResourceSConstraint, int) - Constructor for class choco.cp.solver.constraints.global.scheduling.RTask
 
rtasks - Variable in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
rtasks - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
RuleModel - Class in choco.cp.solver.constraints.global.automata.fast_multicostregular.example
Created by IntelliJ IDEA.
RuleModel() - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.RuleModel
 
rules - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
run(CPModel, AbstractDetector...) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
Run AbstractAdvancedDetector.apply() and AbstractAdvancedDetector.commit() for each detectors.
run() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
run() - Method in class choco.kernel.common.opres.ssp.BellmanWithLists
 
run() - Method in class choco.kernel.common.TimeCacheThread
 
run(int[]) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
run(int[]) - Method in interface choco.kernel.model.constraints.automaton.FA.IAutomaton
 
run() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
run() - Method in interface choco.kernel.solver.search.ISearchLoop
 
run() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
run() - Method in class parser.absconparseur.tools.InstanceCheckerEngine
 
run() - Static method in class samples.DeviationDemo
 
run() - Method in class samples.multicostregular.asap.hci.abstraction.ASAPResolutionThread
 
runDemo() - Method in class samples.tutorials.applet.DemoUI
 
runForAWhile() - Method in interface choco.visu.searchloop.IObservableStepSearchLoop
Action to do in a normal run loop
runForAWhile() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
runStepByStep() - Method in interface choco.visu.searchloop.IObservableStepSearchLoop
Action to do in a step-by-step run loop
runStepByStep() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
runtimeStatistics() - Method in class choco.cp.solver.CPSolver
Print runtime statistics
runtimeStatistics() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
runtimeStatistics() - Method in class choco.kernel.solver.search.AbstractOptimize
 
runtimeStatistics() - Method in interface choco.kernel.solver.Solver
 
runtimeStatistics() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  

S

s - Variable in class choco.cp.solver.constraints.global.Geost_Constraint
 
s - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
the successor variables depicting the graph to partition
S - Static variable in class samples.multicostregular.planner.InstanceMaker
 
S - Static variable in class samples.multicostregular.planner.PlanModel
 
s - Variable in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
s - Variable in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
s - Variable in class samples.tutorials.to_sort.tsp.SubTourConstraint
 
s1 - Variable in class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
s1 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
s1 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
s2 - Variable in class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
s2 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
s2 - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
safeAdd() - Method in class choco.kernel.solver.search.measure.FailMeasure
Define action to do just before a addition.
safeAddArc(int, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
safeAddArc(TaskVariable, TaskVariable) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
safeAddArc(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
safeAddEdge(TemporalConstraint) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
safeDelete() - Method in class choco.cp.solver.constraints.strong.DomOverWDegRPC
Define action to do just before a deletion.
safeDelete() - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated. Define action to do just before a deletion.
safeDelete() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
safeDelete() - Method in class choco.cp.solver.search.integer.varselector.DomOverWDeg
Deprecated. Define action to do just before a deletion.
safeDelete() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.DomOverWDegSelector
 
safeDelete() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.RandDomOverWDegSelector
 
safeDelete() - Method in interface choco.kernel.solver.propagation.listener.PropagationEngineListener
Define action to do just before a deletion.
safeDelete() - Method in class choco.kernel.solver.search.measure.FailMeasure
Define action to do just before a deletion.
safeReset() - Method in class choco.kernel.solver.search.measure.FailMeasure
 
same - Variable in class choco.cp.solver.constraints.integer.SignOp
enforce the two variables to take the same sign 0 is considered to have both signs if same is true and a different sign if same is false
sameDomain(Obj) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
sameSign(IntegerExpressionVariable, IntegerExpressionVariable) - Static method in class choco.Choco
 
SameSignEvaluator - Class in parser.absconparseur.intension.logical
 
SameSignEvaluator() - Constructor for class parser.absconparseur.intension.logical.SameSignEvaluator
 
SameSignNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
SameSignNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.SameSignNode
 
sameSize(Outbox, int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
samples - package samples
 
samples.comparaison - package samples.comparaison
 
samples.documentation - package samples.documentation
 
samples.fastregular - package samples.fastregular
 
samples.jobshop - package samples.jobshop
 
samples.lattice - package samples.lattice
 
samples.multicostregular - package samples.multicostregular
 
samples.multicostregular.asap - package samples.multicostregular.asap
 
samples.multicostregular.asap.data - package samples.multicostregular.asap.data
 
samples.multicostregular.asap.data.base - package samples.multicostregular.asap.data.base
 
samples.multicostregular.asap.hci.abstraction - package samples.multicostregular.asap.hci.abstraction
 
samples.multicostregular.asap.hci.control - package samples.multicostregular.asap.hci.control
 
samples.multicostregular.asap.hci.presentation - package samples.multicostregular.asap.hci.presentation
 
samples.multicostregular.asap.heuristics - package samples.multicostregular.asap.heuristics
 
samples.multicostregular.asap.parser - package samples.multicostregular.asap.parser
 
samples.multicostregular.carsequencing - package samples.multicostregular.carsequencing
 
samples.multicostregular.carsequencing.heuristics - package samples.multicostregular.carsequencing.heuristics
 
samples.multicostregular.carsequencing.parser - package samples.multicostregular.carsequencing.parser
 
samples.multicostregular.nsp - package samples.multicostregular.nsp
 
samples.multicostregular.planner - package samples.multicostregular.planner
 
samples.rackconfig - package samples.rackconfig
 
samples.random - package samples.random
 
samples.tutorials - package samples.tutorials
 
samples.tutorials.applet - package samples.tutorials.applet
 
samples.tutorials.assignment - package samples.tutorials.assignment
 
samples.tutorials.basics - package samples.tutorials.basics
 
samples.tutorials.continuous - package samples.tutorials.continuous
 
samples.tutorials.database - package samples.tutorials.database
 
samples.tutorials.lns.lns - package samples.tutorials.lns.lns
 
samples.tutorials.lns.rcpsp - package samples.tutorials.lns.rcpsp
 
samples.tutorials.pack - package samples.tutorials.pack
 
samples.tutorials.puzzles - package samples.tutorials.puzzles
 
samples.tutorials.scheduling - package samples.tutorials.scheduling
 
samples.tutorials.set - package samples.tutorials.set
 
samples.tutorials.to_sort - package samples.tutorials.to_sort
 
samples.tutorials.to_sort.packing - package samples.tutorials.to_sort.packing
 
samples.tutorials.to_sort.packing.parser - package samples.tutorials.to_sort.packing.parser
 
samples.tutorials.to_sort.scheduling - package samples.tutorials.to_sort.scheduling
 
samples.tutorials.to_sort.socialgolfer - package samples.tutorials.to_sort.socialgolfer
 
samples.tutorials.to_sort.tsp - package samples.tutorials.to_sort.tsp
 
samples.tutorials.visu - package samples.tutorials.visu
 
sap - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
sapNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
SAT - Static variable in class parser.absconparseur.InstanceTokens
 
satencoding - Variable in class parser.absconparseur.components.PRelation
Representing this extentional constraint by a set of clauses
SatisfyGoal - Class in parser.flatzinc.ast
 
SatisfyGoal(List<EAnnotation>) - Constructor for class parser.flatzinc.ast.SatisfyGoal
 
SatSChecker - Class in parser.instances.checker
 
SatSChecker(boolean) - Constructor for class parser.instances.checker.SatSChecker
 
save(int) - Method in class choco.kernel.memory.copy.RcSave
 
save(Document, PrintWriter, InputStream) - Static method in class parser.absconparseur.XMLManager
 
save(Document, String, InputStream) - Static method in class parser.absconparseur.XMLManager
 
save(Document, String) - Static method in class parser.absconparseur.XMLManager
 
save(Document, String, String) - Static method in class parser.absconparseur.XMLManager
 
saveChartAsPDF(File, JFreeChart, int, int) - Static method in class choco.visu.components.chart.PdfExport
 
saveChartAsPDF(File, JFreeChart, int, int, FontMapper) - Static method in class choco.visu.components.chart.PdfExport
Saves a chart to a PDF file.
saveElements() - Method in class samples.random.RandomListGenerator
Saves the current generated list in a file.
savePreviousState(StoredBool, boolean, int) - Method in class choco.kernel.memory.trailing.trail.StoredBoolTrail
Reacts when a StoredInt is modified: push the former value & timestamp on the stacks.
savePreviousState(StoredDouble, double, int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleTrail
Reacts when a StoredInt is modified: push the former value & timestamp on the stacks.
savePreviousState(StoredDoubleVector, int, double, int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
Reacts on the modification of an element in a stored search vector.
savePreviousState(StoredInt, int, int) - Method in class choco.kernel.memory.trailing.trail.StoredIntTrail
Reacts when a StoredInt is modified: push the former value & timestamp on the stacks.
savePreviousState(StoredIntVector, int, int, int) - Method in class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
Reacts on the modification of an element in a stored search vector.
savePreviousState(StoredLong, long, int) - Method in class choco.kernel.memory.trailing.trail.StoredLongTrail
Reacts when a StoredInt is modified: push the former value & timestamp on the stacks.
savePreviousState(StoredLongVector, int, long, int) - Method in class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
Reacts on the modification of an element in a stored search vector.
savePreviousState(StoredVector<?>, int, Object, int) - Method in class choco.kernel.memory.trailing.trail.StoredVectorTrail
Reacts on the modification of an element in a stored search vector.
SBitSet - Class in choco.kernel.memory.structure
 
SBitSet(IEnvironment) - Constructor for class choco.kernel.memory.structure.SBitSet
Creates a new bit set.
SBitSet(IEnvironment, int) - Constructor for class choco.kernel.memory.structure.SBitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
SBitSet2 - Class in choco.kernel.memory.structure
Created by IntelliJ IDEA.
SBitSet2(IEnvironment) - Constructor for class choco.kernel.memory.structure.SBitSet2
Creates a new bit set.
SBitSet2(IEnvironment, int) - Constructor for class choco.kernel.memory.structure.SBitSet2
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
SBVSIterator1<E extends Var> - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 26 mars 2010
Since : Choco 2.1.1
SBVSIterator1() - Constructor for class choco.kernel.memory.structure.iterators.SBVSIterator1
 
SBVSIterator2<E extends Var> - Class in choco.kernel.memory.structure.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 26 mars 2010
Since : Choco 2.1.1
SBVSIterator2() - Constructor for class choco.kernel.memory.structure.iterators.SBVSIterator2
 
Sc - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
The different ressource consumptions of all tasks.
scalar(int[], IntegerVariable[]) - Static method in class choco.Choco
Building a term from a scalar product of coefficients and variables
scalar(IntegerVariable[], int[]) - Static method in class choco.Choco
Building a term from a scalar product of coefficients and variables
scalar(int[], IntDomainVar[]) - Method in class choco.cp.solver.CPSolver
Building a term from a scalar product of coefficients and variables
scalar(IntDomainVar[], int[]) - Method in class choco.cp.solver.CPSolver
Building a term from a scalar product of coefficients and variables
scalar(int[], IntDomainVar[]) - Method in interface choco.kernel.solver.Solver
 
scalar(IntDomainVar[], int[]) - Method in interface choco.kernel.solver.Solver
 
scalar(int[], IntDomainVar[]) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
scalar(IntDomainVar[], int[]) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
ScalarAtMost - Class in samples.tutorials.to_sort.socialgolfer
 
ScalarAtMost(IEnvironment, IntDomainVar[], int, int) - Constructor for class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
ScalarAtMost.ScalarAtMostManager - Class in samples.tutorials.to_sort.socialgolfer
 
ScalarAtMost.ScalarAtMostManager() - Constructor for class samples.tutorials.to_sort.socialgolfer.ScalarAtMost.ScalarAtMostManager
 
ScalarManager - Class in choco.cp.model.managers.operators
 
ScalarManager() - Constructor for class choco.cp.model.managers.operators.ScalarManager
 
ScalarNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
 
ScalarNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
ScalarNode(INode[], int[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.ScalarNode
 
scaleFactor - Variable in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
scanInit(int, boolean) - Method in class choco.cp.solver.constraints.global.OrderedSparseArray
 
SCC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedNode
 
SCConstraint - Class in choco.cp.solver.constraints.strong
This class provides a skeletal implementation of the MyConstraint interface, to minimize the effort required to implement this interface.
SCConstraint(ISpecializedConstraint, Map<IntDomainVar, SCVariable>) - Constructor for class choco.cp.solver.constraints.strong.SCConstraint
 
SCheckFactory - Class in parser.instances.checker
Static storage of properties that represents the best-known status of some instances.
SCheckFactory() - Constructor for class parser.instances.checker.SCheckFactory
 
scheduler - Variable in class choco.cp.solver.search.NogoodRecorder
 
sCoeffs - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
coefs and vars are sorted in increasing value of the coef
SConstraint<V extends Var> - Interface in choco.kernel.solver.constraints
 
SConstraintCollection - Interface in choco.kernel.solver.constraints
An interface for handling collections (sets/sequences) of constraints.
SConstraintType - Enum in choco.kernel.solver.constraints
 
scope - Variable in class choco.cp.solver.constraints.strong.maxrpcrm.AbstractMaxRPCConstraint
 
scope - Variable in class choco.cp.solver.constraints.strong.SCConstraint
Scope of the constraint
scope - Variable in class parser.absconparseur.components.PConstraint
 
SCOPE - Static variable in class parser.absconparseur.InstanceTokens
 
scopeCons - Variable in class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
 
scopeCons - Variable in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
scopeOCons - Variable in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
 
SCVariable<MyConstraint extends SCConstraint> - Class in choco.cp.solver.constraints.strong
 
SCVariable(IntDomainVar, int) - Constructor for class choco.cp.solver.constraints.strong.SCVariable
 
sdata - Variable in class choco.cp.solver.constraints.global.regular.Regular
Stored data structured map to the original automaton
sdataSource - Variable in class db.DbManager
 
SEARCH - Static variable in class choco.cp.solver.CPSolver
Deprecated. 
SEARCH_LIMIT - Static variable in class choco.kernel.solver.Configuration

Goal: Search limit type.
SEARCH_LIMIT_BOUND - Static variable in class choco.kernel.solver.Configuration

Goal: Search limit bound.
searchAbsoluteNameOf(String, String) - Static method in class parser.absconparseur.ReflectionManager
Returns the absolute name of the class whose name is given.
searchClassesInheritingFrom(Class, int, int) - Static method in class parser.absconparseur.ReflectionManager
Returns all classes that inherit from the given root class (by considering the CLASSPATH environment variable).
searchClassesInheritingFromIn(Class, File, int, int) - Static method in class parser.absconparseur.ReflectionManager
Returns a list of all (not abstract) classes which inherit from the given root class and which can be found from the given directory.
searchFirstConstructor(Class, int) - Static method in class parser.absconparseur.ReflectionManager
 
searchFirstConstructors(Class[], int) - Static method in class parser.absconparseur.ReflectionManager
 
searchFirstObjectOccurrenceIn(Object, Object[]) - Static method in class parser.absconparseur.Toolkit
 
searchFirstStringOccurrenceIn(String, String[]) - Static method in class parser.absconparseur.Toolkit
 
SearchInfeasible - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree
 
SearchInfeasible(int, IStateBitSet[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.SearchInfeasible
 
searchInfV1() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
searchLimit - Variable in class choco.cp.solver.search.SearchLimitManager
 
SearchLimitManager - Class in choco.cp.solver.search
 
SearchLimitManager(AbstractGlobalSearchStrategy) - Constructor for class choco.cp.solver.search.SearchLimitManager
 
SearchLoop - Class in choco.cp.solver.search
 
SearchLoop(AbstractGlobalSearchStrategy, IKickRestart) - Constructor for class choco.cp.solver.search.SearchLoop
 
searchLoop - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
SearchLoopWithRecomputation - Class in choco.cp.solver.search
 
SearchLoopWithRecomputation(AbstractGlobalSearchStrategy, IKickRestart, int) - Constructor for class choco.cp.solver.search.SearchLoopWithRecomputation
 
searchMethod(Class, String, int) - Static method in class parser.absconparseur.ReflectionManager
 
searchMethods(Class[], String, int) - Static method in class parser.absconparseur.ReflectionManager
 
searchNeighborhood(Neighborhood, Solution, int) - Method in class samples.tutorials.lns.lns.LNSCPSolver
Explore one neighborhood defined by an operator applied to a solution: the search space of the solver is restricted around the solution by the neighborhood operator, and the objective is bounded by the value to improve upon.
searchStrategy - Variable in class choco.cp.solver.search.restart.AbstractKickRestart
 
searchStrategy - Variable in class choco.cp.solver.search.SearchLimitManager
 
searchStrategy - Variable in class choco.kernel.solver.search.AbstractSearchLoop
 
searchSupports() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
searchSupportsP() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
searchSupV1() - Method in class choco.cp.solver.constraints.integer.ModuloXYC2
 
secondDFSearch(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
the second search explores (DFS) the inverse of the reduced graph
secondDFSearch(int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
the second search explores (DFS) the inverse of the reduced graph
secondHalf(RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
secondPassDFS() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
secondPassDFS() - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
SEED - Static variable in class choco.kernel.common.HashCoding
An initial value for a hashCode, to which is added contributions from fields.
seed - Variable in class cli.AbstractBenchmarkCmd
 
seed - Variable in class samples.random.RandomListGenerator
The seed used to generate random numbers.
seed - Variable in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
seeder - Variable in class cli.AbstractBenchmarkCmd
 
seekIter - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
seekNextSupport(int, int, boolean) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
seek a new support for (variable, value), the smallest tuple greater than currentSupport the search is made through valid tuples until and allowed one is found.
seekNextSupport(int, int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
seek a new support for the pair variable-value : (indexVar, nva) start the iteration from the stored support (the last one)
seekNextSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
seekNextSupport(int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
seek a new support for the pair variable-value : (indexVar, nva) start the iteration from scratch in the list
seekNextTuple(int, int, int) - Method in interface choco.kernel.solver.constraints.integer.extension.IterLargeRelation
seek from the next support available from the index of the old support and the pair variable/value given in argument
seekNextTuple(int, int, int) - Method in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
This relation do not take advantage of the knowledge of the previous support !
seen - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
seen - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
segInsideForbidden(Point, Point) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
select - Variable in class choco.cp.solver.search.task.SetTimes
The subset of selectable tasks.
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarVal
selecting the object under scrutiny (that object on which an alternative will be set)
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarValPair
 
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.AssignVar
selecting the object under scrutiny (that object on which an alternative will be set)
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.domwdeg.TaskOverWDegBinBranching
 
selectBranchingObject() - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
selectBranchingObject() - Method in class choco.cp.solver.search.real.AssignInterval
 
selectBranchingObject() - Method in class choco.cp.solver.search.set.AssignSetVar
 
selectBranchingObject() - Method in class choco.cp.solver.search.task.SetTimes
Select branching object.
selectBranchingObject() - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. selecting the object under scrutiny (that object on which an alternative will be set)
selectBranchingObject() - Method in interface choco.kernel.solver.branch.BranchingStrategy
selecting the object under scrutiny (that object on which an alternative will be set)
selectBranchingObject() - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
selectBranchingObject() - Method in class samples.multicostregular.nsp.NSPBranching
 
selected - Variable in class samples.tutorials.lns.lns.RandomNeighborhoodOperator
 
selected - Variable in class samples.tutorials.lns.lns.RandomTaskNeighborhoodOperator
 
selectFirstBranch(Object) - Method in interface choco.kernel.solver.branch.ObjectBranching
Computes decisions that can be taken on the specified item by the strategy.
selectInDirectory(List<String>, File, int, FileFilter) - Static method in class parser.absconparseur.Toolkit
 
selectIntRatio() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
selectIntRatio() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.IntVarRatioSelector
 
selectIntRatioIndex() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
selectIntRatioIndex() - Method in interface choco.cp.solver.search.integer.varselector.ratioselector.IntVarRatioSelector
 
selector - Variable in class choco.cp.solver.search.task.SetTimes
select a task.
selectRandIntRatioIndex(Random, TIntArrayList) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
selectTaskVar(Collection<TaskVar>) - Method in class choco.kernel.solver.search.task.RandomizedTaskSelector
 
selectTaskVar(Collection<TaskVar>) - Method in class choco.kernel.solver.search.task.TaskSelector
 
selectTaskVar(Collection<TaskVar>) - Method in interface choco.kernel.solver.search.task.TaskVarSelector
 
selectTiedIntVars() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
selectTiedIntVars() - Method in class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
selectTiedIntVars() - Method in interface choco.kernel.solver.search.TiedIntVarSelector
 
selectTuples(int, RandomListGenerator.Structure, boolean, boolean, int[], boolean) - Method in class samples.random.ProportionRandomListGenerator
Generates and returns a random list.
selectTuples(int, RandomListGenerator.Structure, boolean, boolean) - Method in class samples.random.ProportionRandomListGenerator
Generates and returns a random list.
selectVar() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.CoverVarValSelector
 
selectVar() - Method in class choco.cp.solver.search.integer.varselector.CompositeIntVarSelector
 
selectVar() - Method in class choco.cp.solver.search.integer.varselector.LexIntVarSelector
 
selectVar() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
 
selectVar() - Method in class choco.cp.solver.search.integer.varselector.StaticVarOrder
Select what seems to be most interesting variable, considering the current state of the variables
selectVar() - Method in class choco.cp.solver.search.real.CyclicRealVarSelector
 
selectVar() - Method in class choco.cp.solver.search.set.RandomSetVarSelector
 
selectVar() - Method in class choco.cp.solver.search.set.StaticSetVarOrder
 
selectVar() - Method in interface choco.kernel.solver.branch.VarSelector
the VarSelector can be asked to return a variable
selectVar() - Method in class choco.kernel.solver.search.integer.HeuristicIntVarSelector
 
selectVar() - Method in class choco.kernel.solver.search.set.AbstractSetVarSelector
 
selectVar() - Method in class samples.multicostregular.asap.heuristics.ASAPVarSelector
 
selectVar() - Method in class samples.multicostregular.asap.heuristics.CoverVarSelector
 
selectVar() - Method in class samples.multicostregular.carsequencing.heuristics.ManInTheMiddleVarHeur
 
selectVar() - Method in class samples.multicostregular.nsp.NSPVarSelector
 
selectVar() - Method in class samples.multicostregular.planner.CenterVarSelec
 
selectVar() - Method in class samples.tutorials.to_sort.tsp.MyVarSelector
 
selectVarValPair() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.CompositePrecValSelector
 
selectVarValPair() - Method in class choco.cp.solver.search.task.profile.ProfileSelector
 
selectVarValPair() - Method in interface choco.kernel.solver.search.integer.VarValPairSelector
 
semantics - Variable in class parser.absconparseur.components.PRelation
 
SEMANTICS - Static variable in class parser.absconparseur.InstanceTokens
 
SemiLeximinSConstraint - Class in choco.cp.solver.constraints.global
SemiLeximinConstraint is a constraint that ensures the leximin ordering between one vector of variables and one of integers.
SemiLeximinSConstraint(int[], IntDomainVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.global.SemiLeximinSConstraint
Creates a new LeximinConstraint instance.
SendMoreMoney - Class in samples.tutorials.puzzles
The famous SEND + MORE = MONEY problem.
SendMoreMoney() - Constructor for class samples.tutorials.puzzles.SendMoreMoney
 
SendMoreMoney - Class in <Unnamed>
The famous SEND + MORE = MONEY problem.
SendMoreMoney() - Constructor for class SendMoreMoney
 
Sequence - Class in choco.cp.solver.goals
 
Sequence(Goal[]) - Constructor for class choco.cp.solver.goals.Sequence
 
sequence - Variable in class choco.cp.solver.goals.Sequence
 
seqVars - Variable in class samples.multicostregular.carsequencing.CarSeqModel
 
serial - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
set(int, int, int) - Method in class choco.cp.solver.constraints.global.OrderedSparseArray
 
set(int, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
set(int, T) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
set(long) - Method in class choco.kernel.common.util.bitmask.BitMask
 
set(IBitMask...) - Method in class choco.kernel.common.util.bitmask.BitMask
 
set(E) - Method in class choco.kernel.common.util.iterators.ImmutableListIterator
 
set(int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class choco.kernel.common.util.objects.OpenBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(boolean) - Method in class choco.kernel.memory.copy.RcBool
 
set(double) - Method in class choco.kernel.memory.copy.RcDouble
 
set(int, double) - Method in class choco.kernel.memory.copy.RcDoubleVector
Assigns a new value val to the element index.
set(int) - Method in class choco.kernel.memory.copy.RcInt
 
set(int, int) - Method in class choco.kernel.memory.copy.RcIntVector
Assigns a new value val to the element index.
set(long) - Method in class choco.kernel.memory.copy.RcLong
 
set(int, long) - Method in class choco.kernel.memory.copy.RcLongVector
Assigns a new value val to the element index.
set(Object) - Method in class choco.kernel.memory.copy.RcObject
 
set(int, E) - Method in class choco.kernel.memory.copy.RcVector
Assigns a new value val to the element index.
set(int) - Method in interface choco.kernel.memory.IStateBitSet
Puts the specified bit on.
set(int, boolean) - Method in interface choco.kernel.memory.IStateBitSet
 
set(int, int) - Method in interface choco.kernel.memory.IStateBitSet
 
set(boolean) - Method in interface choco.kernel.memory.IStateBool
Modifies the value and stores if needed the former value on the trailing stack.
set(double) - Method in interface choco.kernel.memory.IStateDouble
Modifies the value and stores if needed the former value on the trailing stack.
set(int, double) - Method in interface choco.kernel.memory.IStateDoubleVector
Assigns a new value val to the element index and returns the old value
set(int) - Method in interface choco.kernel.memory.IStateInt
Modifies the value and stores if needed the former value on the trailing stack.
set(int, int) - Method in interface choco.kernel.memory.IStateIntVector
Assigns a new value val to the element index and returns the old value
set(long) - Method in interface choco.kernel.memory.IStateLong
Modifies the value and stores if needed the former value on the trailing stack.
set(int, long) - Method in interface choco.kernel.memory.IStateLongVector
Assigns a new value val to the element index and returns the old value
set(int, E) - Method in interface choco.kernel.memory.IStateVector
Assigns a new value val to the element index.
set(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets the bit at the specified index to true.
set(int, boolean) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets the bit at the specified index to true.
set(int, boolean) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int) - Method in class choco.kernel.memory.structure.SBitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class choco.kernel.memory.structure.SBitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class choco.kernel.memory.structure.SBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class choco.kernel.memory.structure.SBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int) - Method in class choco.kernel.memory.structure.SBitSet2
Sets the bit at the specified index to true.
set(int, boolean) - Method in class choco.kernel.memory.structure.SBitSet2
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class choco.kernel.memory.structure.SBitSet2
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class choco.kernel.memory.structure.SBitSet2
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int, int) - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
set(int, int) - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
set(boolean) - Method in class choco.kernel.memory.trailing.StoredBool
Modifies the value and stores if needed the former value on the trailing stack.
set(double) - Method in class choco.kernel.memory.trailing.StoredDouble
 
set(int, double) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Assigns a new value val to the element index.
set(int) - Method in class choco.kernel.memory.trailing.StoredInt
Modifies the value and stores if needed the former value on the trailing stack.
set(int, int) - Method in class choco.kernel.memory.trailing.StoredIntVector
Assigns a new value val to the element index.
set(long) - Method in class choco.kernel.memory.trailing.StoredLong
 
set(int, long) - Method in class choco.kernel.memory.trailing.StoredLongVector
Assigns a new value val to the element index.
set(int, E) - Method in class choco.kernel.memory.trailing.StoredVector
 
set(int) - Method in class choco.kernel.solver.branch.Extension
 
set(Object) - Method in exception choco.kernel.solver.ContradictionException
 
set(Object, int) - Method in exception choco.kernel.solver.ContradictionException
 
set_domain(String, double, double) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
SET_INDEX - Static variable in class choco.cp.solver.constraints.set.AbstractBoundOfASet
Index of the set variable
SET_INITIAL_CAPACITY - Static variable in class choco.kernel.common.Constant
Initial capacity of bipartite set
set_syb_domain(int, double, double) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
set_var_domain(int, double, double) - Method in class choco.cp.solver.constraints.global.geost.layers.continuousSolver.Quimper
 
setAcceptTransitiveArcs(boolean) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
setAction(IObservableStepSearchLoop.Step) - Method in interface choco.visu.searchloop.IObservableStepSearchLoop
 
setAction(IObservableStepSearchLoop.Step) - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
setActive() - Method in class choco.kernel.solver.propagation.Propagator
Un-freezing a constraint (this is useful for mimicking dynamic constraint posts...).
setActiveSilently() - Method in class choco.kernel.solver.propagation.Propagator
 
setBacktrackCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setBackTrackLimit(int) - Method in class choco.cp.solver.CPSolver
Sets the backtrack limit i.e. the maximal number of backtracks explored by the search algorithm
setBackTrackLimit(int) - Method in interface choco.kernel.solver.Solver
Sets the backtrack limit i.e. the maximal number of backtracks before stopping the search algorithm
setBackTrackLimit(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setBackwardSetup(int) - Method in class choco.kernel.model.constraints.TemporalConstraint
 
setBound() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
setBound() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
setBound() - Method in class choco.cp.solver.search.real.objective.MaxRealObjManager
 
setBound() - Method in class choco.cp.solver.search.real.objective.MinRealObjManager
 
setBound() - Method in interface choco.kernel.solver.search.IObjectiveManager
resetting the optimization bounds
setBoundInterval() - Method in class choco.cp.solver.search.real.objective.MaxRealObjManager
 
setBoundInterval() - Method in class choco.cp.solver.search.real.objective.MinRealObjManager
 
setBoundInterval() - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
setBoundSupport(int, int, int[]) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
setBranchIndex(int) - Method in class choco.kernel.solver.search.IntBranchingTrace
 
setBranching(AbstractIntBranchingStrategy) - Method in class choco.kernel.solver.search.AbstractSearchHeuristic
 
setBranching(AbstractIntBranchingStrategy) - Method in class choco.kernel.solver.search.IntBranchingTrace
 
setBranchingDecision(IntBranchingDecision) - Method in class trace.VisuWrapper
 
setBranchingDecision(IntBranchingDecision) - Method in class trace.VoidWrapper
 
setBranchingObject(Object) - Method in class choco.kernel.solver.search.IntBranchingTrace
 
setBranchingValue(int) - Method in interface choco.kernel.solver.search.IntBranchingDecision
set the next value to try.
setBranchingValue(int) - Method in class choco.kernel.solver.search.IntBranchingTrace
 
setBranchingVars(IntVar[]) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
setBreaklength(int) - Method in class choco.visu.Tracer
Change the break length value
setBrel(BinRelation) - Method in class parser.absconparseur.components.PRelation
 
setCandidatesFromVar(SetVar) - Method in class choco.kernel.common.opres.nosum.NoSumList
 
setCanonicalFormOf(InstanceCheckerEngine, Document, boolean, int) - Static method in class parser.absconparseur.tools.DocumentModifier
 
setCapacity(int) - Method in class choco.kernel.common.opres.pack.AbstractFunctionDFF
 
setCapacity(int) - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
setCapacity(int) - Method in class choco.kernel.common.opres.pack.FunctionFCCM1
 
setCapacity(Long) - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
setCapacity(Long) - Method in class choco.kernel.common.opres.ssp.BellmanWithLists
 
setCapacity(int, int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
SetCard - Class in choco.cp.solver.constraints.set
 
SetCard(SetVar, IntDomainVar, boolean, boolean) - Constructor for class choco.cp.solver.constraints.set.SetCard
 
setCard(IntegerVariable) - Method in class choco.kernel.model.variables.set.SetVariable
 
setCardReasoning(boolean) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setCardReasoning(boolean) - Method in interface choco.kernel.solver.Solver
Deprecated. 
setCardReasoning(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setCC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
setChartManager(IVisuManager) - Method in class parser.instances.AbstractMinimizeModel
 
setCheckEvts(List<CumulSweep.Event>, TaskVar) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
setChocoCstr(Constraint) - Method in class parser.absconparseur.components.PConstraint
 
setChocovar(IntegerVariable) - Method in class parser.absconparseur.components.PVariable
 
setCId(AbstractStrongConsistency<? extends SCVariable>) - Method in class choco.cp.solver.constraints.strong.SCVariable
 
setClauseEncoding(List<XmlClause>) - Method in class parser.absconparseur.components.PRelation
 
setCoefficient(int, int) - Method in class choco.cp.solver.variables.integer.IntTerm
sets the i-th coefficient
setColorTerminal() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
setColour(String) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setComplete(boolean) - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
setCompProfEvts(List<CumulSweep.Event>, TaskVar, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
setComputedLowerBound(int) - Method in class parser.instances.AbstractMinimizeModel
 
setConstant(int) - Method in class choco.cp.solver.variables.integer.IntTerm
sets the integer constant involved in the linear term
SetConstantVariable - Class in choco.kernel.model.variables.set
 
SetConstantVariable(IntegerConstantVariable, int...) - Constructor for class choco.kernel.model.variables.set.SetConstantVariable
 
setConstraintIndex(int, int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
setConstraintIndex(int, int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
Let v be the i-th var of c, records that c is the n-th constraint involving v.
setConstraintIndex(int, int) - Method in class choco.kernel.solver.constraints.Formula
 
setConstraintIndex(int, int) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
setConstraintIndex(int, int) - Method in interface choco.kernel.solver.constraints.SConstraint
Network management: Storing that among all listeners linked to the i-th variable of c, this (the current constraint) is found at index idx.
SetConstraintManager - Class in choco.cp.model.managers
 
SetConstraintManager() - Constructor for class choco.cp.model.managers.SetConstraintManager
 
setConsumption(long) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
setContract(ASAPContract) - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
setContract(String) - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
setCoord(int, IntDomainVar) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Sets a coordinate domain variables of the object origin at the given dimension given by the parameter index, to another domain variable given by the parameter value.
setCoord(int, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
setCoord(int, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Witness
 
setCoordinates(IntDomainVar[]) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Sets all the coordinate domain variables of the object origin to the ones given as parameter
setCoords(int[]) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
setCoords(StoredInt[]) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Witness
 
setCouple(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
setCouple(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesTable
 
setCouple(int, int) - Method in interface choco.kernel.solver.constraints.integer.extension.ExtensionalBinRelation
Set the couple (x,y) as consistent
setCoupleWithoutOffset(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
 
setCoupleWithoutOffset(int, int) - Method in class choco.kernel.solver.constraints.integer.extension.CouplesTable
 
setCst(Constants) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
setCstr(MC, SC) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
setD(int) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
setDatabaseManager(DbManager) - Method in class parser.instances.AbstractInstanceModel
 
setDatabaseURL(String) - Method in class db.RemoteDbConnector
 
setDataS(ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy
 
setDate(ASAPDate) - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
setDay(String) - Method in class samples.multicostregular.asap.data.base.ASAPCover
 
setDay(int) - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
setDecomposeExp(Boolean) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
setDefault() - Method in class choco.kernel.solver.Configuration
Set default configuration.
setDefaultExpressionDecomposition(Boolean) - Method in class choco.cp.model.CPModel
 
setDefaultExpressionDecomposition(Boolean) - Method in interface choco.kernel.model.Model
Set the default expression decomposition (BEWARE : it only concerns expression without particular decomposition option) If decomposedExp is set to false: Every expression is then used to check a tuple in a dynamic way just like a nary relation that is defined without listing all the possible tuples.
setDefaultHandler() - Static method in class choco.kernel.common.logging.ChocoLogging
set the default handler (out and err) for all loggers
setDefaultHeight(int) - Method in class choco.kernel.visu.AbstractVisuManager
 
setDefaultHeight(int) - Method in interface choco.kernel.visu.IVisuManager
 
setDefaultWidth(int) - Method in class choco.kernel.visu.AbstractVisuManager
 
setDefaultWidth(int) - Method in interface choco.kernel.visu.IVisuManager
 
setDescription(String) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setDetectLuckySolution(boolean) - Method in class choco.kernel.solver.propagation.ShavingTools
 
setDeterministic(boolean) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
setDfa(DFA) - Method in class parser.absconparseur.components.PRelation
 
setDIM(int) - Method in class choco.cp.solver.constraints.global.geost.Constants
 
setDim(int[]) - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
Sets the list of dimensions that an external constraint is active for.
setDim(int[]) - Method in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
Sets the list of dimensions that an external constraint is active for.
setDisjoint(SetVariable...) - Static method in class choco.Choco
Ensure every set of sv are disjoints from each other.
setDividend(int) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
setDivisor(int) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
SetDomain - Interface in choco.kernel.solver.variables.set
 
SetDomainImpl - Class in choco.cp.solver.variables.set
Created by IntelliJ IDEA.
SetDomainImpl(SetVar, int, int, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.set.SetDomainImpl
 
SetDomainImpl(SetVar, int[], IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.set.SetDomainImpl
 
SetDomainImpl(SetVar, int[], boolean, IEnvironment, PropagationEngine) - Constructor for class choco.cp.solver.variables.set.SetDomainImpl
Constructor of set var, allow creation of constant set var and empty set var.
SetDomainImpl.SetOpenDomainIterator - Class in choco.cp.solver.variables.set
 
SetDomainIterator - Class in choco.cp.solver.variables.set
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/> Since : Choco 2.1.1
SetDomainIterator() - Constructor for class choco.cp.solver.variables.set.SetDomainIterator
 
setDoMaximize(boolean) - Method in class choco.cp.solver.CPSolver
Deprecated.  
setDoMaximize(boolean) - Method in interface choco.kernel.solver.Solver
Deprecated.  
setDoMaximize(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setDomOverDeg(CPSolver) - Method in class choco.cp.solver.preprocessor.PPSearch
set the DomOverDeg heuristic
setDomOverDeg(CPSolver) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
set the DomOverDeg heuristic
setDomOverWeg(CPSolver, int) - Method in class choco.cp.solver.preprocessor.PPSearch
set the DomOverWDeg heuristic
setDomOverWeg(CPSolver, int) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
set the DomOverWDeg heuristic
setDomProfEvts(List<CumulSweep.Event>, TaskVar, int, int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
setDomSize(int, int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
setDoOptimize(Solver, boolean) - Static method in class choco.cp.solver.configure.StrategyFactory
 
setDuration(IntDomainVar) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
setDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
setDuration(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
setDuration(int) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setDuration(String) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setDuration(int, int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
setDurations(int[][]) - Method in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
setECT(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setECT(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setECT(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Earliest Completion Time (ECT).
setEdgeAndPublish(int, int) - Method in class choco.cp.solver.constraints.global.matching.AllDifferent
when an edge is definitely chosen in the bipartite assignment graph.
setEdgeAndPublish(int, int) - Method in class choco.cp.solver.constraints.global.matching.GlobalCardinality
implement the other main event: when an edge is definitely set in the bipartite assignment graph
setEfficientEntailmentTest() - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
setEmployee(String) - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
setEnableConsistency(boolean) - Method in class choco.kernel.solver.search.checker.SolutionCheckerEngine
Enable consistency for constraints checking.
setEncounteredLimit(AbstractGlobalSearchLimit) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
setEnd(IntDomainVar) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
setEnd(ASAPDate) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
setEnd(int) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setEnd(String) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setEnd(ASAPDate) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
setEndingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setEndingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setEndingTime(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
setEndNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setEndNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setEndNotIn(int, int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
The task can not end in the interval [a,b].
setEntailed() - Method in class choco.kernel.solver.propagation.Propagator
records that a constraint is now entailed (therefore it is now useless to propagate it again)
SetEq - Class in choco.cp.solver.constraints.set
 
SetEq(SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.SetEq
create a constraint to state sv1 is not equal to sv2
setEqInTuples(boolean) - Method in class parser.absconparseur.components.PRelation
 
setErrorFileHandler(File) - Static method in class choco.kernel.common.logging.ChocoLogging
remove handlers and write error logs into a file (warning and severe message)
setEST(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setEST(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setEST(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Earliest Starting Time (EST).
setEveryXNodes(int) - Static method in class choco.kernel.common.logging.ChocoLogging
 
SetExpressionVariable - Class in choco.kernel.model.variables.set
 
SetExpressionVariable(VariableType, boolean, Object, IConstraintList) - Constructor for class choco.kernel.model.variables.set.SetExpressionVariable
 
SetExpressionVariable(Object, Operator, SetExpressionVariable...) - Constructor for class choco.kernel.model.variables.set.SetExpressionVariable
 
setExtension(Extension, int) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
 
setFailCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setFailLimit(int) - Method in class choco.cp.solver.CPSolver
Sets the fail limit i.e. the maximal number of fail explored by the search algorithm
setFailLimit(int) - Method in interface choco.kernel.solver.Solver
Sets the fail limit i.e. the maximal numnber of fails before stopping the search algorithm
setFailLimit(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setFather(IBinaryNode) - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
setFeasible(Boolean) - Method in class choco.cp.solver.CPSolver
 
setFeasible(Boolean) - Method in interface choco.kernel.solver.Solver
 
setFeasible(Boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setFile(String) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
setFileHandler(File, Level, Formatter) - Static method in class choco.kernel.common.logging.ChocoLogging
 
setFileHandler(File) - Static method in class choco.kernel.common.logging.ChocoLogging
remove handlers and write logs into a file
setFilteringPolicy(Disjunctive.Policy) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
setFinal(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
setFinal(int...) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
setFinished(boolean) - Method in class parser.absconparseur.tools.InstanceCheckerEngine
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AbstractAssignOrForbidBranching
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignOrForbidIntVarValPair
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBinBranchingNew
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.TaskOverWDegBinBranching
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.real.AssignInterval
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.set.AssignSetVar
 
setFirstBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.task.SetTimes
 
setFirstBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. compute the first decision by setting a branching value or modifying the branching object
setFirstBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
setFirstBranch(IntBranchingDecision) - Method in interface choco.kernel.solver.branch.IntBranching
compute the first decision by setting a branching value or modifying the branching object
setFirstBranch(IntBranchingDecision) - Method in class samples.multicostregular.nsp.NSPBranching
 
setFirstSolution(boolean) - Method in class choco.cp.solver.CPSolver
Deprecated.  
setFirstSolution(boolean) - Method in interface choco.kernel.solver.Solver
Deprecated.  
setFirstSolution(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setFont(PFont) - Method in class choco.visu.components.papplets.AChocoPApplet
Specify the font to use
setFont(String) - Method in class choco.visu.components.papplets.AChocoPApplet
Specify the font to use
setFormalParameters(String[]) - Method in class parser.absconparseur.components.PPredicate
 
setForwardSetup(int) - Method in class choco.kernel.model.constraints.TemporalConstraint
 
setFrame(Frame) - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
Sets the frame related to an external constraint
setFunctionalExpression(String) - Method in class parser.absconparseur.components.PPredicate
 
setGeometricalFactor(double) - Method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
setGeometricalFactor(double) - Method in class choco.kernel.solver.search.restart.LubyRestartStrategy
 
setGeometricalFactor(double) - Method in class choco.kernel.solver.search.restart.NoRestartStrategy
 
setGeometricalFactor(double) - Method in interface choco.kernel.solver.search.restart.UniversalRestartStrategy
 
setGeometricalRestartPolicy(Solver, int, double) - Static method in class choco.cp.solver.configure.RestartFactory
 
setGeometricRestart(int, double) - Method in class choco.cp.solver.CPSolver
Perform a search with restarts regarding the number of backtrack.
setGeometricRestart(int, double, int) - Method in class choco.cp.solver.CPSolver
Perform a search with restarts regarding the number of backtrack.
setGlobalContradiction() - Method in class choco.cp.solver.goals.GoalSearchSolver
Deprecated.  
setGlobalContradiction() - Method in class choco.cp.solver.search.GoalSearchLoop
 
setGlobalVerbosity(Verbosity) - Method in class cli.AbstractBenchmarkCmd
 
setGraph(IStateBitSet[]) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
setGraph(LayeredDFA) - Method in class choco.kernel.model.constraints.automaton.DFA
 
setGrayDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
setGrayTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
setGreedy(boolean) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
setGroup(String) - Method in class trace.Visualizer
Set a group name for this
setHandler(Logger, Handler) - Static method in class choco.kernel.common.logging.ChocoLogging
remove other handlers and set the only handler for this logger
setHDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.EnumHRTask
 
setHECT(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHECT(int) - Method in class choco.cp.solver.constraints.global.scheduling.EnumHRTask
 
setHEndingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHEndNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHEST(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHEST(int) - Method in class choco.cp.solver.constraints.global.scheduling.EnumHRTask
 
setHeuristic(IHeuristic) - Method in class parser.instances.AbstractMinimizeModel
 
setHLCT(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHLCT(int) - Method in class choco.cp.solver.constraints.global.scheduling.EnumHRTask
 
setHLST(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHLST(int) - Method in class choco.cp.solver.constraints.global.scheduling.EnumHRTask
 
setHook(int) - Method in class choco.kernel.model.variables.AbstractVariable
 
setHook(int) - Method in interface choco.kernel.model.variables.IHook
you should be sure to reset the hook before setting a new hook value
setHorizon(int) - Method in class choco.cp.solver.CPSolver
Deprecated.  
setHorizon(int) - Method in interface choco.kernel.solver.Solver
Deprecated.  
setHorizon(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setHStartingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setHStartNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setIctr(InternalConstraint) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
setIctrID(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.InternalConstraint
 
setId(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
setId(String) - Method in class samples.multicostregular.asap.data.base.ASAPSkill
 
setId(int) - Method in class trace.Visualizer
Set the identifier of this
setIdx(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
setIdx(int) - Method in class choco.kernel.model.constraints.automaton.LightState
 
setIdxLevel(int) - Method in class choco.kernel.model.constraints.automaton.State
 
setIlogGoal(Goal) - Method in class choco.cp.solver.CPSolver
Set the ilogGoal of the search strategy
setIlogGoal(Goal) - Method in interface choco.kernel.solver.Solver
 
setIlogGoal(Goal) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setImmutableIterator(ListIterator<E>) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
setImpact(CPSolver, int) - Method in class choco.cp.solver.preprocessor.PPSearch
set the Impact heuristic
setImpact(CPSolver, int) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
set the Impact heuristic
setIndexes(IntDomainVar[]) - Method in class choco.cp.solver.constraints.reified.leaves.ConstantLeaf
 
setIndexes(IntDomainVar[]) - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
setIndexes(IntDomainVar[]) - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
setIndexes(IntDomainVar[]) - Method in class choco.kernel.solver.constraints.reified.INode
set the indexes of each variables in the leaves of the tree
setInf(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
setInf(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
setInf(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Sets the minimum value.
setInf(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
setInf(int) - Method in class choco.kernel.memory.IStateBinaryTree.Node
set a new lower bound to the node, and saving it if needed
setInf(int) - Method in interface choco.kernel.memory.IStateIntInterval
Modifies the inf value and stores if needed the former value on the trailing stack.
setInf(int) - Method in class choco.kernel.memory.structure.IntInterval
 
setInf(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Propagation events updating the lower bound of a variable (ie: removing all value strictly below the new lower bound from the domain).
setInitialized(boolean) - Method in class choco.kernel.solver.propagation.event.ConstraintEvent
Sets if the constraint is initialized.
setInitialPropagationTimeCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setInitialState(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
setInitState(State) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
setINPUT_FILE_PATH(String) - Method in class choco.cp.solver.constraints.global.geost.Constants
 
setInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
Set the idx th bit of the to be removed bitset
setInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
Set the idx th bit of the to be removed bitset
setInStack(int) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
Set the idx th bit of the to be removed bitset
setIntensionCts(ModelConstraintFactory.ConstExp) - Method in class parser.absconparseur.components.PExtensionConstraint
 
setInter(SetVariable, SetVariable, SetVariable) - Static method in class choco.Choco
Enforce a set to be the intersection of two others.
SetIntersection - Class in choco.cp.solver.constraints.set
A constraint stating that a set is the intersection of two others There are seven propagation rules for the constraint sv3 = intersection(sv1, sv2) Ker(sv1) contains Ker(sv3) Ker(sv2) contains Ker(sv3) Ker(sv3) contains (Ker(sv1) inter Ker(sv2)) Env(v3) disjoint Complement(Env(v1)) Env(v3) disjoint Complement(Env(v2)) Env(v2) disjoint Ker(v1) inter Complement(Env(v3)) Env(v1) disjoint Ker(v2) inter Complement(Env(v3))
SetIntersection(SetVar, SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.SetIntersection
 
setIntVal() - Method in interface choco.kernel.solver.search.IntBranchingDecision
apply the integer assignment decision, i.e. assign the branching value to the branching int var.
setIntVal() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
setInverted(boolean) - Method in class choco.visu.components.chart.dataset.MyXYTaskDataset
 
setItems(TIntArrayList) - Method in class choco.kernel.common.opres.pack.AbstractHeuristic1BP
 
setIterationCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setIterationLimit(int) - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
setJFreeColorTerminal() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
setKickRestart(IKickRestart) - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
setKnownIntensionalConstraint(SConstraint) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
setL(int[]) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
 
setL(int[]) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
setLabel(String) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setLabel(String) - Method in class samples.multicostregular.asap.data.base.ASAPSkill
 
setLast(int, int, int) - Method in class choco.cp.solver.constraints.strong.maxrpcrm.Clique
 
setLastState(State) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
setLayerIdx(int) - Method in class choco.kernel.model.constraints.automaton.LightState
 
setLCT(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setLCT(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setLCT(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Latest Completion Time (LCT).
setLeftChild(IBinaryNode) - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
setLevel(Level, Handler...) - Static method in class choco.kernel.common.logging.ChocoLogging
 
setLevel(Level, Logger) - Static method in class choco.kernel.common.logging.ChocoLogging
 
setLevel(Level, Logger...) - Static method in class choco.kernel.common.logging.ChocoLogging
 
setLevel(int) - Method in class choco.kernel.model.constraints.automaton.State
 
setLevelAc(int) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
Set the level of AC in case the expression is not decomposed 0 gives AC, 1 gives FC, -1 let the expression choose automatically
setLex(SetVariable, SetVariable) - Static method in class choco.Choco
X <=lex Y
SetLexicographicOrdering - Class in choco.cp.solver.constraints.set
Created by IntelliJ IDEA.
SetLexicographicOrdering(SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.SetLexicographicOrdering
 
SetLexicographicOrderingSetManager - Class in choco.cp.model.managers.constraints.set
 
SetLexicographicOrderingSetManager() - Constructor for class choco.cp.model.managers.constraints.set.SetLexicographicOrderingSetManager
 
setLightGraph(LightLayeredDFA) - Method in class choco.kernel.model.constraints.automaton.DFA
 
setLimitManager(GlobalSearchLimitManager) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
setLoggingMaxDepth(int) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setLoggingMaxDepth(int) - Static method in class choco.kernel.common.logging.ChocoLogging
set the maximal search depth for logging statements
setLoggingMaxDepth(int) - Method in interface choco.kernel.solver.Solver
Deprecated. 
setLoggingMaxDepth(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setLoggingStatement(AbstractIntBranchingStrategy) - Static method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
setLongestPathFromSource(double) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setLongestPathFromTink(double) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setLongestPathToSource(int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setLongestPathToTink(int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setLowB(double) - Method in interface choco.kernel.model.variables.DoubleBoundedVariable
 
setLowB(int) - Method in interface choco.kernel.model.variables.IntBoundedVariable
 
setLowB(int) - Method in class choco.kernel.model.variables.integer.IntegerConstantVariable
 
setLowB(int) - Method in class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
setLowB(double) - Method in class choco.kernel.model.variables.real.RealConstantVariable
 
setLowB(double) - Method in class choco.kernel.model.variables.real.RealExpressionVariable
 
setLowB(int) - Method in class choco.kernel.model.variables.set.SetConstantVariable
 
setLowB(int) - Method in class choco.kernel.model.variables.set.SetExpressionVariable
 
setLrel(LargeRelation) - Method in class parser.absconparseur.components.PRelation
 
setLST(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setLST(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setLST(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Latest Starting Time (LST).
setLubyRestart(int, int, int) - Method in class choco.cp.solver.CPSolver
Perform a search with restarts regarding the number of backtrack.
setLubyRestart(int, int) - Method in class choco.cp.solver.CPSolver
Perform a search with restarts regarding the number of backtrack.
setLubyRestartPolicy(Solver, int, int) - Static method in class choco.cp.solver.configure.RestartFactory
 
setMakespan(Var) - Method in class choco.cp.solver.CPSolver
 
setMakespanLB(IThetaTree) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
setMatch(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartFlow
match the ith variable to value j
setMatch(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
adding the arc i-j in the reference matching & update matchingSize
setMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteFlow
match the ith variable to value j
setMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
adding the arc i-j in the reference matching & update matchingSize
setMatch(int, int) - Method in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteMatching
Adding the arc i-j in the reference matching.
setMax(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
setMax(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
Deprecated. 
setMax(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. replaced by setSup
setMax(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
Deprecated. 
setMax(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. replaced by setMax
setMaxClique(IntegerVariable[]) - Method in class choco.cp.solver.preprocessor.SymetryBreakingModelDetector.EmptySymetryBreakingModelDetector
 
setMaxClique(IntegerVariable[]) - Method in class choco.cp.solver.preprocessor.SymetryBreakingModelDetector
 
setMaxConsecutiveWorkingWeekEnds(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxConsecutiveWorkingWeekEndsPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxDaysOff(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxDaysOffPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setMaxDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setMaxDuration(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
setMaximizationObjective(IntVar) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setMaximumBoundary(int, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
setMaximumBoundary(int[]) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
setMaxNProper(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the upper bound of the nproper variable with the value val
setMaxNtree(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the upper bound of the ntree variable with the value val
setMaxNumAssignment(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxNumAssignmentPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxObjective(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the upper bound of the objective variable with the value val
setMaxOverStaffing(int) - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
setMaxRatioValue() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
setMaxShiftsPerDay(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxShiftsPerDay(int) - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
setMaxShiftsPerWeek(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxShiftsPerWeekPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxShiftTypesPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxStart(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the upper bound of the node idx with the value max
setMaxWeekEndDays(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxWeekEndDaysPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxWorkingWeekEnds(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMaxWorkingWeekEndsPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMin(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
setMin(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
Deprecated. 
setMin(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. replaced by setInf
setMin(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
Deprecated. 
setMin(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. replaced by setInf
setMinConsecutiveFreeDays(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinConsecutiveFreeDaysPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinConsecutiveWorkingDays(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinConsecutiveWorkingDaysPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinDaysOff(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinDaysOffPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setMinDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setMinDuration(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
setMinimizationObjective(IntVar) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setMinimumBoundary(int, int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
setMinimumBoundary(int[]) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
setMinMax(int, int) - Method in class trace.Visualizer
Set the expected minimal (resp. maximal) value of any of the domains
setMinNProper(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the lower bound of the nproper variable with the value val
setMinNtree(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the lower bound of the ntree variable with the value val
setMinObjective(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the lower bound of the objective variable with the value val
setMinShiftsPerWeek(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinShiftsPerWeekPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinShiftTypesPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinStart(int, int) - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
update the lower bound of the node idx with the value min
setMinUnderStaffing(int) - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
setMinWeekEndDays(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinWeekEndDaysPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinWorkingWeekEnds(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMinWorkingWeekEndsPenalty(int) - Method in class samples.multicostregular.asap.data.base.ASAPContract
 
setMode(IVilimTree.TreeMode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
setMode(IVilimTree.TreeMode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.CumTreeT
 
setMode(IVilimTree.TreeMode) - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
setModel(Model) - Method in class choco.cp.solver.CPSolver
 
setModel(CPModel) - Method in class choco.cp.solver.preprocessor.PPSearch
 
setModel(Model) - Method in interface choco.kernel.solver.Solver
 
setModel(Model) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setMonochromeTerminal() - Static method in class choco.visu.components.chart.ChocoChartFactory
 
setMonth(int) - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
setName(String) - Method in class choco.kernel.model.variables.AbstractVariable
 
setName(String) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
setName(String) - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
SetNaryUnion - Class in choco.cp.solver.constraints.set
 
SetNaryUnion(SetVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.set.SetNaryUnion
 
setNbDays(int) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
setNbEmployee(int) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
setNbMax(int) - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
setNbMax(int) - Method in class choco.kernel.solver.search.limit.NoLimit
 
setNeighbours() - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
setNeqInTuples(boolean) - Method in class parser.absconparseur.components.PRelation
 
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.AssignVar
 
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBinBranching
nothing to do
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBinBranchingNew
 
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBranchingNew
 
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.domwdeg.TaskOverWDegBinBranching
 
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.real.AssignInterval
 
setNextBranch(IntBranchingDecision) - Method in class choco.cp.solver.search.task.SetTimes
 
setNextBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractBinIntBranchingStrategy
 
setNextBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated. compute the next decision by setting a branching value or modifying the branching object
setNextBranch(IntBranchingDecision) - Method in class choco.kernel.solver.branch.BranchingWithLoggingStatements
 
setNextBranch(IntBranchingDecision) - Method in interface choco.kernel.solver.branch.IntBranching
compute the next decision by setting a branching value or modifying the branching object
setNextBranch(IntBranchingDecision) - Method in class samples.multicostregular.nsp.NSPBranching
 
setNextBranching(AbstractBranchingStrategy) - Method in class choco.kernel.solver.branch.AbstractBranchingStrategy
Sets the next branching.
setNodeCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setNodeLimit(int) - Method in class choco.cp.solver.CPSolver
Sets the node limit i.e. the maximal number of nodes explored by the search algorithm
setNodeLimit(int) - Method in interface choco.kernel.solver.Solver
Sets the node limit i.e. the maximal number of nodes explored by the search algorithm
setNodeLimit(int) - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
Change the node limit Default value : 100
setNodeLimit(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setNonFinal(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
setNonFInal(int...) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
setNoStopAtFirstSolution(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
SetNotEq - Class in choco.cp.solver.constraints.set
A constraint to state that two set vars can not be equal
SetNotEq(SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.SetNotEq
create a constraint to state sv1 is not equal to sv2
setObjectId(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Sets the Object id
setObjectId(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
setObjectIds(int[]) - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
Sets the list of object IDs that this external constraint affects.
setObjectIds(int[]) - Method in class choco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
Sets the list of object IDs that this external constraint affects.
setObjective(Var) - Method in class choco.cp.solver.CPSolver
Set the variable to optimize
setObjective(Var) - Method in interface choco.kernel.solver.Solver
Set the variable to optimize
setObjective(Number) - Method in class parser.instances.AbstractInstanceModel
 
setObjective(Var) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setObjectiveIntValue(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setObjectiveOptimal(boolean) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setObjectiveRealValue(double) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setObjects(IDotty[]) - Method in class choco.kernel.common.DottyBean
 
setOdbFile(File) - Method in class db.EmbeddedDbConnector
 
setOff() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
setOffset(int, int) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
setOffset(int, int) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
setOffset(int[]) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
setOn() - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
setOneSupport(int, int, int[]) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
setOUTPUT_OF_RANDOM_GEN_PROB_TO_BE_READ_BY_HUMANS(String) - Method in class choco.cp.solver.constraints.global.geost.Constants
 
setOUTPUT_OF_RANDOM_GEN_PROB_TO_BE_USED_AS_INPUT(String) - Method in class choco.cp.solver.constraints.global.geost.Constants
 
setOverwrite(boolean) - Method in class parser.absconparseur.tools.InstanceCheckerEngine
 
setOverwriteDecided(boolean) - Method in class parser.absconparseur.tools.InstanceCheckerEngine
 
setP(Point) - Method in class choco.cp.solver.constraints.global.geost.dataStructures.HeapKey
 
setPackRendererSettings(StackedBarRenderer3D) - Static method in class choco.visu.components.chart.ChocoChartFactory
 
setParameter(int, Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
setParameter(int, Object) - Method in interface choco.kernel.common.opres.graph.INodeLabel
 
setParameter(int) - Method in class choco.kernel.common.opres.pack.AbstractFunctionDFF
 
setParameters(RandomListGenerator.Structure, boolean, boolean, int[], boolean) - Method in class samples.random.RandomListGenerator
Sets the parameters used to generate random lists.
setPassive() - Method in class choco.kernel.solver.propagation.Propagator
Freezing a constraint (this is useful for backtracking when mimicking dynamic constraint posts...).
setPointersAndFlags() - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
The setPointersAndFlags method sets the values α, β, γ and δ, used by the algorithm.
setPointersAndFlags() - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
The setPointersAndFlags method sets the values α, β, γ and δ, used by the algorithm.
setPrecClosure() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
setPrecedence(int, int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
setPrecision(double) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setPrecision(double) - Method in interface choco.kernel.solver.Solver
Deprecated.  
setPrecision(double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setPrefOverStaffing(int) - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
setPrefUnderStaffing(int) - Method in class samples.multicostregular.asap.data.base.ASAPMasterWeights
 
setProblemName(String) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
setPropagationEngine(PropagationEngine) - Method in class choco.cp.solver.constraints.reified.ReifiedAllSConstraint
Define the propagation engine within the constraint.
setPropagationEngine(PropagationEngine) - Method in class choco.cp.solver.constraints.reified.ReifiedIntSConstraint
Define the propagation engine within the constraint.
setPropagationEngine(PropagationEngine) - Method in class choco.kernel.solver.propagation.Propagator
Define the propagation engine within the constraint.
SetPropagator - Interface in choco.kernel.solver.propagation.listener
 
setPruningEvt(List<CumulSweep.Event>, TaskVar) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.EventTaskStructure
 
setRandomBreakTies(long) - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
setRandomBreakTies(long) - Method in interface choco.cp.solver.search.integer.branching.IRandomBreakTies
 
setRandomSelectors(long) - Method in class choco.cp.solver.CPSolver
 
setRandomSelectors() - Method in class choco.cp.solver.CPSolver
 
setRandomSelectors(Random) - Method in class choco.cp.solver.CPSolver
 
setRandomValueChoice(long) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
setRandomValueHeuristic(int) - Method in class choco.cp.solver.preprocessor.PPSearch
 
setRandomValueOrdering(int) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
setRandomVarTies(int) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBinBranching
Deprecated.  
setRandomVarTies(int) - Method in class choco.cp.solver.search.integer.branching.DomOverWDegBranching
Deprecated.  
setRandomVarTies(int) - Method in class choco.cp.solver.search.integer.branching.ImpactBasedBranching
 
setRatio(IntRatio) - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
setReadingTimeCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setRecomputation(boolean) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setRecomputationGap(int) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setRecordNogoodFromRestart(Solver) - Static method in class choco.cp.solver.configure.RestartFactory
 
setRecordNogoodFromRestart(boolean) - Method in class choco.cp.solver.CPSolver
 
setReduction(double) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setReduction(double) - Method in interface choco.kernel.solver.Solver
Deprecated.  
setReduction(double) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setRelatedExternalConstraints(List<ExternalConstraint>) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Sets all Related External Constraints to this object.
setRelatedInternalConstraints(List<InternalConstraint>) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Sets all Related Internal Constraints to this object.
setRepresentative(PVariable) - Method in class parser.absconparseur.components.PVariable
 
setRequest(int, int, int) - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
setRespGrayDuration(Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
setRespGrayTime(Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
setRespTODuration(Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
setRespTOTime(Object) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
setRestart(boolean) - Method in class choco.cp.solver.CPSolver
set the optimization strategy: - restart or not after each solution found
setRestart(boolean) - Method in interface choco.kernel.solver.Solver
Deprecated. 
setRestart(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setRestartAfterEachSolution(boolean) - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
setRestartCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setRestartLimit(Configuration, Limit, int) - Static method in class choco.cp.solver.configure.LimitFactory
 
setRestartLimit(Solver, Limit, int) - Static method in class choco.cp.solver.configure.LimitFactory
 
setRestartLimit(int) - Method in class choco.cp.solver.CPSolver
Sets the restart limit i.e. the maximal number of restart performed during the search algorithm.
setRestartLimit(AbstractGlobalSearchLimit) - Method in class choco.cp.solver.search.SearchLimitManager
 
setRestartLimit(int) - Method in interface choco.kernel.solver.Solver
Sets the restart limit i.e. the maximal number of restart performed during the search algorithm.
setRestartLimit(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setRestartStrategy(UniversalRestartStrategy, AbstractGlobalSearchLimit) - Method in class choco.cp.solver.search.SearchLimitManager
 
setRightChild(IBinaryNode) - Method in interface choco.kernel.common.opres.graph.IBinaryNode
 
setRoot(IBinaryNode) - Method in class choco.kernel.common.opres.graph.ProperBinaryTree
 
setRUN_MODE(int) - Method in class choco.cp.solver.constraints.global.geost.Constants
 
setScaleFactor(int) - Method in class choco.kernel.solver.search.restart.AbstractRestartStrategy
 
setScaleFactor(int) - Method in class choco.kernel.solver.search.restart.NoRestartStrategy
 
setScaleFactor(int) - Method in interface choco.kernel.solver.search.restart.UniversalRestartStrategy
 
setScope(Solver) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
compute the scope of this predicat as the union of the scopes of all the leaves and set the indexes of each variable of each leave regarding its position in the scope "vars" This is called once when posting the propagator
setSearchLimit(Configuration, Limit, int) - Static method in class choco.cp.solver.configure.LimitFactory
 
setSearchLimit(Solver, Limit, int) - Static method in class choco.cp.solver.configure.LimitFactory
 
setSearchLimit(AbstractGlobalSearchLimit) - Method in class choco.cp.solver.search.SearchLimitManager
 
setSearchLoop(AbstractSearchLoop) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
setSearchMeasures(ISearchMeasures) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setShapeId(IntDomainVar) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
Sets the Shape id domain variable
setShapeId(int) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
setShapeId(int) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
setShavingLowerBound(boolean) - Method in class choco.kernel.solver.propagation.ShavingTools
 
setShavingTools(ShavingTools) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
setShift(String) - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
setShiftedBoxes(List<ShiftedBox>) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
setShortestPathFromSource(double) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setShortestPathFromTink(double) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setShortestPathToSource(int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setShortestPathToTink(int) - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
setSize(int, int) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
setSize(int[]) - Method in class choco.kernel.model.variables.geost.ShiftedBox
 
setSolutionCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setSolutionDisplay(ISolutionDisplay) - Method in class choco.cp.solver.CPSolver
 
setSolutionDisplay(ISolutionDisplay) - Method in interface choco.kernel.solver.Solver
Set Custom pretty print of solutions
setSolutionPool(ISolutionPool) - Method in class choco.kernel.solver.search.AbstractSearchStrategy
a null argument cancel the solution recording.
setSolutionPoolCapacity(int) - Method in class choco.cp.solver.CPSolver
Deprecated. 
setSolutionPoolCapacity(int) - Method in interface choco.kernel.solver.Solver
Deprecated. 
setSolutionPoolCapacity(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setSolved(boolean) - Method in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
setSolved() - Method in class samples.multicostregular.asap.hci.presentation.ASAPResultPanel
 
setSolved(boolean) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
setSolver(Solver) - Method in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
setSolver(AbstractGlobalSearchStrategy) - Method in class choco.kernel.solver.branch.AbstractBranchingStrategy
 
setSolver(AbstractGlobalSearchStrategy) - Method in class choco.kernel.solver.branch.AbstractIntBranching
Deprecated.  
setSolver(Solver) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
setSolver(Solver) - Method in class choco.kernel.solver.Solution
 
setSolver(Solver) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
setSolverVar(IntDomainVar) - Method in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
setSolving(ASAPDataHandler, boolean) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
setStart(IntDomainVar) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
setStart(ASAPDate) - Method in class samples.multicostregular.asap.data.ASAPItemHandler
 
setStart(int) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setStart(String) - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
setStart(ASAPDate) - Method in class samples.multicostregular.asap.hci.presentation.ASAPSummaryPanel
 
setStartDay(String) - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
setStartingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setStartingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setStartingTime(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
setStartNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
setStartNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
setStartNotIn(int, int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
The task can not start in the interval [a,b].
setStopAtFirstSolution(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
setStp(Setup) - Method in class choco.cp.solver.constraints.global.Geost_Constraint
 
SetSubDomain - Interface in choco.kernel.solver.variables.set
 
setSup(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
setSup(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
setSup(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Sets the maximal value.
setSup(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
setSup(int) - Method in class choco.kernel.memory.IStateBinaryTree.Node
set a new upper bound to the node, and saving it if needed used for trailing purpose
setSup(int) - Method in interface choco.kernel.memory.IStateIntInterval
Modifies the sup value and stores if needed the former value on the trailing stack.
setSup(int) - Method in class choco.kernel.memory.structure.IntInterval
 
setSup(int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Propagation events updating the upper bound of a variable (ie: removing all value strictly above the new upper bound from the domain).
setSupport(int, int, int[]) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
setSupport(int, int, int) - Method in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
store the new support
setSupport(int[]) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
setSupport(int) - Method in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
set the support using multidirectionality
setT(int[]) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
 
setT(int[]) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
setTargetBound() - Method in class choco.cp.solver.search.integer.objective.MaxIntObjManager
 
setTargetBound() - Method in class choco.cp.solver.search.integer.objective.MinIntObjManager
 
setTargetBound() - Method in class choco.cp.solver.search.real.objective.MaxRealObjManager
 
setTargetBound() - Method in class choco.cp.solver.search.real.objective.MinRealObjManager
 
setTargetBound() - Method in interface choco.kernel.solver.search.IObjectiveManager
resetting the values of the target bounds (bounds for the remaining search).
setTask(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
setTask(ITask) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
setTasks(TaskVar, TaskVar) - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
setTasks(PTask[]) - Method in class parser.absconparseur.components.PCumulative
 
setTasks(PTask[]) - Method in class parser.absconparseur.components.PDisjunctive
 
setText(String) - Method in class samples.multicostregular.asap.hci.presentation.ASAPResultPanel
 
setTime(long) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
setTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
setTimeCount(int) - Method in class choco.kernel.solver.search.measure.MeasuresBean
 
setTimeLimit(int) - Method in class choco.cp.solver.CPSolver
Sets the time limit i.e. the maximal time before stopping the search algorithm
setTimeLimit(int) - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
in seconds
setTimeLimit(int) - Method in interface choco.kernel.solver.Solver
Sets the time limit i.e. the maximal time before stopping the search algorithm
setTimeLimit(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setTimes(Solver) - Static method in class choco.cp.solver.search.BranchingFactory
 
setTimes(Solver, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
setTimes(Solver, TaskVar[], Comparator<ITask>) - Static method in class choco.cp.solver.search.BranchingFactory
 
setTimes(Solver, TaskVar[], Comparator<ITask>, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
SetTimes - Class in choco.cp.solver.search.task
A search designed to minimize makespan.
SetTimes(Solver, List<TaskVar>, Comparator<ITask>) - Constructor for class choco.cp.solver.search.task.SetTimes
 
SetTimes(Solver, List<TaskVar>, Comparator<ITask>, long) - Constructor for class choco.cp.solver.search.task.SetTimes
 
SetTimes(Solver, List<TaskVar>, TaskVarSelector) - Constructor for class choco.cp.solver.search.task.SetTimes
The Constructor.
settings - Variable in class choco.visu.components.papplets.TreeSearchPApplet
 
settings - Variable in class cli.AbstractBenchmarkCmd
 
setTODuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
setTOTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
setTuple(int[]) - Method in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
setTuple(int[]) - Method in class choco.kernel.solver.constraints.integer.extension.TuplesTable
 
setType(String) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
setType(AbstractVilimTree.NodeType) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
setUnion(SetVariable, SetVariable, SetVariable) - Static method in class choco.Choco
Enforce a set to be the union of two others
setUnion(SetVariable[], SetVariable) - Static method in class choco.Choco
Enforce a set to be the union of n others
SetUnion - Class in choco.cp.solver.constraints.set
A constraint stating that a set is the union of two others There are seven propagation rules for the constraint sv3 = union(sv1, sv2) Ker(sv1) contains Ker(sv3) Ker(sv2) contains Ker(sv3) Ker(sv3) contains (Ker(sv1) inter Ker(sv2)) Env(v3) disjoint Complement(Env(v1)) Env(v3) disjoint Complement(Env(v2)) Env(v2) disjoint Ker(v1) inter Complement(Env(v3)) Env(v1) disjoint Ker(v2) inter Complement(Env(v3))
SetUnion(SetVar, SetVar, SetVar) - Constructor for class choco.cp.solver.constraints.set.SetUnion
Enforce sv3 to be the union of sv1 and sv2
setUniqueReading(boolean) - Method in class choco.cp.solver.CPSolver
 
setUp() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractRscDetector
 
setUp() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractTemporalDetector
 
setUp() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjFromCumulModelDetector
 
setUp() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjointModelDetector
 
Setup - Class in choco.cp.solver.constraints.global.geost
This is a very important class.
Setup(Constants, PropagationEngine, Geost_Constraint) - Constructor for class choco.cp.solver.constraints.global.geost.Setup
Creates a Setup instance for a given Constants class
setup() - Method in class choco.visu.components.papplets.AChocoPApplet
Called once when the program is started.
setUp() - Method in class db.EmbeddedDbConnector
 
setUp() - Method in interface db.IDbConnector
 
setUp() - Method in class db.RemoteDbConnector
 
setupMasterTree(IVilimTree, IVilimTree.TreeMode) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
setUppB(double) - Method in interface choco.kernel.model.variables.DoubleBoundedVariable
 
setUppB(int) - Method in interface choco.kernel.model.variables.IntBoundedVariable
 
setUppB(int) - Method in class choco.kernel.model.variables.integer.IntegerConstantVariable
 
setUppB(int) - Method in class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
setUppB(double) - Method in class choco.kernel.model.variables.real.RealConstantVariable
 
setUppB(double) - Method in class choco.kernel.model.variables.real.RealExpressionVariable
 
setUppB(int) - Method in class choco.kernel.model.variables.set.SetConstantVariable
 
setUppB(int) - Method in class choco.kernel.model.variables.set.SetExpressionVariable
 
SetupTheProblem(List<Obj>, List<ShiftedBox>, List<ExternalConstraint>) - Method in class choco.cp.solver.constraints.global.geost.Setup
Given a Vector of Objects and a Vector of shiftedBoxes and a Vector of ExternalConstraints it sets up the problem for the geost constraint.
setupTime(int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
setupTime(TaskVariable, TaskVariable) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
setupTimes - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
setupTimesToString() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
setVal(IntDomainVar, int) - Static method in class choco.cp.solver.goals.GoalHelper
 
setVal(int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
setVal(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
setVal(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Instantiates the variable.
setVal(int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
setVal(int[]) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
SetVal - Class in choco.kernel.solver.goals.choice
Created by IntelliJ IDEA.
SetVal(IntDomainVar, int) - Constructor for class choco.kernel.solver.goals.choice.SetVal
 
setVal(int) - Method in interface choco.kernel.solver.variables.integer.IntVar
Public user API: Propagation events assigning a value to a variable (ie: removing all other values from its domain).
setVal(int[]) - Method in interface choco.kernel.solver.variables.set.SetVar
set the value of the variable to the set val.
setValIn(int) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
setValIn(int) - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: setting a value to the kernel of a set variable
setValInSet() - Method in interface choco.kernel.solver.search.IntBranchingDecision
apply the set assignment decision, i.e. put the value into the kernel.
setValInSet() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
setValIntIterator(ValIterator<IntDomainVar>) - Method in class choco.cp.solver.CPSolver
Sets the integer value iterator the search should use
setValIntIterator(ValIterator<IntDomainVar>) - Method in interface choco.kernel.solver.Solver
Sets the integer value iterator the search should use
setValIntIterator(ValIterator<IntDomainVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setValIntSelector(ValSelector<IntDomainVar>) - Method in class choco.cp.solver.CPSolver
Sets the integer value selector the search should use
setValIntSelector(ValSelector<IntDomainVar>) - Method in interface choco.kernel.solver.Solver
Sets the integer value selector the search should use
setValIntSelector(ValSelector<IntDomainVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setValOut(int) - Method in class choco.cp.solver.variables.set.SetVarImpl
 
setValOut(int) - Method in interface choco.kernel.solver.variables.set.SetVar
Public user API: removing a value from the Enveloppe of a set variable.
setValOutSet() - Method in interface choco.kernel.solver.search.IntBranchingDecision
apply the set removal decision, i.e. remove the value from the enveloppe.
setValOutSet() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
setValRealIterator(ValIterator<RealVar>) - Method in class choco.cp.solver.CPSolver
Sets the real value iterator the search should use
setValRealIterator(ValIterator<RealVar>) - Method in interface choco.kernel.solver.Solver
Sets the real value iterator the search should use
setValRealIterator(ValIterator<RealVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setValRealSelector(ValSelector<RealVar>) - Method in class choco.cp.solver.CPSolver
Sets the integer value selector the search should use
setValRealSelector(ValSelector<RealVar>) - Method in interface choco.kernel.solver.Solver
Sets the integer value selector the search should use
setValRealSelector(ValSelector<RealVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setValSetIterator(ValIterator<SetVar>) - Method in class choco.cp.solver.CPSolver
Sets the integer value iterator the search should use
setValSetIterator(ValIterator<SetVar>) - Method in interface choco.kernel.solver.Solver
Sets the integer value iterator the search should use
setValSetIterator(ValIterator<SetVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setValSetSelector(ValSelector<SetVar>) - Method in class choco.cp.solver.CPSolver
Sets the integer value selector the search should use
setValSetSelector(ValSelector<SetVar>) - Method in interface choco.kernel.solver.Solver
Sets the integer value selector the search should use
setValSetSelector(ValSelector<SetVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setValue(int) - Method in class choco.kernel.common.util.ModifiableInteger
Sets a new value for this modifiable integer.
setValuePrecede(SetVariable[], int, int) - Static method in class choco.Choco
If there exists a set variable v1 of VARIABLES such that S does not belong to v1 and T does, then there also exists a set variable v2 preceding v1 such that S belongs to v2 and T does not.
SetValuePrecede - Class in choco.cp.solver.constraints.set
Created by IntelliJ IDEA.
SetValuePrecede(int, int, SetVar[], IEnvironment) - Constructor for class choco.cp.solver.constraints.set.SetValuePrecede
 
SetValuePrecedeManager - Class in choco.cp.model.managers.constraints.set
 
SetValuePrecedeManager() - Constructor for class choco.cp.model.managers.constraints.set.SetValuePrecedeManager
 
setVar(int, Var) - Method in class choco.cp.solver.constraints.reified.ExpressionSConstraint
 
setVar(MV, SV) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
 
setVar(int, V) - Method in class choco.kernel.solver.constraints.AbstractSConstraint
 
setVar(int, Var) - Method in class choco.kernel.solver.constraints.Formula
 
setVar(int, Var) - Method in class choco.kernel.solver.constraints.global.MetaSConstraint
 
setVar(int, V) - Method in interface choco.kernel.solver.constraints.SConstraint
Network management: Setting (or overwriting) the ith variable of a constraint.
SetVar - Interface in choco.kernel.solver.variables.set
 
SetVarEvent<C extends AbstractSConstraint & SetPropagator> - Class in choco.cp.solver.variables.set
 
SetVarEvent(SetVarImpl) - Constructor for class choco.cp.solver.variables.set.SetVarEvent
 
SetVarExample - Class in samples.tutorials.basics
Created by IntelliJ IDEA.
SetVarExample() - Constructor for class samples.tutorials.basics.SetVarExample
 
setVariable(int, IntVar) - Method in class choco.cp.solver.variables.integer.IntTerm
sets the i-th variable
SetVariable - Class in choco.kernel.model.variables.set
 
SetVariable(VariableType, boolean, int[], IConstraintList, IntegerVariable) - Constructor for class choco.kernel.model.variables.set.SetVariable
 
SetVariable(String, int, int, IntegerVariable) - Constructor for class choco.kernel.model.variables.set.SetVariable
 
SetVariable(String, int[], IntegerVariable) - Constructor for class choco.kernel.model.variables.set.SetVariable
 
SetVariableManager - Class in choco.cp.model.managers.variables
Created by IntelliJ IDEA.
SetVariableManager() - Constructor for class choco.cp.model.managers.variables.SetVariableManager
 
setVariablePositions(Object[]) - Method in class parser.absconparseur.components.PTask
 
setVariables(Variable) - Method in class choco.kernel.model.VariableArray
 
setVariables(Variable[]) - Method in class choco.kernel.model.VariableArray
 
setVariables(Collection<VisuVariable>) - Method in class choco.visu.Tracer
Set the variables to draw
SetVarImpl<C extends AbstractSConstraint & SetPropagator> - Class in choco.cp.solver.variables.set
History: 2007-12-07 : FR_1873619 CPRU: DomOverDeg+DomOverWDeg
SetVarImpl(Solver, String, int, int, IntDomainVar) - Constructor for class choco.cp.solver.variables.set.SetVarImpl
 
SetVarImpl(Solver, String, int, int, IntDomainVar, int) - Constructor for class choco.cp.solver.variables.set.SetVarImpl
Constructor of SetVar
SetVarImpl(Solver, String, int[], IntDomainVar) - Constructor for class choco.cp.solver.variables.set.SetVarImpl
 
SetVarImpl(Solver, String, int[], IntDomainVar, int) - Constructor for class choco.cp.solver.variables.set.SetVarImpl
Constructor of a SetVar
setVarIntSelector(VarSelector<IntDomainVar>) - Method in class choco.cp.solver.CPSolver
Sets a unique integer variable selector the search olver should use.
setVarIntSelector(VarSelector<IntDomainVar>) - Method in interface choco.kernel.solver.Solver
Sets the integer variable selector the search olver should use.
setVarIntSelector(VarSelector<IntDomainVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setVarRealSelector(VarSelector<RealVar>) - Method in class choco.cp.solver.CPSolver
Sets a unique real variable selector the search strategy should use.
setVarRealSelector(VarSelector<RealVar>) - Method in interface choco.kernel.solver.Solver
Sets the real variable selector the search strategy should use.
setVarRealSelector(VarSelector<RealVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setVars - Variable in class choco.cp.model.CPModel
All the set intVars in the model.
setVars - Variable in class choco.cp.solver.constraints.set.SetNaryUnion
 
setVars(IntDomainVar[]) - Method in class choco.kernel.solver.search.integer.AbstractIntVarSelector
Deprecated. 
setVars(SetVar[]) - Method in class choco.kernel.solver.search.set.AbstractSetVarSelector
Deprecated. 
setVarSetSelector(VarSelector<SetVar>) - Method in class choco.cp.solver.CPSolver
Sets unique set variable selector the search strategy should use.
setVarSetSelector(VarSelector<SetVar>) - Method in interface choco.kernel.solver.Solver
Sets the set variable selector the search strategy should use.
setVarSetSelector(VarSelector<SetVar>) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
setVarValue() - Method in class parser.flatzinc.ast.expression.EAnnotation
 
setVarValue() - Method in class parser.flatzinc.ast.expression.EArray
 
setVarValue() - Method in class parser.flatzinc.ast.expression.EBool
 
setVarValue() - Method in class parser.flatzinc.ast.expression.EIdArray
 
setVarValue() - Method in class parser.flatzinc.ast.expression.EIdentifier
 
setVarValue() - Method in class parser.flatzinc.ast.expression.EInt
 
setVarValue() - Method in class parser.flatzinc.ast.expression.ESet
 
setVarValue() - Method in class parser.flatzinc.ast.expression.EString
 
setVarValue() - Method in class parser.flatzinc.ast.expression.Expression
Get the SetVariable of the Expression
setVarValues - Variable in class choco.kernel.solver.Solution
 
setVerbosity(int) - Static method in class choco.cp.solver.CPSolver
Deprecated.  
setVerbosity(Verbosity) - Static method in class choco.kernel.common.logging.ChocoLogging
set the choco verbosity level
setVersatile(CPSolver, int) - Method in class choco.cp.solver.preprocessor.PPSearch
set the DomOverDeg heuristic
setVersatile(CPSolver, int) - Method in class choco.cp.solver.preprocessor.PreProcessCPSolver
set a heuristic that automatically choose between impact and DomWdeg
setVisible(boolean) - Method in interface choco.kernel.visu.IVisu
Shows or hides this IVisu depending on the value of parameter visible.
setVisible(boolean) - Method in class choco.visu.Visu
Shows or hides this IVisu depending on the value of parameter visible.
setVRML_OUTPUT_FOLDER(String) - Method in class choco.cp.solver.constraints.global.geost.Constants
 
setWeekPattern(boolean) - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
setWeight(int) - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
setWeight(int) - Method in class samples.multicostregular.asap.data.base.ASAPShiftOn
 
setWorldStamp(int) - Method in class choco.kernel.memory.trailing.AbstractStoredObject
 
setX(int[]) - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
 
setXY(int, int) - Method in class trace.Visualizer
Set the coordinates of this in the visualizers window (default is [0,0])
setYear(int) - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
setZeroRatioValue() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
Shape - Class in choco.cp.solver.constraints.global.geost.geometricPrim
This is the class that represents a Shape.
Shape() - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
Shape(int) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Shape
 
shapes - Variable in class choco.cp.solver.constraints.global.geost.Setup
A hashtable where the key is a shape_id.
shapes - Variable in class choco.cp.solver.constraints.global.geost.util.InputParser.GeostProblem
 
shaveBoundVar(IntDomainVar) - Method in class choco.kernel.solver.propagation.ShavingTools
 
shaveEnumVar(IntDomainVar) - Method in class choco.kernel.solver.propagation.ShavingTools
 
shaveLowerBound - Variable in class choco.kernel.solver.propagation.ShavingTools
 
shaveObjective(IObjectiveManager) - Method in class choco.kernel.solver.propagation.ShavingTools
 
shaveOnX() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
Updating X and Y when Z can be 0
shaveOnXandY() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
shaveOnY() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
shaveOnYandX() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
shaveVars() - Method in class choco.kernel.solver.propagation.ShavingTools
 
shaving() - Method in class choco.kernel.solver.propagation.ShavingTools
 
shaving(IntDomainVar, int) - Method in class choco.kernel.solver.propagation.ShavingTools
 
ShavingTools - Class in choco.kernel.solver.propagation
 
ShavingTools(Solver, IntDomainVar[]) - Constructor for class choco.kernel.solver.propagation.ShavingTools
 
shavingTools - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
ShiftedBox - Class in choco.kernel.model.variables.geost
This is the class that represents a Shifted Box.
ShiftedBox(int, int[], int[]) - Constructor for class choco.kernel.model.variables.geost.ShiftedBox
 
ShiftedBox() - Constructor for class choco.kernel.model.variables.geost.ShiftedBox
 
shiftedBoxes - Variable in class choco.cp.solver.constraints.global.geost.util.InputParser.GeostProblem
 
shiftgroups - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
shifts - Variable in class samples.multicostregular.asap.ASAPCPModel
 
shifts - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
shortCircuits - Variable in class parser.absconparseur.intension.EvaluationManager
1D = index of evaluator;
value = 1 means that if the result of the evaluator is 1 it can be returned immediately,
value = 0 means that if the result of the evaluator is 0 it can be returned immediately,
value = -1 means that we have to keep evaluating
ShortestPaths - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures
 
ShortestPaths(int, IStateInt[][], VarGraphView, IStateInt[][]) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths
 
show(Object) - Method in class choco.kernel.visu.AbstractVisuManager
 
show(Object, int, int) - Method in class choco.kernel.visu.AbstractVisuManager
 
show(Object, int, int) - Method in interface choco.kernel.visu.IVisuManager
 
show(Object) - Method in interface choco.kernel.visu.IVisuManager
 
Show - Enum in trace
tree or viz
showAllDesc() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
showAllDesc(String) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
showDesc(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
showDesc(int, String) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
showDoms(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
showDoms(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
showGlobal() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
showGraph(String) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
showHamPath() - Method in class samples.tutorials.to_sort.tsp.Generator
 
showMaybe() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
showPrecGraph() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
 
showSet(List<Set<Integer>>) - Method in class samples.tutorials.to_sort.tsp.MinSpanningTree
 
showSolution(Solver) - Method in class samples.tutorials.to_sort.Picross
Draw the solution in a new Frame
showSure() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
 
shrink(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
Remove nofelems from the Vector.
shrinkTo(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
reduce the Vector to exactly newsize elements
shuffle(Document, int, int) - Static method in class parser.absconparseur.tools.DocumentShuffler
 
shutdown() - Method in class db.DbManager
 
SignOp - Class in choco.cp.solver.constraints.integer
 
SignOp(IntDomainVar, IntDomainVar, boolean) - Constructor for class choco.cp.solver.constraints.integer.SignOp
 
SignOpManager - Class in choco.cp.model.managers.constraints.integer
A manager to build new signop constraint
SignOpManager() - Constructor for class choco.cp.model.managers.constraints.integer.SignOpManager
 
SILENT - Static variable in class choco.cp.solver.CPSolver
Deprecated. 
silentlyAssign(RealInterval) - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
silentlyAssign(RealInterval) - Method in class choco.cp.solver.variables.real.RealVarImpl
 
silentlyAssign(RealInterval) - Method in interface choco.kernel.solver.variables.real.RealDomain
 
silentlyAssign(RealInterval) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
Modifies bounds silently (does not propagate modifications).
silentlyAssign(RealInterval) - Method in interface choco.kernel.solver.variables.real.RealVar
Modifies bounds silently (does not propagate modifications).
SimpleChannelling - Class in samples.multicostregular.planner
Created by IntelliJ IDEA.
SimpleChannelling(IntDomainVar, IntDomainVar) - Constructor for class samples.multicostregular.planner.SimpleChannelling
 
SimpleChannelling.SimpleManager - Class in samples.multicostregular.planner
 
SimpleChannelling.SimpleManager() - Constructor for class samples.multicostregular.planner.SimpleChannelling.SimpleManager
 
SimpleDTConstraint - Class in samples.jobshop
 
SimpleDTConstraint(IntDomainVar, IntDomainVar, int, int) - Constructor for class samples.jobshop.SimpleDTConstraint
 
SimpleDTConstraint.SimpleDTConstraintManager - Class in samples.jobshop
 
SimpleDTConstraint.SimpleDTConstraintManager() - Constructor for class samples.jobshop.SimpleDTConstraint.SimpleDTConstraintManager
 
simplePropagation(ClauseStore) - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
propagate the clause from scratch
SimpleRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios
 
SimpleRatio() - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.SimpleRatio
 
SimpleRatio(int, int) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.SimpleRatio
 
SimpleSchedule - Class in samples.tutorials.to_sort
This class present a simple scheduling problem defined in multicost-regular documentation.
SimpleSchedule() - Constructor for class samples.tutorials.to_sort.SimpleSchedule
Simple Constructor for the simple schedule model
simplify(ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.LogicTreeToolBox
 
simplifySingleton(ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.LogicTreeToolBox
 
sin(RealExpressionVariable) - Static method in class choco.Choco
Sinus of an expression.
sin(RealExp) - Method in class choco.cp.solver.CPSolver
Sinus of an expression.
sin(RealExp) - Method in interface choco.kernel.model.RealModeler
Sinus of an expression.
sin(RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
singleboxonly - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
SingleElementIterator<E> - Class in choco.kernel.common.util.iterators
 
singleItemEliminationAndCommitment(int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
Single item elimination and commitment.
singleItemEliminationAndCommitmentAndFill(int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
 
singleRuleFiltering() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
SINGLETON - Static variable in class choco.kernel.common.util.comparator.EarliestCompletionTimeCmp
 
SINGLETON - Static variable in class choco.kernel.common.util.comparator.EarliestStartingTimeCmp
 
SINGLETON - Static variable in class choco.kernel.common.util.comparator.Identity
 
SINGLETON - Static variable in class choco.kernel.common.util.comparator.LatestCompletionTimeCmp
 
SINGLETON - Static variable in class choco.kernel.common.util.comparator.LatestStartingTimeCmp
 
SINGLETON - Static variable in class choco.kernel.common.util.comparator.MinDurationCmp
 
singleton - Static variable in class choco.kernel.common.util.iterators.EmptyIterator
 
Singleton - Class in choco.kernel.model.constraints.cnf

Singleton(ALogicTree.Type) - Constructor for class choco.kernel.model.constraints.cnf.Singleton
 
SINGLETON_CONSISTENCY - Static variable in class parser.instances.xcsp.XcspSettings

Goal: perform singleton consistency step or not
Type: boolean
Default value: false
SINGLOTON - Static variable in class choco.kernel.solver.search.limit.NoLimit
 
SINGLOTON - Static variable in class choco.kernel.solver.search.restart.NoRestartStrategy
 
singloton - Variable in class cli.XcspCmd
 
sink - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
the set of sink nodes in the graph
sink - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
the set of sink nodes in the precedence graph
sinkNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset that store the sink nodes of the graph
SinManager - Class in choco.cp.model.managers.operators
 
SinManager() - Constructor for class choco.cp.model.managers.operators.SinManager
 
sinRange(int, int) - Static method in class choco.kernel.solver.variables.real.RealMath
 
size() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
size() - Method in class choco.cp.solver.constraints.global.geost.dataStructures.Heap
Returns the number of keys in the heap.
size() - Method in interface choco.cp.solver.constraints.global.geost.dataStructures.HeapImpl
 
size() - Method in class choco.cp.solver.constraints.global.geost.frames.Frame
Returns the size of the frame.
size - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
size() - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
size() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
size - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
size - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
size() - Method in class choco.cp.solver.propagation.BlockingVarEventQueue
 
size() - Method in class choco.cp.solver.propagation.ConstraintEventQueue
 
size() - Method in class choco.cp.solver.propagation.VariableEventQueue
 
size - Variable in class choco.cp.solver.variables.set.BitSetEnumeratedDomain
Number of present values.
size() - Method in class choco.kernel.common.util.objects.CircularQueue
 
size() - Method in interface choco.kernel.common.util.objects.ConstraintCollection
return the size of the bitSet
size() - Method in class choco.kernel.common.util.objects.DeterministicIndicedList
Get the number of objects contained
size - Variable in class choco.kernel.common.util.objects.DoubleLinkedList
Current number of elements
size - Variable in class choco.kernel.common.util.objects.IntList
 
size() - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class choco.kernel.common.util.objects.PriorityQueue
Returns the size of the queue.
size() - Method in class choco.kernel.memory.copy.RcDoubleVector
Returns the current size of the stored search vector.
size() - Method in class choco.kernel.memory.copy.RcIntVector
Returns the current size of the stored search vector.
size() - Method in class choco.kernel.memory.copy.RcLongVector
Returns the current size of the stored search vector.
size() - Method in class choco.kernel.memory.copy.RcVector
Returns the current size of the stored search vector.
size() - Method in interface choco.kernel.memory.IStateBitSet
Size of the bitset
size() - Method in interface choco.kernel.memory.IStateDoubleVector
Returns the current size of the stored search vector.
size() - Method in interface choco.kernel.memory.IStateIntVector
Returns the current size of the stored search vector.
size() - Method in interface choco.kernel.memory.IStateLongVector
Returns the current size of the stored search vector.
size() - Method in interface choco.kernel.memory.IStateVector
Returns the current size of the stored search vector.
size() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
size() - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Return the number of static and stored objects contained in the structure
size() - Method in class choco.kernel.memory.structure.SBitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class choco.kernel.memory.structure.SBitSet2
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class choco.kernel.memory.structure.StoredBipartiteSet
 
size() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
 
size() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
size() - Method in class choco.kernel.memory.structure.StoredIntBipartiteList
 
size() - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Returns the current size of the stored search vector.
size() - Method in class choco.kernel.memory.trailing.StoredIntVector
Returns the current size of the stored search vector.
size() - Method in class choco.kernel.memory.trailing.StoredLongVector
Returns the current size of the stored search vector.
size() - Method in class choco.kernel.memory.trailing.StoredVector
 
size() - Method in interface choco.kernel.solver.constraints.SConstraintCollection
return the size of the bitSet
size() - Method in interface choco.kernel.solver.propagation.queue.EventQueue
returns the number of pending events in the queue
size() - Method in interface choco.kernel.solver.search.ISolutionPool
 
size() - Method in class db.DbTableView
 
size() - Method in class samples.multicostregular.asap.data.ASAPCoverRequirements
 
size() - Method in class samples.multicostregular.asap.data.ASAPShiftOnRequest
 
size() - Method in class samples.multicostregular.asap.data.ASAPShiftSet
 
size() - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
size() - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
sizes - Variable in class choco.cp.solver.constraints.global.pack.PackFiltering
The sizes of the items.
sizes - Variable in class choco.cp.solver.constraints.global.pack.PackSConstraint
The sizes of the items.
sizes - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
sizes - Variable in class choco.cp.solver.search.integer.branching.ImpactBasedBranching.AbstractImpactStrategy.ImpactStorage
 
sizes - Variable in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
sizes - Variable in class choco.kernel.model.constraints.pack.PackModel
 
sizes - Variable in class choco.kernel.solver.constraints.integer.extension.TuplesTable
domain size of each variable
sizes - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
sizeword - Variable in class choco.kernel.model.constraints.automaton.DFA
Only words of size sizeword will be recognized
skills - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
slackWDeg(Solver, ITemporalSRelation[], long) - Static method in class choco.cp.solver.search.BranchingFactory
 
slackWDeg(Solver, ITemporalSRelation[], OrderingValSelector) - Static method in class choco.cp.solver.search.BranchingFactory
 
slackWDeg(Solver, ITemporalSRelation[], OrderingValSelector, long) - Static method in class choco.cp.solver.search.BranchingFactory
 
SlackWDegRatio - Class in choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack
 
SlackWDegRatio(ITemporalSRelation) - Constructor for class choco.cp.solver.search.integer.varselector.ratioselector.ratios.task.slack.SlackWDegRatio
 
sliderize() - Method in class samples.multicostregular.carsequencing.parser.GraphGenerator
 
slowTaskIntervals() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
slowTaskIntervals() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
a basic n^2 tasks interval
slp - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Instance of the class containing all path finding algorithms Also contains graph filtering algorithms
SOFT - Static variable in class parser.absconparseur.InstanceTokens
 
SoftCumulative - Class in choco.cp.solver.constraints.global.softscheduling
 
SoftCumulative(IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar[], int, int) - Constructor for class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
SoftCumulative(IntDomainVar[], int[], int[], IntDomainVar[], int, Solver) - Constructor for class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
SoftCumulativeManager - Class in choco.cp.solver.constraints.global.softscheduling
 
SoftCumulativeManager() - Constructor for class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeManager
 
SoftCumulativeSum - Class in choco.cp.solver.constraints.global.softscheduling
 
SoftCumulativeSum(IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar, int, int, Solver) - Constructor for class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
SoftCumulativeSum(IntDomainVar[], int[], int[], IntDomainVar[], IntDomainVar, int, Solver) - Constructor for class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
SoftCumulativeSumManager - Class in choco.cp.solver.constraints.global.softscheduling
Created by IntelliJ IDEA.
SoftCumulativeSumManager() - Constructor for class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSumManager
 
SoftExample - Class in choco.cp.solver.constraints.global.automata.fast_multicostregular.example
Created by IntelliJ IDEA.
SoftExample() - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.example.SoftExample
 
SoftIntSConstraint - Class in choco.cp.solver.constraints.integer.soft
 
SoftIntSConstraint(IntDomainVar, AbstractIntSConstraint) - Constructor for class choco.cp.solver.constraints.integer.soft.SoftIntSConstraint
A constraint that allows to 'softy' another constraint into a distance value (boolean).
softMultiCostRegular(IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, IPenaltyFunction[], IAutomaton, int[][][][]) - Static method in class choco.Choco
 
softMultiCostRegular(IntegerVariable[], IntegerVariable[], IntegerVariable[], IntegerVariable, IPenaltyFunction[], IAutomaton, int[][][][], int...) - Static method in class choco.Choco
 
SoftMultiCostRegular - Class in choco.cp.solver.constraints.global.automata.fast_multicostregular
Created by IntelliJ IDEA.
SoftMultiCostRegular(IntDomainVar[], IntDomainVar[], IntDomainVar[], IntDomainVar, int[], IPenaltyFunction[], IAutomaton, int[][][][], CPSolver) - Constructor for class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
SoftMultiCostRegularManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
SoftMultiCostRegularManager() - Constructor for class choco.cp.model.managers.constraints.global.SoftMultiCostRegularManager
 
SoftPathFinder - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo
Created by IntelliJ IDEA.
SoftPathFinder(SoftStoredMultiValuedDirectedMultiGraph) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
SoftStoredMultiValuedDirectedMultiGraph - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Created by IntelliJ IDEA.
SoftStoredMultiValuedDirectedMultiGraph(IEnvironment, AbstractIntSConstraint, DirectedMultigraph<Node, Arc>, int[][], int[], int[], int, int[][][][], IntDomainVar[]) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
SoftStoredMultiValuedDirectedMultiGraph.Arcs - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
 
SoftStoredMultiValuedDirectedMultiGraph.Arcs() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Arcs
 
SoftStoredMultiValuedDirectedMultiGraph.Nodes - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
 
SoftStoredMultiValuedDirectedMultiGraph.Nodes() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
SOL - Static variable in class parser.absconparseur.InstanceTokens
 
SOLUTION - Static variable in class choco.cp.solver.CPSolver
Deprecated. 
Solution - Class in choco.kernel.solver
A class storing a state of the model
Solution(Solver) - Constructor for class choco.kernel.solver.Solution
Constructor
SOLUTION - Static variable in class parser.absconparseur.InstanceTokens
 
solution(Solver) - Method in class samples.multicostregular.nsp.NSPModel
 
SOLUTION_EXPORT - Static variable in class parser.instances.BasicSettings

Goal: indicates that the best solution is exported.
SOLUTION_FOUND - Static variable in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
SOLUTION_POOL_CAPACITY - Static variable in class choco.kernel.solver.Configuration

Goal: Solution pool capacity, number of solutions to store within the solutions' pool.
SOLUTION_REPORT - Static variable in class parser.instances.BasicSettings

Goal: indicates that the best solution is reported.
SolutionChecker - Class in parser.absconparseur.tools
 
SolutionChecker(String) - Constructor for class parser.absconparseur.tools.SolutionChecker
 
SolutionChecker(String, String) - Constructor for class parser.absconparseur.tools.SolutionChecker
 
SolutionChecker(String, int[]) - Constructor for class parser.absconparseur.tools.SolutionChecker
 
SolutionCheckerEngine - Class in choco.kernel.solver.search.checker
 
SolutionCheckerEngine() - Constructor for class choco.kernel.solver.search.checker.SolutionCheckerEngine
 
SolutionCheckerException - Exception in choco.kernel.solver.search.checker
 
SolutionCheckerException(String) - Constructor for exception choco.kernel.solver.search.checker.SolutionCheckerException
 
SolutionCheckerException(String, Throwable) - Constructor for exception choco.kernel.solver.search.checker.SolutionCheckerException
 
solutionCount - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
SolutionLimit - Class in choco.kernel.solver.search.limit
check the number of solution
SolutionLimit(AbstractGlobalSearchStrategy, int) - Constructor for class choco.kernel.solver.search.limit.SolutionLimit
 
solutionPool - Variable in class choco.kernel.solver.search.AbstractSearchStrategy
 
SolutionPoolFactory - Class in choco.kernel.solver.search
 
SolutionTester - Class in choco.cp.solver.constraints.global.geost.util
After solving and finding a solution, this class provides a function that tests whether a given solution is a valid solution.
SolutionTester(Setup, Constants) - Constructor for class choco.cp.solver.constraints.global.geost.util.SolutionTester
 
solutionToString() - Method in class choco.cp.model.CPModel
 
solutionToString() - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
solutionToString() - Method in class choco.cp.solver.CPSolver
 
solutionToString() - Method in class choco.kernel.common.opres.heuristics.AbstractHeuristic
 
solutionToString() - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
solutionToString() - Method in class choco.kernel.common.opres.heuristics.NoHeuristic
 
solutionToString() - Method in interface choco.kernel.model.Model
Return a string representation of a solution. !!
solutionToString() - Method in interface choco.kernel.solver.search.ISolutionDisplay
 
solutionToString() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
solve(boolean) - Method in class choco.cp.solver.CPSolver
 
solve() - Method in class choco.cp.solver.CPSolver
 
solve(boolean) - Method in interface choco.kernel.solver.Solver
 
solve() - Method in interface choco.kernel.solver.Solver
 
solve(CPModel) - Method in class parser.chocogen.XmlModel
Solving process
solve() - Method in class parser.instances.AbstractInstanceModel
configure and launch the resolution.
solve() - Method in class parser.instances.AbstractMinimizeModel
 
solve() - Method in class parser.instances.FcspModel
configure and launch the resolution.
solve() - Method in class parser.instances.XcspModel
 
solve() - Method in class samples.AirPlaneLandingWithLNS
 
solve() - Method in class samples.fastregular.MinimumRegularSet
 
solve() - Method in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
solve(String, boolean) - Static method in class samples.multicostregular.carsequencing.Main
 
solve(boolean, boolean) - Method in class samples.multicostregular.planner.PlanModel
 
solve() - Method in class samples.rackconfig.RackConfig
 
solve() - Method in class samples.tutorials.AllIntervalSeries
 
solve() - Method in class samples.tutorials.assignment.Assignment
 
solve() - Method in class samples.tutorials.assignment.CarSequence
 
solve() - Method in class samples.tutorials.basics.IntVarExample
 
solve() - Method in class samples.tutorials.basics.RealVarExample
 
solve() - Method in class samples.tutorials.basics.SetVarExample
 
solve() - Method in class samples.tutorials.basics.TaskVarExample
 
solve() - Method in class samples.tutorials.continuous.Arm
 
solve() - Method in class samples.tutorials.continuous.CycloHexan
 
solve() - Method in class samples.tutorials.Langford
 
solve(boolean) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
solve() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
solve() - Method in class samples.tutorials.lns.rcpsp.RCPSPModeler
configure and launch the resolution.
solve() - Method in class samples.tutorials.Ordering
 
solve() - Method in class samples.tutorials.pack.KnapSack
 
solve() - Method in class samples.tutorials.PatternExample
 
solve() - Method in class samples.tutorials.puzzles.Candles
 
solve() - Method in class samples.tutorials.puzzles.DonaldGeraldRobert
 
solve() - Method in class samples.tutorials.puzzles.GolombRuler
 
solve() - Method in class samples.tutorials.puzzles.HowOldAmI
 
solve() - Method in class samples.tutorials.puzzles.MagicSerie
 
solve() - Method in class samples.tutorials.puzzles.MagicSquare
 
solve() - Method in class samples.tutorials.puzzles.Partition
 
solve() - Method in class samples.tutorials.puzzles.Queen
 
solve() - Method in class samples.tutorials.puzzles.SendMoreMoney
 
solve() - Method in class samples.tutorials.puzzles.Sudoku
 
solve() - Method in class samples.tutorials.scheduling.AircraftLanding
 
solve() - Method in class samples.tutorials.scheduling.AirPlaneLanding
 
solve() - Method in class samples.tutorials.scheduling.MachineScheduling
 
solve() - Method in class samples.tutorials.scheduling.MachineSchedulingLabelQuotient
 
solve() - Method in class samples.tutorials.scheduling.MachineSchedulingVariableSpeed
 
solve() - Method in class samples.tutorials.scheduling.ProjectScheduling
 
solve() - Method in class samples.tutorials.scheduling.ProjectSchedulingLoad
 
solve() - Method in class samples.tutorials.set.SteinerSystem
 
solve() - Method in class samples.tutorials.StressTest1
 
solve() - Method in class samples.tutorials.StressTest2
 
solve() - Method in class samples.tutorials.StressTest3
 
solve() - Method in class samples.tutorials.StressTest4
 
solve() - Method in class samples.tutorials.to_sort.MinimumEdgeDeletion
 
solve() - Method in class samples.tutorials.to_sort.packing.PackVisu
 
solve() - Method in class samples.tutorials.to_sort.packing.RackConfiguration
 
solve() - Method in class samples.tutorials.to_sort.scheduling.CumulativeScheduling
 
solve() - Method in class samples.tutorials.to_sort.scheduling.MeetingScheduling
 
solve() - Method in class samples.tutorials.to_sort.scheduling.OpenShopScheduling
 
solve() - Method in class samples.tutorials.to_sort.scheduling.PertCPM
 
solve() - Method in class samples.tutorials.to_sort.scheduling.RehearsalProblem
 
solve() - Method in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
solve() - Method in class samples.tutorials.to_sort.U2planning
 
solve() - Method in class samples.tutorials.to_sort.WolfGoatCabbage1
 
solve() - Method in class samples.tutorials.visu.ResourceGUI
 
solve() - Method in class SendMoreMoney
 
SOLVE_GOAL - Variable in class parser.flatzinc.parser.FZNParser
Scanner for solve goals declaration.
solveAll() - Method in class choco.cp.solver.CPSolver
 
solveAll() - Method in interface choco.kernel.solver.Solver
 
solveAll() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
solveCurrent() - Method in class samples.fastregular.MinimumRegularSet
 
solveDirectory(File) - Method in class parser.chocogen.XmlModel
Solve all the csps contained in the corresponding directory : dossiers
solveFile(File) - Method in class parser.chocogen.XmlModel
ei Solve the csp given by file "fichier"
solveFile(File) - Method in class parser.instances.AbstractInstanceModel
Solve the csp given by file file
SolveGoal - Class in parser.flatzinc.ast
 
SolveGoal(List<EAnnotation>, SolveGoal.Solver, Expression) - Constructor for class parser.flatzinc.ast.SolveGoal
 
SolveGoal.Solver - Enum in parser.flatzinc.ast
 
solveGolombRulers() - Method in class samples.tutorials.database.DbExample
 
solveMED() - Method in class samples.tutorials.database.DbExample
 
solveProblem(CycleMain.SolveType, IntegerVariable[]) - Method in class samples.tutorials.to_sort.tsp.CycleMain
 
solveQueens() - Method in class samples.tutorials.database.DbExample
 
solver - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
solver - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
solver - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.PrecsGraphView
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
solver - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
Choco solver embedding the tree constraint
solver - Variable in class choco.cp.solver.constraints.global.tree.TreeSConstraint
Choco problem embedding the tree constraint
solver - Variable in class choco.cp.solver.propagation.AbstractPropagationEngine
 
solver - Variable in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
solver - Variable in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
The (optimization or decision) model to which the entity belongs.
solver - Variable in class choco.kernel.solver.propagation.ShavingTools
 
solver - Variable in class choco.kernel.solver.search.AbstractSearchHeuristic
the model to which the heuristic is related
solver - Variable in class choco.kernel.solver.search.AbstractSearchStrategy
The (optimization or decision) model to which the entity belongs.
solver - Variable in class choco.kernel.solver.Solution
the solver owning the solution
Solver - Interface in choco.kernel.solver
Created by IntelliJ IDEA.
solver - Variable in class parser.instances.AbstractInstanceModel
 
solver - Variable in class samples.tutorials.PatternExample
 
solver - Variable in class samples.tutorials.to_sort.tsp.CycleMain
 
SolverDetectorFactory - Class in choco.cp.solver.preprocessor
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/> Since : Choco 2.1.1
SolverDetectorFactory() - Constructor for class choco.cp.solver.preprocessor.SolverDetectorFactory
 
SolverException - Exception in choco.kernel.solver
 
SolverException(String) - Constructor for exception choco.kernel.solver.SolverException
 
SolverException(Throwable) - Constructor for exception choco.kernel.solver.SolverException
 
SolverException(String, Throwable) - Constructor for exception choco.kernel.solver.SolverException
 
SOLVING - Static variable in class samples.multicostregular.asap.hci.abstraction.ASAPDataHandler
 
solving - Variable in class samples.tutorials.applet.DemoUI
 
sort() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
sort() - Method in interface choco.cp.solver.constraints.global.scheduling.trees.IVilimTree
 
sort() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
sort(Comparator<T>) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
sort(boolean) - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
sort(Set<T>) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
sort(Comparator<E>) - Method in class choco.kernel.memory.structure.StoredBipartiteSet
 
sorted - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
sortedvs - Variable in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
sorting(IntegerVariable[], IntegerVariable[]) - Static method in class choco.Choco
Let x and x' be two vectors of variables of the same length, and v be an instantiation.
SortingManager - Class in choco.cp.model.managers.constraints.global
Created by IntelliJ IDEA.
SortingManager() - Constructor for class choco.cp.model.managers.constraints.global.SortingManager
 
SortingSConstraint - Class in choco.cp.solver.constraints.global
SortingConstraint is a constraint that ensures that a vector is the sorted version of a second one.
SortingSConstraint(IntDomainVar[], IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.global.SortingSConstraint
Creates a new SortingConstraint instance.
sortIt() - Method in class choco.cp.solver.constraints.global.BoundAllDiff
 
sortIt() - Method in class choco.cp.solver.constraints.global.BoundGccVar
 
sortQueue(IBipartiteQueue<E>, Comparator<E>) - Static method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
sortRTasks(Comparator<IRTask>) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
sortRTasks(Comparator<IRTask>) - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.AltDisjRules
 
sortUnique(Comparator<T>) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
sortvars() - Method in class choco.cp.solver.constraints.integer.extension.ValidityChecker
Sort the variable to speedup the check
source - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
source - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
sourceIndex - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
sourceIndex - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
sourceIndex - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
SPACER_STRENGTH - Static variable in class choco.visu.components.papplets.TreeSearchPApplet
 
spfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
spfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
spfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
spfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
spfs - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
spfsI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
spfsI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
spft - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
spft - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.FastPathFinder
 
spft - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.algo.SoftPathFinder
 
spft - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
spft - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
spftI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
spftI - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
spot() - Method in class parser.absconparseur.tools.InstanceCheckerEngine
 
SqrtManager - Class in choco.cp.model.managers.operators
 
SqrtManager() - Constructor for class choco.cp.model.managers.operators.SqrtManager
 
SquareRootNode - Class in choco.cp.solver.constraints.reified.leaves.arithm
User: charles Date: 20 août 2008 A node for integer square root, but too much roundy...
SquareRootNode(INode[]) - Constructor for class choco.cp.solver.constraints.reified.leaves.arithm.SquareRootNode
 
src - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
the set of source nodes in the graph
src - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
the set of source nodes in the precedence graph
src - Variable in class samples.tutorials.to_sort.tsp.MyValSelector
 
src - Variable in class samples.tutorials.to_sort.tsp.MyVarSelector
 
srcNodes - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset that store the source nodes of the graph
st - Variable in class choco.kernel.model.constraints.automaton.LightState.Arcs
 
st - Variable in class parser.flatzinc.ast.expression.EString
 
stack(IStateBinaryTree, IStateBinaryTree.Node, int) - Method in class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
stack - Static variable in class parser.absconparseur.intension.Evaluator
 
StackDeltaDomain - Class in choco.cp.solver.variables.delta
 
StackDeltaDomain() - Constructor for class choco.cp.solver.variables.delta.StackDeltaDomain
 
standarddeviation(int...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
standarddeviation(long...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
start - Variable in class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
start - Variable in class choco.cp.solver.constraints.global.regular.Regular
 
start() - Method in interface choco.kernel.model.variables.scheduling.ITaskVariable
 
start() - Method in class choco.kernel.model.variables.scheduling.TaskVariable
Get the start time of the task
start - Variable in class choco.kernel.solver.variables.scheduling.TaskVar
 
start() - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
start - Variable in class samples.multicostregular.asap.data.ASAPItemHandler
 
START_MESSAGE - Static variable in class choco.kernel.common.logging.ChocoLogging
 
startHsqldbServer() - Method in class cli.HsqldbServerCmd
 
startOffset - Variable in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
startRemovals() - Method in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
main method that synchronize the recorded value removals with the corresponding variables
startsAfter(TaskVariable, int) - Static method in class choco.Choco
This task begins before max
startsAfterBegin(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint : start(t1) >= start(t2) +delta
startsAfterBegin(TaskVariable, TaskVariable) - Static method in class choco.Choco
Temporal constraint : start(t1) >= start(t2)
startsAfterEnd(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint: start(t1) >= end(t2) + delta
startsAfterEnd(TaskVariable, TaskVariable) - Static method in class choco.Choco
Temporal constraint: start(t1) >= end(t2)
startsAt(TaskVariable, int) - Static method in class choco.Choco
This task starts at time.
startsBefore(TaskVariable, int) - Static method in class choco.Choco
This task starts before max
startsBeforeBegin(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint : start(t1) +delta <= start(s2)
startsBeforeBegin(TaskVariable, TaskVariable) - Static method in class choco.Choco
Temporal constraint : start(t1) <= start(s2)
startsBeforeEnd(TaskVariable, TaskVariable, int) - Static method in class choco.Choco
Temporal constraint : start(t1) + delta <= end(t2)
startsBeforeEnd(TaskVariable, TaskVariable) - Static method in class choco.Choco
Temporal constraint : start(t1) + delta <= end(t2)
startsBetween(TaskVariable, int, int) - Static method in class choco.Choco
This task ends between min and max
State - Class in choco.kernel.model.constraints.automaton
State
State(LayeredDFA, int) - Constructor for class choco.kernel.model.constraints.automaton.State
 
State(State) - Constructor for class choco.kernel.model.constraints.automaton.State
 
state - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Node
 
state - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Node
 
state - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Node
 
state - Variable in class choco.visu.searchloop.ObservableStepSearchLoop
 
State - Enum in choco.visu.searchloop
 
state_FR - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
states() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
states - Variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
states - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
states - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Nodes
 
states - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
stateToIndex - Variable in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
staticAdd(int) - Method in class choco.kernel.memory.structure.PartiallyStoredIntVector
 
staticAdd(E) - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Add a object in the array of static object
staticInsert(int, E) - Method in class choco.kernel.memory.structure.PartiallyStoredVector
Insert an object in the array of static object.
StaticSetVarOrder - Class in choco.cp.solver.search.set
 
StaticSetVarOrder(Solver, SetVar[]) - Constructor for class choco.cp.solver.search.set.StaticSetVarOrder
 
StaticVarOrder - Class in choco.cp.solver.search.integer.varselector
A variable selector selecting the first non instantiated variable according to a given static order
StaticVarOrder(Solver) - Constructor for class choco.cp.solver.search.integer.varselector.StaticVarOrder
 
StaticVarOrder(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.search.integer.varselector.StaticVarOrder
 
StatisticUtils - Class in choco.kernel.common.util.tools

StatisticUtils() - Constructor for class choco.kernel.common.util.tools.StatisticUtils
 
status - Variable in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
stComp - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
SteinerSystem - Class in samples.tutorials.set
 
SteinerSystem() - Constructor for class samples.tutorials.set.SteinerSystem
 
STOP - Static variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
stop - Variable in class choco.kernel.solver.search.AbstractSearchLoop
 
STOP_AT_FIRST_SOLUTION - Static variable in class choco.kernel.solver.Configuration

Goal: Search for all solutions of a problem.
stopAtFirstSol - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
indicates whether the control should stop after the first solution is found
storeConfiguration(String) - Method in class parser.instances.ReportFormatter
 
STORED_OFFSET - Static variable in class choco.kernel.common.Constant
Offset of the first dynamic element.
StoredBinaryTree - Class in choco.kernel.memory.trailing
Created by IntelliJ IDEA.
StoredBinaryTree(EnvironmentTrailing, int, int) - Constructor for class choco.kernel.memory.trailing.StoredBinaryTree
 
StoredBinaryTree.TreeIterator - Class in choco.kernel.memory.trailing
 
StoredBinaryTree.TreeIterator() - Constructor for class choco.kernel.memory.trailing.StoredBinaryTree.TreeIterator
 
StoredBinaryTreeTrail - Class in choco.kernel.memory.trailing.trail
Created by IntelliJ IDEA.
StoredBinaryTreeTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
StoredBipartiteSet<E> - Class in choco.kernel.memory.structure
 
StoredBipartiteSet(IEnvironment, Collection<E>) - Constructor for class choco.kernel.memory.structure.StoredBipartiteSet
 
StoredBipartiteSet(IEnvironment, E[]) - Constructor for class choco.kernel.memory.structure.StoredBipartiteSet
 
StoredBipartiteVarSet<E extends Var> - Class in choco.kernel.memory.structure
 
StoredBipartiteVarSet(IEnvironment) - Constructor for class choco.kernel.memory.structure.StoredBipartiteVarSet
 
StoredBitSetGraph - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews
the core class that allow to represent a graph and a set of properties that can be dynamically maintained.
StoredBitSetGraph(Solver, IStateBitSet[], List<StoredBitSetGraph.Maintain>, boolean) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
StoredBitSetGraph.Maintain - Enum in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews
list of graph properties that can be maintained for a given graph
StoredBool - Class in choco.kernel.memory.trailing
A class implementing backtrackable booleans.
StoredBool(EnvironmentTrailing, boolean) - Constructor for class choco.kernel.memory.trailing.StoredBool
Constructs a stored search with an initial value.
StoredBoolTrail - Class in choco.kernel.memory.trailing.trail
Implementing storage of historical values for backtrackable integers.
StoredBoolTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredBoolTrail
Constructs a trail with predefined size.
storedConstraints - Variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
StoredDirectedMultiGraph - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Created by IntelliJ IDEA.
StoredDirectedMultiGraph(IEnvironment, AbstractIntSConstraint, DirectedMultigraph<Node, Arc>, int[][], int[], int[], int, ICostAutomaton, IntDomainVar[]) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
StoredDirectedMultiGraph - Class in choco.kernel.solver.constraints.global.automata.fast_regular.structure
Created by IntelliJ IDEA.
StoredDirectedMultiGraph(IEnvironment, AbstractIntSConstraint, DirectedMultigraph<Node, Arc>, int[], int[], int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph
 
StoredDirectedMultiGraph.Arcs - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
 
StoredDirectedMultiGraph.Arcs() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Arcs
 
StoredDirectedMultiGraph.Arcs - Class in choco.kernel.solver.constraints.global.automata.fast_regular.structure
 
StoredDirectedMultiGraph.Arcs() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph.Arcs
 
StoredDirectedMultiGraph.Nodes - Class in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
 
StoredDirectedMultiGraph.Nodes() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Nodes
 
StoredDouble - Class in choco.kernel.memory.trailing
A class implementing a backtrackable float variable.
StoredDouble(EnvironmentTrailing, double) - Constructor for class choco.kernel.memory.trailing.StoredDouble
Constructs a stored search with an initial value.
StoredDoubleTrail - Class in choco.kernel.memory.trailing.trail
A backtrackable float variable trail storing past values of all the float variables.
StoredDoubleTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredDoubleTrail
Constructs a trail with predefined size.
StoredDoubleVector - Class in choco.kernel.memory.trailing
Implements a backtrackable search vector.
StoredDoubleVector(EnvironmentTrailing, int, double) - Constructor for class choco.kernel.memory.trailing.StoredDoubleVector
Constructs a stored search vector with an initial size, and initial values.
StoredDoubleVector(EnvironmentTrailing, double[]) - Constructor for class choco.kernel.memory.trailing.StoredDoubleVector
 
StoredDoubleVector(EnvironmentTrailing) - Constructor for class choco.kernel.memory.trailing.StoredDoubleVector
Constructs an empty stored search vector.
StoredDoubleVectorTrail - Class in choco.kernel.memory.trailing.trail
Implements a trail with the history of all the stored search vectors.
StoredDoubleVectorTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
Constructs a trail for the specified environment with the specified numbers of updates and worlds.
storeDefault(File, String) - Method in class choco.kernel.solver.Configuration
 
storeDiagnostic(String, int) - Method in class parser.instances.ReportFormatter
 
storeDiagnostic(String, Number) - Method in class parser.instances.ReportFormatter
 
storeDiagnostics(String) - Method in class parser.instances.ReportFormatter
 
StoredIndexedBipartiteSet - Class in choco.kernel.memory.structure
A stored list dedicated to positive integers and three operations : - iteration - removal of an element - check if an element is or not within the list It only requires a StoredInt to denote the first element of the list and proceeds by swapping element with the first one to remove them and incrementing the index of the first element.
StoredIndexedBipartiteSet(IEnvironment, int[]) - Constructor for class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
StoredIndexedBipartiteSet(IEnvironment, IndexedObject[]) - Constructor for class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
StoredIndexedBipartiteSet(IEnvironment, ArrayList<IndexedObject>) - Constructor for class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
StoredIndexedBipartiteSet(IEnvironment, int) - Constructor for class choco.kernel.memory.structure.StoredIndexedBipartiteSet
Create a stored bipartite set with a size.
StoredIndexedBipartiteSetWithOffset - Class in choco.kernel.solver.constraints.global.automata.common
Created by IntelliJ IDEA.
StoredIndexedBipartiteSetWithOffset(IEnvironment, int[]) - Constructor for class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
StoredIndexedBipartiteSetWithOffset(IEnvironment, IndexedObject[]) - Constructor for class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
StoredIndexedBipartiteSetWithOffset(IEnvironment, ArrayList<IndexedObject>) - Constructor for class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
StoredIndexedBipartiteSetWithOffset(IEnvironment, int) - Constructor for class choco.kernel.solver.constraints.global.automata.common.StoredIndexedBipartiteSetWithOffset
 
StoredInt - Class in choco.kernel.memory.trailing
A class implementing backtrackable integers.
StoredInt(EnvironmentTrailing, int) - Constructor for class choco.kernel.memory.trailing.StoredInt
Constructs a stored search with an initial value.
StoredIntBipartiteList - Class in choco.kernel.memory.structure
A stored list dedicated to two operations : - iteration - removal of an element during iteration It only requires a StoredInt to denote the first element of the list and proceeds by swapping element with the first one to remove them and incrementing the index of the first element.
StoredIntBipartiteList(IEnvironment, int[]) - Constructor for class choco.kernel.memory.structure.StoredIntBipartiteList
 
StoredIntProcedure - Class in choco.kernel.memory.trailing
A stored integer with an associated transition procedure.
StoredIntProcedure(EnvironmentTrailing, IStateIntProcedure, int) - Constructor for class choco.kernel.memory.trailing.StoredIntProcedure
 
StoredIntTrail - Class in choco.kernel.memory.trailing.trail
Implementing storage of historical values for backtrackable integers.
StoredIntTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredIntTrail
Constructs a trail with predefined size.
StoredIntVector - Class in choco.kernel.memory.trailing
Implements a backtrackable search vector.
StoredIntVector(EnvironmentTrailing, int, int) - Constructor for class choco.kernel.memory.trailing.StoredIntVector
Constructs a stored search vector with an initial size, and initial values.
StoredIntVector(EnvironmentTrailing, int[]) - Constructor for class choco.kernel.memory.trailing.StoredIntVector
 
StoredIntVector(EnvironmentTrailing) - Constructor for class choco.kernel.memory.trailing.StoredIntVector
Constructs an empty stored search vector.
StoredIntVectorTrail - Class in choco.kernel.memory.trailing.trail
Implements a trail with the history of all the stored search vectors.
StoredIntVectorTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
Constructs a trail for the specified environment with the specified numbers of updates and worlds.
StoredLong - Class in choco.kernel.memory.trailing
 
StoredLong(EnvironmentTrailing) - Constructor for class choco.kernel.memory.trailing.StoredLong
Constructs a stored search with an unknown initial value.
StoredLong(EnvironmentTrailing, long) - Constructor for class choco.kernel.memory.trailing.StoredLong
Constructs a stored search with an initial value.
StoredLongTrail - Class in choco.kernel.memory.trailing.trail
 
StoredLongTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredLongTrail
Constructs a trail with predefined size.
StoredLongVector - Class in choco.kernel.memory.trailing
Created by IntelliJ IDEA.
StoredLongVector(EnvironmentTrailing, int, long) - Constructor for class choco.kernel.memory.trailing.StoredLongVector
Constructs a stored search vector with an initial size, and initial values.
StoredLongVector(EnvironmentTrailing, long[]) - Constructor for class choco.kernel.memory.trailing.StoredLongVector
 
StoredLongVector(EnvironmentTrailing) - Constructor for class choco.kernel.memory.trailing.StoredLongVector
Constructs an empty stored search vector.
StoredLongVectorTrail - Class in choco.kernel.memory.trailing.trail
Created by IntelliJ IDEA.
StoredLongVectorTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
Constructs a trail for the specified environment with the specified numbers of updates and worlds.
storedMultipleVariables - Variable in class choco.cp.model.CPModel
 
StoredObject - Class in choco.kernel.memory.trailing
 
StoredObject() - Constructor for class choco.kernel.memory.trailing.StoredObject
 
StoredValuedDirectedMultiGraph - Class in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
Created by IntelliJ IDEA.
StoredValuedDirectedMultiGraph(IEnvironment, AbstractIntSConstraint, DirectedMultigraph<Node, Arc>, int[][], int[], int[], int) - Constructor for class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
StoredValuedDirectedMultiGraph.Arcs - Class in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
 
StoredValuedDirectedMultiGraph.Arcs() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Arcs
 
StoredValuedDirectedMultiGraph.Nodes - Class in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
 
StoredValuedDirectedMultiGraph.Nodes() - Constructor for class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Nodes
 
StoredVector<E> - Class in choco.kernel.memory.trailing
Implements a backtrackable search vector.
StoredVector(EnvironmentTrailing) - Constructor for class choco.kernel.memory.trailing.StoredVector
Constructs a stored search vector with an initial size, and initial values.
StoredVector(int[]) - Constructor for class choco.kernel.memory.trailing.StoredVector
 
StoredVectorTrail - Class in choco.kernel.memory.trailing.trail
Implements a trail with the history of all the stored search vectors.
StoredVectorTrail(int, int) - Constructor for class choco.kernel.memory.trailing.trail.StoredVectorTrail
Constructs a trail for the specified environment with the specified numbers of updates and worlds.
storeEdge(Constraint, int, int) - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
storeEdges - Variable in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
storeExpressionSConstraint(Constraint, ExpressionSConstraint) - Method in class choco.cp.solver.preprocessor.PPModelToCPSolver
 
storeNbOccurrences() - Method in class samples.random.ProportionRandomListGenerator
Saves the current number of occurences of each value and the current number of overflows.
storeSolution(int) - Method in class choco.kernel.common.opres.heuristics.AbstractRandomizedHeuristic
 
storeSupportV0(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
storeSupportV1(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
storeValue(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
storeValue(int) - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
storeValue(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Utility: A filtering algorithm can store a value to perform update operations (noargs) later.
stp - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
stp - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
stp - Variable in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLinearIC
 
strategy - Variable in class choco.cp.solver.CPSolver
The object controlling the global search exploration
strategy - Variable in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
the strategy that delegates the limit checking task to such AbstractGlobalSearchLimit objects
StrategyFactory - Class in choco.cp.solver.configure
 
StressTest1 - Class in samples.tutorials

StressTest1() - Constructor for class samples.tutorials.StressTest1
 
StressTest2 - Class in samples.tutorials

StressTest2() - Constructor for class samples.tutorials.StressTest2
 
StressTest3 - Class in samples.tutorials

StressTest3() - Constructor for class samples.tutorials.StressTest3
 
StressTest4 - Class in samples.tutorials

StressTest4() - Constructor for class samples.tutorials.StressTest4
 
stretchPath(List<int[]>, IntegerVariable...) - Static method in class choco.Choco
Enforce the minimal and maximal sizes of the streches of any value given in strechesParameters.
StretchPathManager - Class in choco.cp.model.managers.constraints.global
A manager to build new all stretchpath constraints
StretchPathManager() - Constructor for class choco.cp.model.managers.constraints.global.StretchPathManager
 
strict - Variable in class choco.cp.solver.constraints.global.Lex
 
strict - Variable in class choco.cp.solver.constraints.global.LexChain
If strict's value is true then lexChain is implemented , if false lexChainEq
StringMask - Class in choco.kernel.common.util.bitmask
 
StringMask(String, long) - Constructor for class choco.kernel.common.util.bitmask.StringMask
 
StringUtils - Class in choco.kernel.common.util.tools
 
StrongConsistencyManager - Class in choco.cp.solver.constraints.strong
 
StrongConsistencyManager() - Constructor for class choco.cp.solver.constraints.strong.StrongConsistencyManager
 
stronglyConnectedComponent() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
methode principale: calculer les cfc du graphe reduit et stocker les sommets dans la structure du reduit
struct - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
struct - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
structure advisor
struct - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
structure advisor
struct - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
structure advisor
struct - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
structure advisor
struct - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
structure - Variable in class choco.cp.solver.constraints.global.tree.TreeSConstraint
internal structure manager
StructuresAdvisor - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure
An advisor that manages the several data structures involved in the constraint.
StructuresAdvisor(Solver, TreeParameters) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
constructor: build an advisor for the internal data structures
STY_BOLD - Static variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
STY_BOLD_DASHED - Static variable in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
sub(RealInterval, RealInterval) - Static method in class choco.kernel.solver.variables.real.RealMath
 
SUB - Static variable in class parser.absconparseur.PredicateTokens
 
sub(Object, Object) - Static method in class parser.absconparseur.PredicateTokens
 
SubEvaluator - Class in parser.absconparseur.intension.arithmetic
 
SubEvaluator() - Constructor for class parser.absconparseur.intension.arithmetic.SubEvaluator
 
subExps(List<RealExp>) - Method in class choco.cp.solver.variables.real.RealVarImpl
 
subExps(List<RealExp>) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealBinTerm
 
subExps(List<RealExp>) - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealUnTerm
 
subExps(List<RealExp>) - Method in interface choco.kernel.solver.constraints.real.RealExp
Computes recursively the sub expressions (avoids to tighten and project recursively).
subExps(List<RealExp>) - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
subset(IntegerVariable[], int, int) - Static method in class samples.rackconfig.RackConfig
 
SubSetChannelling - Class in samples.multicostregular.planner
Created by IntelliJ IDEA.
SubSetChannelling(IntDomainVar[]) - Constructor for class samples.multicostregular.planner.SubSetChannelling
 
SubSetChannelling.SubSetManager - Class in samples.multicostregular.planner
 
SubSetChannelling.SubSetManager() - Constructor for class samples.multicostregular.planner.SubSetChannelling.SubSetManager
 
substract(int[]) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
Remove a word from the automaton.
substract(BitSet[]) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
Remove a SET of words from the automaton.
SubTourConstraint - Class in samples.tutorials.to_sort.tsp
 
SubTourConstraint(IntDomainVar[], IEnvironment) - Constructor for class samples.tutorials.to_sort.tsp.SubTourConstraint
 
SubTourConstraint.SubTourConstraintManager - Class in samples.tutorials.to_sort.tsp
 
SubTourConstraint.SubTourConstraintManager() - Constructor for class samples.tutorials.to_sort.tsp.SubTourConstraint.SubTourConstraintManager
 
subtrees - Variable in class choco.kernel.solver.constraints.reified.INode
reference to branches below this node
succDelta - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
successors - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
an integer variable that depicts the potential sucessor nodes of the current node (by indices)
successors - Variable in class choco.kernel.common.opres.graph.GraphDTC
 
successors - Variable in class choco.kernel.model.variables.tree.TreeNodeObject
an integer variable that depicts the potential sucessor nodes of the current node (by indices)
succNode() - Method in class trace.VisuWrapper
 
succNode() - Method in class trace.VoidWrapper
 
Sudoku - Class in samples.tutorials.puzzles
Created by IntelliJ IDEA.
Sudoku() - Constructor for class samples.tutorials.puzzles.Sudoku
 
SudokuPApplet - Class in choco.visu.components.papplets
 
SudokuPApplet(Object) - Constructor for class choco.visu.components.papplets.SudokuPApplet
 
sum(IntegerExpressionVariable...) - Static method in class choco.Choco
Building a term from a sum of integer expressions
sum(IntVar...) - Static method in class choco.cp.solver.CPSolver
Building a term from a sum of integer variables
sum(IntExp...) - Method in class choco.cp.solver.CPSolver
Building a term from a sum of integer expressions
sum(int[], int, int) - Static method in class choco.kernel.common.util.tools.MathUtils
 
sum(int[]) - Static method in class choco.kernel.common.util.tools.MathUtils
 
sum(int[][]) - Static method in class choco.kernel.common.util.tools.MathUtils
 
sum(int...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
sum(long...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
sum(double...) - Static method in class choco.kernel.common.util.tools.StatisticUtils
 
sum(IntExp...) - Method in interface choco.kernel.solver.Solver
 
sum(IntExp...) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
sum_height - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
sum_jumps - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
sum_square_jumps - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
sumFrom(int[], int) - Static method in class choco.kernel.common.util.tools.MathUtils
 
SumManager - Class in choco.cp.model.managers.operators
 
SumManager() - Constructor for class choco.cp.model.managers.operators.SumManager
 
summaryToString() - Method in class choco.cp.solver.CPSolver
 
sumTo(int[], int) - Static method in class choco.kernel.common.util.tools.MathUtils
 
sup - Variable in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
sup - Variable in class choco.cp.solver.constraints.set.SetCard
 
sup - Variable in class choco.cp.solver.variables.real.RealDomainImpl
 
sup - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the upper bound of the node
SUP - Static variable in interface choco.kernel.memory.IStateBinaryTree
static integer representing an operation over a binary tree SUP, an upper bound of an interval has been modified
sup - Variable in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
sup - Variable in class choco.kernel.solver.variables.real.RealIntervalConstant
 
SUPEVENT - Static variable in class choco.cp.solver.variables.real.RealVarEvent
 
supports - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
supports - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
supports[i][j stores the index of the tuple that currently support the variable-value pair (i,j)
supports - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmLargeConstraint
 
supports - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
supports[i][j stores the index of the tuple that currently support the variable-value pair (i,j)
SUPPORTS - Static variable in class parser.absconparseur.InstanceTokens
 
supStamp - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the timestamp of the upper bound
sure - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
graph of the required arcs
sure - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
data structure of the required graph associated with global
sureGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
backtrackable bitset matrix representing the required graph
sureParams - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
list of graph properties to maintain for the required graph to partition
svar(SetVar, String, int) - Method in class trace.visualizers.Writer
 
svars - Variable in class choco.kernel.solver.constraints.set.AbstractLargeSetIntSConstraint
The set variables representing the first part of the scope of the constraint.
swallowCopy(int[][][][]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
swallowCopy(int[][][]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
swap(int) - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
removal performs a swap on a pair of elements.
swapCostAndVar(int, int[][][], IntegerVariable[]) - Static method in class samples.multicostregular.FilteringTest
 
sweep() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
sweep() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulSweep
Build to cumulative profile and achieve the pruning regarding this profile.
sweep() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
sweep() - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
switchToOppositeRelation() - Method in class choco.kernel.solver.constraints.integer.extension.ConsistencyRelation
inverse the feasability of the relation
SYMETRIE_BREAKING_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Active symetrie breaking detection during cliques detection
Type: boolean
Default value: true
SymetryBreakingModelDetector - Class in choco.cp.solver.preprocessor
Simple symetry detection.
SymetryBreakingModelDetector(CPModel) - Constructor for class choco.cp.solver.preprocessor.SymetryBreakingModelDetector
 
SymetryBreakingModelDetector.EmptySymetryBreakingModelDetector - Class in choco.cp.solver.preprocessor
Fake Symetry detector, do not do anything
SymetryBreakingModelDetector.EmptySymetryBreakingModelDetector(CPModel) - Constructor for class choco.cp.solver.preprocessor.SymetryBreakingModelDetector.EmptySymetryBreakingModelDetector
 
SymmetricType - Interface in parser.absconparseur.intension.types
 
synchronize() - Method in class choco.cp.solver.constraints.global.geost.layers.GeostNumeric
 
synchronize(Obj) - Method in class choco.cp.solver.constraints.global.geost.layers.GeostNumeric
 
synchronize(IntDomainVar) - Method in class choco.cp.solver.constraints.global.geost.layers.GeostNumeric
 
synchronize(ExternalConstraint) - Method in class choco.cp.solver.constraints.global.geost.layers.GeostNumeric
 

T

T - Static variable in class samples.multicostregular.planner.InstanceMaker
 
T - Static variable in class samples.multicostregular.planner.PlanModel
 
T - Static variable in class samples.tutorials.puzzles.DonaldGeraldRobert
 
T_CONFIGURATIONS - Static variable in class db.DbTables
 
T_ENVIRONMENTS - Static variable in class db.DbTables
 
T_FAIL_TAG - Static variable in class trace.CPVizConstant
 
T_JVM - Static variable in class db.DbTables
 
T_LIMITS - Static variable in class db.DbTables
 
T_MEASURES - Static variable in class db.DbTables
 
T_MODELS - Static variable in class db.DbTables
 
T_OS - Static variable in class db.DbTables
 
T_ROOT_TAG - Static variable in class trace.CPVizConstant
 
T_RUNTIMES - Static variable in class db.DbTables
 
T_SOLVERS - Static variable in class db.DbTables
 
T_SUCC_TAG - Static variable in class trace.CPVizConstant
 
T_TREE_TAG_IN - Static variable in class trace.CPVizConstant
 
T_TREE_TAG_OUT - Static variable in class trace.CPVizConstant
 
T_TRY_TAG - Static variable in class trace.CPVizConstant
 
tab - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
tab - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
table - Variable in class choco.kernel.solver.constraints.integer.extension.CouplesBitSetTable
table[0][i] gives the supports of value i of variable 0 table[1][i] gives the supports of value i of variable 1
table - Variable in class choco.kernel.solver.constraints.integer.extension.CouplesTable
matrix of consistency/inconsistency
table - Variable in class choco.kernel.solver.constraints.integer.extension.IterTuplesTable
table[i][j] gives the table of supports as an int[] for value j of variable i
table - Variable in class choco.kernel.solver.constraints.integer.extension.TuplesTable
The consistency matrix
table - Variable in class parser.absconparseur.components.PGlobalCardinality
 
table - Variable in class parser.absconparseur.components.PLexLess
 
table - Variable in class parser.absconparseur.components.PLexLessEq
 
TableManager - Class in choco.cp.model.managers.constraints.integer
 
TableManager() - Constructor for class choco.cp.model.managers.constraints.integer.TableManager
 
TaillardJobShopProblem - Class in samples.jobshop
 
TaillardJobShopProblem(int, int, int[][], int[][], int) - Constructor for class samples.jobshop.TaillardJobShopProblem
 
tardiness - Variable in class samples.AirPlaneLandingWithLNS
Each plane has a tardiness (starting time - arrival time)
tardiness - Variable in class samples.tutorials.scheduling.AirPlaneLanding
Each plane has a tardiness (starting time - arrival time)
target - Variable in class cli.HsqldbServerCmd
 
targetBound - Variable in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
targetBound - Variable in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
task - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
task - Variable in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
task - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
task - Variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.EventDataStructure
 
task1 - Variable in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
task2 - Variable in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
TASK_EQUALITY_DETECTION - Static variable in class choco.cp.solver.preprocessor.PreProcessConfiguration

Goal: Active detection equalities between task variables
Type: boolean
Default value: true
TASK_INTERVAL - Static variable in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
TASK_INTERVAL_SLOW - Static variable in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
TASK_MASK - Static variable in class choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint
 
TaskComparators - Class in choco.kernel.common.util.comparator
This class is a factory for tasks comparator.
taskheights - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
Reference to the consumption object related to each task
taskIdx - Variable in class choco.cp.solver.constraints.global.scheduling.RTask
 
taskIdx - Variable in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
taskIndexM - Variable in class choco.cp.solver.search.task.SetTimes
map of index
taskInter - Static variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
taskIntervals() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
taskIntervals() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
fast task intervals in n*log(n)
taskIntervals() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
taskIntervals() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
taskIntVarOffset - Variable in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
TaskLabelGenerator - Class in choco.visu.components.chart.labels
 
TaskLabelGenerator() - Constructor for class choco.visu.components.chart.labels.TaskLabelGenerator
 
TaskLabelGenerator(String) - Constructor for class choco.visu.components.chart.labels.TaskLabelGenerator
 
TaskLabelGenerator(String, DateFormat, DateFormat) - Constructor for class choco.visu.components.chart.labels.TaskLabelGenerator
 
TaskLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class choco.visu.components.chart.labels.TaskLabelGenerator
 
TaskLabelGenerator(String, NumberFormat, DateFormat) - Constructor for class choco.visu.components.chart.labels.TaskLabelGenerator
 
TaskLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class choco.visu.components.chart.labels.TaskLabelGenerator
 
TaskOverWDegBinBranching - Class in choco.cp.solver.search.integer.branching.domwdeg
 
TaskOverWDegBinBranching(Solver, ITemporalRatio[], OrderingValSelector, Number) - Constructor for class choco.cp.solver.search.integer.branching.domwdeg.TaskOverWDegBinBranching
 
TaskPropagator - Interface in choco.kernel.solver.propagation.listener
An interface for all the search variable listeners.
tasks - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep
 
tasks - Variable in class choco.kernel.solver.constraints.global.MetaSConstraint
 
TaskSelector - Class in choco.kernel.solver.search.task
 
TaskSelector(Comparator<ITask>) - Constructor for class choco.kernel.solver.search.task.TaskSelector
 
tasksL - Variable in class choco.cp.solver.search.task.SetTimes
The tasks list.
tasksLX - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
tasksLY - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
TaskToolTipGenerator - Class in choco.visu.components.chart.labels
 
TaskToolTipGenerator() - Constructor for class choco.visu.components.chart.labels.TaskToolTipGenerator
 
TaskToolTipGenerator(String) - Constructor for class choco.visu.components.chart.labels.TaskToolTipGenerator
 
TaskToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class choco.visu.components.chart.labels.TaskToolTipGenerator
 
TaskToolTipGenerator(String, DateFormat, NumberFormat) - Constructor for class choco.visu.components.chart.labels.TaskToolTipGenerator
 
TaskToolTipGenerator(String, NumberFormat, DateFormat) - Constructor for class choco.visu.components.chart.labels.TaskToolTipGenerator
 
TaskToolTipGenerator(String, DateFormat, DateFormat) - Constructor for class choco.visu.components.chart.labels.TaskToolTipGenerator
 
taskToPrune - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
TaskUtils - Class in choco.kernel.common.util.tools
 
taskvar - Variable in class choco.cp.solver.constraints.global.scheduling.RTask
 
taskvar - Variable in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
TaskVar<C extends AbstractSConstraint & TaskPropagator> - Class in choco.kernel.solver.variables.scheduling
 
TaskVar(Solver, int, String, IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.kernel.solver.variables.scheduling.TaskVar
Initializes a new variable.
taskVarEqDet(CPModel) - Static method in class choco.cp.model.preprocessor.ModelDetectorFactory
Detect equalities between TaskVariable within a model
taskVarEqDet(CPModel, PreProcessCPSolver) - Static method in class choco.cp.solver.preprocessor.SolverDetectorFactory
Detect equalities between TaskVariable within a model
TaskVarEvent<C extends AbstractSConstraint & TaskPropagator> - Class in choco.kernel.solver.propagation.event
User : cprudhom Mail : cprudhom(a)emn.fr Date : 18 f�vr. 2010 Since : Choco 2.1.1 Use carefully. !!
TaskVarEvent(TaskVar) - Constructor for class choco.kernel.solver.propagation.event.TaskVarEvent
Constructs a variable event for the specified variable and with the given basic events.
TaskVarExample - Class in samples.tutorials.basics
Created by IntelliJ IDEA.
TaskVarExample() - Constructor for class samples.tutorials.basics.TaskVarExample
 
TaskVariable - Class in choco.kernel.model.variables.scheduling
 
TaskVariable(String, IntegerVariable, IntegerVariable, IntegerVariable) - Constructor for class choco.kernel.model.variables.scheduling.TaskVariable
 
TaskVariableManager - Class in choco.cp.model.managers.variables
 
TaskVariableManager() - Constructor for class choco.cp.model.managers.variables.TaskVariableManager
 
TaskVariableMerger - Class in choco.cp.common.util.preprocessor.merger
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 avr. 2010br/> Since : Choco 2.1.1
TaskVariableMerger() - Constructor for class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
TaskVariableMerger(TaskVariable) - Constructor for class choco.cp.common.util.preprocessor.merger.TaskVariableMerger
 
taskvars - Variable in class choco.kernel.solver.constraints.global.scheduling.AbstractTaskSConstraint
 
TaskVarSelector - Interface in choco.kernel.solver.search.task
 
tcGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset matrix representing the transitive closure of the graph
tearDown() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractRscDetector
 
tearDown() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.AbstractTemporalDetector
 
tearDown() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjFromCumulModelDetector
 
tearDown() - Method in class db.EmbeddedDbConnector
 
tearDown() - Method in interface db.IDbConnector
 
tearDown() - Method in class db.RemoteDbConnector
 
tempGoal - Variable in class choco.cp.solver.CPSolver
Temporary attached goal for the future generated strategy.
TemporalConstraint - Class in choco.kernel.model.constraints
 
TemporalConstraint(ConstraintType, Object, Variable[]) - Constructor for class choco.kernel.model.constraints.TemporalConstraint
 
temporaryCost - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Arcs
 
temporaryCost - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Arcs
 
TempTaskConstraintWrapper - Class in choco.cp.solver.constraints.global.scheduling
 
TempTaskConstraintWrapper(TaskVar, AbstractUseResourcesSConstraint) - Constructor for class choco.cp.solver.constraints.global.scheduling.TempTaskConstraintWrapper
 
term(String) - Static method in class parser.flatzinc.parser.TerminalParser
Scans anw skip the name expression when encountered
TerminalEvaluator - Class in parser.absconparseur.intension.terminal
 
TerminalEvaluator() - Constructor for class parser.absconparseur.intension.terminal.TerminalEvaluator
 
TerminalParser - Class in parser.flatzinc.parser
 
TerminalParser() - Constructor for class parser.flatzinc.parser.TerminalParser
 
TERNARY - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
test(int, int) - Method in class choco.cp.solver.constraints.global.IncreasingNValue
 
test() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
test() - Static method in class samples.fastregular.MinimumRegularSet
 
Test - Class in samples.lattice
Created by IntelliJ IDEA.
Test(int) - Constructor for class samples.lattice.Test
 
Test - Class in samples.multicostregular.planner
Created by IntelliJ IDEA.
Test() - Constructor for class samples.multicostregular.planner.Test
 
testDeepakConditionV0(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
testDeepakConditionV1(int, int) - Method in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
testGCC() - Static method in class samples.multicostregular.planner.PlanModel
 
testIfOneCandidateToTakeMaxValue() - Method in class choco.cp.solver.constraints.integer.MaxOfAList
Checks if one of the variables in the list is instantiated to the max.
testIfOneCandidateToTakeMaxValue() - Method in class choco.cp.solver.constraints.integer.MinOfAList
Checks if one of the variables in the list is instantiated to the min.
testInter() - Method in class samples.lattice.Test
 
testPackingConsistencyWithMDFF(TIntArrayList, int, int) - Static method in class choco.kernel.common.opres.pack.LowerBoundFactory
Apply a consistency test a one-dimensional bin packing limited to a maximum number of bins.
testSolution() - Method in class choco.cp.solver.constraints.global.geost.util.SolutionTester
 
testValueVarV0(int) - Method in class choco.cp.solver.constraints.integer.Element2D
 
testValueVarV1(int) - Method in class choco.cp.solver.constraints.integer.Element2D
 
ThetaLambdaStatus - Class in choco.cp.solver.constraints.global.scheduling.trees.status
 
ThetaLambdaStatus() - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
ThetaOmegaStatus - Class in choco.cp.solver.constraints.global.scheduling.trees.status
 
ThetaOmegaStatus() - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
ThetaStatus - Class in choco.cp.solver.constraints.global.scheduling.trees.status
 
ThetaStatus() - Constructor for class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
thetatree - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
throwConstantException() - Static method in class choco.kernel.model.variables.AbstractVariable
 
TiedIntVarSelector<V extends Var> - Interface in choco.kernel.solver.search
 
tighten() - Method in class choco.cp.solver.constraints.real.exp.RealCos
 
tighten() - Method in class choco.cp.solver.constraints.real.exp.RealIntegerPower
 
tighten() - Method in class choco.cp.solver.constraints.real.exp.RealMinus
 
tighten() - Method in class choco.cp.solver.constraints.real.exp.RealMult
 
tighten() - Method in class choco.cp.solver.constraints.real.exp.RealPlus
Tightens the expression to find the smallest interval containing values the expression can equal according to operand domains.
tighten() - Method in class choco.cp.solver.constraints.real.exp.RealSin
 
tighten() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
tighten() - Method in interface choco.kernel.solver.constraints.real.RealExp
Computes the narrowest bounds with respect to sub terms.
tighten() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
TIHIterator<E extends IIndex> - Class in choco.kernel.common.util.iterators
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 1 avr. 2010br/> Since : Choco 2.1.1
TIHIterator() - Constructor for class choco.kernel.common.util.iterators.TIHIterator
 
time - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
time - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
time - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
time - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
time - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
time - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.RestrictedSCC
 
time - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedGraph
 
time - Variable in class choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph
 
TIME_LIMIT - Static variable in class samples.tutorials.database.DbExample
 
TimeCacheThread - Class in choco.kernel.common
fast time limit computation inspired from: http://dow.ngra.de/2008/10/27/when-systemcurrenttimemillis-is-too-slow/.
timeCount - Variable in class choco.kernel.solver.search.measure.MeasuresBean
 
timefilterWithGreedyMode - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
timefilterWithoutGreedyMode - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
timeFixAllObj - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
timeFixObj - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
timeGetFR - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
timeIsFeasible - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
TimeLimit - Class in choco.kernel.solver.search.limit
check the total amount of time
TimeLimit(AbstractGlobalSearchStrategy, int) - Constructor for class choco.kernel.solver.search.limit.TimeLimit
 
timeLimit - Variable in class cli.AbstractBenchmarkCmd
 
TimePeriodList - Class in choco.kernel.solver.variables.scheduling
 
TimePeriodList() - Constructor for class choco.kernel.solver.variables.scheduling.TimePeriodList
 
timePruneFix - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
times(IntegerVariable, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Enforce z = x * y
times(int, IntegerVariable, IntegerVariable) - Static method in class choco.Choco
Enforce z = x * y
times(IntegerVariable, int, IntegerVariable) - Static method in class choco.Choco
Enforce z = x * y
TIMES_XYZ - Static variable in class choco.kernel.solver.constraints.Formula
 
TimesManager - Class in choco.cp.model.managers.constraints.integer
A manager to build new all different constraints (and more... soon)
TimesManager() - Constructor for class choco.cp.model.managers.constraints.integer.TimesManager
 
TimesXYZ - Class in choco.cp.solver.constraints.integer
a constraint modelling X * Y = Z [BUG 3297805]: fix
TimesXYZ(IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.integer.TimesXYZ
 
timeWindow(IntegerVariable, int, int) - Static method in class choco.Choco
 
TimeWindow - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows
 
TimeWindow(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
Constructor: build a framework to propagate filtering rules related to the time windows constraints.
timeWindow - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.Node
an integer variable that depicts the starting time from the current node
timeWindow - Variable in class choco.kernel.model.variables.tree.TreeNodeObject
an integer variable that depicts the starting time from the current node
timeWindows - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
tinIndex - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
tinIndex - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
tinkIndex - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
tmp - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Nproper
the set of nodes that belong to the required graph and that reach a potential root by a path of required arcs
tmp - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
toArray(T[]) - Method in class choco.kernel.common.util.objects.CircularQueue
 
toArray() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
toArray() - Method in class choco.kernel.common.util.objects.PriorityQueue
Returns an array with all the objects in the queue.
toArray(Object[]) - Method in class choco.kernel.common.util.objects.PriorityQueue
Not yet implemented.
toArray(Class, List<T>) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
toArray(ArrayList<T>) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
toArray(int[]) - Method in class choco.kernel.memory.copy.RcIntVector
 
toArray(int[]) - Method in class choco.kernel.memory.copy.RcLongVector
 
toArray() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
 
toBeDecomposed(ExpressionSConstraint) - Static method in class choco.cp.common.util.preprocessor.ExpressionTools
Advise decomposition above a threshold of arity and cartesian product
toBricsAutomaton(int[], int[]) - Method in class samples.multicostregular.carsequencing.parser.GraphGenerator
 
toCharExp(String) - Static method in class choco.kernel.common.util.tools.StringUtils
Convert a regexp formed with integer charachter into a char formed regexp for instance, "12%12%" which stands for 1 followed by 2 followed by 12 would be misinterpreted by regular regular expression parser.
toCNF(ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.LogicTreeToolBox
Warning: if there is a bug, please check the CNF build is like: - lit OR lit ...
toDefault() - Static method in class choco.kernel.common.logging.ChocoLogging
Set verbosity to DEFAULT (syntaxic sugar)
toDot() - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
toDotty() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
toDotty() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
toDotty() - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimTree
 
toDotty() - Method in class choco.kernel.common.DottyBean
 
toDotty() - Method in interface choco.kernel.common.IDotty
 
toDotty() - Static method in class choco.kernel.common.logging.ChocoLogging
 
toDotty() - Method in class choco.kernel.common.opres.graph.GraphDTC
 
toDotty(boolean) - Method in class choco.kernel.common.opres.graph.GraphDTC
 
toDotty(ITask, String, boolean, String...) - Static method in class choco.kernel.common.util.tools.StringUtils
convert a task into .dot format.
toDotty() - Method in interface choco.kernel.memory.IStateBinaryTree
get the tree in dot format
toDotty() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
toDotty(IStateBinaryTree.Node) - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
toDotty(String) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
toDotty(String) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
 
toDotty(BufferedWriter) - Method in class choco.kernel.model.constraints.automaton.State
 
toDotty() - Method in class choco.kernel.model.variables.scheduling.TaskVariable
 
toDotty() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
toDottyNodes() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
toDottyNodes() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
toDottyNodes() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveSModel
 
tODuration - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
toggle(long) - Method in class choco.kernel.common.util.bitmask.BitMask
 
toIntArray() - Method in class parser.flatzinc.ast.expression.EAnnotation
 
toIntArray() - Method in class parser.flatzinc.ast.expression.EArray
 
toIntArray() - Method in class parser.flatzinc.ast.expression.EBool
 
toIntArray() - Method in class parser.flatzinc.ast.expression.EIdArray
 
toIntArray() - Method in class parser.flatzinc.ast.expression.EIdentifier
 
toIntArray() - Method in class parser.flatzinc.ast.expression.EInt
 
toIntArray() - Method in class parser.flatzinc.ast.expression.ESet
 
toIntArray() - Method in class parser.flatzinc.ast.expression.EString
 
toIntArray() - Method in class parser.flatzinc.ast.expression.Expression
Get array of int of the Expression
toInteger() - Method in class choco.kernel.common.util.ModifiableInteger
Returns an Integer object representing this ModifiableInteger's value.
toIntExp(String) - Static method in class choco.kernel.common.util.tools.StringUtils
Transform a char regexp into an int regexp w.r.t. the asci code of each character.
toIntVarArray() - Method in class parser.flatzinc.ast.expression.EAnnotation
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.EArray
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.EBool
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.EIdArray
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.EIdentifier
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.EInt
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.ESet
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.EString
 
toIntVarArray() - Method in class parser.flatzinc.ast.expression.Expression
Get an array of IntegerVariable of the Expression
tokens - Variable in class db.DbTableView
 
toList(T[]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
toList() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
 
toList() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
toListString() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
Toolkit - Class in parser.absconparseur
 
Toolkit() - Constructor for class parser.absconparseur.Toolkit
 
TOOLS_PREFIX - Static variable in class choco.kernel.common.util.tools.PropertyUtils
 
top - Static variable in class parser.absconparseur.intension.Evaluator
 
topDownSearch() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
TopologicSort - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences
 
TopologicSort(IStateBitSet[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
toPropagate - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
a propagation queue that initialy contains all the propagators composing the tree constraint
topTrace() - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
toQuiet() - Static method in class choco.kernel.common.logging.ChocoLogging
Set verbosity to QUIET (syntaxic sugar)
toRegExp() - Method in class samples.multicostregular.asap.data.ASAPShiftSet
 
toRegExp() - Method in class samples.multicostregular.asap.data.base.ASAPPattern
 
toRegExp() - Method in interface samples.multicostregular.asap.data.base.ASAPPatternElement
 
toRegExp() - Method in class samples.multicostregular.asap.data.base.ASAPShift
 
toRegExp() - Method in class samples.multicostregular.asap.data.base.ASAPShiftGroup
 
toRegExp() - Method in class samples.multicostregular.asap.data.base.ASAPSubPattern
 
toRemove - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Stack to store removed edges index, for delayed update
toRemove - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
Stack to store removed edges index, for delayed update
toSearch() - Static method in class choco.kernel.common.logging.ChocoLogging
Set verbosity to SEARCH (syntaxic sugar)
toSetVarArray() - Method in class parser.flatzinc.ast.expression.EAnnotation
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.EArray
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.EBool
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.EIdArray
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.EIdentifier
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.EInt
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.ESet
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.EString
 
toSetVarArray() - Method in class parser.flatzinc.ast.expression.Expression
Get an array of SetVariable of the Expression
toSilent() - Static method in class choco.kernel.common.logging.ChocoLogging
Set verbosity to SILENT (syntaxic sugar)
toSolution() - Static method in class choco.kernel.common.logging.ChocoLogging
Set verbosity to SOLUTION (syntaxic sugar)
toString() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
toString() - Method in class choco.cp.common.util.preprocessor.graph.ArrayGraph
 
toString() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistGeq
 
toString() - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
toString() - Method in class choco.cp.solver.constraints.global.geost.frames.DistLinearFrame
 
toString() - Method in class choco.cp.solver.constraints.global.geost.frames.ForbiddenRegionFrame
 
toString() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
toString() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Point
 
toString() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
toString() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
toString() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
toString() - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.Outbox
 
toString() - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
The rather classical toString method...
toString() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Edge
 
toString() - Method in class choco.cp.solver.constraints.global.regular.Regular
 
toString() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
toString() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.AbstractPrecedenceSConstraint
 
toString() - Method in class choco.cp.solver.constraints.global.scheduling.precedence.PrecedenceDisjoint
 
toString() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
toString() - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
The rather classical toString method...
toString() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
toString() - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
toString() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
toString() - Method in class choco.cp.solver.constraints.integer.DistanceXYC
 
toString() - Method in class choco.cp.solver.constraints.integer.DistanceXYZ
 
toString() - Method in class choco.cp.solver.constraints.integer.Element
 
toString() - Method in class choco.cp.solver.constraints.integer.ElementG
 
toString() - Method in class choco.cp.solver.constraints.integer.ElementV
 
toString() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
toString() - Method in class choco.cp.solver.constraints.real.exp.RealIntervalImpl
Deprecated.  
toString() - Method in class choco.cp.solver.constraints.set.AllDisjoint
 
toString() - Method in class choco.cp.solver.constraints.set.ComplementSet
 
toString() - Method in class choco.cp.solver.constraints.set.Disjoint
 
toString() - Method in class choco.cp.solver.constraints.set.IsIncluded
 
toString() - Method in class choco.cp.solver.constraints.set.IsNotIncluded
 
toString() - Method in class choco.cp.solver.constraints.set.MemberX
 
toString() - Method in class choco.cp.solver.constraints.set.MemberXY
 
toString() - Method in class choco.cp.solver.constraints.set.NotMemberX
 
toString() - Method in class choco.cp.solver.constraints.set.NotMemberXY
 
toString() - Method in class choco.cp.solver.constraints.set.SetCard
 
toString() - Method in class choco.cp.solver.constraints.set.SetEq
 
toString() - Method in class choco.cp.solver.constraints.set.SetIntersection
 
toString() - Method in class choco.cp.solver.constraints.set.SetLexicographicOrdering
 
toString() - Method in class choco.cp.solver.constraints.set.SetNaryUnion
 
toString() - Method in class choco.cp.solver.constraints.set.SetNotEq
 
toString() - Method in class choco.cp.solver.constraints.set.SetUnion
 
toString() - Method in class choco.cp.solver.constraints.set.SetValuePrecede
 
toString() - Method in class choco.cp.solver.constraints.strong.Adapter
 
toString() - Method in class choco.cp.solver.constraints.strong.SCConstraint
 
toString() - Method in class choco.cp.solver.constraints.strong.SCVariable
 
toString() - Method in class choco.cp.solver.CPSolver
 
toString() - Method in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
toString() - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
toString() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.DomOverWDegSelector
 
toString() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.RandDomOverWDegSelector
 
toString() - Method in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.AbstractRatio
 
toString() - Method in class choco.cp.solver.search.SearchLimitManager
 
toString() - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
 
toString() - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
 
toString() - Method in class choco.cp.solver.variables.integer.BooleanDomain
 
toString() - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
pretty printing
toString() - Method in class choco.cp.solver.variables.integer.BoolVarNot
pretty printing
toString() - Method in class choco.cp.solver.variables.integer.IntCsteEvent
useful for debugging
toString() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
pretty printing
toString() - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
 
toString() - Method in class choco.cp.solver.variables.integer.IntVarEvent
useful for debugging
toString() - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
 
toString() - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
pretty printing
toString() - Method in class choco.cp.solver.variables.real.RealDomainImpl
 
toString() - Method in class choco.cp.solver.variables.real.RealVarEvent
 
toString() - Method in class choco.cp.solver.variables.real.RealVarImpl
 
toString() - Method in class choco.cp.solver.variables.set.SetDomainImpl
 
toString() - Method in class choco.cp.solver.variables.set.SetVarEvent
useful for debugging
toString() - Method in class choco.cp.solver.variables.set.SetVarImpl
 
toString() - Method in class choco.kernel.common.opres.ssp.AbstractSubsetSumSolver
 
toString() - Method in class choco.kernel.common.util.bitmask.BitMask
 
toString() - Method in class choco.kernel.common.util.comparator.AbstractSortingPermutation
 
toString() - Method in class choco.kernel.common.util.comparator.Identity
 
toString() - Method in class choco.kernel.common.util.ModifiableInteger
Returns a String object representing this ModifiableInteger's value.
toString() - Method in class choco.kernel.common.util.objects.DoubleLinkedList
 
toString() - Method in class choco.kernel.common.util.objects.IntList
 
toString() - Method in class choco.kernel.common.util.objects.IntPair
 
toString() - Method in class choco.kernel.common.util.objects.OpenBitSet
Returns a string representation of this bit set.
toString() - Method in class choco.kernel.memory.copy.RcDouble
 
toString() - Method in class choco.kernel.memory.copy.RcInt
 
toString() - Method in class choco.kernel.memory.copy.RcLong
 
toString() - Method in class choco.kernel.memory.copy.RcObject
 
toString() - Method in class choco.kernel.memory.IStateBinaryTree.Node
return a String representing the node as an interval
toString() - Method in interface choco.kernel.memory.IStateBinaryTree
 
toString() - Method in class choco.kernel.memory.structure.OneWordSBitSet32
 
toString() - Method in class choco.kernel.memory.structure.OneWordSBitSet64
 
toString() - Method in class choco.kernel.memory.structure.SBitSet
 
toString() - Method in class choco.kernel.memory.structure.SBitSet2
 
toString() - Method in class choco.kernel.memory.structure.StoredBipartiteVarSet
 
toString() - Method in class choco.kernel.memory.trailing.StoredBinaryTree
 
toString() - Method in class choco.kernel.memory.trailing.StoredBool
 
toString() - Method in class choco.kernel.memory.trailing.StoredDouble
 
toString() - Method in class choco.kernel.memory.trailing.StoredInt
 
toString() - Method in class choco.kernel.memory.trailing.StoredLong
 
toString() - Method in class choco.kernel.model.constraints.automaton.Transition
 
toString() - Method in class choco.kernel.model.constraints.cnf.Literal
 
toString() - Method in class choco.kernel.model.constraints.cnf.Node
 
toString() - Method in class choco.kernel.model.constraints.cnf.Singleton
 
toString() - Method in class choco.kernel.model.constraints.geost.externalConstraints.DistGeqModel
 
toString() - Method in class choco.kernel.model.constraints.geost.externalConstraints.DistLeqModel
 
toString() - Method in class choco.kernel.model.constraints.geost.externalConstraints.DistLinearModel
 
toString() - Method in class choco.kernel.model.constraints.TemporalConstraint
 
toString() - Method in class choco.kernel.model.ModelObject
 
toString() - Method in class choco.kernel.model.variables.AbstractVariable
 
toString() - Method in class choco.kernel.solver.branch.Extension
 
toString() - Method in class choco.kernel.solver.constraints.AbstractSConstraint
 
toString() - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
toString() - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
 
toString() - Method in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc
 
toString() - Method in class choco.kernel.solver.constraints.global.scheduling.ResourceParameters
 
toString() - Method in class choco.kernel.solver.constraints.real.exp.AbstractRealCompoundTerm
 
toString() - Method in exception choco.kernel.solver.ContradictionException
 
toString() - Method in class choco.kernel.solver.search.IntBranchingTrace
 
toString() - Method in class choco.kernel.solver.search.integer.IntVarValPair
 
toString() - Method in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
 
toString() - Method in class choco.kernel.solver.variables.AbstractVar
Useful for debugging.
toString() - Method in class choco.kernel.solver.variables.real.RealIntervalConstant
 
toString() - Method in class choco.kernel.solver.variables.scheduling.AbstractTask
 
toString() - Method in class choco.kernel.solver.variables.scheduling.TimePeriodList
 
toString() - Method in class choco.visu.components.chart.ui.DefaultResourceView
 
toString() - Method in class db.EmbeddedDbConnector
 
toString() - Method in class db.RemoteDbConnector
 
toString() - Method in class parser.absconparseur.components.PAllDifferent
 
toString() - Method in class parser.absconparseur.components.PConstraint
 
toString() - Method in class parser.absconparseur.components.PCumulative
 
toString() - Method in class parser.absconparseur.components.PDisjunctive
 
toString() - Method in class parser.absconparseur.components.PDomain
 
toString() - Method in class parser.absconparseur.components.PElement
 
toString() - Method in class parser.absconparseur.components.PExtensionConstraint
 
toString() - Method in class parser.absconparseur.components.PFunction
 
toString() - Method in class parser.absconparseur.components.PGlobalCardinality
 
toString() - Method in class parser.absconparseur.components.PIntensionConstraint
 
toString() - Method in class parser.absconparseur.components.PLexLess
 
toString() - Method in class parser.absconparseur.components.PLexLessEq
 
toString() - Method in class parser.absconparseur.components.PPredicate
 
toString() - Method in class parser.absconparseur.components.PRelation
 
toString() - Method in class parser.absconparseur.components.PSoftRelation
 
toString() - Method in class parser.absconparseur.components.PTask
 
toString() - Method in class parser.absconparseur.components.PVariable
 
toString() - Method in class parser.absconparseur.components.PWeightedSum
 
toString() - Method in class parser.absconparseur.intension.Evaluator
 
toString() - Method in class parser.flatzinc.ast.declaration.DArray
 
toString() - Method in class parser.flatzinc.ast.declaration.DBool
 
toString() - Method in class parser.flatzinc.ast.declaration.DInt
 
toString() - Method in class parser.flatzinc.ast.declaration.DInt2
 
toString() - Method in class parser.flatzinc.ast.declaration.DManyInt
 
toString() - Method in class parser.flatzinc.ast.declaration.DSet
 
toString() - Method in class parser.flatzinc.ast.expression.EAnnotation
 
toString() - Method in class parser.flatzinc.ast.expression.EArray
 
toString() - Method in class parser.flatzinc.ast.expression.EBool
 
toString() - Method in class parser.flatzinc.ast.expression.EIdArray
 
toString() - Method in class parser.flatzinc.ast.expression.EIdentifier
 
toString() - Method in class parser.flatzinc.ast.expression.EInt
 
toString() - Method in class parser.flatzinc.ast.expression.ESetBounds
 
toString() - Method in class parser.flatzinc.ast.expression.ESetList
 
toString() - Method in class parser.flatzinc.ast.PredParam
 
toString() - Method in class parser.instances.AbstractInstanceModel
 
toString() - Method in class parser.instances.checker.OptimSChecker
 
toString() - Method in class parser.instances.checker.SatSChecker
 
toString() - Method in class samples.multicostregular.asap.data.base.ASAPDate
 
toString() - Method in class samples.multicostregular.asap.data.base.ASAPEmployee
 
toString() - Method in class samples.multicostregular.nsp.NSPInstance
 
toString() - Method in class samples.tutorials.lns.rcpsp.RCPSPData
 
toString(Solver) - Method in class samples.tutorials.to_sort.Picross
 
toString() - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
toString() - Method in enum trace.Show
 
tOTime - Variable in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
toTreeNodeMatrix() - Method in class choco.kernel.common.opres.graph.GraphDTC
 
toUpdateLeft - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
toUpdateLeft - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
toUpdateLeft - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
toUpdateRight - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
 
toUpdateRight - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
toUpdateRight - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
toVerbose() - Static method in class choco.kernel.common.logging.ChocoLogging
Set verbosity to SILENT (syntaxic sugar)
trace - package trace
 
trace.visualizers - package trace.visualizers
 
trace_tools - Variable in class trace.Visualization
 
Tracer - Class in choco.visu
 
Tracer() - Constructor for class choco.visu.Tracer
 
tracer - Variable in class choco.visu.Visu
 
traceStack - Variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
a data structure storing the stack of choice contexts (for incremental search explorations)
transferOdbPattern(ZipInputStream, ZipOutputStream) - Static method in class db.OdbHsqldbBridge
Transfer only the files associated with the database in odb format.
transformCapacity() - Method in class choco.kernel.common.opres.pack.AbstractFunctionDFF
 
transformCapacity() - Method in class choco.kernel.common.opres.pack.FunctionF0
 
transformCapacity() - Method in class choco.kernel.common.opres.pack.FunctionFCCM1
 
Transition - Class in choco.kernel.model.constraints.automaton
A Transition is defined by its origine, destination and the symbol used to get from origin to destination
Transition(int, int, int) - Constructor for class choco.kernel.model.constraints.automaton.Transition
 
transitions - Variable in class choco.kernel.model.constraints.automaton.State
 
TRANSITIVE - Static variable in class choco.kernel.common.opres.graph.GraphDTC
 
transitiveArcAdded - Variable in class choco.kernel.common.opres.graph.GraphDTC
 
transpose(T[][]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
transpose(int[][]) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
travelTime - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.OrderedGraphPropag
travel time matrix
travelTime - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.TimeWindow
current traveltime matrix associated with the graph to partition
travelTime - Variable in class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
the travel time matrix
travelTime - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths
 
treat(File) - Method in class parser.absconparseur.tools.InstanceCheckerEngine
 
treat() - Method in class parser.absconparseur.tools.InstanceShuffler
 
tree(TreeParametersObject) - Static method in class choco.Choco
 
tree - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
tree - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
attributes
tree - Variable in class choco.cp.solver.constraints.global.tree.filtering.AbstractPropagator
attributes
tree - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
attributes
tree - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint.AbstractBipartGraph
 
Tree - Class in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree
 
Tree(Object[]) - Constructor for class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree.Tree
 
tree - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
an integer variable that depicts the number of tree allowed to partition the graph
tree - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
attributes
tree - Variable in class choco.cp.solver.constraints.global.tree.TreeSConstraint
attributes
tree - Variable in class choco.kernel.memory.IStateBinaryTree.Node
the binary tree the node belongs to
treeConst - Variable in class choco.cp.solver.constraints.global.tree.filtering.FilteringAdvisor
the tree constraint object that allow to access to the Choco solver functions like fail()
treeConst - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
the tree constraint object that allow to access to the Choco solver functions like fail()
TreeManager - Class in choco.cp.model.managers.constraints.global
User: charles Date: 26 août 2008
TreeManager() - Constructor for class choco.cp.model.managers.constraints.global.TreeManager
 
TreeNodeObject - Class in choco.kernel.model.variables.tree
 
TreeNodeObject(int, int, List<BitSet[]>, List<int[][]>) - Constructor for class choco.kernel.model.variables.tree.TreeNodeObject
 
TreeParameters - Class in choco.cp.solver.constraints.global.tree.structure.inputStructure
 
TreeParameters(Solver, int, IntDomainVar, IntDomainVar, IntDomainVar, List<BitSet[]>, List<int[][]>, int[][]) - Constructor for class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
constructor: build the input data of a tree constraint.
TreeParameters(Solver, int, IntDomainVar, IntDomainVar, IntDomainVar, Node[], int[][]) - Constructor for class choco.cp.solver.constraints.global.tree.structure.inputStructure.TreeParameters
constructor: build the input data of a tree constraint.
TreeParametersObject - Class in choco.kernel.model.variables.tree
 
TreeParametersObject(int, IntegerVariable, IntegerVariable, IntegerVariable, List<BitSet[]>, List<int[][]>, int[][]) - Constructor for class choco.kernel.model.variables.tree.TreeParametersObject
 
treeParams - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
attributes
TreeSConstraint - Class in choco.cp.solver.constraints.global.tree
A global tree partitioning constraint that deals with several restrictions: - The number of trees allowed to partition the graph (assuming an isolated node forms a tree), - The number of proper trees allowed to partition the graph (assuming a proper tree contains at least 2 nodes), - Partial order between the nodes of the digraph, - Incomparability relations between the nodes of the digraph, - Degree restrictions related to the number of incoming arc of each node, - Time windows associated with each node that represent the starting time from each node.
TreeSConstraint(IntDomainVar[], TreeParameters) - Constructor for class choco.cp.solver.constraints.global.tree.TreeSConstraint
constructor: allocates the data util for a Choco constraint
TreeSearchPApplet - Class in choco.visu.components.papplets
 
TreeSearchPApplet(Object) - Constructor for class choco.visu.components.papplets.TreeSearchPApplet
 
trGraph - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
backtrackable bitset matrix representing the transitive reduction of the graph
tried_propagation - Variable in class choco.kernel.model.constraints.geost.GeostOptions
 
trPred - Variable in class choco.kernel.model.constraints.automaton.LightState
 
TRUE - Static variable in class choco.Choco
 
TRUE - Static variable in class choco.kernel.common.Constant
A constant denoting the true constraint (always satisfied)
TRUE - Static variable in class choco.kernel.model.constraints.cnf.Singleton
 
TRUE - Static variable in class parser.absconparseur.PredicateTokens
 
TrueEvaluator - Class in parser.absconparseur.intension.terminal
 
TrueEvaluator() - Constructor for class parser.absconparseur.intension.terminal.TrueEvaluator
 
TrueNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
TrueNode() - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.TrueNode
 
try_propagation - Variable in class choco.kernel.model.constraints.geost.GeostOptions
 
tryNode() - Method in class trace.VisuWrapper
 
tryNode() - Method in class trace.VoidWrapper
 
tsdepth - Variable in class choco.visu.components.papplets.TreeSearchPApplet
 
tswidth - Variable in class choco.visu.components.papplets.TreeSearchPApplet
 
tup - Variable in class choco.cp.solver.constraints.reified.leaves.ConstraintLeaf
 
tupleIn(String, int) - Method in class trace.visualizers.Writer
 
tupleLength - Variable in class samples.random.RandomListGenerator
The length of each tuple of the generated lists.
tupleOut(int) - Method in class trace.visualizers.Writer
 
tupleRepetition - Variable in class samples.random.RandomListGenerator
Indicates if the same tuple can occur several times in the generated lists.
tuples - Variable in class parser.absconparseur.components.PRelation
 
tuples - Variable in class samples.random.RandomListGenerator
The generated tuples.
TUPLES_SEPARATOR - Static variable in class parser.absconparseur.InstanceTokens
 
tuplesIndexes - Variable in class choco.kernel.solver.constraints.integer.extension.TuplesList
each tuple (a int[]) has its own index
TuplesList - Class in choco.kernel.solver.constraints.integer.extension
A simple way of storing the tuples as a list.
TuplesList(List<int[]>) - Constructor for class choco.kernel.solver.constraints.integer.extension.TuplesList
 
TuplesTable - Class in choco.kernel.solver.constraints.integer.extension
 
TuplesTable(int) - Constructor for class choco.kernel.solver.constraints.integer.extension.TuplesTable
 
TuplesTable(boolean, int[], int[]) - Constructor for class choco.kernel.solver.constraints.integer.extension.TuplesTable
 
TuplesTest - Class in choco.kernel.solver.constraints.integer.extension
 
TuplesTest() - Constructor for class choco.kernel.solver.constraints.integer.extension.TuplesTest
the default constructor build a relation in feasability
TuplesTest(boolean) - Constructor for class choco.kernel.solver.constraints.integer.extension.TuplesTest
 
type - Variable in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
 
type - Variable in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
type - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
 
type - Variable in class choco.kernel.model.variables.AbstractVariable
 
type - Variable in class choco.kernel.solver.constraints.global.MetaSConstraint
 
type - Variable in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
type of limit
TYPE - Static variable in class parser.absconparseur.InstanceTokens
 
type - Variable in class samples.random.RandomListGenerator
The type of the generated lists which can be UNSTRUCTURED, CONNECTED or BALANCED.
type - Variable in class trace.Visualizer
 
typeOf - Variable in class parser.flatzinc.ast.declaration.Declaration
 

U

U - Static variable in class samples.multicostregular.planner.InstanceMaker
 
U - Static variable in class samples.multicostregular.planner.PlanModel
 
U0 - Static variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Constant coefficient of the lagrangian relaxation
U2planning - Class in samples.tutorials.to_sort
benchmark proposed by Michel Lemaitre.
U2planning() - Constructor for class samples.tutorials.to_sort.U2planning
 
U2planning.Person - Class in samples.tutorials.to_sort
 
U2planning.Person(String, int) - Constructor for class samples.tutorials.to_sort.U2planning.Person
 
ub - Variable in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
upper bound of the expression
uLb - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Lagrangian multiplier container to compute a LB
UNARY - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
unaryCirclePackingHeuristic - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
uncompressDatabase(InputStream, File, String) - Static method in class db.OdbHsqldbBridge
Uncompress the database contained in a odb pattern.
undirected - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ArticulationPoints
 
undirected - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.ConnectedComponents
 
undoRemove(ListIterator<INoSumCell>, int) - Method in class choco.kernel.common.opres.nosum.NoSumList
 
unfreeze() - Method in class choco.cp.solver.propagation.ChocoEngine
Unfreeze the previously frozen events contained in this.
unfreeze() - Method in interface choco.kernel.solver.propagation.PropagationEngine
Unfreeze the previously frozen events contained in this.
union(FiniteAutomaton) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
union(int[]) - Method in class choco.kernel.model.constraints.automaton.LayeredDFA
Add a word to the automaton.
UNION_SET_INDEX - Static variable in class choco.cp.solver.constraints.set.SetNaryUnion
 
UnionManager - Class in choco.cp.model.managers.constraints.set
Created by IntelliJ IDEA.
UnionManager() - Constructor for class choco.cp.model.managers.constraints.set.UnionManager
 
unionSet - Variable in class choco.cp.solver.constraints.set.SetNaryUnion
 
unionWithRule1() - Method in class samples.lattice.Test
 
unit - Variable in class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
for pretty printing
universalPostfixExpression - Variable in class parser.absconparseur.intension.EvaluationManager
 
UniversalRestartStrategy - Interface in choco.kernel.solver.search.restart
The interface defines a universal restart policy.
UNKNOWN_INT - Static variable in interface choco.kernel.memory.IStateInt
Value for an unknown integer.
UNKNOWN_LONG - Static variable in interface choco.kernel.memory.IStateLong
Value for an unknown integer.
unregister() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
unsafePush(T) - Method in class choco.cp.solver.constraints.integer.bool.sat.Vec
 
UNSAT - Static variable in class parser.absconparseur.InstanceTokens
 
unset(long) - Method in class choco.kernel.common.util.bitmask.BitMask
 
unset(IBitMask...) - Method in class choco.kernel.common.util.bitmask.BitMask
 
unsetPrecClosure() - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
unsetRecordNogoodFromRestart(Solver) - Static method in class choco.cp.solver.configure.RestartFactory
 
UnsupportedConstraintException - Exception in parser.absconparseur.tools
 
UnsupportedConstraintException(String) - Constructor for exception parser.absconparseur.tools.UnsupportedConstraintException
Constructs a new exception with null as its detail message.
unversalPostfixExpression - Variable in class parser.absconparseur.components.PFunction
 
unwatch(int, WLClause) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
unwatch(int, int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
up - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
maximum current flow
UP_BRANCH - Static variable in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
upBranch() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
upBranch() - Method in class choco.cp.solver.search.GoalSearchLoop
 
upBranch() - Method in class choco.kernel.solver.search.AbstractSearchLoop
 
upBranch() - Method in class choco.visu.searchloop.ObservableStepSearchLoop
 
update(IVilimTree.TreeMode, ConsumptionStatus, ConsumptionStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
update(IVilimTree.TreeMode, ThetaLambdaStatus, ThetaLambdaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
update(IVilimTree.TreeMode, ThetaOmegaStatus, ThetaOmegaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
update(IVilimTree.TreeMode, ThetaStatus, ThetaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
update - Variable in class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
 
update - Variable in class choco.cp.solver.constraints.global.tree.deduction.DeductionsAdvisor
check the potential update of the internal structures related to the precedences and the incomparabilities
update - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
update() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
update(int) - Method in class choco.cp.solver.search.task.profile.ProbabilisticProfile
 
update(IObservable, Object) - Method in interface choco.IObserver
This method is called whenever the observed object is changed.
update(IObservable, Object) - Method in class choco.visu.Tracer
This method is called whenever the observed object is changed.
update(Observable, Object) - Method in class samples.multicostregular.asap.hci.control.ASAPButtonControl
 
update(Observable, Object) - Method in class samples.multicostregular.asap.hci.control.ASAPResultControl
 
update(Observable, Object) - Method in class samples.multicostregular.asap.hci.control.ASAPSummaryControl
 
updateAlpha(int) - Method in class choco.cp.solver.constraints.global.Lex
 
updateBeta(int) - Method in class choco.cp.solver.constraints.global.Lex
 
updateBoundInf(int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
updateBoundSup(int) - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
updateByPotentialPred() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
 
updateByPotentialSucc() - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows.DirectedPropag
 
updateCode() - Method in class samples.tutorials.applet.DemoUI
 
updateCompulsoryPart() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateCompulsoryPart() - Method in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 
updateCompulsoryPart() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
updateCompulsoryPart(SConstraint) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
 
updateCost(int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
updateCost(int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulativeSum
 
updateCostStruct() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.CostStructure
update the cost structure according to the current state of the graph to partition
updateCounters(int, int, int) - Method in class parser.absconparseur.tools.InstanceChecker
 
updateDataStructure(int) - Method in class samples.tutorials.to_sort.socialgolfer.ScalarAtMost
 
updateDegree() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure.DegreeStructure
update the capacities of the arcs involved in the network associated with the gcc
updateDegree - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.StructuresAdvisor
 
updateDegree(int[]) - Method in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
updateDistance(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistGeqIC
 
updateDistance(int) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
updateDomain() - Method in class choco.cp.solver.constraints.integer.bool.sat.BinaryWLClause
 
updateDomain() - Method in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
updateDominators() - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees.DominatorView
 
updateDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateDuration(ThetaStatus, ThetaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
updateDuration(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
updateECT(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateECT() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateECT(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateECT(ConsumptionStatus, ConsumptionStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ConsumptionStatus
 
updateECT(ThetaStatus, ThetaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
updateECT() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
updateECT(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Earliest Completion Time (ECT).
updateECT() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update using IRTask.getStoredValue() .
updateEdges(boolean) - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
Update the edges of the graph
updateEndingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateEndingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateEndingTime(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
updateEndNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateEndNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateEndNotIn(int, int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
The task can not end in the interval [a,b].
updateEST(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateEST() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateEST(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateEST() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
updateEST(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Earliest Starting Time (EST).
updateEST() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update using IRTask.getStoredValue() .
updateForGEQ() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
********************************************************************
updateForLEQ() - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
 
updateGrayDuration(ThetaLambdaStatus, ThetaLambdaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
updateGrayECT(ThetaLambdaStatus, ThetaLambdaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
updateGrayLST(ThetaLambdaStatus, ThetaLambdaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaLambdaStatus
 
updateHypotheticalDomain(int, SConstraint, boolean) - Method in class choco.kernel.solver.variables.scheduling.TaskVar
Call awake on TaskVar.
updateIInf() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
updateIInf() - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
updateIncompGraphWithDeductions() - Method in class choco.cp.solver.constraints.global.tree.deduction.IncompGraphDeduction
the main method that update the incomparability constraints according to the different parts of the tree constraint
updateIndexFromValue() - Method in class choco.cp.solver.constraints.integer.Element
 
updateIndexFromValue() - Method in class choco.cp.solver.constraints.integer.Element2D
 
updateIndexFromValue(int) - Method in class choco.cp.solver.constraints.integer.ElementG
 
updateIndexFromValue() - Method in class choco.cp.solver.constraints.integer.ElementV
 
updateIndexFromValue(int) - Method in class choco.cp.solver.constraints.integer.ElementVG
 
updateIndexFromValue() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
updateIndexOfCandidateVariable() - Method in class choco.cp.solver.constraints.set.AbstractBoundOfASet
 
updateIndexOfCandidateVariable() - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
updateIndexOfCandidateVariable() - Method in class choco.cp.solver.constraints.set.MinOfASet
 
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
Internal var: update on the variable lower bound caused by its i-th constraint.
updateInf(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
updateInf(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Sets a new minimal value.
updateInf(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Sets a new minimal value.
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Internal var: update on the variable lower bound caused by its i-th constraint.
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Internal var: update on the variable lower bound caused by its i-th constraint.
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
updateInf(int, int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
updateInf(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Internal var: update on the variable lower bound caused by its i-th constraint.
updateInf(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. 
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
updateInf(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
updateInf(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Updates the inf bound of the domain to the given value TODO: Must exist a better way than removing all values until the new inf is reached
updateInf(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
updateInf(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Updates the lower bound of the domain to the next value contained in the domain which is more or equal to x.
updateInf(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Internal var: update on the variable lower bound caused by its i-th constraint.
updateInf(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Augment the minimal value stored in the domain.
updateInf(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Propagation events updating the lower bound of a variable (ie: removing all value strictly below the new lower bound from the domain).
updateInf(int, int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. 
updateInf(int) - Method in interface choco.kernel.solver.variables.scheduling.IRMakespan
 
updateInfLoad(int, int) - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
Update the minimal load of a given bin.
updateInfLoad(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
Update the minimal load of a given bin.
updateInfLoad(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
updateInternalNode(IBinaryNode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
updateInternalNode(IBinaryNode) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
updateInternalNode(IBinaryNode) - Method in interface choco.kernel.common.opres.graph.INodeLabel
 
updateISup() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
updateISup() - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
updateKernelInf() - Method in class choco.cp.solver.constraints.set.MinOfASet
 
updateKernelSup() - Method in class choco.cp.solver.constraints.set.MaxOfASet
 
updateLCT(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateLCT() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateLCT(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateLCT() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
updateLCT(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Latest Completion Time (LCT).
updateLCT() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update using IRTask.getStoredValue() .
updateLeft(int, TIntStack) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
updateLeft(TIntStack, TIntStack, int, AbstractIntSConstraint) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
updateLeft(TIntStack, TIntStack, int, boolean[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
updateLongestPathFromSource() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
updateLowerBound() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Performs a lagrangian relaxation to compute a new Lower bound of the underlying RCSPP problem Each built subproblem is a shortest path one can use to perform cost based filtering
updateLPFS(int, TIntStack) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
updateLPFT(int, TIntStack) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
updateLST(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateLST() - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateLST(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateLST(ThetaStatus, ThetaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaStatus
 
updateLST() - Method in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
updateLST(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update the Latest Starting Time (LST).
updateLST() - Method in interface choco.kernel.solver.variables.scheduling.IRTask
Update using IRTask.getStoredValue() .
updateManager - Variable in class choco.cp.solver.constraints.global.scheduling.disjunctive.AbstractDisjRules
 
updateMax() - Method in class choco.cp.solver.constraints.integer.IncreasingSum
 
updateMaxCapacity(int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
updateMaxConsumption(int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
updateMaxDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateMaxDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateMaxDuration(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
updateMaxHeight(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateMin() - Method in class choco.cp.solver.constraints.integer.IncreasingSum
 
updateMinCapacity(int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
updateMinConsumption(int) - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
updateMinDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateMinDuration(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateMinDuration(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
updateMinFromHoles() - Method in class choco.cp.solver.constraints.integer.Absolute
Deduce the minimum value of X from the eventual central gap in the domain of Y.
updateMinHeight(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateNbNonEmpty(int, int) - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
update the number of non empty bins.
updateNbNonEmpty(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
updateNbValueOccurencesFor(int[]) - Method in class samples.random.RandomListGenerator
Updates the number of occurrences of each value in the given tuple
updateNodes(String, boolean) - Method in class choco.visu.components.papplets.DottyTreeSearchPApplet
Update the node of the graph
updateNprop - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
true iff the nproper variable is updated
updateNtree - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
true iff the ntree variable is updated
updateObjective - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
true iff the objective variable is updated
updateOnBounds(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
remove all the successors of u with an index below to s[u].getInf() and higher than s[u].getSup()
updateOnInf(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
remove all the successors of u with an index below to s[u].getInf()
updateOnInst(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
an arc (u,v) is fixed
updateOnRem(int, int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
an arc (u,v) is removed from the graph
updateOnRemovals(int, DisposableIntIterator) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
all the arc (u,v), such that v belongs to the set depicted by the iterator, are removed
updateOnSup(int) - Method in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
remove all the successors of u with an index higher than s[u].getSup()
updateOrderedGraphWithDeductions() - Method in class choco.cp.solver.constraints.global.tree.deduction.OrderedGraphDeduction
the main method that update the precedence constraints according to the different parts of the tree constraint
updatePointersAndFlags(int, boolean) - Method in class choco.cp.solver.constraints.global.LeximinSConstraint
The setPointersAndFlags method updates the values α, β, γ and δ, used by the algorithm, when the domain of a variable has changed.
updatePointersAndFlags(int, boolean) - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
The setPointersAndFlags method updates the values α, β, γ and δ, used by the algorithm, when the domain of a variable has changed.
updatePriority(Object) - Method in class choco.kernel.common.util.objects.PriorityQueue
Updates the location of the element in the list.
updatePriority(Object, int) - Method in class choco.kernel.common.util.objects.PriorityQueue
Updates the location of the element in the list with the specified priority.
updateReal() - Method in class choco.cp.solver.constraints.real.MixedCstElt
 
updateReal() - Method in class choco.cp.solver.constraints.real.MixedEqXY
 
updateRGS(int) - Method in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences.TopologicSort
 
updateRight(int, TIntStack) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
updateRight(TIntStack, TIntStack, int, AbstractIntSConstraint) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph
 
updateRight(TIntStack, TIntStack, int, boolean[]) - Method in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph
 
updateShortestPathtoSource() - Method in class choco.cp.solver.constraints.global.lightcostregular.structure.Node
 
updateSPFS(int, TIntStack) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
updateSPFT(int, TIntStack) - Method in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph
 
updateStart - Variable in class choco.cp.solver.constraints.global.tree.filtering.RemovalsAdvisor
true iff a starting time from a node is updated
updateStartingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateStartingTime(int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateStartingTime(int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
 
updateStartNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.BoundHRTask
 
updateStartNotIn(int, int) - Method in class choco.cp.solver.constraints.global.scheduling.RTask
 
updateStartNotIn(int, int) - Method in interface choco.kernel.solver.variables.scheduling.IRTask
The task can not start in the interval [a,b].
updateStructures() - Method in class parser.absconparseur.tools.InstanceCheckerParser
 
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.AbstractIntDomain
Internal var: update on the variable upper bound caused by its i-th constraint.
updateSup(int) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
updateSup(int) - Method in class choco.cp.solver.variables.integer.BitSetIntDomain
Sets a new maximal value.
updateSup(int) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Sets a new maximal value.
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Internal var: update on the variable upper bound caused by its i-th constraint.
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BooleanVarImpl
Internal var: update on the variable upper bound caused by its i-th constraint.
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
updateSup(int, int) - Method in class choco.cp.solver.variables.integer.BoolVarNot
 
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
updateSup(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarAddCste
 
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Internal var: update on the variable upper bound caused by its i-th constraint.
updateSup(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
Deprecated. 
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
updateSup(int, int) - Method in class choco.cp.solver.variables.integer.IntDomainVarTimePosCste
 
updateSup(int) - Method in class choco.cp.solver.variables.integer.IntervalBTreeDomain
Updates the sup of the domain to the given value TODO: Must exist a better way than removing all values (e.g. removing all the node but the one containing the sup)
updateSup(int) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
updateSup(int) - Method in class choco.cp.solver.variables.integer.LinkedIntDomain
Updates the upper bound of the domain to the next value contained in the domain which is less or equal to x.
updateSup(int, SConstraint, boolean) - Method in class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Internal var: update on the variable upper bound caused by its i-th constraint.
updateSup(int) - Method in interface choco.kernel.solver.variables.integer.IntDomain
Diminish the maximal value stored in the domain.
updateSup(int, SConstraint, boolean) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Propagation events updating the upper bound of a variable (ie: removing all value strictly above the new upper bound from the domain).
updateSup(int, int) - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Deprecated. 
updateSup(int) - Method in interface choco.kernel.solver.variables.scheduling.IRMakespan
 
updateSupLoad(int, int) - Method in interface choco.cp.solver.constraints.global.pack.IPackSConstraint
Update the maximal load of a given bin.
updateSupLoad(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackFiltering
Update the maximal load of a given bin.
updateSupLoad(int, int) - Method in class choco.cp.solver.constraints.global.pack.PackSConstraint
 
updateTimeCount() - Method in class choco.cp.solver.search.SearchLimitManager
 
updateTimeLimit(Configuration, long) - Static method in class parser.instances.BasicSettings
 
updateTODuration(ThetaOmegaStatus, ThetaOmegaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
Updating the total duration for Theta-Omega in internal/root node
updateTOECT(ThetaOmegaStatus, ThetaOmegaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
Updating Earliest Completion Time for Theta-Omega in internal/root node
updateTOLST(ThetaOmegaStatus, ThetaOmegaStatus) - Method in class choco.cp.solver.constraints.global.scheduling.trees.status.ThetaOmegaStatus
 
updateUbLbOnInst(int, int) - Method in class choco.cp.solver.constraints.integer.bool.BoolIntLinComb
********************************************************************
updateUpperBound() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Performs a lagrangian relaxation to compute a new Upper bound of the underlying RCSPP problem Each built subproblem is a longest path one can use to perform cost based filtering
updateValueFromIndex() - Method in class choco.cp.solver.constraints.integer.Element
 
updateValueFromIndex() - Method in class choco.cp.solver.constraints.integer.Element2D
 
updateValueFromIndex(int) - Method in class choco.cp.solver.constraints.integer.ElementG
 
updateValueFromIndex() - Method in class choco.cp.solver.constraints.integer.ElementV
 
updateValueFromIndex(int) - Method in class choco.cp.solver.constraints.integer.ElementVG
 
updateValueFromIndex() - Method in class choco.cp.solver.constraints.integer.ElementVG
 
updateVariable(int, int) - Method in class choco.cp.solver.constraints.integer.ElementVG
 
updateVectors(int) - Method in class choco.cp.solver.constraints.global.SemiLeximinSConstraint
This methods updates the vectors used by the gac algorithm.
updateViolationLB() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
updateViolationUB() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.SoftMultiCostRegular
 
updateWeightsCount - Variable in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
updateX() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
Updating X and Y when Z cannot be 0
updateXandY() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
loop until a fix point is reach (see testProd14)
updateY() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
updateYandX() - Method in class choco.cp.solver.constraints.integer.TimesXYZ
 
upp - Variable in class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
uppB - Variable in class choco.kernel.model.variables.integer.IntegerExpressionVariable
 
uppB - Variable in class choco.kernel.model.variables.real.RealExpressionVariable
 
uppB - Variable in class choco.kernel.model.variables.set.SetExpressionVariable
 
uppb - Variable in class samples.multicostregular.asap.ASAPCPModel
 
upperBd - Variable in class choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.Nproper
current upper bound on the number of proper trees
upperBoundVector - Variable in class choco.cp.solver.constraints.global.LexChain
array for holding lexicographically largest feasible upper bound of each vector
usage - Variable in class choco.cp.solver.constraints.global.scheduling.RTask
 
usage - Variable in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
usages - Variable in class samples.tutorials.to_sort.scheduling.ResourceAllocation
 
useinterbox - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
useNumericEngine - Variable in class choco.kernel.model.constraints.geost.GeostOptions
 
useRecomputation() - Method in class choco.cp.solver.CPSolver
Deprecated. 
useResource(TaskVariable, Constraint...) - Static method in class choco.ChocoContrib
 
useResourceGeq(TaskVariable, Constraint...) - Static method in class choco.ChocoContrib
 
useResources(TaskVariable, int, Constraint...) - Static method in class choco.ChocoContrib
 
UseResourcesEq - Class in choco.cp.solver.constraints.global.scheduling
 
UseResourcesEq(IEnvironment, TaskVar, int, IntDomainVar[], IRTask[]) - Constructor for class choco.cp.solver.constraints.global.scheduling.UseResourcesEq
 
useResourcesGeq(TaskVariable, int, Constraint...) - Static method in class choco.ChocoContrib
 
UseResourcesGeq - Class in choco.cp.solver.constraints.global.scheduling
 
UseResourcesGeq(IEnvironment, TaskVar, int, IntDomainVar[], IRTask[]) - Constructor for class choco.cp.solver.constraints.global.scheduling.UseResourcesGeq
 
UseResourcesManager - Class in choco.cp.model.managers
 
UseResourcesManager() - Constructor for class choco.cp.model.managers.UseResourcesManager
 
useSystemLookAndFeel - Static variable in class choco.visu.components.chart.ChocoChartFactory
Optionally set the look and feel.
usevectorbox - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
uUb - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Lagrangian multiplier container to compute an UB

V

V - Static variable in class samples.multicostregular.planner.InstanceMaker
 
V - Static variable in class samples.multicostregular.planner.PlanModel
 
v0 - Variable in class choco.kernel.solver.constraints.integer.AbstractBinIntSConstraint
Variables of the constraint.
v0 - Variable in class choco.kernel.solver.constraints.integer.AbstractTernIntSConstraint
Variables of the constraint.
v0 - Variable in class choco.kernel.solver.constraints.integer.AbstractUnIntSConstraint
The unique variable of the constraint.
v0 - Variable in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
v0 - Variable in class choco.kernel.solver.constraints.real.AbstractUnRealSConstraint
The unique variable of the constraint.
v0 - Variable in class choco.kernel.solver.constraints.set.AbstractBinSetIntSConstraint
The first variable of the constraint.
v0 - Variable in class choco.kernel.solver.constraints.set.AbstractBinSetSConstraint
The variables of the constraint.
v0 - Variable in class choco.kernel.solver.constraints.set.AbstractTernSetSConstraint
The variables of the constraint.
v0 - Variable in class choco.kernel.solver.constraints.set.AbstractUnSetSConstraint
The unique variable of the constraint.
v0Domain - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
v0Domain - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
v1 - Variable in class choco.cp.common.util.preprocessor.ExpressionTools.SimplePrecedence
 
v1 - Variable in class choco.kernel.solver.constraints.integer.AbstractBinIntSConstraint
Variables of the constraint.
v1 - Variable in class choco.kernel.solver.constraints.integer.AbstractTernIntSConstraint
Variables of the constraint.
v1 - Variable in class choco.kernel.solver.constraints.real.AbstractBinRealIntSConstraint
 
v1 - Variable in class choco.kernel.solver.constraints.set.AbstractBinSetIntSConstraint
The second variable of the constraint.
v1 - Variable in class choco.kernel.solver.constraints.set.AbstractBinSetSConstraint
The variables of the constraint.
v1 - Variable in class choco.kernel.solver.constraints.set.AbstractTernSetSConstraint
The variables of the constraint.
v1Domain - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBinSConstraint
 
v1Domain - Variable in class choco.cp.solver.constraints.integer.extension.AC3rmBitBinSConstraint
 
v2 - Variable in class choco.cp.common.util.preprocessor.ExpressionTools.SimplePrecedence
 
v2 - Variable in class choco.kernel.solver.constraints.integer.AbstractTernIntSConstraint
Variables of the constraint.
v2 - Variable in class choco.kernel.solver.constraints.set.AbstractTernSetSConstraint
The variables of the constraint.
V_ARGUMENT_TAG_IN - Static variable in class trace.CPVizConstant
 
V_ARGUMENT_TAG_OUT - Static variable in class trace.CPVizConstant
 
V_BLIST - Static variable in class choco.Options

Goal : force Solver to create bipartite list domain variable.
V_BOUND - Static variable in class choco.Options

Goal : force Solver to create bounded domain variable.
V_BTREE - Static variable in class choco.Options

Goal : force Solver to create binary tree domain variable.
V_COLLECTION_TAG_IN - Static variable in class trace.CPVizConstant
 
V_COLLECTION_TAG_OUT - Static variable in class trace.CPVizConstant
 
V_DECISION - Static variable in class choco.Options
Deprecated. This option has no longer effect as by default every variables are put in the decision variable pool.
V_DVAR_TAG - Static variable in class trace.CPVizConstant
 
V_ENUM - Static variable in class choco.Options

Goal : force Solver to create enumerated domain variable (default options if options is empty).
V_FAILED_TAG - Static variable in class trace.CPVizConstant
 
V_FOCUS_NO_TYPE_TAG - Static variable in class trace.CPVizConstant
 
V_FOCUS_TAG - Static variable in class trace.CPVizConstant
 
V_INTEGER_TAG - Static variable in class trace.CPVizConstant
 
V_LINK - Static variable in class choco.Options

Goal : force Solver to create linked list domain variable.
V_MAKESPAN - Static variable in class choco.Options

Goal : declare the current variable as makespan.
V_NO_DECISION - Static variable in class choco.Options

Goal : force variable to be removed from the pool of decisionnal variables.
V_OBJECTIVE - Static variable in class choco.Options

Goal : declare objective variable.
V_OTHER_TAG - Static variable in class trace.CPVizConstant
 
V_SINTEGER_TAG - Static variable in class trace.CPVizConstant
 
V_STATE_TAG_IN - Static variable in class trace.CPVizConstant
 
V_STATE_TAG_OUT - Static variable in class trace.CPVizConstant
 
V_SVAR_TAG - Static variable in class trace.CPVizConstant
 
V_TUPLE_TAG_IN - Static variable in class trace.CPVizConstant
 
V_TUPLE_TAG_OUT - Static variable in class trace.CPVizConstant
 
V_VISUALIZATION_TAG_IN - Static variable in class trace.CPVizConstant
 
V_VISUALIZATION_TAG_OUT - Static variable in class trace.CPVizConstant
 
V_VISUALIZER_STATE_TAG_IN - Static variable in class trace.CPVizConstant
 
V_VISUALIZER_STATE_TAG_OUT - Static variable in class trace.CPVizConstant
 
V_VISUALIZER_TAG - Static variable in class trace.CPVizConstant
 
val - Variable in class choco.kernel.solver.goals.choice.RemoveVal
 
val - Variable in class choco.kernel.solver.goals.choice.SetVal
 
val - Variable in class choco.kernel.solver.search.integer.IntVarValPair
 
valcheck - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001LargeSConstraint
 
valcheck - Variable in class choco.cp.solver.constraints.integer.extension.GAC2001PositiveLargeConstraint
 
valcheck - Variable in class choco.cp.solver.constraints.integer.extension.GAC3rmPositiveLargeConstraint
 
valcheck - Variable in class choco.cp.solver.constraints.integer.extension.GACstrPositiveLargeSConstraint
 
validateCSP(Solver) - Static method in class choco.cp.solver.configure.StrategyFactory
 
ValidityChecker - Class in choco.cp.solver.constraints.integer.extension
A simple class that provides a method to check if a given tuple is valid i.e. if it is ok regarding the current domain of the variables
ValidityChecker(int, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
ValidityChecker.VarComparator - Class in choco.cp.solver.constraints.integer.extension
Sort the variables by domain size
ValidityChecker.VarComparator() - Constructor for class choco.cp.solver.constraints.integer.extension.ValidityChecker.VarComparator
 
valIterator - Variable in class choco.cp.solver.goals.choice.Generate
 
valIterator - Variable in class choco.cp.solver.goals.choice.Instantiate
 
valIterator - Variable in class choco.cp.solver.search.real.AssignInterval
 
ValIterator<V extends Var> - Interface in choco.kernel.solver.search
An interface for control objects that model the iteration of (search) values associated to an Var
valSelector - Variable in class choco.cp.solver.goals.choice.Generate
 
valSelector - Variable in class choco.cp.solver.goals.choice.Instantiate
 
valSelector - Variable in class choco.cp.solver.search.integer.branching.AbstractAssignOrForbidBranching
 
valSelector - Variable in class choco.cp.solver.search.integer.branching.domwdeg.DomOverWDegBinBranchingNew
 
valselector - Variable in class choco.cp.solver.search.set.AssignSetVar
 
ValSelector<V extends Var> - Interface in choco.kernel.solver.search
An interface for control objects that model a binary choice to an search value
value() - Method in enum choco.cp.solver.constraints.global.scheduling.trees.IVilimTree.TreeMode
 
value - Variable in class choco.cp.solver.search.task.profile.ProbabilisticProfile.MaximumDataStruct
 
value - Variable in class choco.kernel.common.util.ModifiableInteger
The int value represented by this ModifiableInteger.
value - Variable in class choco.kernel.model.constraints.automaton.FA.utils.Bounds.MinMax
 
value - Variable in class choco.kernel.model.constraints.automaton.Transition
 
value - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc
 
value - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
 
value - Variable in class choco.kernel.solver.constraints.global.automata.fast_regular.structure.Arc
 
value - Variable in class choco.kernel.solver.variables.scheduling.AbstractRTask
 
VALUE - Static variable in class parser.absconparseur.InstanceTokens
 
value - Variable in class parser.flatzinc.ast.expression.EBool
 
value - Variable in class parser.flatzinc.ast.expression.EIdentifier
 
value - Variable in class parser.flatzinc.ast.expression.EInt
 
VALUE_FALSE - Static variable in class choco.kernel.solver.Configuration
 
VALUE_OFF - Static variable in class choco.kernel.solver.Configuration
 
VALUE_SEPARATOR - Static variable in class parser.absconparseur.InstanceTokens
 
VALUE_TRUE - Static variable in class choco.kernel.solver.Configuration
 
valueChanged(TreeSelectionEvent) - Method in class choco.visu.components.chart.ui.ChocoChartPanel
Required by TreeSelectionListener interface.
valueOf(String) - Static method in enum choco.cp.solver.constraints.global.IncreasingNValue.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.cp.solver.constraints.global.scheduling.trees.IVilimTree.TreeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph.Maintain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.cp.solver.constraints.set.AbstractBoundOfASet.EmptySetPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.common.logging.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.model.constraints.cnf.ALogicTree.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.model.constraints.cnf.ALogicTree.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.model.constraints.ConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.model.variables.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.model.variables.VariableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.solver.constraints.reified.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.solver.constraints.SConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.solver.goals.GoalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.solver.ResolutionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.kernel.solver.search.limit.Limit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.visu.components.chart.renderer.MyXYBarRenderer.ResourceRenderer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.visu.components.papplets.ChocoPApplet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.visu.searchloop.IObservableStepSearchLoop.Step
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.visu.searchloop.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum choco.visu.VisuButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parser.absconparseur.PredicateTokens.RelationalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parser.chocogen.ModelConstraintFactory.ConstExp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parser.flatzinc.ast.declaration.Declaration.DType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parser.flatzinc.ast.expression.Expression.EType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parser.flatzinc.ast.SolveGoal.Solver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parser.instances.ResolutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parser.instances.xcsp.XcspSettings.Heuristic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum samples.random.RandomListGenerator.Structure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum trace.Show
Returns the enum constant of this type with the specified name.
valueRepetition - Variable in class samples.random.RandomListGenerator
Indicates if the same value can occur several times in a generated tuple.
values - Variable in class choco.cp.common.util.preprocessor.merger.IntegerVariableMerger
 
values() - Method in class choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper
 
values() - Static method in enum choco.cp.solver.constraints.global.IncreasingNValue.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.cp.solver.constraints.global.scheduling.trees.IVilimTree.TreeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph.Maintain
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class choco.cp.solver.constraints.real.MixedCstElt
 
values() - Static method in enum choco.cp.solver.constraints.set.AbstractBoundOfASet.EmptySetPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.kernel.common.logging.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class choco.kernel.model.constraints.automaton.LightState.Arcs
 
values() - Static method in enum choco.kernel.model.constraints.cnf.ALogicTree.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.kernel.model.constraints.cnf.ALogicTree.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.kernel.model.constraints.ConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class choco.kernel.model.variables.integer.IntegerVariable
 
values() - Static method in enum choco.kernel.model.variables.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class choco.kernel.model.variables.set.SetVariable
 
values() - Static method in enum choco.kernel.model.variables.VariableType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class choco.kernel.solver.constraints.global.automata.fast_costregular.structure.StoredValuedDirectedMultiGraph.Arcs
 
values - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Arcs
 
values - Variable in class choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.StoredDirectedMultiGraph.Arcs
 
values() - Static method in enum choco.kernel.solver.constraints.reified.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.kernel.solver.constraints.SConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.kernel.solver.goals.GoalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.kernel.solver.ResolutionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.kernel.solver.search.limit.Limit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.visu.components.chart.renderer.MyXYBarRenderer.ResourceRenderer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.visu.components.papplets.ChocoPApplet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.visu.searchloop.IObservableStepSearchLoop.Step
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.visu.searchloop.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum choco.visu.VisuButton
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class parser.absconparseur.InstanceTokens
 
values() - Static method in enum parser.absconparseur.PredicateTokens.RelationalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parser.chocogen.ModelConstraintFactory.ConstExp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parser.flatzinc.ast.declaration.Declaration.DType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parser.flatzinc.ast.expression.Expression.EType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parser.flatzinc.ast.SolveGoal.Solver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parser.instances.ResolutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parser.instances.xcsp.XcspSettings.Heuristic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum samples.random.RandomListGenerator.Structure
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class trace.CPVizConstant
 
values() - Static method in enum trace.Show
Returns an array containing the constants of this enum type, in the order they are declared.
valueUpdateNeeded - Variable in class choco.cp.solver.constraints.integer.ElementV
 
var - Variable in class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
var - Variable in class choco.cp.solver.goals.choice.Instantiate
 
var - Variable in class choco.cp.solver.search.integer.varselector.ratioselector.ratios.degree.DomDegRatio
 
var - Variable in class choco.kernel.solver.goals.choice.RemoveVal
 
var - Variable in class choco.kernel.solver.goals.choice.SetVal
 
var - Variable in class choco.kernel.solver.search.integer.IntVarValPair
 
Var - Interface in choco.kernel.solver.variables
Interface for all implementations of domain variables.
var - Variable in class choco.visu.components.bricks.AChocoBrick
The Var represented by the brick
var - Variable in class choco.visu.variables.VisuVariable
 
VAR - Static variable in class parser.absconparseur.InstanceTokens
 
VAR - Static variable in class parser.absconparseur.PredicateTokens
 
var(Var, String, int) - Method in class trace.visualizers.Writer
 
VarChocoPanel - Class in choco.visu.components.panels
 
VarChocoPanel(String, Variable[], ChocoPApplet, Object) - Constructor for class choco.visu.components.panels.VarChocoPanel
 
VarChocoPanel(String, Variable[], Class, Object) - Constructor for class choco.visu.components.panels.VarChocoPanel
 
VarEvent<E extends Var> - Class in choco.kernel.solver.propagation.event
Implements an PropagationEvent for the variable events.
VarEvent(E) - Constructor for class choco.kernel.solver.propagation.event.VarEvent
Constructs a variable event for the specified variable and with the given basic events.
varEventQueue - Variable in class choco.cp.solver.propagation.ChocoEngine
The queue with all the variable events.
VarGraphView - Class in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews
 
VarGraphView(Solver, IntDomainVar[]) - Constructor for class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.VarGraphView
Constructor of the graph view
variable - Variable in class choco.cp.solver.variables.real.RealDomainImpl
 
Variable - Interface in choco.kernel.model.variables
Created by IntelliJ IDEA.
VARIABLE - Static variable in class parser.absconparseur.InstanceTokens
 
VARIABLE_PREFIX - Static variable in class parser.absconparseur.InstanceTokens
 
VariableArray - Class in choco.kernel.model
 
VariableArray() - Constructor for class choco.kernel.model.VariableArray
 
VariableArray(Variable[]) - Constructor for class choco.kernel.model.VariableArray
 
VariableArray.VConstraintsDataStructure - Class in choco.kernel.model
 
VariableArray.VConstraintsDataStructure() - Constructor for class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
VariableEvaluator - Class in parser.absconparseur.intension.terminal
 
VariableEvaluator(EvaluationManager, int) - Constructor for class parser.absconparseur.intension.terminal.VariableEvaluator
 
VariableEventQueue - Class in choco.cp.solver.propagation
 
VariableEventQueue() - Constructor for class choco.cp.solver.propagation.VariableEventQueue
 
VariableFactory - Class in parser.chocogen
 
VariableFactory(Model, InstanceParser) - Constructor for class parser.chocogen.VariableFactory
 
VariableIterator - Class in choco.cp.model.managers
 
VariableIterator(Variable[]) - Constructor for class choco.cp.model.managers.VariableIterator
 
variableIterator(Iterator<? extends Variable>...) - Static method in class choco.kernel.common.util.tools.IteratorUtils
 
VariableLeaf - Class in choco.cp.solver.constraints.reified.leaves
 
VariableLeaf(IntDomainVar) - Constructor for class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
VariableLeaf(IntegerVariable) - Constructor for class choco.cp.solver.constraints.reified.leaves.VariableLeaf
 
variableManager - Variable in class choco.kernel.model.variables.ComponentVariable
 
variableManager - Variable in class choco.kernel.model.variables.scheduling.TaskVariable
 
VariableManager<V extends Variable> - Interface in choco.kernel.model.variables
 
VariablePrecedenceDisjoint - Class in choco.cp.solver.constraints.global.scheduling.precedence
Let b be a boolean variables; x0, x1 be two integer variables and k1, k2 two integers.
VariablePrecedenceDisjoint(IntDomainVar, IntDomainVar, IntDomainVar, IntDomainVar, IntDomainVar) - Constructor for class choco.cp.solver.constraints.global.scheduling.precedence.VariablePrecedenceDisjoint
 
variables - Variable in class choco.cp.model.managers.VariableIterator
 
variables - Variable in class choco.cp.solver.variables.integer.IntTerm
The variables
variables - Variable in class choco.kernel.solver.constraints.Formula
storing the variables (IntVar, SetVar, ...) involved in the constraint
variables - Variable in class choco.kernel.visu.components.panels.AVarChocoPanel
 
VARIABLES - Static variable in class parser.absconparseur.InstanceTokens
 
variablesMap - Variable in class choco.cp.solver.constraints.strong.AbstractStrongConsistency
 
variablesToAdd - Variable in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Internal structure to store variable addition instructions
variablesToDelete - Variable in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Internal structure to store variable deletion instructions
variablesToReplace - Variable in class choco.cp.common.util.preprocessor.AbstractAdvancedDetector
Internal structure to store variable deletion instructions
VariableType - Enum in choco.kernel.model.variables
 
VariableUtils - Class in choco.kernel.common.util.tools
 
varRatios - Variable in class choco.cp.solver.search.integer.branching.domwdeg.AbstractDomOverWDegBranching
 
vars - Variable in class choco.cp.solver.constraints.integer.bool.sum.BoolSumStructure
 
vars - Variable in class choco.cp.solver.constraints.reified.ExpressionSConstraint
The scope of the predicat
vars - Variable in class choco.cp.solver.goals.choice.Generate
 
vars - Variable in class choco.kernel.solver.constraints.AbstractSConstraint
The list of variables of the constraint.
vars - Variable in class choco.kernel.solver.constraints.global.MetaSConstraint
 
vars - Variable in class choco.kernel.solver.propagation.ShavingTools
 
vars - Variable in class choco.kernel.solver.search.integer.AbstractIntVarSelector
a specific array of IntVars from which the object seeks the one with smallest domain
vars - Variable in class choco.kernel.solver.search.real.AbstractRealVarSelector
 
vars - Variable in class choco.kernel.solver.search.set.AbstractSetVarSelector
a specific array of SetVars from which the object seeks the one with smallest domain
vars - Variable in class choco.visu.Tracer
 
vars - Variable in class parser.chocogen.ChocoFactory
 
vars - Variable in class samples.tutorials.AllIntervalSeries
 
vars - Variable in class samples.tutorials.puzzles.MagicSerie
 
vars - Variable in class samples.tutorials.puzzles.MagicSquare
 
vars - Variable in class samples.tutorials.to_sort.tsp.MyValSelector
 
vars - Variable in class samples.tutorials.to_sort.tsp.MyVarSelector
 
VARS_OFFSET - Static variable in class choco.cp.solver.constraints.integer.MaxOfAList
First index of the variables among which the maximum should be chosen.
VARS_OFFSET - Static variable in class choco.cp.solver.constraints.integer.MinOfAList
First index of the variables among which the minimum should be chosen.
VARS_OFFSET - Static variable in class choco.cp.solver.constraints.set.AbstractBoundOfASet
First index of the variables among which the maximum should be chosen.
varSelector - Variable in class choco.cp.solver.goals.choice.Generate
 
varSelector - Variable in class choco.cp.solver.search.real.AssignInterval
 
varselector - Variable in class choco.cp.solver.search.set.AssignSetVar
 
VarSelector<V extends Var> - Interface in choco.kernel.solver.branch
an interface for objects controlling the selection of a variable (for heuristic purposes)
VarSelectorFactory - Class in choco.cp.solver.search
 
varsToString() - Method in class choco.cp.model.CPModel
 
varsToString() - Method in class choco.cp.solver.CPSolver
 
varsToString() - Method in interface choco.kernel.model.Model
Create and return a string representation of the variables of the Model
VarValPairSelector - Interface in choco.kernel.solver.search.integer
An interface for control objects that model a heuristic selectying at the same time a variable and a value from its domain
vcomp - Variable in class choco.cp.solver.constraints.integer.extension.ValidityChecker
 
Vec<T> - Class in choco.cp.solver.constraints.integer.bool.sat
 
Vec() - Constructor for class choco.cp.solver.constraints.integer.bool.sat.Vec
Create a Vector with an initial capacity of 5 elements.
Vec(T[]) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.Vec
Adapter method to translate an array of int into an IVec.
Vec(int) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.Vec
Create a Vector with a given capacity.
Vec(int, T) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.Vec
Construit un vecteur contenant de taille size rempli ?
VECTOR - Static variable in interface choco.kernel.memory.copy.RecomputableElement
 
Vector - Class in trace.visualizers
A specialized visualizer for a vector of domain variables.
Vector(Var[], String, int, int) - Constructor for class trace.visualizers.Vector
Build a visualizer for a vector of domain variables
Vector(Var[], String, String, int, int) - Constructor for class trace.visualizers.Vector
 
Vector(Var[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.Vector
Build a visualizer for a vector of domain variables
Vector(Var[], String, String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.Vector
 
VectorSize - Class in trace.visualizers
A specialized visualizer for the cardinality sum of domain variables.
VectorSize(Var[], String, int, int) - Constructor for class trace.visualizers.VectorSize
Build a visualizer for the cardinality sum of domain variables.
VectorSize(Var[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.VectorSize
Build a visualizer for the cardinality sum of domain variables.
VectorWaterfall - Class in trace.visualizers
A specialized visualizer for a waterfall vector of domain variables.
VectorWaterfall(Var[], String, int, int) - Constructor for class trace.visualizers.VectorWaterfall
Build a visualizer for a waterfall vector of domain variables
VectorWaterfall(Var[], String, int, int, int, int, String, int, int) - Constructor for class trace.visualizers.VectorWaterfall
Build a visualizer for a waterfall vector of domain variables
VEQ_ORDER - Static variable in class choco.kernel.solver.Configuration

Goal: variable priority order for propagation engine
Type: int
Default value: 1234567
Restriction: |VEQ_ORDER| = 7, VEQ_ORDER = {1,2,3,4,5,6,7}
verbose - Variable in class cli.HsqldbServerCmd
 
Verbosity - Enum in choco.kernel.common.logging
This enum defines choco verbosity level.
VERSION - Static variable in class parser.absconparseur.tools.InstanceParser
 
vertFromNumCC - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph
 
VERY_SLOW - Static variable in class choco.kernel.solver.propagation.event.ConstraintEvent
 
VHM_CEF_ALGO_N2K - Static variable in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
ViewIntDomainVarImpl - Class in choco.cp.solver.variables.integer
 
ViewIntDomainVarImpl(Solver, String, int, int, int, int, int) - Constructor for class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
Constructs a new variable for the specified model and with the specified name and bounds.
ViewIntDomainVarImpl(Solver, String, int, int[], int, int) - Constructor for class choco.cp.solver.variables.integer.ViewIntDomainVarImpl
 
viewsol - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
VILIM_CEF_ALGO - Static variable in class choco.cp.solver.constraints.global.scheduling.cumulative.AbstractCumulativeSConstraint
 
vilimEndEF() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
vilimEndEF() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
Edge finding algorithm for ending dates in O(n^2 \times k) where k is the number of distinct heights.
vilimFiltering() - Method in class choco.cp.solver.constraints.global.scheduling.disjunctive.Disjunctive
 
vilimStartEF() - Method in class choco.cp.solver.constraints.global.scheduling.cumulative.CumulRules
 
vilimStartEF() - Method in interface choco.cp.solver.constraints.global.scheduling.cumulative.ICumulRules
Edge finding algorithm for starting dates in O(n^2 \times k) where k is the number of distinct heights.
vintegervariable() - Static method in class samples.documentation.Dvariable
 
violateMaxCapa(int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
violateMaxCapa(int, int) - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
violateWishCapa() - Method in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
VISIBLE - Static variable in class choco.cp.solver.constraints.global.geost.Constants
VISIBLE is a constant that specifies the id of the visible constraint.
Visible - Class in choco.cp.solver.constraints.global.geost.externalConstraints
 
Visible(int, int[], int[]) - Constructor for class choco.cp.solver.constraints.global.geost.externalConstraints.Visible
 
visited - Variable in class choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms.Dominators
 
Visu - Class in choco.visu
 
Visualization - Class in trace
A class to produce log files of a problem resolution.
Visualization(Solver, String) - Constructor for class trace.Visualization
Build a new instance of Visualization.
Visualization(String, Solver, String) - Constructor for class trace.Visualization
Build a new instance of Visualization.
Visualizer - Class in trace
An abstract class to define a visulaizer.
Visualizer(String, String, int, int) - Constructor for class trace.Visualizer
Build a visualizer
Visualizer(String, String, int, int, int, int, String, int, int) - Constructor for class trace.Visualizer
Build a visualizer
VisuButton - Enum in choco.visu
 
VisuFactory - Class in choco.kernel.visu
 
VisuVariable - Class in choco.visu.variables
 
VisuVariable(Var) - Constructor for class choco.visu.variables.VisuVariable
 
VisuWrapper - Class in trace
A wrapper to communicate with the Visualization, used in weaved code.
vizuRandom - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
voc - Variable in class choco.cp.solver.constraints.integer.bool.sat.ClauseStore
 
voc - Variable in class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
vOf(double, Point, Point, double, double) - Method in class choco.cp.solver.constraints.global.geost.internalConstraints.DistLeqIC
 
VoidWrapper - Class in trace

VoidWrapper() - Constructor for class trace.VoidWrapper
 
volume() - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
vrealvariable() - Static method in class samples.documentation.Dvariable
 
VRML_OUTPUT_FOLDER - Static variable in class choco.cp.solver.constraints.global.geost.util.VRMLwriter
 
VRMLwriter - Class in choco.cp.solver.constraints.global.geost.util
This class provides a function that writes a certain solution (after solving and getting a solution) to a wrl file in the Virtual Reality Modeling Language (VRML).
vs - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Decision variables
vsetvariable() - Static method in class samples.documentation.Dvariable
 
vtaskvariable() - Static method in class samples.documentation.Dvariable
 

W

w - Variable in class samples.tutorials.to_sort.socialgolfer.ExSocialGolfer
 
W3C_XML_SCHEMA - Static variable in class parser.absconparseur.InstanceTokens
 
watch(int, WLClause) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
watches(int) - Method in class choco.cp.solver.constraints.integer.bool.sat.Lits
 
WCSP - Static variable in class parser.absconparseur.InstanceTokens
 
WEIGHTED_SUM - Static variable in class parser.absconparseur.InstanceTokens
 
weightedSumOfCompletionTimes - Variable in class samples.AirPlaneLandingWithLNS
the objective to minimize
weightedSumOfCompletionTimes - Variable in class samples.tutorials.scheduling.AirPlaneLanding
the objective to minimize
what - Variable in class parser.flatzinc.ast.declaration.DSet
 
what - Variable in class parser.flatzinc.ast.expression.EArray
 
WHITE - Static variable in class choco.visu.components.ColorConstant
 
WHITE2 - Static variable in class choco.visu.components.ColorConstant
 
WHITE_SPACE - Static variable in class parser.absconparseur.InstanceTokens
 
width - Variable in class trace.Visualizer
 
wipeOut() - Method in class choco.cp.solver.variables.integer.AbstractBijectiveVar
 
wipeOut() - Method in class choco.cp.solver.variables.integer.IntDomainVarImpl
 
wipeOut() - Method in interface choco.kernel.solver.variables.integer.IntDomainVar
Public user API: Propagation events wiping out the domain of the variable (removing all values) and throwing a contradiction
wishCapa - Variable in class choco.cp.solver.constraints.global.softscheduling.SoftCumulative
 
Witness - Class in choco.cp.solver.constraints.global.geost.geometricPrim
 
Witness(int) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Witness
 
Witness(Witness) - Constructor for class choco.cp.solver.constraints.global.geost.geometricPrim.Witness
 
WLClause - Class in choco.cp.solver.constraints.integer.bool.sat
A clause is a set of litterals used within the watched literals propagation based global constraint for clauses (ClauseStore)
WLClause(int[], Lits) - Constructor for class choco.cp.solver.constraints.integer.bool.sat.WLClause
 
WolfGoatCabbage1 - Class in samples.tutorials.to_sort
 
WolfGoatCabbage1() - Constructor for class samples.tutorials.to_sort.WolfGoatCabbage1
 
words - Variable in class choco.kernel.common.util.objects.OpenBitSet
The internal field corresponding to the serialField "bits".
wordsInUse - Variable in class choco.kernel.common.util.objects.OpenBitSet
The number of words in the logical size of this BitSet.
worldCommit() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
worldCommit() - Method in interface choco.kernel.memory.IEnvironment
Comitting the current world: merging it with the previous one.
worldCommit() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
worldCommit(int) - Method in interface choco.kernel.memory.trailing.trail.ITrailStorage
Comitting the current world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredBoolTrail
Comits a world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleTrail
Commits a world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
Comits a world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntTrail
Comits a world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
Comits a world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongTrail
Comits a world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
Comits a world: merging it with the previous one.
worldCommit(int) - Method in class choco.kernel.memory.trailing.trail.StoredVectorTrail
Comits a world: merging it with the previous one.
worldPop() - Method in class choco.cp.solver.CPSolver
popping one world from the stack: overrides AbstractModel.worldPop because the Model class adds the notion of static constraints that need be repropagated upon backtracking
worldPop() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
worldPop() - Method in class choco.cp.solver.search.SearchLoop
 
worldPop() - Method in class choco.cp.solver.search.SearchLoopWithRecomputation
 
worldPop() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
worldPop() - Method in interface choco.kernel.memory.IEnvironment
Backtracks to the previous choice point in the search tree.
worldPop() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
worldPop(int) - Method in interface choco.kernel.memory.trailing.trail.ITrailStorage
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredBoolTrail
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleTrail
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntTrail
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongTrail
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
Moving down to the previous world.
worldPop(int) - Method in class choco.kernel.memory.trailing.trail.StoredVectorTrail
Moving down to the previous world.
worldPop() - Method in interface choco.kernel.solver.Solver
popping one world from the stack: overrides AbstractModel.worldPop because the Model class adds the notion of static constraints that need be repropagated upon backtracking
worldPop() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
worldPopDuringPropagation() - Method in class choco.cp.solver.CPSolver
poping the world during propagation
worldPopDuringPropagation() - Method in interface choco.kernel.solver.Solver
poping the world during propagation
worldPopDuringPropagation() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
worldPopUntil(int) - Method in class choco.cp.solver.CPSolver
Backtracks to a given level in the search tree.
worldPopUntil(int) - Method in interface choco.kernel.solver.Solver
Backtracks to a given level in the search tree.
worldPopUntil(int) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
worldPush() - Method in class choco.cp.solver.CPSolver
pushing one world on the stack
worldPush() - Method in class choco.cp.solver.search.AbstractSearchLoopWithRestart
 
worldPush() - Method in class choco.cp.solver.search.SearchLoop
 
worldPush() - Method in class choco.cp.solver.search.SearchLoopWithRecomputation
 
worldPush() - Method in class choco.kernel.memory.copy.EnvironmentCopying
 
worldPush() - Method in interface choco.kernel.memory.IEnvironment
Starts a new branch in the search tree.
worldPush() - Method in class choco.kernel.memory.trailing.EnvironmentTrailing
 
worldPush(int) - Method in interface choco.kernel.memory.trailing.trail.ITrailStorage
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredBinaryTreeTrail
 
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredBoolTrail
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleTrail
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredDoubleVectorTrail
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntTrail
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredIntVectorTrail
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongTrail
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredLongVectorTrail
Moving up to the next world.
worldPush(int) - Method in class choco.kernel.memory.trailing.trail.StoredVectorTrail
Moving up to the next world.
worldPush() - Method in interface choco.kernel.solver.Solver
pushing one world on the stack
worldPush() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
worldPushDuringPropagation() - Method in class choco.cp.solver.CPSolver
pushing the world during propagation
worldPushDuringPropagation() - Method in interface choco.kernel.solver.Solver
pushing the world during propagation
worldPushDuringPropagation() - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
worldStamp - Variable in class choco.kernel.memory.trailing.AbstractStoredObject
The last world the search was moidified in.
worldStamps - Variable in class choco.kernel.memory.trailing.StoredDoubleVector
Contains time stamps for all entries (the world index of the last update for each entry)
worldStamps - Variable in class choco.kernel.memory.trailing.StoredIntVector
Contains time stamps for all entries (the world index of the last update for each entry)
worldStamps - Variable in class choco.kernel.memory.trailing.StoredLongVector
Contains time stamps for all entries (the world index of the last update for each entry)
worldStamps - Variable in class choco.kernel.memory.trailing.StoredVector
Contains time stamps for all entries (the world index of the last update for each entry)
worst_increase - Static variable in class choco.kernel.model.constraints.geost.GeostOptions
 
WrapperFactory - Class in trace

write(String) - Method in interface parser.absconparseur.tools.InstanceChecker.Indicator
 
write(String) - Method in class parser.absconparseur.tools.InstanceCheckerEngine
 
write(String) - Static method in class samples.multicostregular.carsequencing.parser.GraphGenerator
 
write(int) - Method in class samples.tutorials.applet.DemoUI.MyOutputStream
 
write(byte[], int, int) - Method in class samples.tutorials.applet.DemoUI.MyOutputStream
 
writeArcAttributes(StringBuilder, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
writeArcAttributes(StringBuilder, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveModel
 
writeAttributes(StringBuilder, String...) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
writeChartAsPDF(OutputStream, JFreeChart, int, int, FontMapper) - Static method in class choco.visu.components.chart.PdfExport
Writes a chart to an output stream in PDF format.
writeDotStatus(StringBuilder) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
writeDotStatus(StringBuilder) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AltDisjTreeTLTO.AltDisjStatusTLTO
 
writeDotStatus(StringBuilder) - Method in class choco.cp.solver.constraints.global.scheduling.trees.DisjTreeTL.DisjStatusTL
 
writeEdge(StringBuilder, E, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
writeEdgeAttributes(StringBuilder, E, int, int) - Method in class choco.cp.common.util.preprocessor.detector.scheduling.DisjunctiveGraph
 
writeExternal(ObjectOutput) - Method in class choco.cp.solver.constraints.global.geost.externalConstraints.DistLeq
 
writeExternal(ObjectOutput) - Method in class choco.cp.solver.constraints.global.geost.frames.Frame
 
writeExternal(ObjectOutput) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Obj
 
writeExternal(ObjectOutput) - Method in class choco.cp.solver.constraints.global.geost.geometricPrim.Region
 
writeInFile(CPModel, File) - Static method in class choco.cp.model.CPModel
Kicks off the serialization mechanism and flatten the model into the given file.
writeInFile(CPModel) - Static method in class choco.cp.model.CPModel
Kicks off the serialization mechanism and flatten the model into a file in the default temporary-file directory.
writeObjective(Solution) - Method in class choco.cp.solver.search.integer.objective.IntObjectiveManager
 
writeObjective(Solution) - Method in class choco.cp.solver.search.real.objective.RealObjectiveManager
 
writeObjective(Solution) - Method in interface choco.kernel.solver.search.IObjectiveManager
 
writer - Static variable in class trace.Visualizer
 
Writer - Class in trace.visualizers

Writer() - Constructor for class trace.visualizers.Writer
 
writeRow(StringBuilder, String, String, String, String) - Method in class choco.cp.solver.constraints.global.scheduling.trees.AbstractVilimStatus
 
writeSolution(Solution) - Method in class choco.kernel.solver.search.AbstractGlobalSearchStrategy
 
writeSolution(Solution) - Method in class choco.kernel.solver.search.AbstractOptimize
 
writeSolution(Solution) - Method in class choco.kernel.solver.search.AbstractSearchStrategy
 

X

x - Variable in class choco.cp.solver.constraints.global.Lex
 
x - Variable in class choco.cp.solver.constraints.global.LexChain
array of vectors in the lex chain constraint
x - Variable in class trace.Visualizer
 
XCSP - Static variable in class parser.absconparseur.InstanceTokens
 
XCSP_2_0 - Static variable in class parser.absconparseur.InstanceTokens
 
XCSP_2_1 - Static variable in class parser.absconparseur.InstanceTokens
 
XcspCmd - Class in cli
 
XcspCmd() - Constructor for class cli.XcspCmd
 
XcspModel - Class in parser.instances
User: charles Date: 19 août 2008

A class to provide facilities for loading and solving CSP described in the xml format of the 2008 competition

XcspModel() - Constructor for class parser.instances.XcspModel
 
XcspModel(XcspSettings) - Constructor for class parser.instances.XcspModel
 
XcspSettings - Class in parser.instances.xcsp
 
XcspSettings() - Constructor for class parser.instances.xcsp.XcspSettings
 
XcspSettings.Heuristic - Enum in parser.instances.xcsp
 
xformat(double) - Method in class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
XmlClause - Class in parser.chocogen
 
XmlClause(int[], int[]) - Constructor for class parser.chocogen.XmlClause
 
XMLManager - Class in parser.absconparseur
 
XMLManager() - Constructor for class parser.absconparseur.XMLManager
 
XmlModel - Class in parser.chocogen
User: charles Date: 19 août 2008

A class to provide facilities for loading and solving CSP described in the xml format of the 2008 competition

XmlModel() - Constructor for class parser.chocogen.XmlModel
 
XmlModelRPC - Class in choco.cp.solver.constraints.strong.xmlmodel
 
XmlModelRPC(boolean) - Constructor for class choco.cp.solver.constraints.strong.xmlmodel.XmlModelRPC
 
xnor(IntegerVariable, IntegerVariable) - Static method in class choco.Choco
A reified constraint for logical equality lit1 XNOR lit2
xnor(IntDomainVar...) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for XOR constraint over integer variables
XnorManager - Class in choco.cp.model.managers.constraints.expressions
 
XnorManager() - Constructor for class choco.cp.model.managers.constraints.expressions.XnorManager
 
XnorNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
XnorNode(INode...) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.XnorNode
 
xor(IntegerVariable, IntegerVariable) - Static method in class choco.Choco
A reified constraint for logical exclusive disjunctive lit1 XOR lit2
xor(IntDomainVar...) - Static method in class choco.cp.solver.constraints.integer.bool.BooleanFactory
Builder for XOR constraint over integer variables
xor(OpenBitSet) - Method in class choco.kernel.common.util.objects.OpenBitSet
Performs a logical XOR of this bit set with the bit set argument.
xor(IStateBitSet) - Method in interface choco.kernel.memory.IStateBitSet
 
xor(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet32
Performs a logical XOR of this bit set with the bit set argument.
xor(IStateBitSet) - Method in class choco.kernel.memory.structure.OneWordSBitSet64
Performs a logical XOR of this bit set with the bit set argument.
xor(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet
Performs a logical XOR of this bit set with the bit set argument.
xor(IStateBitSet) - Method in class choco.kernel.memory.structure.SBitSet2
Performs a logical XOR of this bit set with the bit set argument.
xor(ALogicTree, ALogicTree) - Static method in class choco.kernel.model.constraints.cnf.Node
 
XOR - Static variable in class parser.absconparseur.PredicateTokens
 
XorEvaluator - Class in parser.absconparseur.intension.logical
 
XorEvaluator() - Constructor for class parser.absconparseur.intension.logical.XorEvaluator
 
XorManager - Class in choco.cp.model.managers.constraints.expressions
 
XorManager() - Constructor for class choco.cp.model.managers.constraints.expressions.XorManager
 
XorNode - Class in choco.cp.solver.constraints.reified.leaves.bool
 
XorNode(INode...) - Constructor for class choco.cp.solver.constraints.reified.leaves.bool.XorNode
 
Xtasks - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 

Y

y - Variable in class choco.cp.solver.constraints.global.Lex
 
y - Variable in class trace.Visualizer
 
YELLOW - Static variable in class choco.visu.components.ColorConstant
 
yformat(double) - Method in class choco.visu.components.chart.labels.AbstractXYTaskGenerator
 
Ytasks - Variable in class choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative
 

Z

z - Variable in class choco.cp.solver.constraints.global.automata.fast_multicostregular.MultiCostRegular
Cost variables
Zebra - Class in samples.tutorials.to_sort
 
Zebra() - Constructor for class samples.tutorials.to_sort.Zebra
 
ZERO - Static variable in class choco.Choco
 
ZERO - Static variable in class choco.cp.solver.variables.integer.IntTerm
A constant denoting a null integer term.
ZERO - Static variable in class choco.kernel.solver.variables.real.RealMath
 
zeroToN(int) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
zeroToNShuffle(int) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 
zeroToNShuffle(int, long) - Static method in class choco.kernel.common.util.tools.ArrayUtils
 

_

_1 - Static variable in class trace.visualizers.Writer
 
_2 - Static variable in class trace.visualizers.Writer
 
_3 - Static variable in class trace.visualizers.Writer
 
_addConstraint(Constraint) - Method in interface choco.kernel.model.IConstraintList
 
_addConstraint(Constraint) - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
_addConstraint(Constraint) - Method in class choco.kernel.model.variables.AbstractVariable
 
_addConstraint(Constraint) - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
_cachedDeltaIntDomainIterator - Variable in class choco.cp.solver.variables.integer.BitSetIntDomain
 
_contains(Constraint) - Method in interface choco.kernel.model.IConstraintList
 
_contains(Constraint) - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
_contains(Constraint) - Method in class choco.kernel.model.variables.AbstractVariable
 
_contains(Constraint) - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
_getStructure() - Method in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
DO NOT USE : FOR MEMORY OPTIM ONLY
_instantiate(int, SConstraint) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Instantiating a variable to an search value.
_iterator - Variable in class choco.cp.model.CPModel
 
_iterator - Variable in class choco.cp.solver.variables.delta.BooleanDeltaDomain
 
_iterator - Variable in class choco.cp.solver.variables.integer.BipartiteIntDomain
 
_iterator - Variable in class choco.cp.solver.variables.integer.BitSetIntDomain
 
_iterator - Variable in class choco.cp.solver.variables.integer.BooleanDomain
 
_iterator - Variable in class choco.cp.solver.variables.integer.IntervalBTreeDomain
 
_iterator - Variable in class choco.cp.solver.variables.integer.IntervalIntDomain
 
_iterator - Variable in class choco.cp.solver.variables.integer.LinkedIntDomain
 
_iterator - Variable in class choco.kernel.memory.structure.StoredIndexedBipartiteSet
 
_iterator - Variable in class choco.kernel.model.variables.integer.IntegerVariable
 
_LOG - Static variable in class choco.cp.solver.propagation.BlockingVarEventQueue
 
_oiterator - Variable in class choco.cp.solver.variables.set.SetDomainImpl
 
_removeConstraint(Constraint) - Method in interface choco.kernel.model.IConstraintList
 
_removeConstraint(Constraint) - Method in class choco.kernel.model.VariableArray.VConstraintsDataStructure
 
_removeConstraint(Constraint) - Method in class choco.kernel.model.variables.AbstractVariable
 
_removeConstraint(Constraint) - Method in class choco.kernel.model.variables.ComponentVariable.ConstraintsDataStructure
 
_removeSymbolFromAutomaton(int) - Method in class choco.kernel.model.constraints.automaton.FA.FiniteAutomaton
 
_removeVal(int, SConstraint) - Method in class choco.cp.solver.variables.integer.BipartiteIntDomain
Removing a value from the domain of a variable.
_removeVal(int, SConstraint) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Removing a value from the domain of a variable.
_removeVal(int, SConstraint) - Method in class choco.cp.solver.variables.integer.IntervalIntDomain
 
_S - Static variable in class trace.visualizers.Writer
 
_set(boolean, int) - Method in class choco.kernel.memory.copy.RcBool
 
_set(double, int) - Method in class choco.kernel.memory.copy.RcDouble
Modifies the value without storing the former value on the trailing stack.
_set(double[]) - Method in class choco.kernel.memory.copy.RcDoubleVector
 
_set(double[], int) - Method in class choco.kernel.memory.copy.RcDoubleVector
 
_set(int, int) - Method in class choco.kernel.memory.copy.RcInt
Modifies the value without storing the former value on the trailing stack.
_set(int, int) - Method in class choco.kernel.memory.copy.RcIntProcedure
 
_set(int[]) - Method in class choco.kernel.memory.copy.RcIntVector
 
_set(int[], int) - Method in class choco.kernel.memory.copy.RcIntVector
 
_set(long, int) - Method in class choco.kernel.memory.copy.RcLong
Modifies the value without storing the former value on the trailing stack.
_set(long[]) - Method in class choco.kernel.memory.copy.RcLongVector
 
_set(long[], int) - Method in class choco.kernel.memory.copy.RcLongVector
 
_set(Object, int) - Method in class choco.kernel.memory.copy.RcObject
Modifies the value without storing the former value on the trailing stack.
_set(E[]) - Method in class choco.kernel.memory.copy.RcVector
 
_set(E[], int) - Method in class choco.kernel.memory.copy.RcVector
 
_set(boolean, int) - Method in class choco.kernel.memory.trailing.StoredBool
Modifies the value without storing the former value on the trailing stack.
_set(double, int) - Method in class choco.kernel.memory.trailing.StoredDouble
Modifies the value without storing the former value on the trailing stack.
_set(int, double, int) - Method in class choco.kernel.memory.trailing.StoredDoubleVector
Sets an element without storing the previous value.
_set(int, int) - Method in class choco.kernel.memory.trailing.StoredInt
Modifies the value without storing the former value on the trailing stack.
_set(int, int) - Method in class choco.kernel.memory.trailing.StoredIntProcedure
 
_set(int, int, int) - Method in class choco.kernel.memory.trailing.StoredIntVector
Sets an element without storing the previous value.
_set(long, int) - Method in class choco.kernel.memory.trailing.StoredLong
Modifies the value without storing the former value on the trailing stack.
_set(int, long, int) - Method in class choco.kernel.memory.trailing.StoredLongVector
Sets an element without storing the previous value.
_set(int, Object, int) - Method in class choco.kernel.memory.trailing.StoredVector
Sets an element without storing the previous value.
_setInf(int, int) - Method in class choco.kernel.memory.IStateBinaryTree.Node
set a new lower bound to the node, without saving it used for trailing purpose
_setSup(int, int) - Method in class choco.kernel.memory.IStateBinaryTree.Node
set a new upper bound to the node, without saving it used for trailing purpose
_to(MV, SV) - Method in class choco.cp.solver.CPSolver
 
_to(MV[], SV[]) - Method in class choco.cp.solver.CPSolver
 
_to(MV, SV) - Method in interface choco.kernel.solver.Solver
 
_to(MV[], SV[]) - Method in interface choco.kernel.solver.Solver
 
_to(MV, SV) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
_to(MV[], SV[]) - Method in class samples.tutorials.lns.lns.AbstractLNSSolver
Deprecated.  
_updateInf(int, SConstraint) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Improving the lower bound.
_updateSup(int, SConstraint) - Method in class choco.cp.solver.variables.integer.BooleanDomain
Improving the upper bound.

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 _

Copyright © 2012. All Rights Reserved.