SCIP-SDP  3.2.0
Classes | Functions
scip Namespace Reference

Classes

class  LPBlock
 
struct  LProw
 
class  ObjReaderSDPA
 
class  ObjReaderSDPAind
 
class  SDPBlock
 

Functions

 SCIP_DECL_READERREAD (ObjReaderSDPA::scip_read)
 
 SCIP_DECL_READERREAD (ObjReaderSDPAind::scip_read)
 

Function Documentation

scip::SCIP_DECL_READERREAD ( ObjReaderSDPA::scip_read  )

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.

Definition at line 191 of file objreader_sdpa.cpp.

References checkForLineEnd(), checkIndex(), drop_rest_line(), drop_space(), dropComments(), dropSpaceNewlineError(), scip::LPBlock::numrows, scip::LPBlock::rows, SCIPcreateConsSdp(), and testDigit().

Referenced by scip::ObjReaderSDPA::~ObjReaderSDPA().

scip::SCIP_DECL_READERREAD ( ObjReaderSDPAind::scip_read  )

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.

Definition at line 192 of file objreader_sdpaind.cpp.

References checkForLineEnd(), checkIndex(), drop_rest_line(), drop_space(), dropComments(), dropSpaceNewlineError(), scip::LPBlock::numrows, scip::LPBlock::rows, SCIPcreateConsSdp(), and testDigit().