src/work/jacint/max_flow.h
changeset 597 a6e2b02f496a
parent 557 9c0ce0a1f000
child 602 580b329c2a0c
equal deleted inserted replaced
7:401fc81797d3 8:403030cc6140
   103 // 	excess(_G,0); //itt is
   103 // 	excess(_G,0); //itt is
   104 //       }
   104 //       }
   105 
   105 
   106   public:
   106   public:
   107  
   107  
   108     ///\todo Document this
   108     ///\todo Document this.
       
   109     ///\todo Maybe, it should be PRE_FLOW instead.
       
   110     ///- \c ZERO_FLOW means something,
       
   111     ///- \c GEN_FLOW means something else,
       
   112     ///- \c PREFLOW is something different.
   109     enum flowEnum{
   113     enum flowEnum{
   110       ZERO_FLOW=0,
   114       ZERO_FLOW=0,
   111       GEN_FLOW=1,
   115       GEN_FLOW=1,
   112       PREFLOW=2
   116       PREFLOW=2
   113     };
   117     };