mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
Silence clang warning
This commit is contained in:
parent
5ab6d6ca16
commit
5566b5689c
1 changed files with 7 additions and 7 deletions
|
@ -75,9 +75,9 @@ namespace qe {
|
||||||
|
|
||||||
class euf_mbi_plugin : public mbi_plugin {
|
class euf_mbi_plugin : public mbi_plugin {
|
||||||
ast_manager& m;
|
ast_manager& m;
|
||||||
|
expr_ref_vector m_atoms;
|
||||||
solver_ref m_solver;
|
solver_ref m_solver;
|
||||||
solver_ref m_dual_solver;
|
solver_ref m_dual_solver;
|
||||||
expr_ref_vector m_atoms;
|
|
||||||
struct is_atom_proc;
|
struct is_atom_proc;
|
||||||
public:
|
public:
|
||||||
euf_mbi_plugin(solver* s, solver* sNot);
|
euf_mbi_plugin(solver* s, solver* sNot);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue