All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scip::ObjReader Class Reference Detailed DescriptionC++ wrapper for file readers and writers. This class defines the interface for file readers and writers implemented in C++.
Definition at line 42 of file objreader.h.
Constructor & Destructor Documentation
default constructor
Definition at line 60 of file objreader.h. References scip_, SCIP_CALL_ABORT, scip_desc_, scip_extension_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 78 of file objreader.h. References scip_, scip_desc_, scip_extension_, scip_name_, and SCIPfreeMemoryArray. Member Function Documentation
destructor of file reader to free user data (called when SCIP is exiting)
Definition at line 91 of file objreader.h. References SCIP_OKAY.
problem reading method of reader
Definition at line 100 of file objreader.h. References NULL, SCIP_DIDNOTRUN, and SCIP_OKAY.
problem writing method of reader; NOTE: if the parameter "genericnames" is TRUE, then SCIP already set all variable and constraint names to generic names; therefore, this method should always use SCIPvarGetName() and SCIPconsGetName();
Definition at line 116 of file objreader.h. References NULL, SCIP_DIDNOTRUN, and SCIP_OKAY. Field Documentation
SCIP data structure Definition at line 48 of file objreader.h. Referenced by ObjReader(), and ~ObjReader().
name of the file reader Definition at line 51 of file objreader.h. Referenced by ObjReader(), SCIPincludeObjReader(), and ~ObjReader().
description of the file reader Definition at line 54 of file objreader.h. Referenced by ObjReader(), SCIPincludeObjReader(), and ~ObjReader().
file extension that reader processes Definition at line 57 of file objreader.h. Referenced by ObjReader(), SCIPincludeObjReader(), and ~ObjReader(). |