Uses of Interface
choco.kernel.memory.IEnvironment

Packages that use IEnvironment
choco.cp.model.managers.constraints.global   
choco.cp.model.managers.constraints.integer   
choco.cp.solver   
choco.cp.solver.constraints.global   
choco.cp.solver.constraints.global.automata.fast_costregular   
choco.cp.solver.constraints.global.automata.fast_regular   
choco.cp.solver.constraints.global.lightcostregular.structure   
choco.cp.solver.constraints.global.matching   
choco.cp.solver.constraints.global.pack   
choco.cp.solver.constraints.global.regular   
choco.cp.solver.constraints.global.scheduling   
choco.cp.solver.constraints.global.scheduling.disjunctive   
choco.cp.solver.constraints.integer   
choco.cp.solver.constraints.integer.bool   
choco.cp.solver.constraints.integer.bool.sat   
choco.cp.solver.constraints.integer.bool.sum   
choco.cp.solver.constraints.integer.channeling   
choco.cp.solver.constraints.integer.extension   
choco.cp.solver.constraints.set   
choco.cp.solver.preprocessor   
choco.cp.solver.variables.integer   
choco.cp.solver.variables.set   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.copy   
choco.kernel.memory.recomputation   
choco.kernel.memory.structure   
choco.kernel.memory.trailing   
choco.kernel.solver   
choco.kernel.solver.constraints.global.automata.common   
choco.kernel.solver.constraints.global.automata.fast_costregular.structure   
choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure   
choco.kernel.solver.constraints.global.automata.fast_regular.structure   
choco.kernel.solver.constraints.global.matching   
choco.kernel.solver.propagation A package of classes devoted to the event model of constraint propagation.
samples.multicostregular.nsp   
samples.tutorials.lns.lns   
samples.tutorials.to_sort.socialgolfer   
samples.tutorials.to_sort.tsp   
 

Uses of IEnvironment in choco.cp.model.managers.constraints.global
 

Methods in choco.cp.model.managers.constraints.global with parameters of type IEnvironment
 SConstraint AllDifferentManager.defaultDetection(IntDomainVar[] vars, IEnvironment environment)
          make a choice if the user didn't specify the type of consistency desired
 

Uses of IEnvironment in choco.cp.model.managers.constraints.integer
 

Methods in choco.cp.model.managers.constraints.integer with parameters of type IEnvironment
 SConstraint TableManager.buildBinaryTable(IntDomainVar[] vs, Object parameters, List<String> options, IEnvironment environment)
           
 SConstraint TableManager.buildBinaryTable(IntDomainVar v1, IntDomainVar v2, BinRelation binR, List<String> options, IEnvironment environment)
           
 SConstraint TableManager.buildNaryTable(IntDomainVar[] vs, LargeRelation rela, List<String> options, IEnvironment environment)
           
 SConstraint TableManager.buildNaryTable(IntDomainVar[] vs, Object parameters, List<String> options, IEnvironment environment)
           
 

Uses of IEnvironment in choco.cp.solver
 

Methods in choco.cp.solver that return IEnvironment
 IEnvironment CPSolver.getEnvironment()
          Returns the memory environment used by the model.
 

Constructors in choco.cp.solver with parameters of type IEnvironment
CPSolver(IEnvironment env)
           
CPSolver(IEnvironment env, Configuration configuration)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.global
 

Methods in choco.cp.solver.constraints.global with parameters of type IEnvironment
 void Occurrence.init(int occval, boolean onInf, boolean onSup, IEnvironment environment)
           
 

Constructors in choco.cp.solver.constraints.global with parameters of type IEnvironment
AmongGAC(IntDomainVar[] vars, int[] values, IEnvironment environment)
          Constructs a constraint with the specified priority.
BoundGcc(IntDomainVar[] vars, int firstDomainValue, int lastDomainValue, int[] minOccurrences, int[] maxOccurrences, IEnvironment environment)
          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(IntDomainVar[] vars, IntDomainVar[] card, int firstCardValue, int lastCardValue, IEnvironment environment)
          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].
Lex(IntDomainVar[] vars, int n, boolean strict, IEnvironment environment)
           
LeximinSConstraint(IntDomainVar[] x, IEnvironment environment)
          Creates a new LeximinConstraint instance.
LeximinSConstraint(IntVar[] x, IntVar[] y, IEnvironment environment)
          Creates a new LeximinConstraint instance.
Occurrence(IntDomainVar[] vars, int occval, boolean onInf, boolean onSup, IEnvironment environment)
          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
SemiLeximinSConstraint(int[] x, IntDomainVar[] y, IEnvironment environment)
          Creates a new LeximinConstraint instance.
 

Uses of IEnvironment in choco.cp.solver.constraints.global.automata.fast_costregular
 

Fields in choco.cp.solver.constraints.global.automata.fast_costregular declared as IEnvironment
protected  IEnvironment CostRegular.environment
           
 

Uses of IEnvironment in choco.cp.solver.constraints.global.automata.fast_regular
 

Constructors in choco.cp.solver.constraints.global.automata.fast_regular with parameters of type IEnvironment
FastRegular(IEnvironment environment, IntDomainVar[] vars, IAutomaton auto)
          Construct a new explained regular constraint
 

Uses of IEnvironment in choco.cp.solver.constraints.global.lightcostregular.structure
 

Constructors in choco.cp.solver.constraints.global.lightcostregular.structure with parameters of type IEnvironment
LayeredGraph(IntDomainVar[] vars, IntDomainVar z, IAutomaton pi, double[][][] costs, IEnvironment environment)
           
Node(IEnvironment env, int layer, int state)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.global.matching
 

Constructors in choco.cp.solver.constraints.global.matching with parameters of type IEnvironment
AllDifferent(IntDomainVar[] vars, IEnvironment environment)
          API entry point: creating an ice alldifferent constraint (before posting it)
AllDifferent(IntDomainVar[] vars, int minValue, int maxValue, IEnvironment environment)
          AllDiff constraint constructor
GlobalCardinality(IntDomainVar[] vars, int[] low, int[] up, IEnvironment environment)
          Constructor, Global cardinality constraint API, short cut when smallest value equals 0 note : maxVal - minVal + 1 = low.length = up.length
GlobalCardinality(IntDomainVar[] vars, int minValue, int maxValue, int[] low, int[] up, IEnvironment environment)
          Constructor, Global cardinality constraint API note : maxVal - minVal + 1 = valueMinOccurence.length = valueMaxOccurence.length
GlobalCardinalityVar(IntDomainVar[] values, IntDomainVar[] occurences, IEnvironment environment)
           
GlobalCardinalityVar(IntDomainVar[] values, int minValue, int maxValue, IntDomainVar[] occurences, IEnvironment environment)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.global.pack
 

Constructors in choco.cp.solver.constraints.global.pack with parameters of type IEnvironment
PackSConstraint(IEnvironment environment, SetVar[] itemSets, IntDomainVar[] loads, IntDomainVar[] sizes, IntDomainVar[] bins, IntDomainVar nbNonEmpty)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.global.regular
 

Methods in choco.cp.solver.constraints.global.regular with parameters of type IEnvironment
 void Regular.init(LightLayeredDFA auto, int[] lbs, int[] dsize, IEnvironment environment)
           
 

Constructors in choco.cp.solver.constraints.global.regular with parameters of type IEnvironment
Regular(DFA auto, IntDomainVar[] vs, IEnvironment environment)
          Enforce the sequence of variable vs to be a word recognized by DFA auto
Regular(DFA auto, IntDomainVar[] vs, int[] lbs, int[] dsize, IEnvironment environment)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.global.scheduling
 

Constructors in choco.cp.solver.constraints.global.scheduling with parameters of type IEnvironment
AbstractUseResourcesSConstraint(IEnvironment environment, TaskVar taskvar, int k, IntDomainVar[] usages, IRTask[] rtasks)
           
BoundHRTask(IEnvironment env, AbstractResourceSConstraint constraint, int taskIdx)
           
EnumHRTask(IEnvironment env, AbstractResourceSConstraint constraint, int taskIdx)
           
UseResourcesEq(IEnvironment environment, TaskVar taskvar, int k, IntDomainVar[] usages, IRTask[] rtasks)
           
