mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
Fix some spelling errors (mostly in comments).
This commit is contained in:
parent
880ce12e2d
commit
326bf401b9
121 changed files with 205 additions and 205 deletions
|
@ -1816,7 +1816,7 @@ namespace fm {
|
|||
}
|
||||
|
||||
// An integer variable x may be eliminated, if
|
||||
// 1- All variables in the contraints it occur are integer.
|
||||
// 1- All variables in the constraints it occur are integer.
|
||||
// 2- The coefficient of x in all lower bounds (or all upper bounds) is unit.
|
||||
bool can_eliminate(var x) const {
|
||||
if (!is_int(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue