3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-16 10:55:45 +00:00

Refactoring

This commit is contained in:
Arie Gurfinkel 2018-05-17 13:43:35 -07:00
parent ec8f99fee7
commit a696a40a3a
2 changed files with 27 additions and 16 deletions

View file

@ -824,14 +824,9 @@ class context {
unsigned get_cex_depth ();
void dump_json() {
if(m_params.spacer_print_json().size()) {
std::ofstream of;
of.open(m_params.spacer_print_json().bare_str());
m_json_marshaller.marshal(of);
of.close();
}
}
void dump_json();
void predecessor_eh();
public:
/**