mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
move std::function initializer to beginning of class
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f6f594e21d
commit
e16acd0965
2 changed files with 4 additions and 2 deletions
|
@ -79,7 +79,8 @@ namespace euf {
|
|||
return reinterpret_cast<size_t>(UNTAG(size_t*, p));
|
||||
}
|
||||
|
||||
ast_manager& m;
|
||||
std::function<::solver*(void)> m_mk_solver;
|
||||
ast_manager& m;
|
||||
sat::sat_internalizer& si;
|
||||
smt_params m_config;
|
||||
euf::egraph m_egraph;
|
||||
|
@ -102,7 +103,6 @@ namespace euf {
|
|||
svector<scope> m_scopes;
|
||||
scoped_ptr_vector<th_solver> m_solvers;
|
||||
ptr_vector<th_solver> m_id2solver;
|
||||
std::function<::solver*(void)> m_mk_solver;
|
||||
|
||||
constraint* m_conflict{ nullptr };
|
||||
constraint* m_eq{ nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue