type_lpi.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
56 SCIP_LPPAR_FEASTOL = 6, /**< feasibility tolerance for primal variables and slacks, strictly positive */
57 SCIP_LPPAR_DUALFEASTOL = 7, /**< feasibility tolerance for dual variables and reduced costs, strictly positive */
59 SCIP_LPPAR_OBJLIM = 9, /**< objective limit (stop if objective is known be larger/smaller than limit for min/max-imization) */
69 SCIP_LPPAR_RANDOMSEED = 17, /**< inital random seed, e.g. for perturbations in the simplex (0: LP default) */
101 SCIP_LPSOLQUALITY_ESTIMCONDITION = 0, /**< estimated condition number of (scaled) basis matrix (SCIP_Real) */
102 SCIP_LPSOLQUALITY_EXACTCONDITION = 1 /**< exact condition number of (scaled) basis matrix (SCIP_Real) */
Definition: type_lpi.h:67
Definition: type_lpi.h:69
Definition: type_lpi.h:50
Definition: type_lpi.h:60
Definition: type_lpi.h:84
Definition: type_lpi.h:101
Definition: type_lpi.h:71
Definition: type_lpi.h:59
Definition: lpi_cpx.c:197
Definition: type_lpi.h:61
Definition: type_lpi.h:82
Definition: type_lpi.h:102
Definition: type_lpi.h:43
Definition: type_lpi.h:53
Definition: type_lpi.h:42
Definition: type_lpi.h:54
Definition: type_lpi.h:62
Definition: type_lpi.h:80
Definition: type_lpi.h:83
Definition: type_lpi.h:79
Definition: type_lpi.h:66
Definition: type_lpi.h:70
Definition: type_lpi.h:52
Definition: type_lpi.h:51
Definition: type_lpi.h:56
Definition: lpi_clp.cpp:132
Definition: type_lpi.h:91
Definition: type_lpi.h:81
Definition: lpi_clp.cpp:104
Definition: type_lpi.h:58
Definition: type_lpi.h:78
Definition: type_lpi.h:55
Definition: type_lpi.h:92
Definition: type_lpi.h:63
Definition: type_lpi.h:94
Definition: type_lpi.h:57
Definition: type_lpi.h:93
Definition: type_lpi.h:68