Class | Description |
---|---|
AbstractVariable |
Class used to factorise code The subclass must implement Variable interface
|
BitsetArrayIntVarImpl |
IntVar implementation for quite small domains bit with very distant values e.g. {-51900,42,235923} |
BitsetIntVarImpl |
|
BoolVarImpl |
|
FixedBoolVarImpl |
A constant view specific to boolean variable
Based on "Views and Iterators for Generic Constraint Implementations",
C.
|
FixedIntVarImpl |
A IntVar with one domain value.
|
FixedRealVarImpl |
Project: choco-solver.
|
IntervalIntVarImpl |
|
RealVarImpl |
An implementation of RealVar, variable for continuous constraints (solved using IBEX).
|
SetVarImpl |
Set variable to represent a set of integers, i.e. a value is a set
|
Copyright © 2018. All rights reserved.