Main Page   Class Hierarchy   Compound List   File List   Contact   Download   Symbolic Constraints   Examples  

flow.h

00001 #include <scil/scil.h>
00002 #include <LEDA/graph.h>
00003 
00018 namespace SCIL {
00019 
00020 class FLOW : public sym_constraint {
00021  private:
00022   LEDA::graph& G;
00023   scil_map<LEDA::node>& D;
00024   scil_map<LEDA::edge>& VM;
00025 
00026   class flow_balance;
00027 
00028  public:
00029 
00037   FLOW(LEDA::graph& G, scil_map<LEDA::node>& D, scil_map<LEDA::edge>& F);
00038 
00041   void init(subproblem& S);
00042 };
00043 
00044 }

Generated on Tue Nov 16 15:18:16 2004 for SCIL by doxygen1.2.16