Package | Description |
---|---|
org.chocosolver.solver.constraints.nary.automata.FA.utils | |
org.chocosolver.solver.constraints.nary.automata.penalty |
Modifier and Type | Field and Description |
---|---|
IPenaltyFunction |
Bounds.MinMax.penalty |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPenaltyFunction
Created by IntelliJ IDEA.
|
class |
IsoPenaltyFunction
Deprecated.
|
class |
LinearPenaltyFunction
Deprecated.
|
class |
NullPenaltyFunction
Deprecated.
|
Copyright © 2017. All rights reserved.