SCIP-SDP  3.2.0
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 79 of file objreader_sdpa.h.

Constructor & Destructor Documentation

scip::LPBlock::LPBlock ( )
inline

Definition at line 82 of file objreader_sdpa.h.

scip::LPBlock::~LPBlock ( )
inline

Definition at line 83 of file objreader_sdpa.h.

Member Data Documentation

int scip::LPBlock::numrows

Definition at line 85 of file objreader_sdpa.h.

Referenced by scip::SCIP_DECL_READERREAD().

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

Definition at line 86 of file objreader_sdpa.h.

Referenced by scip::SCIP_DECL_READERREAD().


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