Initializing help system before first use

problem.storebounds

problem.storebounds


Purpose
Stores bounds for node separation using user separate callback function.
Synopsis
problem.storebounds (mcols, type, bds, mindex)
Arguments
nbnds 
Number of bounds to store.
mcols 
Array containing the column indices.
qbtype 
Array containing the bounds types:
indicates an upper bound;
indicates a lower bound.
dbds 
Array containing the bound values.
mindex 
Object that the user will use to reference the stored bounds for the Optimizer in problem.setbranchbounds.
Related topics