public static class IloCplex.MIPSearch
extends java.lang.Object
IloCplex.IntParam.MIPSearch.
Use these values with the method
setParam( ilog.opl.IloCplex.MIPSearch, value).
| Modifier and Type | Field and Description |
|---|---|
static int |
Auto
Automatically select MIP search mode.
|
static int |
Dynamic
Use dynamic tree search.
|
static int |
Traditional
Use traditional branch-and-cut search.
|
| Constructor and Description |
|---|
IloCplex.MIPSearch() |