ILOG CPLEX .NET Reference Manual

Cplex.CrossoverCallback Properties

The properties of the Cplex.CrossoverCallback class are listed below. For a complete list of Cplex.CrossoverCallback class members, see the Cplex.CrossoverCallback Members topic.

Protected Instance Properties

Model (inherited from Callback) Gets the model being solved when the invoking callback is called, i.E. the active model.
Ncols (inherited from Callback) Gets the number of columns of the matrix representation of the active model being solved when the invoking callback is called.
NdualExchanges Gets the number of dual exchange operations at the moment the callback is called.
NdualPushes Gets the number of dual push operations at the moment the callback is called.
NprimalExchanges Gets the number of primal exchange operations at the moment the callback is called.
NprimalPushes Gets the number of primal push operations at the moment the callback is called.
Nrows (inherited from Callback) Gets the number of rows of the matrix representation of the active model being solved when the invoking callback is called.
Nsuperbasics Gets the number of superbasics created at the moment the callback is called.

See Also

Cplex.CrossoverCallback Class | ILOG.CPLEX Namespace