BARALG
Description
|
This control determines which barrier algorithm is to be used to solve the problem.
|
||||||||||
Type
|
Integer
|
||||||||||
Values
|
|
||||||||||
Default value
|
-1
|
||||||||||
Note
|
The automatic setting uses 1 for LP and QP problems and 3 for QCQP problems. Usually the detection of primal or dual infeasibility is more robust with settings 2 or 3, therefore, it is advantageous to use one of these values if the model is presumably infeasible.
|
||||||||||
Affects routines
|
XPRSlpoptimize (
LPOPTIMIZE),
XPRSmipoptimize (
MIPOPTIMIZE),
XPRSminim (
MINIM),
XPRSmaxim (
MAXIM),
XPRSglobal (
GLOBAL).
|