SCIP-SDP  3.2.0
Public Member Functions | List of all members
scip::ObjReaderSDPA Class Reference

Public Member Functions

 ObjReaderSDPA (SCIP *scip)
 
virtual ~ObjReaderSDPA ()
 
virtual SCIP_DECL_READERREAD (scip_read)
 

Detailed Description

C++ wrapper object for file readers

Definition at line 90 of file objreader_sdpa.h.

Constructor & Destructor Documentation

scip::ObjReaderSDPA::ObjReaderSDPA ( SCIP *  scip)
inline

default constructor

Definition at line 95 of file objreader_sdpa.h.

virtual scip::ObjReaderSDPA::~ObjReaderSDPA ( )
inlinevirtual

destructor

Definition at line 100 of file objreader_sdpa.h.

References scip::SCIP_DECL_READERREAD().

Member Function Documentation

virtual scip::ObjReaderSDPA::SCIP_DECL_READERREAD ( scip_read  )
virtual

problem reading method of reader

possible return values for *result:

  • SCIP_SUCCESS : the reader read the file correctly and created an appropritate problem
  • SCIP_DIDNOTRUN : the reader is not responsible for given input file

If the reader detected an error in the input file, it should return with RETCODE SCIP_READERR or SCIP_NOFILE.


The documentation for this class was generated from the following file: