Package | Description |
---|---|
org.chocosolver.solver.variables.impl | |
org.chocosolver.solver.variables.view |
Modifier and Type | Class and Description |
---|---|
class |
BitsetArrayIntVarImpl
IntVar implementation for quite small domains bit with very distant values e.g. {-51900,42,235923} |
class |
BitsetIntVarImpl
|
class |
BoolVarImpl
|
class |
FixedBoolVarImpl
A constant view specific to boolean variable
Based on "Views and Iterators for Generic Constraint Implementations",
C.
|
class |
FixedIntVarImpl
A IntVar with one domain value.
|
class |
FixedRealVarImpl
Project: choco-solver.
|
class |
IntervalIntVarImpl
|
class |
RealVarImpl
An implementation of RealVar, variable for continuous constraints (solved using IBEX).
|
class |
SetVarImpl
Set variable to represent a set of integers, i.e. a value is a set
|
Modifier and Type | Class and Description |
---|---|
class |
BoolNotView
A view for boolean variable, that enforce not(b).
|
class |
IntView
"A view implements the same operations as a variable.
|
class |
MinusView
View for -V, where V is a IntVar or view
Based on "Views and Iterators for Generic Constraint Implementations"
C. |
class |
OffsetView
declare an IntVar based on X and C, such as X + C
Based on "Views and Iterators for Generic Constraint Implementations" C. |
class |
RealView
|
class |
ScaleView
declare an IntVar based on X and C, such as X * C
Based on "Views and Iterators for Generic Constraint Implementations"
C. |
Copyright © 2017. All rights reserved.