mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
tidy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c4a03dcf7c
commit
c0a07f9229
3 changed files with 46 additions and 60 deletions
|
@ -160,7 +160,7 @@ struct evaluator_cfg : public default_rewriter_cfg {
|
|||
family_id fid = f->get_family_id();
|
||||
bool _is_uninterp = fid != null_family_id && m.get_plugin(fid)->is_considered_uninterpreted(f);
|
||||
br_status st = BR_FAILED;
|
||||
#if 1
|
||||
#if 0
|
||||
struct pp {
|
||||
func_decl* f;
|
||||
expr_ref& r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue