1 #ifndef __PSEUDOFLOW2_H__ 
    2 #define __PSEUDOFLOW2_H__ 
   10 #include "../../problems/finalpit/fp.h" 
   33     double _finalpit_value;
 
   99     virtual double PitValue();
 
  106     virtual double GetPitValue();
 
  113     virtual const bool IsSolved() 
const;
 
Abstracts a set of blocks (subset of a blockmodel). 
Definition: blocksel.h:33
Defines a case for the final pit problem. 
Definition: fp.h:21
An implementation of the graph used by the final pit solver based on the Pseudoflow algorithm to solv...
Definition: graph.h:18
A dummy class that specifies the methods of an algorithm that can solve a final pit instance...
Definition: fp.h:57
An implementation of a final pit solver based on the Pseudoflow algorithm. 
Definition: pseudoflowfp.h:29