| Clp
    1.17.6
    | 
#include <vector>#include "CoinSort.hpp"#include "CoinHelperFunctions.hpp"#include "CoinWarmStart.hpp" Include dependency graph for CoinWarmStartBasis.hpp:
 Include dependency graph for CoinWarmStartBasis.hpp: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file: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.
 1.8.5
 1.8.5