Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
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

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

Macro Definition Documentation

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