Package | Description |
---|---|
org.chocosolver.solver.constraints.nary.automata.FA.utils |
Modifier and Type | Method and Description |
---|---|
Bounds |
ICounter.bounds() |
Bounds |
CounterState.bounds() |
Bounds |
Counter.bounds() |
static Bounds |
Bounds.makeBounds(int minValue,
int minPrefered,
IPenaltyFunction minPenaltyFunction,
int maxValue,
int maxPrefered,
IPenaltyFunction maxPenaltyFunction) |
static Bounds |
Bounds.makeMaxBounds(int maxValue,
int maxPrefered,
IPenaltyFunction maxPenaltyFunction) |
static Bounds |
Bounds.makeMinBounds(int minValue,
int minPrefered,
IPenaltyFunction minPenaltyFunction) |
Copyright © 2017. All rights reserved.