mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
feff1f7f96
commit
c8908e81aa
2 changed files with 20 additions and 23 deletions
|
@ -644,7 +644,7 @@ namespace polynomial {
|
|||
/**
|
||||
\brief Return true if m2 divides m1, and store the result in r.
|
||||
*/
|
||||
bool div(monomial const * m1, monomial const * m2, monomial * & r);
|
||||
bool div(monomial const * m1, monomial const * m2, monomial_ref & r);
|
||||
|
||||
/**
|
||||
\brief Newton interpolation algorithm for multivariate polynomials.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue