Serialized Form
-
Package org.maxicp.cp.engine.core
-
Class org.maxicp.cp.engine.core.CPBoolVarImpl
class CPBoolVarImpl extends Object implements Serializable-
Serialized Fields
-
binaryVar
CPIntVar binaryVar
-
-
-
Class org.maxicp.cp.engine.core.CPBoolVarIsEqual
class CPBoolVarIsEqual extends CPIntVarImpl implements Serializable -
Class org.maxicp.cp.engine.core.CPIntervalVarImpl
class CPIntervalVarImpl extends Object implements Serializable-
Serialized Fields
-
-
Class org.maxicp.cp.engine.core.CPIntervalVarOffset
class CPIntervalVarOffset extends Object implements Serializable-
Serialized Fields
-
interval
CPIntervalVar interval
-
offset
int offset
-
-
-
Class org.maxicp.cp.engine.core.CPIntVarConstant
class CPIntVarConstant extends Object implements Serializable-
Serialized Fields
-
cp
CPSolver cp
-
value
int value
-
-
-
Class org.maxicp.cp.engine.core.CPIntVarImpl
class CPIntVarImpl extends Object implements Serializable-
Serialized Fields
-
cp
CPSolver cp
-
domain
IntDomain domain
-
domListener
IntDomainListener domListener
-
onBind
StateStack<CPConstraint> onBind
-
onBounds
StateStack<CPConstraint> onBounds
-
onDomain
StateStack<CPConstraint> onDomain
-
-
-
Class org.maxicp.cp.engine.core.CPIntVarViewMul
class CPIntVarViewMul extends Object implements Serializable-
Serialized Fields
-
a
int a
-
x
CPIntVar x
-
-
-
Class org.maxicp.cp.engine.core.CPIntVarViewOffset
class CPIntVarViewOffset extends Object implements Serializable-
Serialized Fields
-
o
int o
-
x
CPIntVar x
-
-
-
Class org.maxicp.cp.engine.core.CPIntVarViewOpposite
class CPIntVarViewOpposite extends Object implements Serializable-
Serialized Fields
-
x
CPIntVar x
-
-
-
Class org.maxicp.cp.engine.core.CPSeqVarImpl
class CPSeqVarImpl extends Object implements Serializable-
Serialized Fields
-
cp
CPSolver cp
-
domain
StateTriPartition domain
-
end
int end
-
insertable
StateSparseSet insertable
-
listener
SeqListener listener
Listener for the whole sequence. For more information about the changes (i.e. what insertion has occurred?), use the listener within the nodes -
nMember
StateInt nMember
-
nNodes
int nNodes
-
nodes
org.maxicp.cp.engine.core.CPSeqVarImpl.Node[] nodes
-
onExclude
StateStack<CPConstraint> onExclude
-
onFix
StateStack<CPConstraint> onFix
-
onInsert
StateStack<CPConstraint> onInsert
-
onInsertRemoved
StateStack<CPConstraint> onInsertRemoved
-
onRequire
StateStack<CPConstraint> onRequire
-
pred
StateInt[] pred
-
start
int start
-
succ
StateInt[] succ
-
values
int[] values
-
-
-
Class org.maxicp.cp.engine.core.CPSeqVarViewFlip
class CPSeqVarViewFlip extends Object implements Serializable-
Serialized Fields
-
seqVar
CPSeqVar seqVar
-
-
-
-
Package org.maxicp.modeling
-
Exception Class org.maxicp.modeling.ModelProxy.NotConcreteException
class NotConcreteException extends RuntimeException implements Serializable -
Exception Class org.maxicp.modeling.NotAChildModelException
class NotAChildModelException extends RuntimeException implements Serializable
-
-
Package org.maxicp.modeling.algebra
-
Exception Class org.maxicp.modeling.algebra.VariableNotFixedException
class VariableNotFixedException extends Exception implements Serializable
-
-
Package org.maxicp.modeling.algebra.bool
-
Record Class org.maxicp.modeling.algebra.bool.And
class And extends Record implements Serializable-
Serialized Fields
-
exprs
ImmutableSet<BoolExpression> exprs
The field for theexprsrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.EndAfter
class EndAfter extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component. -
value
IntExpression value
The field for thevaluerecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.EndBefore
class EndBefore extends Record implements Serializable-
Serialized Fields
-
end
IntExpression end
The field for theendrecord component. -
intervalVar
IntervalVar intervalVar
The field for theintervalVarrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.EndBeforeStart
class EndBeforeStart extends Record implements Serializable-
Serialized Fields
-
a
IntervalVar a
The field for thearecord component. -
b
IntervalVar b
The field for thebrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.Eq
class Eq extends Record implements Serializable-
Serialized Fields
-
a
IntExpression a
The field for thearecord component. -
b
IntExpression b
The field for thebrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.GreaterOrEq
class GreaterOrEq extends Record implements Serializable-
Serialized Fields
-
a
IntExpression a
The field for thearecord component. -
b
IntExpression b
The field for thebrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.InSet
class InSet extends Record implements Serializable-
Serialized Fields
-
a
IntExpression a
The field for thearecord component. -
b
Set<Integer> b
The field for thebrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.LessOrEq
class LessOrEq extends Record implements Serializable-
Serialized Fields
-
a
IntExpression a
The field for thearecord component. -
b
IntExpression b
The field for thebrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.Not
class Not extends Record implements Serializable-
Serialized Fields
-
a
BoolExpression a
The field for thearecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.NotEq
class NotEq extends Record implements Serializable-
Serialized Fields
-
a
IntExpression a
The field for thearecord component. -
b
IntExpression b
The field for thebrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.Or
class Or extends Record implements Serializable-
Serialized Fields
-
exprs
ImmutableSet<BoolExpression> exprs
The field for theexprsrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.Present
class Present extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.StartAfter
class StartAfter extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component. -
value
IntExpression value
The field for thevaluerecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.bool.StartBefore
class StartBefore extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component. -
value
IntExpression value
The field for thevaluerecord component.
-
-
-
-
Package org.maxicp.modeling.algebra.integer
-
Record Class org.maxicp.modeling.algebra.integer.Abs
class Abs extends Record implements Serializable-
Serialized Fields
-
expr
IntExpression expr
The field for theexprrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Constant
class Constant extends Record implements Serializable-
Serialized Fields
-
modelProxy
ModelProxy modelProxy
The field for themodelProxyrecord component. -
v
int v
The field for thevrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.CstMul
class CstMul extends Record implements Serializable-
Serialized Fields
-
expr
IntExpression expr
The field for theexprrecord component. -
mul
int mul
The field for themulrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.CstOffset
class CstOffset extends Record implements Serializable-
Serialized Fields
-
expr
IntExpression expr
The field for theexprrecord component. -
v
int v
The field for thevrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Element1D
class Element1D extends Record implements Serializable-
Serialized Fields
-
array
int[] array
The field for thearrayrecord component. -
index
IntExpression index
The field for theindexrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Element1DVar
class Element1DVar extends Record implements Serializable-
Serialized Fields
-
array
IntExpression[] array
The field for thearrayrecord component. -
index
IntExpression index
The field for theindexrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Element2D
class Element2D extends Record implements Serializable-
Serialized Fields
-
array
int[][] array
The field for thearrayrecord component. -
x
IntExpression x
The field for thexrecord component. -
y
IntExpression y
The field for theyrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Element2DVar
class Element2DVar extends Record implements Serializable-
Serialized Fields
-
array
IntExpression[][] array
The field for thearrayrecord component. -
x
IntExpression x
The field for thexrecord component. -
y
IntExpression y
The field for theyrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.IntervalEnd
class IntervalEnd extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.IntervalEndOrValue
class IntervalEndOrValue extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component. -
value
int value
The field for thevaluerecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.IntervalLength
class IntervalLength extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.IntervalLengthOrValue
class IntervalLengthOrValue extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component. -
value
int value
The field for thevaluerecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.IntervalStart
class IntervalStart extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.IntervalStartOrValue
class IntervalStartOrValue extends Record implements Serializable-
Serialized Fields
-
interval
IntervalVar interval
The field for theintervalrecord component. -
value
int value
The field for thevaluerecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Max
class Max extends Record implements Serializable-
Serialized Fields
-
exprs
IntExpression[] exprs
The field for theexprsrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Min
class Min extends Record implements Serializable-
Serialized Fields
-
exprs
IntExpression[] exprs
The field for theexprsrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Mul
class Mul extends Record implements Serializable-
Serialized Fields
-
subexprs
IntExpression[] subexprs
The field for thesubexprsrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.MulBinary
class MulBinary extends Record implements Serializable-
Serialized Fields
-
b
BoolExpression b
The field for thebrecord component. -
x
IntExpression x
The field for thexrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.Sum
class Sum extends Record implements Serializable-
Serialized Fields
-
subexprs
IntExpression[] subexprs
The field for thesubexprsrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.UnaryMinus
class UnaryMinus extends Record implements Serializable-
Serialized Fields
-
expr
IntExpression expr
The field for theexprrecord component.
-
-
-
Record Class org.maxicp.modeling.algebra.integer.WeightedSum
class WeightedSum extends Record implements Serializable-
Serialized Fields
-
subexprs
IntExpression[] subexprs
The field for thesubexprsrecord component. -
weights
int[] weights
The field for theweightsrecord component.
-
-
-
-
Package org.maxicp.modeling.algebra.scheduling
-
Package org.maxicp.modeling.algebra.sequence
-
Package org.maxicp.modeling.concrete
-
Package org.maxicp.modeling.symbolic
-
Class org.maxicp.modeling.symbolic.BoolVarImpl
class BoolVarImpl extends Object implements Serializable-
Serialized Fields
-
containsFalse
boolean containsFalse
-
containsTrue
boolean containsTrue
-
modelProxy
ModelProxy modelProxy
-
-
-
Class org.maxicp.modeling.symbolic.IntervalStatus
class IntervalStatus extends BoolVarImpl implements Serializable-
Serialized Fields
-
intervalVar
IntervalVar intervalVar
-
-
-
Class org.maxicp.modeling.symbolic.IntervalVarImpl
class IntervalVarImpl extends Object implements Serializable-
Serialized Fields
-
endMax
int endMax
-
endMin
int endMin
-
isAbsent
boolean isAbsent
-
isPresent
boolean isPresent
-
lengthMax
int lengthMax
-
lengthMin
int lengthMin
-
modelProxy
ModelProxy modelProxy
-
startMax
int startMax
-
startMin
int startMin
-
-
-
Class org.maxicp.modeling.symbolic.IntVarRangeImpl
class IntVarRangeImpl extends Object implements Serializable-
Serialized Fields
-
id
String id
-
max
int max
-
min
int min
-
modelProxy
ModelProxy modelProxy
-
-
-
Class org.maxicp.modeling.symbolic.IntVarSetImpl
class IntVarSetImpl extends Object implements Serializable-
Serialized Fields
-
dom
TreeSet<Integer> dom
-
id
String id
-
modelProxy
ModelProxy modelProxy
-
-
-
Class org.maxicp.modeling.symbolic.IsNodeRequired
class IsNodeRequired extends BoolVarImpl implements Serializable-
Serialized Fields
-
node
int node
-
seqVar
SeqVar seqVar
-
-
-
Class org.maxicp.modeling.symbolic.SeqVarImpl
class SeqVarImpl extends Object implements Serializable-
Serialized Fields
-
end
int end
-
modelProxy
ModelProxy modelProxy
-
nNode
int nNode
-
start
int start
-
-
-
-
Package org.maxicp.search
-
Exception Class org.maxicp.search.StopSearchException
class StopSearchException extends RuntimeException implements Serializable- serialVersionUID:
- 2079205745523222197L
-
-
Package org.maxicp.util.exception
-
Exception Class org.maxicp.util.exception.InconsistencyException
class InconsistencyException extends RuntimeException implements Serializable- serialVersionUID:
- 1240061199250453776L
-
Exception Class org.maxicp.util.exception.IntOverFlowException
class IntOverFlowException extends RuntimeException implements Serializable -
Exception Class org.maxicp.util.exception.NotImplementedException
class NotImplementedException extends UnsupportedOperationException implements Serializable -
Exception Class org.maxicp.util.exception.NotYetImplementedException
class NotYetImplementedException extends UnsupportedOperationException implements Serializable
-