Home
last modified time | relevance | path

Searched refs:SCIP_LINCONSUPGRADE (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_linear.h78 typedef struct SCIP_LinConsUpgrade SCIP_LINCONSUPGRADE; /**< linear constraint update method */ typedef
H A Dcons_linear.c272SCIP_LINCONSUPGRADE** linconsupgrades; /**< linear constraint upgrade methods for specializing …
501 SCIP_LINCONSUPGRADE** linconsupgrade, /**< pointer to store the linear constraint upgrade */ in linconsupgradeCreate()
522 SCIP_LINCONSUPGRADE** linconsupgrade /**< pointer to the linear constraint upgrade */ in linconsupgradeFree()
613 SCIP_LINCONSUPGRADE* linconsupgrade /**< linear constraint upgrade method */ in conshdlrdataIncludeUpgrade()
17688 SCIP_LINCONSUPGRADE* linconsupgrade; in SCIPincludeLinconsUpgrade()