src/work/jacint/max_flow.h
changeset 481 54d8feda437b
parent 478 8c74de352f80
child 485 7f461ab4af1a
equal deleted inserted replaced
0:b28c974fb683 1:35592a4b97ac
    31 void minCut(CutMap& M) : sets M to the characteristic vector of 
    31 void minCut(CutMap& M) : sets M to the characteristic vector of 
    32      a min cut. M should be a map of bools initialized to false.
    32      a min cut. M should be a map of bools initialized to false.
    33 
    33 
    34 */
    34 */
    35 
    35 
    36 #ifndef HUGO_PREFLOW_H
    36 #ifndef HUGO_MAX_FLOW_H
    37 #define HUGO_PREFLOW_H
    37 #define HUGO_MAX_FLOW_H
    38 
    38 
    39 #define H0 20
    39 #define H0 20
    40 #define H1 1
    40 #define H1 1
    41 
    41 
    42 #include <vector>
    42 #include <vector>
  1007 
  1007 
  1008 
  1008 
  1009 
  1009 
  1010 } //namespace hugo
  1010 } //namespace hugo
  1011 
  1011 
  1012 #endif //HUGO_PREFLOW_H
  1012 #endif //HUGO_MAX_FLOW_H
  1013 
  1013 
  1014 
  1014 
  1015 
  1015 
  1016 
  1016