CoinUtils 2.11.11
Loading...
Searching...
No Matches
CoinLpIO.hpp File Reference
#include <cstdio>
#include "CoinPackedMatrix.hpp"
#include "CoinMessage.hpp"
#include "CoinFileIO.hpp"
+ Include dependency graph for CoinLpIO.hpp:

Go to the source code of this file.

Classes

class  CoinLpIO
 Class to read and write Lp files. More...
 
struct  CoinLpIO::CoinHashLink
 

Typedefs

typedef int COINColumnIndex
 The following lengths are in decreasing order (for 64 bit etc) Large enough to contain element index This is already defined as CoinBigIndex Large enough to contain column index.
 

Functions

void CoinLpIOUnitTest (const std::string &lpDir)
 

Variables

const int MAX_OBJECTIVES = 2
 

Typedef Documentation

◆ COINColumnIndex

typedef int COINColumnIndex

The following lengths are in decreasing order (for 64 bit etc) Large enough to contain element index This is already defined as CoinBigIndex Large enough to contain column index.

Definition at line 27 of file CoinLpIO.hpp.

Function Documentation

◆ CoinLpIOUnitTest()

void CoinLpIOUnitTest ( const std::string & lpDir)

Variable Documentation

◆ MAX_OBJECTIVES

const int MAX_OBJECTIVES = 2

Definition at line 25 of file CoinLpIO.hpp.