cvc4-1.4
modes.h
Go to the documentation of this file.
1/********************* */
18#include "cvc4_public.h"
19
20#ifndef __CVC4__PRINTER__MODES_H
21#define __CVC4__PRINTER__MODES_H
22
23#include <iostream>
24
25namespace CVC4 {
26
34
42
43std::ostream& operator<<(std::ostream& out, ModelFormatMode mode) CVC4_PUBLIC;
44std::ostream& operator<<(std::ostream& out, InstFormatMode mode) CVC4_PUBLIC;
45
46}/* CVC4 namespace */
47
48#endif /* __CVC4__PRINTER__MODEL_FORMAT_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
ModelFormatMode
Enumeration of model_format modes (how to print models from get-model command).
Definition modes.h:28
@ MODEL_FORMAT_MODE_DEFAULT
default mode (print expressions in the output language format)
Definition modes.h:30
@ MODEL_FORMAT_MODE_TABLE
print functional values in a table format
Definition modes.h:32
InstFormatMode
Enumeration of inst_format modes (how to print models from get-model command).
Definition modes.h:36
@ INST_FORMAT_MODE_DEFAULT
default mode (print expressions in the output language format)
Definition modes.h:38
@ INST_FORMAT_MODE_SZS
print as SZS proof
Definition modes.h:40
std::ostream & operator<<(std::ostream &out, const TypeCheckingException &e)