1 #ifndef __PSEUDOFLOWNP_H__ 
    2 #define __PSEUDOFLOWNP_H__ 
    4 #include "../../problems/nestedpits/nestedpit.h" 
   28     vector<string> _formula_by_rf;
 
   30     void ReplaceStringInPlace(std::string& subject, 
const std::string& search, 
const std::string& replace);
 
   65     virtual const bool IsSolved() 
const;
 
Defines a case for the nested pits problem. 
Definition: nestedpit.h:16
Defines nested pits. 
Definition: nestedpit.h:143
A dummy class that specifies the methods of an algorithm that can solve a nested pit instance...
Definition: nestedpit.h:233
An implementation of a nested pit solver based on the Pseudoflow algorithm. 
Definition: pseudoflownp.h:15