lp relaxator
Definition in file relax_lp.c.
Go to the source code of this file.
Macros | |
| #define | RELAX_NAME "lp" |
| #define | RELAX_DESC "relaxator solving LP relaxation" |
| #define | RELAX_PRIORITY 0 |
| #define | RELAX_FREQ 0 |
| #define | RELAX_FULLLPINFO TRUE |
Functions | |
| static | SCIP_DECL_RELAXEXEC (relaxExecLp) |
| SCIP_RETCODE | SCIPincludeRelaxLp (SCIP *scip) |
| #define RELAX_NAME "lp" |
Definition at line 27 of file relax_lp.c.
Referenced by SCIPincludeRelaxLp().
| #define RELAX_DESC "relaxator solving LP relaxation" |
Definition at line 28 of file relax_lp.c.
Referenced by SCIPincludeRelaxLp().
| #define RELAX_PRIORITY 0 |
Definition at line 29 of file relax_lp.c.
Referenced by SCIPincludeRelaxLp().
| #define RELAX_FREQ 0 |
Definition at line 30 of file relax_lp.c.
Referenced by SCIPincludeRelaxLp().
| #define RELAX_FULLLPINFO TRUE |
Definition at line 31 of file relax_lp.c.
Referenced by SCIPincludeRelaxLp().
|
static |
execution method of relaxator
Definition at line 50 of file relax_lp.c.
References FALSE, NULL, SCIP_Bool, SCIP_CALL, SCIP_DIDNOTRUN, SCIP_OKAY, SCIP_Real, SCIP_STATUS_OPTIMAL, SCIP_SUCCESS, SCIP_VARTYPE_CONTINUOUS, SCIPblkmem(), SCIPchgVarType(), SCIPcopy(), SCIPcreate(), SCIPdebugMessage, SCIPfree(), SCIPgetBestSol(), SCIPgetNVars(), SCIPgetPrimalbound(), SCIPgetSolVal(), SCIPgetStatus(), SCIPgetVars(), SCIPhashmapCreate(), SCIPhashmapFree(), SCIPhashmapGetImage(), SCIPinfinity(), SCIPmarkRelaxSolValid(), SCIPsetMessagehdlrQuiet(), SCIPsetRelaxSolVal(), SCIPsolve(), SCIPtransformProb(), and TRUE.
| SCIP_RETCODE SCIPincludeRelaxLp | ( | SCIP * | scip | ) |
creates the lp relaxator and includes it in SCIP
| scip | SCIP data structure |
Definition at line 123 of file relax_lp.c.
References NULL, RELAX_DESC, RELAX_FREQ, RELAX_FULLLPINFO, RELAX_NAME, RELAX_PRIORITY, SCIP_CALL, SCIP_OKAY, and SCIPincludeRelaxBasic().
Referenced by runShell().