mirror of
https://github.com/Z3Prover/z3
synced 2025-11-16 10:55:45 +00:00
Refactoring
This commit is contained in:
parent
ec8f99fee7
commit
a696a40a3a
2 changed files with 27 additions and 16 deletions
|
|
@ -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:
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue