3
0
Fork 0
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:
Nikolaj Bjorner 2019-10-02 16:59:35 -07:00
parent feff1f7f96
commit c8908e81aa
2 changed files with 20 additions and 23 deletions

View file

@ -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.