Dip
0.92.4
|
#include <vector>
#include "CoinSort.hpp"
#include "CoinHelperFunctions.hpp"
#include "CoinWarmStart.hpp"
Go to the source code of this file.
Classes | |
class | CoinWarmStartBasis |
The default COIN simplex (basis-oriented) warm start class. More... | |
class | CoinWarmStartBasisDiff |
A `diff' between two CoinWarmStartBasis objects. More... | |
Functions | |
char | statusToChar (CoinWarmStartBasis::Status status) |
In an example Aleksandr Kazachkov sent to me, I noticed he was using code as above but with char - it seemed useful B, F, U, L, S (S - SuperBasic) More... | |
CoinWarmStartBasis::Status | charToStatus (char status) |
Convert character to status. More... | |
char statusToChar | ( | CoinWarmStartBasis::Status | status | ) |
In an example Aleksandr Kazachkov sent to me, I noticed he was using code as above but with char - it seemed useful B, F, U, L, S (S - SuperBasic)
Convert status to character.
CoinWarmStartBasis::Status charToStatus | ( | char | status | ) |
Convert character to status.