mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
update comment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72b47ba519
commit
c4da5caf69
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ namespace dd {
|
|||
}
|
||||
}
|
||||
|
||||
// return quotient r, such that lt(q) = lt(p)*r
|
||||
// return minus quotient -r, such that lt(q) = lt(p)*r
|
||||
// assume lm_divides(p, q)
|
||||
pdd_manager::PDD pdd_manager::lt_quotient(PDD p, PDD q) {
|
||||
SASSERT(lm_divides(p, q));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue