mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
small improvements to bmc engine
courtesy of Marc Brockschmidt
This commit is contained in:
parent
7168451201
commit
97c5ab30d5
2 changed files with 20 additions and 2 deletions
|
@ -38,6 +38,7 @@ namespace datalog {
|
|||
rule_set m_rules;
|
||||
func_decl_ref m_query_pred;
|
||||
expr_ref m_answer;
|
||||
rule_ref_vector m_rule_trace;
|
||||
|
||||
void checkpoint();
|
||||
|
||||
|
@ -63,6 +64,7 @@ namespace datalog {
|
|||
void collect_statistics(statistics& st) const;
|
||||
|
||||
void reset_statistics();
|
||||
void get_rules_along_trace(datalog::rule_ref_vector& rules);
|
||||
|
||||
expr_ref get_answer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue