CoinFactorization.hpp File Reference

#include <iostream>
#include <string>
#include <cassert>
#include <cstdio>
#include <cmath>
#include "CoinTypes.hpp"
#include "CoinIndexedVector.hpp"

Go to the source code of this file.

Classes

class  CoinFactorization
 This deals with Factorization and Updates. More...

Defines

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.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 28 Aug 2016 for CoinUtils by  doxygen 1.6.1