Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Nov 15, 2024
1 parent a1b1b50 commit f8d4770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/demonstration/demo_debug.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Using LHS Value to Debug Unsolved Problems\n",
"# Using LHS Value to Debug An Infeasible Problem\n",
"\n",
"This notebook aims to show how to use the left-hand side (LHS) value (`Constraint.e`) to debug unsolved problems.\n",
"This notebook aims to show how to use the left-hand side (LHS) value (`Constraint.e`) to debug an infeasible problem.\n",
"\n",
"The LHS value is the value of the left-hand side of the equation. It is useful to check which constraints are violated."
]
Expand Down Expand Up @@ -140,7 +140,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Then, we can lower down the generator maximum output to create an unsolvable problem."
"Then, we can lower down the generator maximum output to create an infeasible problem."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/ex6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Multi-period Dispatch Simulation"
"# Multi-period Scheduling Simulation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Multi-period dispatch economic dispatch (ED) and unit commitment (UC) is also available.\n",
"Multi-period economic dispatch (ED) and unit commitment (UC) are also available.\n",
"\n",
"In this case, we will show a 24-hour ED simulation."
]
Expand Down

0 comments on commit f8d4770

Please sign in to comment.