Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_benders.h45 typedef struct SCIP_BenderscutCut SCIP_BENDERSCUTCUT; typedef
161SCIP_BENDERSCUTCUT** storedcuts; /**< array to store the data required to form a cut/cons…
H A Dbenders.c6824 SCIP_BENDERSCUTCUT* cut; in SCIPbendersStoreCut()