mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
port Grobner, add fixed var dependency to Horner's scheme
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
628bbcc676
commit
b3fc12ffdc
11 changed files with 70 additions and 43 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
namespace nla {
|
||||
class cross_nested {
|
||||
|
||||
|
||||
// fields
|
||||
nex * m_e;
|
||||
std::function<bool (const nex*)> m_call_on_result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue