|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.cp.solver.constraints.integer.intlincomb.policy.CoeffPolicy
public abstract class CoeffPolicy
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 11 mars 2010
Since : Choco 2.1.1
Method Summary | |
---|---|
static CoeffPolicy |
build(IntDomainVar[] vars,
int[] coeffs,
int nbPosVars,
int cste)
|
abstract int |
computeLowerBound()
Computes a lower bound estimate of a linear combination of variables. |
abstract int |
computeUpperBound()
Computes an upper bound estimate of a linear combination of variables. |
abstract int |
getInfNV(int i,
int mylb)
|
abstract int |
getInfPV(int i,
int myub)
|
abstract int |
getSupNV(int i,
int myub)
|
abstract int |
getSupPV(int i,
int mylb)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CoeffPolicy build(IntDomainVar[] vars, int[] coeffs, int nbPosVars, int cste)
public abstract int getInfNV(int i, int mylb)
public abstract int getSupNV(int i, int myub)
public abstract int getInfPV(int i, int myub)
public abstract int getSupPV(int i, int mylb)
public abstract int computeUpperBound()
public abstract int computeLowerBound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |