mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
elim_uncnstr_tactic: remove m_imp idiom to reduce mem alloc
This commit is contained in:
parent
e1dc553228
commit
52f960a7c8
File diff suppressed because it is too large
Load diff
|
@ -16,8 +16,7 @@ Author:
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#ifndef ELIM_UNCNSTR_TACTIC_H_
|
#pragma once
|
||||||
#define ELIM_UNCNSTR_TACTIC_H_
|
|
||||||
|
|
||||||
#include "util/params.h"
|
#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)")
|
ADD_TACTIC("elim-uncnstr", "eliminate application containing unconstrained variables.", "mk_elim_uncnstr_tactic(m, p)")
|
||||||
*/
|
*/
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue