Classes
CoinFactorization.hpp File Reference
#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

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...
 

Macro Definition Documentation

#define COINFACTORIZATION_BITS_PER_INT   32

Definition at line 807 of file CoinFactorization.hpp.

#define COINFACTORIZATION_SHIFT_PER_INT   5

Definition at line 808 of file CoinFactorization.hpp.

#define COINFACTORIZATION_MASK_PER_INT   0x1f

Definition at line 809 of file CoinFactorization.hpp.

#define collectStatistics_   1

For statistics.

Definition at line 1534 of file CoinFactorization.hpp.