Home
last modified time | relevance | path

Searched refs:tableexitsol (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtable.c78 …SCIP_DECL_TABLEEXITSOL ((*tableexitsol)), /**< solving process deinitialization method of statisti… in doTableCreate() argument
103 (*table)->tableexitsol = tableexitsol; in doTableCreate()
134 …SCIP_DECL_TABLEEXITSOL ((*tableexitsol)), /**< solving process deinitialization method of statisti… in SCIPtableCreate() argument
147 …tableinit, tableexit, tableinitsol, tableexitsol, tableoutput, tabledata, position, earlieststage), in SCIPtableCreate()
254 if( table->tableexitsol != NULL ) in SCIPtableExitsol()
256 SCIP_CALL( table->tableexitsol(set->scip, table) ); in SCIPtableExitsol()
H A Dscip_table.c57 …SCIP_DECL_TABLEEXITSOL ((*tableexitsol)), /**< solving process deinitialization method of statisti… in SCIPincludeTable() argument
77 tablefree, tableinit, tableexit, tableinitsol, tableexitsol, tableoutput, tabledata, in SCIPincludeTable()
H A Dstruct_table.h45 …SCIP_DECL_TABLEEXITSOL ((*tableexitsol)); /**< solving process deinitialization method of statisti…
H A Dscip_table.h62 …SCIP_DECL_TABLEEXITSOL ((*tableexitsol)), /**< solving process deinitialization method of statisti…
H A Dtable.h62 …SCIP_DECL_TABLEEXITSOL ((*tableexitsol)), /**< solving process deinitialization method of statisti…