public static final class IloCplex.Param.Network
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IloCplex.Param.Network.Tolerances |
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.IntParam |
Display
Level of the network iteration display.
|
static IloCplex.LongParam |
Iterations
Network simplex iteration limit.
|
static IloCplex.IntParam |
NetFind
Level of network extraction.
|
static IloCplex.IntParam |
Pricing
Pricing strategy index.
|
public static final IloCplex.IntParam Display
See CPXPARAM_Network_Display in the C API for further information.
public static final IloCplex.LongParam Iterations
See CPXPARAM_Network_Iterations in the C API for further information.
public static final IloCplex.IntParam NetFind
See CPXPARAM_Network_NetFind in the C API for further information.
public static final IloCplex.IntParam Pricing
See CPXPARAM_Network_Pricing in the C API for further information.