pricer_vrp.h
Go to the documentation of this file.
77 /** return negative reduced cost tour (uses restricted shortest path dynamic programming algorithm) */
Definition: struct_scip.h:59
Definition: struct_var.h:198
public methods for problem variables
SCIP_CONS * arc_con(const int i, const int j) const
Definition: pricer_vrp.h:125
Definition: struct_cons.h:37
Definition: pqueue.h:28
static SCIP_RETCODE pricing(SCIP *scip, SCIP_PRICER *pricer, SCIP_Real *lowerbound, SCIP_Bool farkas)
Definition: pricer_stp.c:176
C++ wrapper classes for SCIP.
SCIP_DECL_PRICERFARKAS(ObjPricerVRP::scip_farkas)
Definition: pricer_vrp.cpp:237
SCIP_DECL_PRICERREDCOST(ObjPricerVRP::scip_redcost)
Definition: pricer_vrp.cpp:216
Definition: pricer_vrp.h:36
Definition: objbenders.h:33