mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
work on horner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d0ab508619
commit
ee4da1affd
5 changed files with 57 additions and 41 deletions
|
@ -31,8 +31,8 @@ namespace nla {
|
|||
|
||||
// nonlinear integer incremental linear solver
|
||||
class solver {
|
||||
core* m_core;
|
||||
reslimit m_res_limit;
|
||||
core* m_core;
|
||||
public:
|
||||
void add_monomial(lpvar v, unsigned sz, lpvar const* vs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue