Serialized Form
constraints
DeterministicIndicedList<O extends IIndex> constraints
- All the constraint of the model
intVars
DeterministicIndicedList<O extends IIndex> intVars
- All the search intVars in the model.
nbBoolVar
int nbBoolVar
setVars
DeterministicIndicedList<O extends IIndex> setVars
- All the set intVars in the model.
floatVars
DeterministicIndicedList<O extends IIndex> floatVars
- All the float vars in the model.
constantVars
DeterministicIndicedList<O extends IIndex> constantVars
- All the constant vars in the model
expVars
DeterministicIndicedList<O extends IIndex> expVars
- All the search intVars in the model.
storedMultipleVariables
DeterministicIndicedList<O extends IIndex> storedMultipleVariables
constraintsByType
gnu.trove.THashMap<K,V> constraintsByType
- Map that gives for type of contraints, a list of contraints of that type
defDecExp
Boolean defDecExp
- Decomposed expression
clausesStore
ComponentConstraintWithSubConstraints clausesStore
_iterator
TIHIterator<E extends IIndex> _iterator
reuseOptions
Set<E> reuseOptions
conSet
gnu.trove.TLongHashSet conSet
varSet
gnu.trove.TLongHashSet varSet
conQueue
gnu.trove.TLongObjectHashMap<V> conQueue
varQueue
gnu.trove.TLongObjectHashMap<V> varQueue
Package choco.cp.solver.constraints.global.automata.fast_multicostregular.example |
full
dk.brics.automaton.Automaton full
alpha
gnu.trove.TIntHashSet alpha
work
String work
all
String all
vs
IntegerVariable[][] vs
cvs
IntegerVariable[][] cvs
Package choco.cp.solver.constraints.global.geost |
nbOfUpdates
int nbOfUpdates
DIM
int DIM
- DIM id a constants indicating the dimension of the space we are working in globally
INPUT_FILE_PATH
String INPUT_FILE_PATH
VRML_OUTPUT_FOLDER
String VRML_OUTPUT_FOLDER
OUTPUT_OF_RANDOM_GEN_PROB_TO_BE_USED_AS_INPUT
String OUTPUT_OF_RANDOM_GEN_PROB_TO_BE_USED_AS_INPUT
OUTPUT_OF_RANDOM_GEN_PROB_TO_BE_READ_BY_HUMANS
String OUTPUT_OF_RANDOM_GEN_PROB_TO_BE_READ_BY_HUMANS
RUN_MODE
int RUN_MODE
- RUN_MODE is a constant that indicates Whether we want to search for all solutions or a first solution.
value 0 is for all solutions, value 1 is for one solution.
Package choco.cp.solver.constraints.global.geost.dataStructures |
serialVersionUID: -6129722552080498898L
serialVersionUID: -1098658235927216892L
Package choco.cp.solver.constraints.global.geost.externalConstraints |
D
int D
o1
int o1
o2
int o2
q
int q
DVar
IntDomainVar DVar
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
Package choco.cp.solver.constraints.global.geost.frames |
readExternal
public final void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public final void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public final void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public final void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public final void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public final void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public final void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public final void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
Package choco.cp.solver.constraints.global.geost.geometricPrim |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
coords
int[] coords
dim
int dim
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
Package choco.cp.solver.constraints.global.geost.internalConstraints |
q
int q
D
int D
s1
int s1
s2
int s2
o1
int o1
o2
int o2
DVar
IntDomainVar DVar
stp
Setup stp
q
int q
D
int D
s1
int s1
s2
int s2
o1
int o1
o2
int o2
stp
Setup stp
DVar
IntDomainVar DVar
o1
int o1
a
int[] a
b
int b
stp
Setup stp
D
int D
t
int[] t
l
int[] l
ictrID
int ictrID
t
int[] t
l
int[] l
Package choco.cp.solver.constraints.global.scheduling |
rtasks
IRTask[] rtasks
makespan
choco.cp.solver.constraints.global.scheduling.AbstractResourceSConstraint.RMakespan makespan
name
String name
flags
BitMask flags
nbRegularTasks
int nbRegularTasks
nbOptionalTasks
int nbOptionalTasks
enableHeights
boolean enableHeights
indexUnit
int indexUnit
indexUB
int indexUB
Package choco.cp.solver.constraints.global.scheduling.cumulative |
fixedHeights
IStateBool fixedHeights
- indicates if all heights are instantiated (lazy computation)
positiveHeights
IStateBool positiveHeights
- indicates if all heights are positive or nil (lazy computation)
regularWithNegativeHeight
IStateBool regularWithNegativeHeight
- indicates if at least one regular tasks has a negative height (lazy computation)
indexConsumption
int indexConsumption
indexCapacity
int indexCapacity
cumulSweep
ICumulSweep cumulSweep
cumulRules
ICumulRules cumulRules
noFixPoint
boolean noFixPoint
Package choco.cp.solver.constraints.global.scheduling.disjunctive |
serialVersionUID: -5081383350524112067L
policy
Disjunctive.Policy policy
rules
IDisjRules rules
noFixPoint
boolean noFixPoint
forbidden
choco.cp.solver.constraints.global.scheduling.disjunctive.ExtendedBitSet forbidden
load
int load
Package choco.cp.solver.preprocessor |
serialVersionUID: 683407604054648550L
Package choco.kernel.common.opres.nosum |
serialVersionUID: 6178195062253959771L
id
int id
val
int val
Package choco.kernel.common.util |
serialVersionUID: 3618698612851422261L
value
int value
- The int value represented by this
ModifiableInteger
.
Package choco.kernel.common.util.disposable |
elements
IStored[] elements
capacity
int capacity
idx
int idx
Package choco.kernel.common.util.objects |
clazz
Class<T> clazz
indices
gnu.trove.TLongIntHashMap indices
- Speed hash set of constraint indices
objects
IIndex[] objects
- All the object
last
int last
- indice of the last object
serialVersionUID: 7997698588986878753L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the BitSet instance from a stream (i.e.,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the BitSet instance to a stream (i.e.,
serialize it).
- Throws:
IOException
bits
long[] bits
-
The bits in this BitSet. The ith bit is stored in bits[i/64] at
bit position i % 64 (where bit position 0 refers to the least
significant bit and 63 refers to the most significant bit).
Package choco.kernel.common.util.tools |
Class choco.kernel.common.util.tools.CollectionUtils.EmptyList extends AbstractList<Object> implements Serializable |
serialVersionUID: 8842843931221139166L
readResolve
private Object readResolve()
Class choco.kernel.common.util.tools.CollectionUtils.EmptySet extends AbstractSet<Object> implements Serializable |
serialVersionUID: 1582296315990362920L
readResolve
private Object readResolve()
Package choco.kernel.memory |
serialVersionUID: 7657094104323002125L
Package choco.kernel.model |
serialVersionUID: -3328606447676273304L
serialVersionUID: 1700344707758777465L
indice
long indice
options
List<E> options
serialVersionUID: -4465055351650054924L
variables
Variable[] variables
extractedVariables
Variable[] extractedVariables
Package choco.kernel.model.constraints |
type
ConstraintType type
manager
String manager
parameters
Object parameters
constraints
List<E> constraints
constraints
Constraint[] constraints
serialVersionUID: 5309541509214967423L
constraint
Constraint constraint
serialVersionUID: 5410687647692627875L
Package choco.kernel.model.constraints.automaton.FA |
Package choco.kernel.model.variables |
type
VariableType type
name
String name
constraints
IConstraintList constraints
hook
int hook
parameters
Object parameters
variableManager
String variableManager
expressionManager
String expressionManager
operator
Operator operator
constraints
List<E> constraints
reuseConstraints
Constraint[] reuseConstraints
enableStorage
boolean enableStorage
- Indicate wether or not the MultipleVariable shoudl be stored as an object
(for example to be accessible by the Solver as an entire object)
Package choco.kernel.model.variables.geost |
dim
int dim
objectId
int objectId
shapeId
IntegerVariable shapeId
coordinates
IntegerVariable[] coordinates
startTime
IntegerVariable startTime
durationTime
IntegerVariable durationTime
endTime
IntegerVariable endTime
radius
int radius
sid
int sid
t
int[] t
l
int[] l
Package choco.kernel.model.variables.integer |
lowB
int lowB
uppB
int uppB
values
int[] values
_iterator
IVIterator _iterator
constraints
Constraint[] constraints
Package choco.kernel.model.variables.real |
lowB
double lowB
uppB
double uppB
Package choco.kernel.model.variables.scheduling |
variableManager
String variableManager
Package choco.kernel.model.variables.set |
lowB
int lowB
uppB
int uppB
values
int[] values
card
IntegerVariable card
Package choco.kernel.model.variables.tree |
idx
int idx
- index of the current node
successors
IntegerVariable successors
- an integer variable that depicts the potential sucessor nodes of the current node (by indices)
inDegree
IntegerVariable inDegree
- an integer variable that depicts the indegree of the current node
timeWindow
IntegerVariable timeWindow
- an integer variable that depicts the starting time from the current node
nTree
IntegerVariable nTree
nbNodes
int nbNodes
nodes
TreeNodeObject[] nodes
nproper
IntegerVariable nproper
objective
IntegerVariable objective
graphs
List<E> graphs
matrix
List<E> matrix
travel
int[][] travel
Package choco.kernel.solver |
serialVersionUID: 683407604054548550L
serialVersionUID: 1542770449283056616L
contradictionCause
Object contradictionCause
contradictionMove
int contradictionMove
serialVersionUID: 8124764424837883631L
Package choco.kernel.solver.constraints.global |
vars
IntDomainVar[] vars
tasks
TaskVar<C extends AbstractSConstraint & TaskPropagator>[] tasks
constraints
SConstraint<V extends Var>[] constraints
type
SConstraintType type
name
String name
Package choco.kernel.solver.constraints.global.automata.fast_costregular.structure |
id
int id
orig
Node orig
dest
Node dest
value
int value
cost
double cost
Package choco.kernel.solver.constraints.global.scheduling |
serialVersionUID: -6700792497144348896L
tasks
ITask[] tasks
serialVersionUID: 3665641934423408763L
name
String name
nbReg
int nbReg
nbOpt
int nbOpt
nbTot
int nbTot
isHorizonDefined
boolean isHorizonDefined
Package choco.kernel.solver.search.checker |
serialVersionUID: 6382585015655627735L
Package choco.kernel.visu.components.panels |
name
String name
variables
Variable[] variables
Package choco.visu.components.chart.axis |
serialVersionUID: -52483373074414880L
Package choco.visu.components.chart.dataset |
serialVersionUID: -8437432737098552565L
inverted
boolean inverted
- A flag that controls whether or not the resource is given by the serie or the index in a serie.
Package choco.visu.components.chart.labels |
serialVersionUID: -6976436429618157861L
serialVersionUID: 7955578441394246380L
serialVersionUID: -3185597210687549691L
Package choco.visu.components.chart.renderer |
serialVersionUID: -5644242483289430988L
imap
HashMap<K,V> imap
pmap
HashMap<K,V> pmap
renderer
MyXYBarRenderer.ResourceRenderer renderer
Package choco.visu.components.chart.ui |
serialVersionUID: -744486445775610448L
tree
JTree tree
solver
Solver solver
splitPane
JSplitPane splitPane
Package choco.visu.components.panels |
chopapplet
AChocoPApplet chopapplet
Package choco.visu.components.papplets |
bricks
AChocoBrick[] bricks
font
processing.core.PFont font
parameters
Object parameters
names
String[] names
watch
Var watch
intobjective
int intobjective
last
int last
maximize
Boolean maximize
restart
Boolean restart
fileName
String fileName
q
LinkedList<E> q
nodes
LinkedList<E> nodes
edges
LinkedList<E> edges
width
int width
depth
int depth
nodeLimit
int nodeLimit
s
float s
names
String[] names
n
int n
physics
traer.physics.ParticleSystem physics
centroid
traer.animation.Smoother3D centroid
q
LinkedList<E> q
settings
HashMap<K,V> settings
tswidth
int tswidth
tsdepth
int tsdepth
sval
float sval
Package parser.absconparseur.tools |
serialVersionUID: -3961722178499026262L
coder
InstanceCheckerEngine coder
content
parser.absconparseur.tools.InstanceChecker.MyPanel content
indicator
InstanceChecker.Indicator indicator
serialVersionUID: 7557235241412627008L
Package parser.instances.xcsp |
serialVersionUID: -6142621495638857916L
serialVersionUID: 1L
Package samples.multicostregular.asap |
handler
ASAPItemHandler handler
rules
HashMap<K,V> rules
colormap
HashMap<K,V> colormap
shifts
IntegerVariable[][] shifts
alpha
gnu.trove.TIntHashSet alpha
nbDays
int nbDays
nbEmployees
int nbEmployees
lowb
int[][] lowb
uppb
int[][] uppb
Package samples.multicostregular.asap.hci.presentation |
pane
Container pane
model
ASAPDataHandler model
jPanelResult
ASAPResultPanel jPanelResult
text
String text
model
ASAPCPModel model
d
ASAPDataHandler d
name
String name
nbe
int nbe
nbd
int nbd
start
ASAPDate start
end
ASAPDate end
width
int width
solving
boolean solving
solved
boolean solved
time
long time
solver
Solver solver
rp
ASAPResultPanel rp
Package samples.multicostregular.carsequencing |
seqVars
IntegerVariable[] seqVars
occVars
IntegerVariable[] occVars
instance
CarSeqInstance instance
Package samples.multicostregular.nsp |
constraints
Constraint[] constraints
forHeuristic
Constraint forHeuristic
instance
NSPInstance instance
shifts
IntegerVariable[][] shifts
globalCost
IntegerVariable globalCost
auto
IAutomaton auto
Package samples.rackconfig |
inst
Instances inst
obj
IntegerVariable obj
card
IntegerVariable[][] card
rack
IntegerVariable[] rack
rackModel
IntegerVariable[] rackModel
boundOccur
IntegerVariable[] boundOccur
occur
IntegerVariable[] occur
cost
int[] cost
maxPower
IntegerVariable[] maxPower
count
IntegerVariable[][] count
rack2
SetVariable[] rack2
rmodel2
SetVariable[] rmodel2
rack3
SetVariable[][] rack3
inst
Instances inst
cost
IntegerVariable cost
w
IntegerVariable[] w
rel
IntegerVariable[][] rel
Package samples.tutorials.applet |
Package samples.tutorials.lns.lns |
Package samples.tutorials.to_sort |
myvars
IntegerVariable[][] myvars
- The model variables.
dualmyvars
IntegerVariable[][] dualmyvars
X
int X
- The width of the nonogram
Y
int Y
- The height of the nonogram
consRows
int[][] consRows
- The pattern constraints on the rows
consCols
int[][] consCols
- The pattern constraints on the columns
dfas
DFA[] dfas
- The automatons used to describe the pattern constraints
sequence
IntegerVariable[] sequence
- Model variable for the
bounds
IntegerVariable[] bounds
- Bounds within whoms the accepted schedule must cost.
costMatrix
int[][][][] costMatrix
- The cost matrix which gives assgnement cost (used for counters too)
auto
FiniteAutomaton auto
- Automaton which embeds the work regulations that may be
represented by regular expressions
Copyright © 2012. All Rights Reserved.