#include <cstdio>
#include "CoinPackedMatrix.hpp"
#include "CoinMessage.hpp"
#include "CoinFileIO.hpp"
Go to the source code of this file.
|
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.
|
|
◆ 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.
◆ CoinLpIOUnitTest()
void CoinLpIOUnitTest |
( |
const std::string & | lpDir | ) |
|
◆ MAX_OBJECTIVES
const int MAX_OBJECTIVES = 2 |