mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 09:15:47 +00:00
fix build warnigs with && vs ||, tuning seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
643999860d
commit
0c2334417c
5 changed files with 362 additions and 152 deletions
|
@ -113,6 +113,7 @@ namespace smt {
|
|||
friend class context;
|
||||
friend class euf_manager;
|
||||
friend class conflict_resolution;
|
||||
|
||||
|
||||
theory_var_list * get_th_var_list() {
|
||||
return m_th_var_list.get_th_var() == null_theory_var ? 0 : &m_th_var_list;
|
||||
|
@ -170,6 +171,7 @@ namespace smt {
|
|||
m_interpreted = true;
|
||||
}
|
||||
|
||||
|
||||
void del_eh(ast_manager & m, bool update_children_parent = true);
|
||||
|
||||
app * get_owner() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue