mirror of
https://github.com/Z3Prover/z3
synced 2025-09-08 10:41:25 +00:00
define indexed root expression
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f74d1fc8ec
commit
2da6b2ff35
2 changed files with 27 additions and 10 deletions
|
@ -49,7 +49,7 @@ namespace nlsat {
|
|||
bool m_cell_sample;
|
||||
|
||||
assignment const & sample() const { return m_solver.sample(); }
|
||||
assignment & sample() { return m_solver.sample(); }
|
||||
assignment & sample() { return m_solver.sample(); }
|
||||
|
||||
struct todo_set {
|
||||
polynomial::cache & m_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue