Initializing help system before first use

problem.storebounds

problem.storebounds


Purpose
Stores bounds for node separation using user separate callback function.
Synopsis
mindex = problem.storebounds (mcols, type, bds)
Arguments
mcols 
Array containing the column indices.
type 
Array containing the bounds types:
indicates an upper bound;
indicates a lower bound.
bds 
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