mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
fixes to term-graph, add proof-checker routines for PR_BIND, remove orphaned file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
91ef84b8c9
commit
7844476a7d
7 changed files with 153 additions and 79 deletions
|
@ -23,7 +23,6 @@ Author:
|
|||
#include "ast/ast_pp.h"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
#include "ast/ast_util.h"
|
||||
#include "tactic/extension_model_converter.h"
|
||||
|
||||
namespace datalog {
|
||||
rule_set * mk_coi_filter::operator()(rule_set const & source) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue