mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Fix some typos. (#7115)
This commit is contained in:
parent
937d4aa8f4
commit
53f89a81c1
22 changed files with 33 additions and 33 deletions
|
@ -196,7 +196,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
unsigned lns::improve_linear(model_ref& mdl) {
|
||||
scoped_bounding _scoped_bouding(*this);
|
||||
scoped_bounding _scoped_bounding(*this);
|
||||
unsigned num_improved = 0;
|
||||
unsigned max_conflicts = m_max_conflicts;
|
||||
while (m.inc()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue