lpi.h File Reference Detailed Descriptioninterface methods for specific LP solvers This file specifies a generic LP solver interface used by SCIP to create, modify, and solve linear programs of the form min/max obj * x lhs <= A * x <= rhs lb <= x <= ub and query information about the solution. Although it includes a few SCIP header files, e.g., because it uses SCIP's return codes, it can be used independently of any SCIP instance. The basis status for (column) variables are as follows:
The basis status for (row) slack variables are:
If the solvers use their status differently, the have to be corrected. In the methods accessing information about the (inverse of the) basis matrix, the interface assumes the following column-oriented format: slack variables of rows have coefficient +1 and the basis matrix is a regular m times m submatrix of (A,I), where m is the number of rows and I is the identity matrix. This means that if, internally, the LP solver uses coefficients -1 for some of the slack variables, then rows associated with slacks variables whose coefficient is -1 should be negated in order to return the result in terms of the LP interface definition. Definition in file lpi.h. #include "scip/def.h" #include "blockmemshell/memory.h" #include "scip/type_retcode.h" #include "lpi/type_lpi.h" Go to the source code of this file. Function Documentation
gets name and version of LP solver Definition at line 433 of file lpi_clp.cpp. References CLP_VERSION, CPX_SUBVERSION, LPINAME, SCIP_Real, SCIPdebugMessage, SCIPlpiGetSolverDesc(), and SOPLEX_SUBVERSION.
gets description of LP solver (developer, webpage, ...) Definition at line 442 of file lpi_clp.cpp. References SCIPlpiGetSolverPointer(). Referenced by SCIPlpiGetSolverName().
gets pointer for LP solver - use only with great care The behavior of this function depends on the solver and its use is therefore only recommended if you really know what you are doing. In general, it returns a pointer to the LP solver object. gets pointer for LP solver - use only with great care gets pointer for LP solver - use only with great care Here we return the pointer to the LP environment. gets pointer for LP solver - use only with great care Here we return the pointer to the model.
Definition at line 450 of file lpi_clp.cpp. References NULL, and SCIPlpiCreate(). Referenced by SCIPlpiGetSolverDesc().
creates an LP problem object creates an LP problem object
Definition at line 469 of file lpi_clp.cpp. References CHECK_ZERO, DEGEN_LEVEL, FALSE, MOSEK_CALL, NULL, SCIP_ALLOC, SCIP_Bool, SCIP_CALL, SCIP_LPERROR, SCIP_LPPAR_PRICING, SCIP_OKAY, SCIP_PRICING_LPIDEFAULT, SCIP_Real, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiChgObjsen(), SCIPlpiFree(), SCIPlpiInfinity(), SCIPlpiSetIntpar(), SCIPmessagePrintWarning(), SENSE2MOSEK, SETBACK_LIMIT, SOPLEX_TRY, SOPLEX_VERBLEVEL, and TRUE. Referenced by SCIPlpiGetSolverPointer().
deletes an LP problem object
Definition at line 538 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_OKAY, SCIPdebugMessage, and SCIPlpiLoadColLP(). Referenced by SCIPlpiCreate().
copies LP data with column matrix into LP solver
Definition at line 572 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, QS_RETURN, SCIP_ALLOC, SCIP_CALL, SCIP_LPERROR, SCIP_OBJSEN_MAXIMIZE, SCIP_OBJSEN_MINIMIZE, SCIP_OKAY, SCIP_Real, SCIPdebugMessage, SCIPlpiAddCols(), SCIPlpiChgObjsen(), SCIPlpiClear(), SCIPmessagePrintWarning(), and SENSE2MOSEK. Referenced by SCIPlpiFree().
adds columns to the LP
adds columns to the LP
Definition at line 638 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_ALLOC, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_Real, SCIPdebugMessage, SCIPlpiDelCols(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiLoadColLP().
deletes all columns in the given range from LP
Definition at line 705 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_ALLOC, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, SCIPlpiDelColset(), and SOPLEX_TRY. Referenced by SCIPlpiAddCols(), and SCIPlpiClear().
deletes columns from SCIP_LPI; the new position of a column must not be greater that its old position deletes columns from SCIP_LP; the new position of a column must not be greater that its old position
Definition at line 736 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_ALLOC, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, SCIPlpiAddRows(), and SOPLEX_TRY. Referenced by SCIPlpiDelCols().
adds rows to the LP
adds rows to the LP
Definition at line 782 of file lpi_clp.cpp. References CHECK_ZERO, FALSE, MOSEK_CALL, NULL, QS_ERROR, SCIP_ALLOC, SCIP_CALL, SCIP_LPERROR, SCIP_LPPAR_SCALING, SCIP_OKAY, SCIP_Real, SCIPdebugMessage, SCIPlpiDelRows(), SCIPlpiSetIntpar(), SCIPmessagePrintWarning(), and TRUE. Referenced by SCIPlpiDelColset().
deletes all rows in the given range from LP
Definition at line 844 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_ALLOC, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, SCIPlpiDelRowset(), and SOPLEX_TRY. Referenced by SCIPlpiAddRows(), and SCIPlpiClear().
deletes rows from SCIP_LPI; the new position of a row must not be greater that its old position deletes rows from SCIP_LP; the new position of a row must not be greater that its old position
Definition at line 876 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_ALLOC, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, SCIPlpiClear(), and SOPLEX_TRY. Referenced by SCIPlpiDelRows().
clears the whole LP
Definition at line 922 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, SCIPlpiChgBounds(), SCIPlpiDelCols(), SCIPlpiDelRows(), and SOPLEX_TRY. Referenced by SCIPlpiDelRowset(), and SCIPlpiLoadColLP().
changes lower and upper bounds of columns
Definition at line 941 of file lpi_clp.cpp. References CHECK_ZERO, CPX_MAGICZEROCONSTANT, EPSZ, MOSEK_CALL, NULL, QS_CONDRET, QS_RETURN, SCIP_ALLOC, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_Real, SCIPdebugMessage, SCIPdebugPrintf, SCIPlpiChgSides(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiClear(), and SCIPlpiScaleCol().
changes left and right hand sides of rows
Definition at line 1007 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_ALLOC, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIPdebugMessage, SCIPlpiChgCoef(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiChgBounds(), and SCIPlpiScaleRow().
changes a single coefficient
Definition at line 1035 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, SCIPlpiChgObjsen(), and SOPLEX_TRY. Referenced by SCIPlpiChgSides(), SCIPlpiScaleCol(), and SCIPlpiScaleRow().
changes the objective sense
Definition at line 1058 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_OBJSEN_MAXIMIZE, SCIP_OBJSEN_MINIMIZE, SCIP_OKAY, SCIPdebugMessage, SCIPlpiChgObj(), SENSE2MOSEK, and SOPLEX_TRY. Referenced by SCIPlpiChgCoef(), SCIPlpiCreate(), and SCIPlpiLoadColLP().
changes objective values of columns in the LP
Definition at line 1078 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIPdebugMessage, SCIPlpiScaleRow(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiChgObjsen(), and SCIPlpiScaleCol().
multiplies a row with a non-zero scalar; for negative scalars, the row's sense is switched accordingly
Definition at line 1105 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, QS_TESTG, SCIP_ALLOC, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_Real, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiChgCoef(), SCIPlpiChgSides(), SCIPlpiGetRows(), SCIPlpiScaleCol(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiChgObj().
multiplies a column with a non-zero scalar; the objective value is multiplied with the scalar, and the bounds are divided by the scalar; for negative scalars, the column's bounds are switched
Definition at line 1178 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, QS_TESTG, SCIP_ALLOC, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_Real, SCIPdebugMessage, SCIPlpiChgBounds(), SCIPlpiChgCoef(), SCIPlpiChgObj(), SCIPlpiGetCols(), SCIPlpiGetNRows(), SCIPlpiGetObj(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiScaleRow().
gets the number of rows in the LP
Definition at line 1255 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_OKAY, SCIPdebugMessage, and SCIPlpiGetNCols(). Referenced by SCIPlpiScaleCol().
gets the number of columns in the LP
Definition at line 1273 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_OKAY, SCIPdebugMessage, and SCIPlpiGetNNonz(). Referenced by SCIPlpiGetNRows().
gets the objective sense of the LP gets objective sense of the LP
Definition at line 1493 of file lpi_clp.cpp. References CHECK_ZERO, NULL, SCIP_LPERROR, SCIP_OBJSEN_MAXIMIZE, SCIP_OBJSEN_MINIMIZE, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPerrorMessage, and SCIPlpiGetObj(). Referenced by SCIPlpiEndStrongbranch(), and SCIPlpiGetRowNames().
gets the number of nonzero elements in the LP constraint matrix
Definition at line 1291 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_ALLOC, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, and SCIPlpiGetCols(). Referenced by SCIPlpiGetCols(), SCIPlpiGetNCols(), and SCIPlpiGetRows().
gets columns from LP problem object; the arrays have to be large enough to store all values; Either both, lb and ub, have to be NULL, or both have to be non-NULL, either nnonz, beg, ind, and val have to be NULL, or all of them have to be non-NULL. gets columns from LP problem object; the arrays have to be large enough to store all values Either both, lb and ub, have to be 0, or both have to be non-0, either nnonz, beg, ind, and val have to be 0, or all of them have to be non-0. gets columns from LP problem object; the arrays have to be large enough to store all values Either both, lb and ub, have to be NULL, or both have to be non-NULL, either nnonz, beg, ind, and val have to be NULL, or all of them have to be non-NULL.
Definition at line 1312 of file lpi_clp.cpp. References CHECK_ZERO, NULL, QS_RETURN, QS_TESTG, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPlpiGetBounds(), SCIPlpiGetNNonz(), and SCIPlpiGetRows(). Referenced by SCIPlpiGetNNonz(), and SCIPlpiScaleCol().
gets rows from LP problem object; the arrays have to be large enough to store all values. Either both, lhs and rhs, have to be NULL, or both have to be non-NULL, either nnonz, beg, ind, and val have to be NULL, or all of them have to be non-NULL. gets rows from LP problem object; the arrays have to be large enough to store all values. Either both, lhs and rhs, have to be 0, or both have to be non-0, either nnonz, beg, ind, and val have to be 0, or all of them have to be non-0.
Definition at line 1379 of file lpi_clp.cpp. References CHECK_ZERO, NULL, QS_RETURN, QS_TESTG, SCIP_CALL, SCIP_INVALIDDATA, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetColNames(), SCIPlpiGetNNonz(), and SCIPlpiGetSides(). Referenced by SCIPlpiGetCols(), and SCIPlpiScaleRow().
gets column names
Definition at line 1443 of file lpi_clp.cpp. References CHECK_ZERO, NULL, QS_ERROR, SCIP_ALLOC, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPerrorMessage, and SCIPlpiGetRowNames(). Referenced by SCIPlpiGetRows().
gets row names
Definition at line 1459 of file lpi_clp.cpp. References CHECK_ZERO, NULL, QS_ERROR, SCIP_ALLOC, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPerrorMessage, and SCIPlpiGetObjsen(). Referenced by SCIPlpiGetColNames().
gets objective coefficients from LP problem object
Definition at line 1513 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, and SCIPlpiGetBounds(). Referenced by SCIPlpiGetObjsen(), and SCIPlpiScaleCol().
gets current bounds from LP problem object
Definition at line 1536 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, and SCIPlpiGetSides(). Referenced by SCIPlpiGetCols(), and SCIPlpiGetObj().
gets current row sides from LP problem object
Definition at line 1567 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, QS_TESTG, SCIP_CALL, SCIP_INVALIDDATA, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, and SCIPlpiGetCoef(). Referenced by SCIPlpiGetBounds(), and SCIPlpiGetRows().
gets a single coefficient
Definition at line 1598 of file lpi_clp.cpp. References ASSERT_ON_NUMERICAL_TROUBLES, CHECK_ZERO, FALSE, FORCE_NO_MAXITER, MAX, MOSEK_CALL, NULL, QS_RETURN, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPdebugPrintf, SCIPerrorMessage, SCIPlpiSolveBarrier(), SCIPlpiSolvePrimal(), SCIPmessagePrintWarning(), scipmskobjsen, SOPLEX_VERBLEVEL, TRUE, WRITE_ABOVE, XPRS_LP_OPTIMAL_SCALEDINFEAS, and XPRS_LPQUICKPRESOLVE. Referenced by SCIPlpiGetSides().
calls primal simplex to solve the LP calls primal simplex to solve the LP startFinishOptions - bits 1 - do not delete work areas and factorization at end 2 - use old factorization if same number of rows 4 - skip as much initialization of work areas as possible (work in progress) 4 does not seem to work. Primal algorithm
Definition at line 1632 of file lpi_clp.cpp. References CHECK_ZERO, FALSE, GRB_INT_PAR_METHOD, GRB_METHOD_PRIMAL, MOSEK_CALL, NULL, QS_RETURN, SCIP_Bool, SCIP_CALL, SCIP_LPERROR, SCIP_NOMEMORY, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiSolveDual(), SCIPlpiWriteLP(), SCIPlpiWriteState(), TRUE, and WRITE_ABOVE. Referenced by SCIPlpiGetCoef(), and SCIPlpiGetRealSolQuality().
calls dual simplex to solve the LP calls dual simplex to solve the LP startFinishOptions - bits 1 - do not delete work areas and factorization at end 2 - use old factorization if same number of rows 4 - skip as much initialization of work areas as possible (work in progress) 4 does not seem to work. Dual algorithm
Definition at line 1705 of file lpi_clp.cpp. References CHECK_ZERO, FALSE, GRB_INT_PAR_METHOD, GRB_METHOD_DUAL, MOSEK_CALL, NULL, QS_RETURN, SCIP_Bool, SCIP_CALL, SCIP_LPERROR, SCIP_NOMEMORY, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetObjval(), SCIPlpiIsObjlimExc(), SCIPlpiSolveBarrier(), SCIPlpiWriteLP(), SCIPlpiWriteState(), TRUE, and WRITE_ABOVE. Referenced by SCIPlpiEndStrongbranch(), SCIPlpiSolveBarrier(), and SCIPlpiSolvePrimal().
calls barrier or interior point algorithm to solve the LP with crossover to simplex basis
Definition at line 1780 of file lpi_clp.cpp. References CHECK_ZERO, CPX_INT_MAX, EPSCEIL, EPSFLOOR, EPSISINT, FALSE, GRB_INT_PAR_METHOD, MOSEK_CALL, NULL, SCIP_Bool, SCIP_CALL, SCIP_INVALIDCALL, SCIP_LPERROR, SCIP_NOMEMORY, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetIterations(), SCIPlpiGetObjval(), SCIPlpiIsIterlimExc(), SCIPlpiIsObjlimExc(), SCIPlpiIsOptimal(), SCIPlpiIsPrimalInfeasible(), SCIPlpiSolveDual(), SCIPlpiStartStrongbranch(), TRUE, and WRITE_ABOVE. Referenced by SCIPlpiGetCoef(), and SCIPlpiSolveDual().
start strong branching - call before any strong branching start strong branching - call before any strongbranching start strong branching
Definition at line 1821 of file lpi_clp.cpp. References NULL, SCIP_OKAY, and SCIPlpiEndStrongbranch(). Referenced by SCIPlpiSolveBarrier().
end strong branching - call after any strong branching end strong branching - call after any strongbranching end strong branching
Definition at line 1830 of file lpi_clp.cpp. References CHECK_ZERO, EPSCEIL, EPSEQ, EPSFLOOR, FALSE, IS_NEGINF, IS_POSINF, MOSEK_CALL, NULL, SCIP_ALLOC, SCIP_Bool, SCIP_CALL, SCIP_LPERROR, SCIP_OBJSEN_MINIMIZE, SCIP_OKAY, SCIP_Real, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiExistsDualRay(), SCIPlpiExistsPrimalRay(), SCIPlpiGetIterations(), SCIPlpiGetObjsen(), SCIPlpiGetObjval(), SCIPlpiGetSolFeasibility(), SCIPlpiIsIterlimExc(), SCIPlpiIsObjlimExc(), SCIPlpiIsOptimal(), SCIPlpiIsPrimalInfeasible(), SCIPlpiIsStable(), SCIPlpiSolveDual(), SCIPlpiStrongbranchFrac(), SCIPmessagePrintWarning(), SOPLEX_VERBLEVEL, STRONGBRANCH_PRICING, and TRUE. Referenced by SCIPlpiStartStrongbranch().
performs strong branching iterations on one fractional candidate
Definition at line 2169 of file lpi_clp.cpp. References CHECK_ZERO, EPSISINT, FALSE, NULL, QS_CONDRET, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPlpiStrongbranchesFrac(), and TRUE. Referenced by SCIPlpiEndStrongbranch().
performs strong branching iterations on given fractional candidates
Definition at line 2190 of file lpi_clp.cpp. References CHECK_ZERO, EPSISINT, FALSE, NULL, QS_CONDRET, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPlpiStrongbranchInt(), and TRUE. Referenced by SCIPlpiStrongbranchFrac().
performs strong branching iterations on one candidate with integral value
Definition at line 2215 of file lpi_clp.cpp. References EPSISINT, NULL, QS_CONDRET, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPlpiStrongbranchesInt(), and TRUE. Referenced by SCIPlpiStrongbranchesFrac().
performs strong branching iterations on given candidates with integral values
Definition at line 2236 of file lpi_clp.cpp. References EPSISINT, NULL, QS_CONDRET, SCIP_Bool, SCIP_CALL, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPlpiWasSolved(), and TRUE. Referenced by SCIPlpiStrongbranchInt(). returns whether a solve method was called after the last modification of the LP
Definition at line 2271 of file lpi_clp.cpp. References FALSE, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, and SCIPlpiGetSolFeasibility(). Referenced by SCIPlpiStrongbranchesInt().
gets information about primal and dual feasibility of the current LP solution gets information about primal and dual feasibility of the current LP solution here "true" should mean feasible, "false" should mean unknown
Definition at line 2281 of file lpi_clp.cpp. References CHECK_ZERO, FALSE, GRB_INT_PAR_METHOD, GRB_METHOD_DUAL, GRB_METHOD_PRIMAL, MOSEK_CALL, NULL, SCIP_Bool, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPlpiExistsPrimalRay(), SCIPlpiIsDualFeasible(), SCIPlpiIsPrimalFeasible(), SUMINFEASBOUND, TRUE, and XPRS_LP_OPTIMAL_SCALEDINFEAS. Referenced by SCIPlpiEndStrongbranch(), SCIPlpiIsPrimalUnbounded(), and SCIPlpiWasSolved(). returns TRUE iff LP is proven to have a primal unbounded ray (but not necessary a primal feasible point); this does not necessarily mean, that the solver knows and can return the primal ray
Definition at line 2326 of file lpi_clp.cpp. References FALSE, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, and SCIPlpiHasPrimalRay(). Referenced by SCIPlpiEndStrongbranch(), SCIPlpiGetSolFeasibility(), and SCIPlpiIsDualInfeasible(). returns TRUE iff LP is proven to have a primal unbounded ray (but not necessary a primal feasible point), and the solver knows and can return the primal ray
Definition at line 2344 of file lpi_clp.cpp. References ABORT_ZERO, FALSE, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, and SCIPlpiIsPrimalUnbounded(). Referenced by SCIPlpiExistsPrimalRay(). returns TRUE iff LP is proven to be primal unbounded returns TRUE iff LP is proven to be primal feasible and unbounded
Definition at line 2360 of file lpi_clp.cpp. References ABORT_ZERO, FALSE, NULL, SCIP_Bool, SCIP_OKAY, SCIPdebugMessage, SCIPlpiGetSolFeasibility(), and SCIPlpiIsPrimalInfeasible(). Referenced by SCIPlpiHasPrimalRay(). returns TRUE iff LP is proven to be primal infeasible
Definition at line 2374 of file lpi_clp.cpp. References ABORT_ZERO, FALSE, NULL, SCIP_Bool, SCIPdebugMessage, SCIPlpiExistsDualRay(), and SCIPlpiIsPrimalFeasible(). Referenced by SCIPlpiEndStrongbranch(), SCIPlpiIsPrimalUnbounded(), and SCIPlpiSolveBarrier(). returns TRUE iff LP is proven to be primal feasible
Definition at line 2393 of file lpi_clp.cpp. References ABORT_ZERO, CHECK_ZERO, FALSE, GRB_INT_PAR_METHOD, GRB_METHOD_PRIMAL, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, SCIPlpiExistsDualRay(), and XPRS_LP_OPTIMAL_SCALEDINFEAS. Referenced by SCIPlpiGetSolFeasibility(), SCIPlpiIsOptimal(), and SCIPlpiIsPrimalInfeasible(). returns TRUE iff LP is proven to have a dual unbounded ray (but not necessary a dual feasible point); this does not necessarily mean, that the solver knows and can return the dual ray
Definition at line 2409 of file lpi_clp.cpp. References FALSE, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, and SCIPlpiHasDualRay(). Referenced by SCIPlpiEndStrongbranch(), SCIPlpiGetState(), SCIPlpiIsPrimalFeasible(), and SCIPlpiIsPrimalInfeasible(). returns TRUE iff LP is proven to have a dual unbounded ray (but not necessary a dual feasible point), and the solver knows and can return the dual ray
Definition at line 2427 of file lpi_clp.cpp. References ABORT_ZERO, CHECK_ZERO, FALSE, GRB_INT_PAR_METHOD, GRB_METHOD_DUAL, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, SCIPlpiIsDualUnbounded(), and TRUE. Referenced by SCIPlpiExistsDualRay(). returns TRUE iff LP is proven to be dual unbounded returns TRUE iff LP is dual unbounded
Definition at line 2455 of file lpi_clp.cpp. References ABORT_ZERO, CHECK_ZERO, FALSE, GRB_INT_PAR_METHOD, GRB_METHOD_DUAL, NULL, SCIP_Bool, SCIPdebugMessage, and SCIPlpiIsDualInfeasible(). Referenced by SCIPlpiHasDualRay(). returns TRUE iff LP is proven to be dual infeasible returns TRUE iff LP is dual infeasible
Definition at line 2472 of file lpi_clp.cpp. References ABORT_ZERO, FALSE, NULL, SCIP_Bool, SCIPdebugMessage, SCIPlpiExistsPrimalRay(), and SCIPlpiIsDualFeasible(). Referenced by SCIPlpiIsDualUnbounded(). returns TRUE iff LP is proven to be dual feasible
Definition at line 2486 of file lpi_clp.cpp. References ABORT_ZERO, CHECK_ZERO, FALSE, GRB_INT_PAR_METHOD, GRB_METHOD_DUAL, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, SCIPlpiIsOptimal(), and XPRS_LP_OPTIMAL_SCALEDINFEAS. Referenced by SCIPlpiGetSolFeasibility(), SCIPlpiIsDualInfeasible(), and SCIPlpiIsOptimal(). returns TRUE iff LP was solved to optimality
Definition at line 2500 of file lpi_clp.cpp. References FALSE, NULL, SCIP_ABORT_FALSE, SCIP_Bool, SCIPdebugMessage, SCIPlpiIsDualFeasible(), SCIPlpiIsObjlimExc(), SCIPlpiIsPrimalFeasible(), SCIPlpiIsStable(), and XPRS_LP_OPTIMAL_SCALEDINFEAS. Referenced by SCIPlpiEndStrongbranch(), SCIPlpiIsDualFeasible(), SCIPlpiIsStable(), and SCIPlpiSolveBarrier(). returns TRUE iff current LP basis is stable
Definition at line 2518 of file lpi_clp.cpp. References ABORT_ZERO, FALSE, NULL, SCIP_Bool, SCIP_INVALID, SCIP_LPSOLQUALITY_ESTIMCONDITION, SCIP_OKAY, SCIP_Real, SCIPABORT, SCIPdebugMessage, SCIPlpiGetRealSolQuality(), SCIPlpiIsObjlimExc(), SCIPlpiIsOptimal(), TRUE, and XPRS_LP_OPTIMAL_SCALEDINFEAS. Referenced by SCIPlpiEndStrongbranch(), and SCIPlpiIsOptimal(). returns TRUE iff the objective limit was reached
Definition at line 2556 of file lpi_clp.cpp. References FALSE, NULL, SCIP_Bool, SCIPdebugMessage, SCIPlpiIsIterlimExc(), and TRUE. Referenced by SCIPlpiEndStrongbranch(), SCIPlpiIsOptimal(), SCIPlpiIsStable(), SCIPlpiSolveBarrier(), and SCIPlpiSolveDual(). returns TRUE iff the iteration limit was reached
Definition at line 2588 of file lpi_clp.cpp. References ABORT_ZERO, FALSE, NULL, SCIP_Bool, SCIPdebugMessage, SCIPlpiIsTimelimExc(), and TRUE. Referenced by SCIPlpiEndStrongbranch(), SCIPlpiIsObjlimExc(), and SCIPlpiSolveBarrier(). returns TRUE iff the time limit was reached
Definition at line 2604 of file lpi_clp.cpp. References ABORT_ZERO, FALSE, NULL, SCIPdebugMessage, SCIPlpiGetInternalStatus(), and TRUE. Referenced by SCIPlpiIsIterlimExc().
returns the internal solution status of the solver
Definition at line 2620 of file lpi_clp.cpp. References FALSE, NULL, SCIP_Bool, SCIP_OKAY, SCIPdebugMessage, and SCIPlpiIgnoreInstability(). Referenced by SCIPlpiIsTimelimExc().
tries to reset the internal status of the LP solver in order to ignore an instability of the last solving call
Definition at line 1475 of file lpi_clp.cpp. References FALSE, NULL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPlpiGetObjval(), and TRUE. Referenced by SCIPlpiGetInternalStatus().
gets objective value of solution gets objective value of solution
Definition at line 2634 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPlpiGetSol(), and SCIPlpiInfinity(). Referenced by SCIPlpiEndStrongbranch(), SCIPlpiIgnoreInstability(), SCIPlpiSolveBarrier(), and SCIPlpiSolveDual().
gets primal and dual solution vectors for feasible LPs gets primal and dual solution vectors
Definition at line 2652 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_ALLOC, SCIP_CALL, SCIP_INVALIDDATA, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetPrimalRay(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiGetObjval().
gets primal ray for unbounded LPs Unbounded ray (NULL returned if none/wrong). Up to user to use delete [] on these arrays.
Definition at line 2696 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetDualfarkas(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiGetSol().
gets dual Farkas proof for infeasibility gets dual farkas proof for infeasibility Infeasibility ray (NULL returned if none/wrong). Up to user to use delete [] on these arrays.
Definition at line 2721 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPlpiGetIterations(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiGetPrimalRay().
gets the number of LP iterations of the last solve call
Definition at line 2753 of file lpi_clp.cpp. References NULL, QS_CONDRET, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, and SCIPlpiGetRealSolQuality(). Referenced by SCIPlpiEndStrongbranch(), SCIPlpiGetDualfarkas(), and SCIPlpiSolveBarrier().
gets information about the quality of an LP solution Such information is usually only available, if also a (maybe not optimal) solution is available. The LPI should return SCIP_INVALID for gets information about the quality of an LP solution Such information is usually only available, if also a (maybe not optimal) solution is available. The LPI should return SCIP_INVALID for
Definition at line 2771 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_BASESTAT_BASIC, SCIP_BASESTAT_LOWER, SCIP_BASESTAT_UPPER, SCIP_BASESTAT_ZERO, SCIP_CALL, SCIP_INVALID, SCIP_INVALIDDATA, SCIP_LPSOLQUALITY_ESTIMCONDITION, SCIP_LPSOLQUALITY_EXACTCONDITION, SCIP_OKAY, SCIP_Real, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetBase(), SCIPlpiSolvePrimal(), and sign(). Referenced by SCIPlpiGetIterations(), and SCIPlpiIsStable().
gets current basis status for columns and rows; arrays must be large enough to store the basis status
Definition at line 2798 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_BASESTAT_BASIC, SCIP_BASESTAT_LOWER, SCIP_BASESTAT_UPPER, SCIP_BASESTAT_ZERO, SCIP_CALL, SCIP_INVALIDDATA, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, and SCIPlpiSetBase(). Referenced by SCIPlpiGetRealSolQuality(), and SCIPlpiGetState().
sets current basis status for columns and rows Whats changed since last solve. Is only used when startFinishOptions used in dual or primal. Bit 1 - number of rows/columns has not changed (so work arrays valid) 2 - matrix has not changed 4 - if matrix has changed only by adding rows 8 - if matrix has changed only by adding columns 16 - row lbs not changed 32 - row ubs not changed 64 - column objective not changed 128 - column lbs not changed 256 - column ubs not changed 512 - basis not changed (up to user to set this to 0) top bits may be used internally
Definition at line 2886 of file lpi_clp.cpp. References CHECK_ZERO, EPSEQ, FALSE, MOSEK_CALL, NULL, QS_RETURN, SCIP_ALLOC, SCIP_BASESTAT_BASIC, SCIP_BASESTAT_LOWER, SCIP_BASESTAT_UPPER, SCIP_BASESTAT_ZERO, SCIP_CALL, SCIP_INVALIDDATA, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetBasisInd(), and SOPLEX_TRY. Referenced by SCIPlpiGetBase(), and SCIPlpiSetState().
returns the indices of the basic columns and rows; basic column n gives value n, basic row m gives value -1-m
Definition at line 3002 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_ALLOC, SCIP_BASESTAT_BASIC, SCIP_BASESTAT_LOWER, SCIP_BASESTAT_UPPER, SCIP_BASESTAT_ZERO, SCIP_CALL, SCIP_CALL_QUIET, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPlpiGetBInvRow(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiGetBInvRow(), and SCIPlpiSetBase().
get dense row of inverse basis matrix B^-1
get dense row of inverse basis matrix B^-1
get dense row of inverse basis matrix B^-1
get row of inverse basis matrix B^-1
get dense row of inverse basis matrix B^-1
get dense row of inverse basis matrix B^-1
Definition at line 3054 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_ALLOC, SCIP_CALL, SCIP_CALL_QUIET, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPlpiGetBasisInd(), SCIPlpiGetBInvCol(), SCIPmessagePrintWarning(), and SVECTOR. Referenced by SCIPlpiGetBasisInd(), and SCIPlpiGetBInvARow().
get dense column of inverse basis matrix B^-1
get dense column of inverse basis matrix B^-1
get dense column of inverse basis matrix B^-1
get column of inverse basis matrix B^-1
get dense column of inverse basis matrix B^-1
get dense column of inverse basis matrix B^-1
Definition at line 3089 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_ALLOC, SCIP_CALL, SCIP_CALL_QUIET, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetBInvARow(), and SVECTOR. Referenced by SCIPlpiGetBInvRow().
get dense row of inverse basis matrix times constraint matrix B^-1 * A
get dense row of inverse basis matrix times constraint matrix B^-1 * A
get dense row of inverse basis matrix times constraint matrix B^-1 * A
get row of inverse basis matrix times constraint matrix B^-1 * A
get dense row of inverse basis matrix times constraint matrix B^-1 * A
get dense row of inverse basis matrix times constraint matrix B^-1 * A
Definition at line 3127 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_CONDRET, SCIP_ALLOC, SCIP_CALL, SCIP_CALL_QUIET, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPlpiGetBInvACol(), SCIPlpiGetBInvRow(), and SVECTOR. Referenced by SCIPlpiGetBInvCol().
get dense column of inverse basis matrix times constraint matrix B^-1 * A
get dense column of inverse basis matrix times constraint matrix B^-1 * A
get dense column of inverse basis matrix times constraint matrix B^-1 * A
get column of inverse basis matrix times constraint matrix B^-1 * A get dense column of inverse basis matrix times constraint matrix B^-1 * A
get dense column of inverse basis matrix times constraint matrix B^-1 * A
Definition at line 3162 of file lpi_clp.cpp. References CHECK_ZERO, DEBUG_CHECK_STATE_TOL, MOSEK_CALL, NULL, SCIP_ALLOC, SCIP_CALL, SCIP_CALL_QUIET, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetState(), and SVECTOR. Referenced by SCIPlpiGetBInvARow().
stores LPi state (like basis information) into lpistate object stores LP state (like basis information) into lpistate object
Definition at line 3202 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_ALLOC, SCIP_Bool, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, SCIPlpiExistsDualRay(), SCIPlpiGetBase(), and SCIPlpiSetState(). Referenced by SCIPlpiGetBInvACol().
loads LPi state (like basis information) into solver; note that the LP might have been extended with additional columns and rows since the state was stored with SCIPlpiGetState()
Definition at line 3242 of file lpi_clp.cpp. References CHECK_ZERO, FALSE, MOSEK_CALL, NULL, QS_RETURN, REALABS, SCIP_BASESTAT_BASIC, SCIP_BASESTAT_LOWER, SCIP_BASESTAT_UPPER, SCIP_BASESTAT_ZERO, SCIP_CALL, SCIP_INVALIDDATA, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_Real, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiClearState(), SCIPlpiIsInfinity(), and SCIPlpiSetBase(). Referenced by SCIPlpiGetState().
clears current LPi state (like basis information) of the solver
Definition at line 3296 of file lpi_clp.cpp. References CHECK_ZERO, NULL, SCIP_LPERROR, SCIP_OKAY, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiFreeState(), SCIPmessagePrintWarning(), and TRUE. Referenced by SCIPlpiSetState().
frees LPi state information frees LP state information
Definition at line 3312 of file lpi_clp.cpp. References NULL, SCIP_Bool, SCIP_OKAY, SCIPdebugMessage, and SCIPlpiHasStateBasis(). Referenced by SCIPlpiClearState().
checks, whether the given LPi state contains simplex basis information checks, whether the given LP state contains simplex basis information
Definition at line 3330 of file lpi_clp.cpp. References FALSE, NULL, SCIPdebugMessage, SCIPlpiReadState(), and TRUE. Referenced by SCIPlpiFreeState().
reads LPi state (like basis information from a file reads LP state (like basis information) from a file reads LP state (like basis information from a file Read a basis from the given filename, returns -1 on file error, 0 if no values, 1 if values
Definition at line 3339 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_LPERROR, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_READERROR, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiWriteState(), and SOPLEX_TRY. Referenced by SCIPlpiHasStateBasis().
writes LPi state (like basis information) to a file writes LP state (like basis information) to a file Write the basis in MPS format to the specified file. If writeValues true, writes values of structurals (and adds VALUES to end of NAME card) parameters:
Definition at line 3356 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_ERROR, SCIP_LPERROR, SCIP_MAXSTRLEN, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_WRITEERROR, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetNorms(), and SOPLEX_TRY. Referenced by SCIPlpiReadState(), SCIPlpiSolveDual(), and SCIPlpiSolvePrimal().
stores LPi pricing norms into lpinorms object stores LPi pricing norms information stores LPi pricing norms information stores LPi pricing norms information stores LPi pricing norms information stores LPi pricing norms information stores LPi pricing norms information stores LPi pricing norms information stores LPi pricing norms information stores LPi pricing norms information
Definition at line 3393 of file lpi_clp.cpp. References CHECK_ZERO, NULL, SCIP_ALLOC, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, and SCIPlpiSetNorms(). Referenced by SCIPlpiWriteState().
loads LPi pricing norms into solver; note that the LP might have been extended with additional columns and rows since the norms were stored with SCIPlpiGetNorms() loads LPi pricing norms into solver; note that the LP might have been extended with additional columns and rows since the state was stored with SCIPlpiGetNorms()
Definition at line 3409 of file lpi_clp.cpp. References CHECK_ZERO, SCIP_LPiNorms::head, SCIP_LPiNorms::ncols, SCIP_LPiNorms::norm, SCIP_LPiNorms::normlen, SCIP_LPiNorms::norms, SCIP_LPiNorms::nrows, NULL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, and SCIPlpiFreeNorms(). Referenced by SCIPlpiGetNorms().
frees LPi pricing norms information frees pricing norms information
Definition at line 3422 of file lpi_clp.cpp. References NULL, SCIP_LPPAR_BARRIERCONVTOL, SCIP_LPPAR_DUALFEASTOL, SCIP_LPPAR_FASTMIP, SCIP_LPPAR_FEASTOL, SCIP_LPPAR_FROMSCRATCH, SCIP_LPPAR_LOBJLIM, SCIP_LPPAR_LPINFO, SCIP_LPPAR_LPITLIM, SCIP_LPPAR_LPTILIM, SCIP_LPPAR_MARKOWITZ, SCIP_LPPAR_PRESOLVING, SCIP_LPPAR_PRICING, SCIP_LPPAR_ROWREPSWITCH, SCIP_LPPAR_SCALING, SCIP_LPPAR_THREADS, SCIP_LPPAR_UOBJLIM, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPdebugMessage, and SCIPlpiGetIntpar(). Referenced by SCIPlpiSetNorms().
gets integer parameter of LP
Definition at line 3447 of file lpi_clp.cpp. References CHECK_ZERO, CPX_INT_MAX, FALSE, MOSEK_CALL, NULL, QS_RETURN, SCIP_CALL, SCIP_LPPAR_FASTMIP, SCIP_LPPAR_FROMSCRATCH, SCIP_LPPAR_LPINFO, SCIP_LPPAR_LPITLIM, SCIP_LPPAR_PRESOLVING, SCIP_LPPAR_PRICING, SCIP_LPPAR_SCALING, SCIP_LPPAR_THREADS, SCIP_LPPAR_TIMING, SCIP_OKAY, SCIP_PARAMETERUNKNOWN, SCIP_PRICING_AUTO, SCIP_PRICING_DEVEX, SCIP_PRICING_FULL, SCIP_PRICING_PARTIAL, SCIP_PRICING_STEEP, SCIP_PRICING_STEEPQSTART, SCIP_Real, SCIPdebugMessage, SCIPlpiSetIntpar(), and TRUE. Referenced by SCIPlpiFreeNorms().
sets integer parameter of LP Amount of print out: 0 - none 1 - just final 2 - just factorizations 3 - as 2 plus a bit more 4 - verbose above that 8,16,32 etc just for selective SCIPdebug
Definition at line 3491 of file lpi_clp.cpp. References CHECK_ZERO, CPX_INT_MAX, FALSE, MOSEK_CALL, NULL, QS_RETURN, SCIP_Bool, SCIP_CALL, SCIP_INVALIDDATA, SCIP_LPERROR, SCIP_LPPAR_FASTMIP, SCIP_LPPAR_FROMSCRATCH, SCIP_LPPAR_LPINFO, SCIP_LPPAR_LPITLIM, SCIP_LPPAR_PRESOLVING, SCIP_LPPAR_PRICING, SCIP_LPPAR_SCALING, SCIP_LPPAR_THREADS, SCIP_LPPAR_TIMING, SCIP_OKAY, SCIP_PARAMETERUNKNOWN, SCIP_PRICING_AUTO, SCIP_PRICING_DEVEX, SCIP_PRICING_FULL, SCIP_PRICING_LPIDEFAULT, SCIP_PRICING_PARTIAL, SCIP_PRICING_STEEP, SCIP_PRICING_STEEPQSTART, SCIPABORT, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiGetRealpar(), and TRUE. Referenced by SCIPlpiAddRows(), SCIPlpiCreate(), and SCIPlpiGetIntpar().
gets floating point parameter of LP
Definition at line 3593 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_CALL, SCIP_LPPAR_BARRIERCONVTOL, SCIP_LPPAR_CONDITIONLIMIT, SCIP_LPPAR_DUALFEASTOL, SCIP_LPPAR_FEASTOL, SCIP_LPPAR_LOBJLIM, SCIP_LPPAR_LPTILIM, SCIP_LPPAR_MARKOWITZ, SCIP_LPPAR_ROWREPSWITCH, SCIP_LPPAR_UOBJLIM, SCIP_OBJSEN_MAXIMIZE, SCIP_OBJSEN_MINIMIZE, SCIP_OKAY, SCIP_PARAMETERUNKNOWN, SCIPdebugMessage, SCIPlpiInfinity(), and SCIPlpiSetRealpar(). Referenced by SCIPlpiSetIntpar().
sets floating point parameter of LP
Definition at line 3639 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, QS_RETURN, SCIP_CALL, SCIP_LPPAR_BARRIERCONVTOL, SCIP_LPPAR_CONDITIONLIMIT, SCIP_LPPAR_DUALFEASTOL, SCIP_LPPAR_FEASTOL, SCIP_LPPAR_LOBJLIM, SCIP_LPPAR_LPTILIM, SCIP_LPPAR_MARKOWITZ, SCIP_LPPAR_ROWREPSWITCH, SCIP_LPPAR_UOBJLIM, SCIP_OBJSEN_MAXIMIZE, SCIP_OBJSEN_MINIMIZE, SCIP_OKAY, SCIP_PARAMETERUNKNOWN, SCIP_Real, SCIPdebugMessage, and SCIPlpiInfinity(). Referenced by SCIPlpiGetRealpar(). returns value treated as infinity in the LP solver
Definition at line 3696 of file lpi_clp.cpp. References LPIINFINITY, NULL, SCIP_Bool, SCIP_Real, SCIPdebugMessage, and SCIPlpiIsInfinity(). Referenced by SCIPlpiCreate(), SCIPlpiGetObjval(), SCIPlpiGetRealpar(), and SCIPlpiSetRealpar(). checks if given value is treated as infinity in the LP solver
Definition at line 3707 of file lpi_clp.cpp. References FALSE, IS_POSINF, LPIINFINITY, NULL, SCIP_Bool, SCIPdebugMessage, SCIPlpiReadLP(), and TRUE. Referenced by SCIPlpiInfinity(), and SCIPlpiSetState().
reads LP from a file read file in MPS format parameters: filename bool keepNames bool ignoreErrors
Definition at line 3747 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_NOFILE, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_READERROR, SCIPdebugMessage, SCIPerrorMessage, SCIPlpiWriteLP(), and SCIPmessagePrintWarning(). Referenced by SCIPlpiIsInfinity().
writes LP to a file write file in MPS format parameters: filename int formatType (0 - normal, 1 - extra accuracy, 2 - IEEE hex) int numberAcross (1 or 2 values should be specified on every data line in the MPS file) double objSense
Definition at line 3775 of file lpi_clp.cpp. References CHECK_ZERO, MOSEK_CALL, NULL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIP_READERROR, SCIP_WRITEERROR, SCIPdebugMessage, SCIPerrorMessage, and SCIPmessagePrintWarning(). Referenced by SCIPlpiReadLP(), SCIPlpiSolveDual(), and SCIPlpiSolvePrimal(). |