mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
move definitions to cpp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5a9161ed7b
commit
ff104c4b13
3 changed files with 32 additions and 26 deletions
|
@ -138,7 +138,7 @@ namespace euf {
|
|||
};
|
||||
|
||||
theory_id m_fid = 0;
|
||||
unsigned m_op = null_decl_kind;
|
||||
decl_kind m_op = null_decl_kind;
|
||||
func_decl* m_decl = nullptr;
|
||||
vector<eq> m_eqs;
|
||||
ptr_vector<node> m_nodes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue