type_lpi.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
47 SCIP_LPPAR_FEASTOL = 6, /**< feasibility tolerance for primal variables and slacks, strictly positive */
48 SCIP_LPPAR_DUALFEASTOL = 7, /**< feasibility tolerance for dual variables and reduced costs, strictly positive */
50 SCIP_LPPAR_OBJLIM = 9, /**< objective limit (stop if objective is known be larger/smaller than limit for min/max-imization) */
60 SCIP_LPPAR_RANDOMSEED = 17, /**< inital random seed, e.g. for perturbations in the simplex (0: LP default) */
92 SCIP_LPSOLQUALITY_ESTIMCONDITION = 0, /**< estimated condition number of (scaled) basis matrix (SCIP_Real) */
93 SCIP_LPSOLQUALITY_EXACTCONDITION = 1 /**< exact condition number of (scaled) basis matrix (SCIP_Real) */
Definition: type_lpi.h:58
Definition: type_lpi.h:60
Definition: type_lpi.h:41
Definition: type_lpi.h:51
Definition: type_lpi.h:75
Definition: type_lpi.h:92
Definition: type_lpi.h:62
Definition: type_lpi.h:50
Definition: lpi_cpx.c:188
Definition: type_lpi.h:52
Definition: type_lpi.h:73
Definition: type_lpi.h:93
Definition: type_lpi.h:34
Definition: type_lpi.h:44
Definition: type_lpi.h:33
Definition: type_lpi.h:45
Definition: type_lpi.h:53
Definition: type_lpi.h:71
Definition: type_lpi.h:74
Definition: type_lpi.h:70
Definition: type_lpi.h:57
Definition: type_lpi.h:61
Definition: type_lpi.h:43
Definition: type_lpi.h:42
Definition: type_lpi.h:47
Definition: lpi_clp.cpp:123
Definition: type_lpi.h:82
Definition: type_lpi.h:72
Definition: lpi_clp.cpp:95
Definition: type_lpi.h:49
Definition: type_lpi.h:69
Definition: type_lpi.h:46
Definition: type_lpi.h:83
Definition: type_lpi.h:54
Definition: type_lpi.h:85
Definition: type_lpi.h:48
Definition: type_lpi.h:84
Definition: type_lpi.h:59