| 
    Osi
    0.108.6
    
   | 
 
#include <iostream>#include <string>#include <cassert>#include <cstdio>#include <cmath>#include "CoinTypes.hpp"#include "CoinIndexedVector.hpp"
 Include dependency graph for CoinFactorization.hpp:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CoinFactorization | 
| This deals with Factorization and Updates.  More... | |
Macros | |
| #define | EXTRA_U_SPACE 4 | 
used by factorization  | |
| #define | COINFACTORIZATION_BITS_PER_INT 32 | 
| #define | COINFACTORIZATION_SHIFT_PER_INT 5 | 
| #define | COINFACTORIZATION_MASK_PER_INT 0x1f | 
data  | |
| #define | collectStatistics_ 1 | 
| For statistics.  More... | |
| #define EXTRA_U_SPACE 4 | 
Definition at line 14 of file CoinFactorization.hpp.
| #define COINFACTORIZATION_BITS_PER_INT 32 | 
Definition at line 931 of file CoinFactorization.hpp.
| #define COINFACTORIZATION_SHIFT_PER_INT 5 | 
Definition at line 932 of file CoinFactorization.hpp.
| #define COINFACTORIZATION_MASK_PER_INT 0x1f | 
Definition at line 933 of file CoinFactorization.hpp.
| #define collectStatistics_ 1 | 
For statistics.
Definition at line 1658 of file CoinFactorization.hpp.
 1.8.5