3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

elim_uncnstr_tactic: remove m_imp idiom to reduce mem alloc

This commit is contained in:
Nuno Lopes 2018-12-21 19:48:18 +00:00
parent e1dc553228
commit 52f960a7c8
2 changed files with 806 additions and 832 deletions

File diff suppressed because it is too large Load diff

View file

@ -16,8 +16,7 @@ Author:
Notes:
--*/
#ifndef ELIM_UNCNSTR_TACTIC_H_
#define ELIM_UNCNSTR_TACTIC_H_
#pragma once
#include "util/params.h"
@ -29,5 +28,3 @@ tactic * mk_elim_uncnstr_tactic(ast_manager & m, params_ref const & p = params_r
/*
ADD_TACTIC("elim-uncnstr", "eliminate application containing unconstrained variables.", "mk_elim_uncnstr_tactic(m, p)")
*/
#endif