UseResourcesGeq(IEnvironment environment, TaskVar taskvar, int k, IntDomainVar[] usages, IRTask[] rtasks)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.global.scheduling.disjunctive
 

Constructors in choco.cp.solver.constraints.global.scheduling.disjunctive with parameters of type IEnvironment
AltDisjRules(IRTask[] rtasks, IRMakespan makespan, IEnvironment environment)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.integer
 

Constructors in choco.cp.solver.constraints.integer with parameters of type IEnvironment
ElementG(IntDomainVar index, int[] values, IntDomainVar var, IEnvironment environment)
           
ElementV(IntDomainVar[] vars, int offset, IEnvironment environment)
           
ElementVG(IntDomainVar[] vars, int offset, IEnvironment environment)
           
MaxOfAList(IEnvironment environment, IntDomainVar[] vars)
           
MinOfAList(IEnvironment environment, IntDomainVar[] vars)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.integer.bool
 

Methods in choco.cp.solver.constraints.integer.bool with parameters of type IEnvironment
static AbstractSConstraint<IntDomainVar> BooleanFactory.nand(IEnvironment environment, IntDomainVar... booleans)
          Builder for NAND constraint over integer variables
static AbstractSConstraint<IntDomainVar> BooleanFactory.or(IEnvironment environment, IntDomainVar... booleans)
          Builder for OR constraint over integer variables
 

Constructors in choco.cp.solver.constraints.integer.bool with parameters of type IEnvironment
BoolIntLinComb(IEnvironment environment, IntDomainVar[] vs, int[] coefs, IntDomainVar c, int objcoef, int scste, int op)
          Constructs the constraint with the specified variables and constant.
 

Uses of IEnvironment in choco.cp.solver.constraints.integer.bool.sat
 

Constructors in choco.cp.solver.constraints.integer.bool.sat with parameters of type IEnvironment
ClauseStore(IntDomainVar[] vars, ArrayList<WLClause> listclause, Lits voc, IEnvironment environment)
           
ClauseStore(IntDomainVar[] vars, IEnvironment environment)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.integer.bool.sum
 

Constructors in choco.cp.solver.constraints.integer.bool.sum with parameters of type IEnvironment
AbstractBoolSum(IEnvironment environment, IntDomainVar[] vars, int bValue)
           
BoolSumStructure(IEnvironment environment, AbstractSConstraint<?> cstr, IntDomainVar[] vars, int bValue)
           
EqBoolSum(IEnvironment environment, IntDomainVar[] vars, int bValue)
           
GeqBoolSum(IEnvironment environment, IntDomainVar[] vars, int bValue)
           
LeqBoolSum(IEnvironment environment, IntDomainVar[] vars, int bValue)
           
NeqBoolSum(IEnvironment environment, IntDomainVar[] vars, int bValue)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.integer.channeling
 

Constructors in choco.cp.solver.constraints.integer.channeling with parameters of type IEnvironment
DomainChanneling(IntDomainVar[] yij, IntDomainVar xi, IEnvironment environment)
          Make a new Channeling.
ReifiedLargeAnd(IntDomainVar[] vars, IEnvironment environment)
          A constraint to ensure : b = AND_{i} vars[i]
ReifiedLargeNand(IntDomainVar[] vars, IEnvironment environment)
          A constraint to ensure : b = OR_{i} vars[i]
ReifiedLargeNor(IntDomainVar[] vars, IEnvironment environment)
          A constraint to ensure : b = AND_{i} vars[i]
ReifiedLargeOr(IntDomainVar[] vars, IEnvironment environment)
          A constraint to ensure : b = OR_{i} vars[i]
 

Uses of IEnvironment in choco.cp.solver.constraints.integer.extension
 

Constructors in choco.cp.solver.constraints.integer.extension with parameters of type IEnvironment
AC2001BinSConstraint(IntDomainVar x0, IntDomainVar x1, BinRelation relation, IEnvironment environment)
           
GAC2001LargeSConstraint(IntDomainVar[] vs, LargeRelation relation, IEnvironment environment)
           
GAC2001PositiveLargeConstraint(IEnvironment environment, IntDomainVar[] vs, IterTuplesTable relation)
           
GACstrPositiveLargeSConstraint(IntDomainVar[] vs, LargeRelation relation, IEnvironment environment)
           
 

Uses of IEnvironment in choco.cp.solver.constraints.set
 

Fields in choco.cp.solver.constraints.set declared as IEnvironment
protected  IEnvironment SetNaryUnion.environment
           
 

Constructors in choco.cp.solver.constraints.set with parameters of type IEnvironment
AbstractBoundOfASet(IEnvironment environment, IntDomainVar[] intvars, SetVar setvar, AbstractBoundOfASet.EmptySetPolicy emptySetPolicy)
           
AmongSet(Var[] vars, IEnvironment environment)
          Constructs a constraint with the specified priority.
MaxOfASet(IEnvironment environment, IntDomainVar[] intvars, SetVar setvar, AbstractBoundOfASet.EmptySetPolicy emptySetPolicy)
           
MinOfASet(IEnvironment environment, IntDomainVar[] intvars, SetVar setvar, AbstractBoundOfASet.EmptySetPolicy emptySetPolicy)
           
SetNaryUnion(SetVar[] vars, IEnvironment environment)
           
SetValuePrecede(int s, int t, SetVar[] svars, IEnvironment environment)
           
 

Uses of IEnvironment in choco.cp.solver.preprocessor
 

Constructors in choco.cp.solver.preprocessor with parameters of type IEnvironment
PreProcessCPSolver(IEnvironment env, Configuration configuration)
           
 

Uses of IEnvironment in choco.cp.solver.variables.integer
 

Constructors in choco.cp.solver.variables.integer with parameters of type IEnvironment
BipartiteIntDomain(IntDomainVarImpl v, int[] sortedValues, IEnvironment environment, PropagationEngine propagationEngine)
          Constructs a new domain for the specified variable and bounds.
BipartiteIntDomain(IntDomainVarImpl v, int low, int up, IEnvironment environment, PropagationEngine propagationEngine)
          Constructs a new domain for the specified variable and bounds.
BitSetIntDomain(IntDomainVarImpl v, int[] sortedValues, IEnvironment environment, PropagationEngine propagationEngine)
           
BitSetIntDomain(IntDomainVarImpl v, int a, int b, IEnvironment environment, PropagationEngine propagationEngine)
          Constructs a new domain for the specified variable and bounds.
BooleanDomain(IntDomainVarImpl v, IEnvironment environment, PropagationEngine propagationEngine)
          Constructs a new domain for the specified variable and bounds.
IntervalBTreeDomain(IntDomainVarImpl v, int[] sortedValues, IEnvironment environment, PropagationEngine propagationEngine)
          Construct a new domain represented by a Binary Tree of Interval
IntervalBTreeDomain(IntDomainVarImpl v, int a, int b, IEnvironment environment, PropagationEngine propagationEngine)
          Construct a new domain represented by a Binary Tree of Interval
IntervalIntDomain(IntDomainVarImpl v, int a, int b, IEnvironment environment, PropagationEngine propagationEngine)
           
LinkedIntDomain(IntDomainVarImpl v, int[] sortedValues, IEnvironment environment, PropagationEngine propagationEngine)
           
LinkedIntDomain(IntDomainVarImpl v, int a, int b, IEnvironment environment, PropagationEngine propagationEngine)
          Constructs a new domain for the specified variable and bounds.
 

Uses of IEnvironment in choco.cp.solver.variables.set
 

Methods in choco.cp.solver.variables.set with parameters of type IEnvironment
static BitSetEnumeratedDomain BitSetEnumeratedDomain.empty(SetVar v, IEnvironment environment)
          Specific constructor for empty set variable
 

Constructors in choco.cp.solver.variables.set with parameters of type IEnvironment
BitSetEnumeratedDomain(SetVar v, int[] sortedValues, boolean full, IEnvironment environment)
           
BitSetEnumeratedDomain(SetVar v, int a, int b, boolean full, IEnvironment environment)
          Constructs a new domain for the specified variable and bounds.
SetDomainImpl(SetVar v, int[] sortedValues, boolean constant, IEnvironment environment, PropagationEngine propagationEngine)
          Constructor of set var, allow creation of constant set var and empty set var.
SetDomainImpl(SetVar v, int[] sortedValues, IEnvironment environment, PropagationEngine propagationEngine)
           
SetDomainImpl(SetVar v, int a, int b, IEnvironment environment, PropagationEngine propagationEngine)
           
 

Uses of IEnvironment in choco.kernel.memory
 

Classes in choco.kernel.memory that implement IEnvironment
 class AbstractEnvironment
          Super class of all environments !
 

Methods in choco.kernel.memory that return IEnvironment
 IEnvironment IStateLong.getEnvironment()
          Retrieving the environment
 IEnvironment IStateIntInterval.getEnvironment()
          Retrieving the environment.
 IEnvironment IStateInt.getEnvironment()
          Retrieving the environment.
 IEnvironment IStateDouble.getEnvironment()
          Retrieving the environment
 IEnvironment IStateBool.getEnvironment()
          Retrieving the environment
 

Uses of IEnvironment in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IEnvironment
 class EnvironmentCopying
           
 

Methods in choco.kernel.memory.copy that return IEnvironment
 IEnvironment RcObject.getEnvironment()
           
 IEnvironment RcLong.getEnvironment()
           
 IEnvironment RcInt.getEnvironment()
           
 IEnvironment RcDouble.getEnvironment()
           
 IEnvironment RcBool.getEnvironment()
           
 

Uses of IEnvironment in choco.kernel.memory.recomputation
 

Constructors in choco.kernel.memory.recomputation with parameters of type IEnvironment
EnvironmentRecomputation(IEnvironment envD, int gap)
          Deprecated.  
 

Uses of IEnvironment in choco.kernel.memory.structure
 

Methods in choco.kernel.memory.structure that return IEnvironment
 IEnvironment IntInterval.getEnvironment()
           
 

Methods in choco.kernel.memory.structure with parameters of type IEnvironment
 void StoredIndexedBipartiteSet.buildList(IEnvironment environment, int[] values)
           
 

Constructors in choco.kernel.memory.structure with parameters of type IEnvironment
APartiallyStoredCstrList(IEnvironment env)
           
IntInterval(IEnvironment environment, int inf, int sup)
           
OneWordSBitSet32(IEnvironment environment)
          Creates a new bit set.
OneWordSBitSet32(IEnvironment environment, int nbits)
          Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
OneWordSBitSet64(IEnvironment environment)
          Creates a new bit set.
OneWordSBitSet64(IEnvironment environment, int nbits)
          Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
PartiallyStoredIntCstrList(IEnvironment env, int... eventTypes)
           
PartiallyStoredIntVector(IEnvironment env)
           
PartiallyStoredRealCstrList(IEnvironment env)
           
PartiallyStoredSetCstrList(IEnvironment env)
           
PartiallyStoredTaskCstrList(IEnvironment env)
           
PartiallyStoredVector(IEnvironment env)
          Constructor
SBitSet(IEnvironment environment)
          Creates a new bit set.
SBitSet(IEnvironment environment, int nbits)
          Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
SBitSet2(IEnvironment environment)
          Creates a new bit set.
SBitSet2(IEnvironment environment, int nbits)
          Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
StoredBipartiteSet(IEnvironment env, Collection<E> coll)
           
StoredBipartiteSet(IEnvironment env, E[] elementData)
           
StoredBipartiteVarSet(IEnvironment env)
           
StoredIndexedBipartiteSet(IEnvironment environment, ArrayList<IndexedObject> values)
           
StoredIndexedBipartiteSet(IEnvironment environment, IndexedObject[] values)
           
StoredIndexedBipartiteSet(IEnvironment environment, int nbValues)
          Create a stored bipartite set with a size.
StoredIndexedBipartiteSet(IEnvironment environment, int[] values)
           
StoredIntBipartiteList(IEnvironment environment, int[] values)
           
 

Uses of IEnvironment in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IEnvironment
 class EnvironmentTrailing
          The root class for managing memory and sessions.
 

Uses of IEnvironment in choco.kernel.solver
 

Methods in choco.kernel.solver that return IEnvironment
 IEnvironment Solver.getEnvironment()
          Returns the memory environment used by the model.
 

Uses of IEnvironment in choco.kernel.solver.constraints.global.automata.common
 

