You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: optimization301/Modeling_Session_2/completed_modeling2.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,7 @@
543
543
"\n",
544
544
"If you'd rather not do that right now, here's a quick definition.\n",
545
545
"\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",
547
547
"\n",
548
548
"- It is itself infeasible - the subset alone makes the model infeasible.\n",
549
549
"- It becomes feasible if any single constraint or bound is removed - removing any one element from the subset results in a feasible subsystem.\n",
Copy file name to clipboardExpand all lines: optimization301/Modeling_Session_2/modeling2.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -391,7 +391,7 @@
391
391
"\n",
392
392
"If you'd rather not do that right now, here's a quick definition.\n",
393
393
"\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",
395
395
"\n",
396
396
"- It is itself infeasible - the subset alone makes the model infeasible.\n",
397
397
"- 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