lemon/network_simplex.h
changeset 2574 7058c9690e7d
parent 2556 74c2c81055e1
child 2575 e866e288cba6
equal deleted inserted replaced
7:584dd37f6410 8:0179a9260240
    45 #define TREE    0
    45 #define TREE    0
    46 // State constant for edges at their upper bounds.
    46 // State constant for edges at their upper bounds.
    47 #define UPPER   -1
    47 #define UPPER   -1
    48 
    48 
    49 #ifdef EDGE_BLOCK_PIVOT
    49 #ifdef EDGE_BLOCK_PIVOT
    50   #include <cmath>
    50   #include <lemon/math.h>
    51   #define MIN_BLOCK_SIZE        10
    51   #define MIN_BLOCK_SIZE        10
    52 #endif
    52 #endif
    53 
    53 
    54 #ifdef CANDIDATE_LIST_PIVOT
    54 #ifdef CANDIDATE_LIST_PIVOT
    55   #include <vector>
    55   #include <vector>