mirror of
https://github.com/Z3Prover/z3
synced 2026-02-09 18:40:51 +00:00
refactor
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
2581c1ce38
commit
8cb7373c21
6 changed files with 99 additions and 96 deletions
|
|
@ -4377,6 +4377,11 @@ namespace nlsat {
|
|||
const assignment &solver::get_assignment() const {
|
||||
return m_imp->m_assignment;
|
||||
}
|
||||
|
||||
assignment &solver::get_assignment() {
|
||||
return m_imp->m_assignment;
|
||||
}
|
||||
|
||||
unsynch_mpq_manager &solver::qm()
|
||||
{
|
||||
return m_imp->m_qm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue