mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
nits
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
51d3c279d0
commit
606940e60c
4 changed files with 90 additions and 72 deletions
|
@ -18,18 +18,16 @@ Author:
|
|||
Hari Govind V K (hgvk94)
|
||||
Isabel Garcia (igcontreras)
|
||||
|
||||
Revision History:
|
||||
|
||||
|
||||
--*/
|
||||
#include "qe/lite/qel.h"
|
||||
#include "qe/mbp/mbp_term_graph.h"
|
||||
|
||||
class qel::impl {
|
||||
private:
|
||||
private:
|
||||
ast_manager &m;
|
||||
|
||||
public:
|
||||
public:
|
||||
impl(ast_manager &m, params_ref const &p) : m(m) {}
|
||||
|
||||
void operator()(app_ref_vector &vars, expr_ref &fml) {
|
||||
|
|
|
@ -19,9 +19,6 @@ Author:
|
|||
Hari Govind V K (hgvk94)
|
||||
Isabel Garcia (igcontreras)
|
||||
|
||||
Revision History:
|
||||
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
@ -34,8 +31,8 @@ Revision History:
|
|||
class qel {
|
||||
class impl;
|
||||
impl *m_impl;
|
||||
|
||||
public:
|
||||
|
||||
public:
|
||||
qel(ast_manager &m, params_ref const &p);
|
||||
|
||||
~qel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue