equal
  deleted
  inserted
  replaced
  
    
    
    87   }  | 
    87   }  | 
    88   | 
    88   | 
    89   BGW::NodeMap<int> dbyj(bgw);  | 
    89   BGW::NodeMap<int> dbyj(bgw);  | 
    90   BGW::EdgeMap<int> dbyxcj(bgw);  | 
    90   BGW::EdgeMap<int> dbyxcj(bgw);  | 
    91   | 
    91   | 
    92   typedef stGraphWrapper<BGW> stGW;  | 
    92   typedef stBipartiteGraphWrapper<BGW> stGW;  | 
    93   stGW stgw(bgw);  | 
    93   stGW stgw(bgw);  | 
    94   ConstMap<stGW::Edge, int> const1map(1);  | 
    94   ConstMap<stGW::Edge, int> const1map(1);  | 
    95   stGW::NodeMap<int> ize(stgw);  | 
    95   stGW::NodeMap<int> ize(stgw);  | 
    96   stGW::EdgeMap<int> flow(stgw);  | 
    96   stGW::EdgeMap<int> flow(stgw);  | 
    97   | 
    97   |