cvc4-1.4
simplification_mode.h
Go to the documentation of this file.
1/********************* */
18#include "cvc4_public.h"
19
20#ifndef __CVC4__SMT__SIMPLIFICATION_MODE_H
21#define __CVC4__SMT__SIMPLIFICATION_MODE_H
22
23#include <iostream>
24
25namespace CVC4 {
26
36
37std::ostream& operator<<(std::ostream& out, SimplificationMode mode) CVC4_PUBLIC;
38
39}/* CVC4 namespace */
40
41#endif /* __CVC4__SMT__SIMPLIFICATION_MODE_H */
Macros that should be defined everywhere during the building of the libraries and driver binary,...
#define CVC4_PUBLIC
Definition cvc4_public.h:30
Definition expr.h:106
SimplificationMode
Enumeration of simplification modes (when to simplify).
@ SIMPLIFICATION_MODE_INCREMENTAL
Simplify the assertions as they come in.
@ SIMPLIFICATION_MODE_NONE
Don't do simplification.
@ SIMPLIFICATION_MODE_BATCH
Simplify the assertions all together once a check is requested.
std::ostream & operator<<(std::ostream &out, const TypeCheckingException &e)