mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
fix one typo and two misunderstandings for doxygen (#5633)
This commit is contained in:
parent
d1592c6abf
commit
1d45a33163
|
@ -42,7 +42,7 @@ namespace datalog {
|
||||||
/**
|
/**
|
||||||
\brief Number of rules longer than two that contain this pair.
|
\brief Number of rules longer than two that contain this pair.
|
||||||
|
|
||||||
This number is being updated by \c add_rule and \remove rule. Even though between
|
This number is being updated by \c add_rule and \c remove_rule. Even though between
|
||||||
adding a rule and removing it, the length of a rule can decrease without this pair
|
adding a rule and removing it, the length of a rule can decrease without this pair
|
||||||
being notified about it, it will surely see the decrease from length 3 to 2 which
|
being notified about it, it will surely see the decrease from length 3 to 2 which
|
||||||
the threshold for rule being counted in this counter.
|
the threshold for rule being counted in this counter.
|
||||||
|
|
|
@ -96,8 +96,6 @@ namespace nlarith {
|
||||||
bool create_branches(app* x, unsigned nl, expr* const* lits, branch_conditions& bc);
|
bool create_branches(app* x, unsigned nl, expr* const* lits, branch_conditions& bc);
|
||||||
/**
|
/**
|
||||||
\brief Extract non-linear variables from ground formula.
|
\brief Extract non-linear variables from ground formula.
|
||||||
|
|
||||||
\requires a ground formula.
|
|
||||||
*/
|
*/
|
||||||
void extract_non_linear(expr* e, ptr_vector<app>& nl_vars);
|
void extract_non_linear(expr* e, ptr_vector<app>& nl_vars);
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ namespace euf {
|
||||||
virtual void apply_sort_cnstr(enode* n, sort* s) {}
|
virtual void apply_sort_cnstr(enode* n, sort* s) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\record that an equality has been internalized.
|
\brief Record that an equality has been internalized.
|
||||||
*/
|
*/
|
||||||
virtual void eq_internalized(enode* n) {}
|
virtual void eq_internalized(enode* n) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue