mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 21:09:11 +00:00
[datalog] improve performance of smt2 frontend
- delay calls to make_annotations and process_costs untill needed - remove debug exception handler in join() Signed-off-by: Nuno Lopes <t-nclaud@microsoft.com>
This commit is contained in:
parent
1917c909d8
commit
9c230941cc
3 changed files with 7 additions and 20 deletions
|
|
@ -105,7 +105,7 @@ namespace datalog {
|
|||
void display_output_facts(rule_set const& rules, std::ostream & out) const;
|
||||
void display_facts(std::ostream & out) const;
|
||||
|
||||
void display_profile(std::ostream& out) const;
|
||||
void display_profile(std::ostream& out);
|
||||
|
||||
lbool saturate();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue