Home
last modified time | relevance | path

Searched defs:conssetchg (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons.c5244 SCIP_CONSSETCHG** conssetchg, /**< pointer to constraint set change data */ in conssetchgCreate()
5265 SCIP_CONSSETCHG* conssetchg, /**< constraint set change data */ in conssetchgRelease()
5295 SCIP_CONSSETCHG** conssetchg, /**< pointer to constraint set change */ in SCIPconssetchgFree()
5320 SCIP_CONSSETCHG* conssetchg, /**< constraint set change data structure */ in conssetchgEnsureAddedconssSize()
5344 SCIP_CONSSETCHG* conssetchg, /**< constraint set change data structure */ in conssetchgEnsureDisabledconssSize()
5369 SCIP_CONSSETCHG** conssetchg, /**< pointer to constraint set change data structure */ in SCIPconssetchgAddAddedCons()
5490 SCIP_CONSSETCHG* conssetchg, /**< constraint set change to apply */ in conssetchgDelDisabledCons()
5519 SCIP_CONSSETCHG* conssetchg, /**< constraint set change to get data from */ in SCIPconssetchgGetAddedConsData()
5533 SCIP_CONSSETCHG* conssetchg, /**< constraint set change to apply */ in SCIPconssetchgApply()
5620 SCIP_CONSSETCHG* conssetchg, /**< constraint set change to undo */ in SCIPconssetchgUndo()
[all …]
H A Dstruct_tree.h149 SCIP_CONSSETCHG* conssetchg; /**< constraint set changes at this node or NULL */ member