X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FAST%2Fops.h;h=6d6fd97a36242e1eac656145f145fc05bd348c86;hp=8b082025348ffaeab34916512eb55368068473d9;hb=4c58af641a877bb6d65769994c8fd57ecedbd22c;hpb=917bc08fb2d0ea78f6492323d52a4465b517809a diff --git a/src/AST/ops.h b/src/AST/ops.h index 8b08202..6d6fd97 100644 --- a/src/AST/ops.h +++ b/src/AST/ops.h @@ -26,4 +26,8 @@ typedef enum OverFlowBehavior OverFlowBehavior; enum UndefinedBehavior {SATC_IGNOREBEHAVIOR, SATC_FLAGFORCEUNDEFINED, SATC_UNDEFINEDSETSFLAG, SATC_FLAGIFFUNDEFINED}; typedef enum UndefinedBehavior UndefinedBehavior; +enum InterpreterType {SATUNE, ALLOY, Z3, MATHSAT, SMTRAT}; +typedef enum InterpreterType InterpreterType; + + #endif