|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.milp.Bound
fuzzydl.milp.BinaryBound
public class BinaryBound
Bound for a binary variable in {0,1}.
| Field Summary |
|---|
| Fields inherited from class fuzzydl.milp.Bound |
|---|
type |
| Constructor Summary | |
|---|---|
BinaryBound()
|
|
| Method Summary | |
|---|---|
double |
getBoundVal()
Gets the value of the bound. |
Variable |
getNewVariable()
Gets a new variable of the type of the bound. |
| Methods inherited from class fuzzydl.milp.Bound |
|---|
getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryBound()
| Method Detail |
|---|
public Variable getNewVariable()
getNewVariable in class Boundpublic double getBoundVal()
getBoundVal in class Bound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||