3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 19:51:22 +00:00

ground sat refutation from spacer (wip)

This commit is contained in:
Arie Gurfinkel 2018-06-07 17:14:26 -07:00
parent 0534b72c4d
commit 1f0fd38c99
5 changed files with 267 additions and 31 deletions

View file

@ -970,7 +970,8 @@ public:
* get bottom-up (from query) sequence of ground predicate instances
* (for e.g. P(0,1,0,0,3)) that together form a ground derivation to query
*/
expr_ref get_ground_sat_answer ();
expr_ref get_ground_sat_answer ();
proof_ref get_ground_refutation();
void get_rules_along_trace (datalog::rule_ref_vector& rules);
void collect_statistics(statistics& st) const;