Initializing help system before first use

DEFAULTALG

Description
This selects the algorithm that will be used to solve the LP if no algorithm flag is passed to the optimization routines.
Type
Integer
Values
1 
Automatically determined.
2 
Dual simplex.
3 
Primal simplex.
4 
Newton barrier.
Default value
1
Note
Please note that this will affect how the MIP node LP problems are solved during the global search. To change how the root LP is solved only, please use the appropriate flags to XPRSlpoptimize or XPRSmipoptimize.
Affects routines