Methods in choco.kernel.solver.constraints.global.automata.common with parameters of type IEnvironment
 void StoredIndexedBipartiteSetWithOffset.buildList(IEnvironment environment, int[] values)
           
 

Constructors in choco.kernel.solver.constraints.global.automata.common with parameters of type IEnvironment
StoredIndexedBipartiteSetWithOffset(IEnvironment environment, ArrayList<IndexedObject> values)
           
StoredIndexedBipartiteSetWithOffset(IEnvironment environment, IndexedObject[] values)
           
StoredIndexedBipartiteSetWithOffset(IEnvironment environment, int nbValues)
           
StoredIndexedBipartiteSetWithOffset(IEnvironment environment, int[] values)
           
 

Uses of IEnvironment in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
 

Constructors in choco.kernel.solver.constraints.global.automata.fast_costregular.structure with parameters of type IEnvironment
StoredValuedDirectedMultiGraph(IEnvironment environment, AbstractIntSConstraint constraint, org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph, int[][] layers, int[] starts, int[] offsets, int supportLength)
           
 

Uses of IEnvironment in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
 

Constructors in choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure with parameters of type IEnvironment
SoftStoredMultiValuedDirectedMultiGraph(IEnvironment environment, AbstractIntSConstraint constraint, org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph, int[][] layers, int[] starts, int[] offsets, int supportLength, int[][][][] costs, IntDomainVar[] y)
           
StoredDirectedMultiGraph(IEnvironment environment, AbstractIntSConstraint constraint, org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph, int[][] layers, int[] starts, int[] offsets, int supportLength, ICostAutomaton pi, IntDomainVar[] z)
           
 

Uses of IEnvironment in choco.kernel.solver.constraints.global.automata.fast_regular.structure
 

Constructors in choco.kernel.solver.constraints.global.automata.fast_regular.structure with parameters of type IEnvironment
StoredDirectedMultiGraph(IEnvironment environment, AbstractIntSConstraint constraint, org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph, int[] starts, int[] offsets, int supportLength)
           
 

Uses of IEnvironment in choco.kernel.solver.constraints.global.matching
 

Constructors in choco.kernel.solver.constraints.global.matching with parameters of type IEnvironment
AbstractBipartiteFlow(IEnvironment environment, IntDomainVar[] vars, int nbLeft, int nbRight)
          Constructor for AbstractBipartiteFlow
AbstractBipartiteGraph(IEnvironment environment, IntDomainVar[] vars, int nbLeft, int nbRight)
          Constructor
AbstractBipartiteMatching(IEnvironment environment, IntDomainVar[] vars, int nbLeft, int nbRight)
          Builds a new instance for the specified vars.
 

Uses of IEnvironment in choco.kernel.solver.propagation
 

Methods in choco.kernel.solver.propagation with parameters of type IEnvironment
 void Propagator.activate(IEnvironment environment)
          Activate a constraint.
 

Uses of IEnvironment in samples.multicostregular.nsp
 

Constructors in samples.multicostregular.nsp with parameters of type IEnvironment
NSPStruct(IntDomainVar[] vars, NSPInstance instance, IEnvironment environment)
           
 

Uses of IEnvironment in samples.tutorials.lns.lns
 

Methods in samples.tutorials.lns.lns that return IEnvironment
 IEnvironment AbstractLNSSolver.getEnvironment()
          Deprecated.  
 

Constructors in samples.tutorials.lns.lns with parameters of type IEnvironment
LNSCPSolver(IEnvironment env, Configuration configuration)
           
 

Uses of IEnvironment in samples.tutorials.to_sort.socialgolfer
 

Constructors in samples.tutorials.to_sort.socialgolfer with parameters of type IEnvironment
ScalarAtMost(IEnvironment environment, IntDomainVar[] vars, int n, int k)
           
 

Uses of IEnvironment in samples.tutorials.to_sort.tsp
 

Constructors in samples.tutorials.to_sort.tsp with parameters of type IEnvironment
MinSpanningTree(IntDomainVar[] allVars, int[][] dist, IEnvironment environment)
           
SubTourConstraint(IntDomainVar[] s, IEnvironment environment)
           
 



Copyright © 2012. All Rights Reserved.