|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.cplex.IloCplex.BranchType
This class identifies the branch type for BranchCallback
.
The branch type indicates what type of branch IloCplex
is
about to make when the BranchCallback
is called.
Possible types include:
BranchOnVariable
indicates branching on a single
variable.BranchOnSOS1
indicates branching on an SOS of type 1.BranchOnSOS2
indicates branching on an SOS of type 2.BranchOnAny
indicates a more complex branching.
IloCplex.BranchCallback
Field Summary | |
static IloCplex.BranchType |
BranchOnAny
An IloCplex.BranchType object indicating a
complex branching. |
static IloCplex.BranchType |
BranchOnSOS1
An IloCplex.BranchType object indicating a
branch on an SOS of type 1. |
static IloCplex.BranchType |
BranchOnSOS2
An IloCplex.BranchType object indicating a
branch on an SOS of type 2. |
static IloCplex.BranchType |
BranchOnVariable
An IloCplex.BranchType object indicating a
branch on a single variable. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
This method tests whether two branch types are equal. |
java.lang.String |
toString()
Returns a string representing the invoking branch type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final IloCplex.BranchType BranchOnVariable
IloCplex.BranchType
object indicating a
branch on a single variable.
public static final IloCplex.BranchType BranchOnAny
IloCplex.BranchType
object indicating a
complex branching.
public static final IloCplex.BranchType BranchOnSOS1
IloCplex.BranchType
object indicating a
branch on an SOS of type 1.
public static final IloCplex.BranchType BranchOnSOS2
IloCplex.BranchType
object indicating a
branch on an SOS of type 2.
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |