mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
Fixed bug reported by Yan Peng from UBC
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ed1f67f1f1
commit
a934c6813a
2 changed files with 39 additions and 0 deletions
|
@ -27,7 +27,9 @@ namespace nlsat {
|
|||
class evaluator;
|
||||
|
||||
class explain {
|
||||
public:
|
||||
struct imp;
|
||||
private:
|
||||
imp * m_imp;
|
||||
public:
|
||||
explain(solver & s, assignment const & x2v, polynomial::cache & u, atom_vector const & atoms, atom_vector const & x2eq,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue