mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
fix build, refactor
This commit is contained in:
parent
3ae4c6e9de
commit
937b61fc88
53 changed files with 145 additions and 127 deletions
|
@ -67,7 +67,7 @@ namespace nlarith {
|
|||
ast_manager& m = m_lits.get_manager();
|
||||
std::string name = m_x->get_decl()->get_name().str();
|
||||
name += suffix;
|
||||
sort* r = m.get_sort(m_x);
|
||||
sort* r = m_x->get_sort();
|
||||
v= m.mk_const(symbol(name.c_str()), r);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue