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

disjunctive.h

00001 #ifndef SCIL_DISJUNCTIVE_H
00002 #define SCIL_DISJUNCTIVE_H
00003 
00004 #include<scil/scil.h>
00005 
00006 class disjunctive : public sym_constraint {
00007 
00008  private:
00009   class disjunctive_cut;
00010 
00011  public:
00012 
00013   disjunctive() {
00014   };
00015 
00016   status separate(subproblem& S);
00017 
00018 };
00019 #endif

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