SCIP-SDP  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
scip::LPBlock Class Reference

Public Member Functions

 LPBlock ()
 
 ~LPBlock ()
 

Public Attributes

int numrows
 
std::vector< LProwrows
 

Detailed Description

class for the lp-blocks

Definition at line 82 of file objreader_sdpa.h.

Constructor & Destructor Documentation

scip::LPBlock::LPBlock ( )
inline

Definition at line 85 of file objreader_sdpa.h.

scip::LPBlock::~LPBlock ( )
inline

Definition at line 86 of file objreader_sdpa.h.

Member Data Documentation

int scip::LPBlock::numrows

Definition at line 88 of file objreader_sdpa.h.

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

std::vector<LProw> scip::LPBlock::rows

Definition at line 89 of file objreader_sdpa.h.

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


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