Initializing help system before first use

problem.getcutmap

problem.getcutmap


Purpose
Returns in which rows a list of cuts are currently loaded into the Optimizer. This is useful for example to retrieve the duals associated with active cuts.
Synopsis
problem.getcutmap(cuts, cutmap)
Arguments
cuts 
Array with the cuts for which the row index is requested.
cutmap 
Array where the rows are returned.
Further information
For cuts currently not loaded into the problem, a row index of -1 is returned.
Related topics
problem.getcpcutlist, problem.delcpcuts, problem.getcutlist, problem.loadcuts, problem.getcutslack, problem.getcpcuts, Section "Working with the cut manager" of the Xpress Optimizer reference manual.