mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fix one typo and two misunderstandings for doxygen (#5633)
This commit is contained in:
parent
d1592c6abf
commit
1d45a33163
3 changed files with 2 additions and 4 deletions
|
@ -96,8 +96,6 @@ namespace nlarith {
|
|||
bool create_branches(app* x, unsigned nl, expr* const* lits, branch_conditions& bc);
|
||||
/**
|
||||
\brief Extract non-linear variables from ground formula.
|
||||
|
||||
\requires a ground formula.
|
||||
*/
|
||||
void extract_non_linear(expr* e, ptr_vector<app>& nl_vars);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue