mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
Fix typos.
This commit is contained in:
parent
08165f5367
commit
1d9345c3de
13 changed files with 19 additions and 19 deletions
|
@ -518,7 +518,7 @@ std::ostream& emonics::display(std::ostream& out, cell* c) const {
|
|||
|
||||
bool emonics::invariant() const {
|
||||
TRACE("nla_solver_mons", display(tout););
|
||||
// the varible index contains exactly the active monomials
|
||||
// the variable index contains exactly the active monomials
|
||||
unsigned mons = 0;
|
||||
for (lpvar v = 0; v < m_var2index.size(); v++) {
|
||||
if (is_monic_var(v)) {
|
||||
|
|
|
@ -20,7 +20,7 @@ Revision History:
|
|||
|
||||
#pragma once
|
||||
|
||||
// reads an MPS file reperesenting a Mixed Integer Program
|
||||
// reads an MPS file representing a Mixed Integer Program
|
||||
#include <functional>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue