netfind
parameter is set to 1
(one), ILOG CPLEX extracts only the obvious network; it uses no scaling; it scans rows in their natural order; it stops extraction as soon as no more rows can be added to the network found so far.
netfind
parameter is set to 2
, the default setting, ILOG CPLEX also uses reflection scaling (that is, it multiplies rows by -1
) in an attempt to extract a larger network.
netfind
parameter is set to 3
, ILOG CPLEX uses general scaling, rescaling both rows and columns, in an attempt to extract a larger network.
set
network netfind i, substituting a value for i
.
CPXsetintparam()
with arguments to indicate the environment, the parameter CPX_PARAM_NETFIND
, and a value.
(This parameter is the same one that you use when you transform an LP model to a network-flow model, as described in Solving LPs with the Network Optimizer.)