47 SCIP_Bool deleteobject;
73 if( tabledata->objtable->iscloneable() )
100 if( tabledata->deleteobject )
101 delete tabledata->objtable;
207 SCIP_Bool deleteobject
217 tabledata->objtable = objtable;
218 tabledata->deleteobject = deleteobject;
244 return tabledata->objtable;
259 return tabledata->objtable;
C++ wrapper for statistics tables.
SCIP_STAGE scip_earlieststage_
SCIP_TABLEDATA * SCIPtableGetData(SCIP_TABLE *table)
SCIP_TABLE * SCIPfindTable(SCIP *scip, const char *name)
void SCIPtableSetData(SCIP_TABLE *table, SCIP_TABLEDATA *tabledata)
SCIP_RETCODE SCIPincludeTable(SCIP *scip, const char *name, const char *desc, SCIP_Bool active, SCIP_DECL_TABLECOPY((*tablecopy)), SCIP_DECL_TABLEFREE((*tablefree)), SCIP_DECL_TABLEINIT((*tableinit)), SCIP_DECL_TABLEEXIT((*tableexit)), SCIP_DECL_TABLEINITSOL((*tableinitsol)), SCIP_DECL_TABLEEXITSOL((*tableexitsol)), SCIP_DECL_TABLEOUTPUT((*tableoutput)), SCIP_TABLEDATA *tabledata, int position, SCIP_STAGE earlieststage)
assert(minobj< SCIPgetCutoffbound(scip))
scip::ObjTable * SCIPgetObjTable(SCIP *scip, SCIP_TABLE *table)
SCIP_RETCODE SCIPincludeObjTable(SCIP *scip, scip::ObjTable *objtable, SCIP_Bool deleteobject)
scip::ObjTable * SCIPfindObjTable(SCIP *scip, const char *name)
C++ wrapper for statistics tables.
enum SCIP_Retcode SCIP_RETCODE
#define SCIP_DECL_TABLEFREE(x)
#define SCIP_DECL_TABLEINITSOL(x)
struct SCIP_TableData SCIP_TABLEDATA
#define SCIP_DECL_TABLEOUTPUT(x)
#define SCIP_DECL_TABLEINIT(x)
#define SCIP_DECL_TABLEEXITSOL(x)
#define SCIP_DECL_TABLECOPY(x)
#define SCIP_DECL_TABLEEXIT(x)