Skip to content

Commit cd64240

Browse files
committed
typos
1 parent d57cd24 commit cd64240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

optimization301/Modeling_Session_2/completed_modeling2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
"\n",
544544
"If you'd rather not do that right now, here's a quick definition.\n",
545545
"\n",
546-
"An **IIS (Irreducible Inconsistent Subset)** is a minimal subset of constraints and variable bounds in an infeasible optimization model that satisfies two key properties:\n",
546+
"An **IIS (Irreducible Infeasible Subsystem)** is a minimal subset of constraints and variable bounds in an infeasible optimization model that satisfies two key properties:\n",
547547
"\n",
548548
"- It is itself infeasible - the subset alone makes the model infeasible.\n",
549549
"- It becomes feasible if any single constraint or bound is removed - removing any one element from the subset results in a feasible subsystem.\n",

optimization301/Modeling_Session_2/modeling2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
"\n",
392392
"If you'd rather not do that right now, here's a quick definition.\n",
393393
"\n",
394-
"An **IIS (Irreducible Inconsistent Subset)** is a minimal subset of constraints and variable bounds in an infeasible optimization model that satisfies two key properties:\n",
394+
"An **IIS (Irreducible Infeasible Subsystem)** is a minimal subset of constraints and variable bounds in an infeasible optimization model that satisfies two key properties:\n",
395395
"\n",
396396
"- It is itself infeasible - the subset alone makes the model infeasible.\n",
397397
"- It becomes feasible if any single constraint or bound is removed - removing any one element from the subset results in a feasible subsystem.\n",

0 commit comments

Comments
 (0)