pricer_stp.h File Reference
Detailed Description
stp variable pricer
Definition in file pricer_stp.h.
#include "probdata_stp.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludePricerStp (SCIP *scip) |
Function Documentation
◆ SCIPincludePricerStp()
SCIP_RETCODE SCIPincludePricerStp | ( | SCIP * | scip | ) |
creates the stp pricer and includes it in SCIP
creates the stp variable pricer and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 379 of file pricer_stp.c.
References NULL, PRICER_DELAY, PRICER_DESC, PRICER_NAME, PRICER_PRIORITY, SCIP_CALL, SCIP_OKAY, SCIPallocMemory, SCIPdebugPrintf, SCIPincludePricerBasic(), SCIPsetPricerCopy(), SCIPsetPricerExitsol(), SCIPsetPricerFree(), SCIPsetPricerInit(), and SCIPsetPricerInitsol().
Referenced by runShell().