mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
doc bug
This commit is contained in:
parent
8dc8de8ccd
commit
fcc6e6c899
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace bv {
|
||||||
/**
|
/**
|
||||||
\brief expose the multiplication circuit lazily.
|
\brief expose the multiplication circuit lazily.
|
||||||
It adds clauses for multiplier output one by one to enforce
|
It adds clauses for multiplier output one by one to enforce
|
||||||
the semantics of multiplier semantics.
|
the semantics of multipliers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool solver::check_lazy_mul(app* e, expr* arg_value, expr* mul_value) {
|
bool solver::check_lazy_mul(app* e, expr* arg_value, expr* mul_value) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue