Scippy

GCG

Branch-and-Price & Column Generation for Everyone

pub_pricingprob.h File Reference

Detailed Description

public methods for working with pricing problems

Author
Christian Puchert

Definition in file pub_pricingprob.h.

#include "type_pricingprob.h"
#include "scip/type_scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP * GCGpricingprobGetPricingscip (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT int GCGpricingprobGetProbnr (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT void GCGpricingprobGetGenericBranchData (GCG_PRICINGPROB *pricingprob, SCIP_CONS ***branchconss, SCIP_Real **branchduals, int *nbranchconss)
 
SCIP_EXPORT int GCGpricingprobGetNGenericBranchconss (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT int GCGpricingprobGetBranchconsIdx (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT SCIP_Bool GCGpricingprobBranchconsIsAdded (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT void GCGpricingprobMarkBranchconsAdded (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT GCG_PRICINGSTATUS GCGpricingprobGetStatus (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT SCIP_Real GCGpricingprobGetLowerbound (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT int GCGpricingprobGetNImpCols (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT int GCGpricingprobGetNSolves (GCG_PRICINGPROB *pricingprob)
 
SCIP_EXPORT int GCGpricingprobGetNColsLastRounds (GCG_PRICINGPROB *pricingprob, int nroundscol)