CoinUtils  2.11.9
Classes | Functions
CoinWarmStartBasis.hpp File Reference
#include <vector>
#include "CoinSort.hpp"
#include "CoinHelperFunctions.hpp"
#include "CoinWarmStart.hpp"
+ Include dependency graph for CoinWarmStartBasis.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...
 

Function Documentation

◆ statusToChar()

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.

◆ charToStatus()

CoinWarmStartBasis::Status charToStatus ( char  status)

Convert character to status.