Initializing help system before first use

problem.getcontrolinfo

problem.getcontrolinfo


Purpose
Accesses the id number and the type information of a control given its name. A control name may be for example 'presolve'. The function will return an id number of 0 and a type value of notdefined if the name is not recognized as a control name. Note that this will occur if the name is an attribute name rather than a control name.
Synopsis
(id,type) = problem.getcontrolinfo(name)
Argument
name 
The name of the control to be queried. Names are case-insensitive. A full list of all control may be found in the Xpress Optimizer reference manual.
Related topics