Detailed Descriptionstp variable pricer Definition in file pricer_stp.c. #include <assert.h>#include <string.h>#include "scip/cons_linear.h"#include <stdio.h>#include <stdlib.h>#include "pricer_stp.h"#include "grph.h"Go to the source code of this file.
Macro Definition Documentation
Definition at line 34 of file pricer_stp.c. Referenced by SCIPincludePricerStp().
Definition at line 32 of file pricer_stp.c. Referenced by SCIPincludePricerStp().
Definition at line 31 of file pricer_stp.c. Referenced by SCIP_DECL_PRICERCOPY(), and SCIPincludePricerStp().
Definition at line 33 of file pricer_stp.c. Referenced by SCIPincludePricerStp(). Function Documentation
method for either Farkas or Redcost pricing
Definition at line 174 of file pricer_stp.c. References shortest_path::edge, FALSE, FSP_MODE, graph_path_exec(), GRAPH::knots, GRAPH::mark, SCIPprobdataGetGraph(), SCIPprobdataPrintGraph(), GRAPH::tail, and TRUE. Referenced by SCIP_DECL_PRICERFARKAS(), and SCIP_DECL_PRICERREDCOST().
copy method for pricer plugins (called when SCIP copies plugins) Definition at line 71 of file pricer_stp.c. References PRICER_NAME.
solving process deinitialization method of variable pricer (called before branch and bound process data is freed) Definition at line 154 of file pricer_stp.c. References SCIP_PricerData::scip.
Farkas pricing method of variable pricer for infeasible LPs Definition at line 365 of file pricer_stp.c. References pricing(), SCIP_PricerData::scip, and TRUE.
destructor of variable pricer to free user data (called when SCIP is exiting) Definition at line 82 of file pricer_stp.c. References SCIP_PricerData::scip.
initialization method of variable pricer (called after problem was transformed) Definition at line 104 of file pricer_stp.c. References SCIP_PricerData::scip, SCIPprobdataGetEdgeConstraints(), SCIPprobdataGetNEdges(), SCIPprobdataGetPathConstraints(), SCIPprobdataGetRNTerms(), SCIPprobdataGetRoot(), SCIPprobdataGetRTerms(), and SCIPprobdataIsBigt().
solving process initialization method of variable pricer (called when branch and bound process is about to begin) Definition at line 125 of file pricer_stp.c. References SCIP_PricerData::scip, SCIPprobdataGetNEdges(), and SCIPprobdataGetRNTerms().
reduced cost pricing method of variable pricer for feasible LPs Definition at line 354 of file pricer_stp.c. References FALSE, SCIP_PricerData::lowerbound, pricing(), and SCIP_PricerData::scip.
creates the stp variable pricer and includes it in SCIP
Definition at line 377 of file pricer_stp.c. References PRICER_DELAY, PRICER_DESC, PRICER_NAME, PRICER_PRIORITY, and SCIP_PricerData::scip. Referenced by runShell(). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||