I found your pyomo blogs helpful - thanks!
I noticed that https://sysid.github.io/task-scheduling-with-limited-resources/ is not rendering properly (at least on my Edge browser).
In the parameters section, the task due date and length lines aren't shown in mathmode.
When I copy the source into VSCode, it previews nicely, though.
(And there is a minor typo in the word "due" as "du".)
When I look at the HTML, it suggests that the underscore in \mathit{DueDate}_i is being interpreted as a markdown begin instead of starting a subscript.
I found your pyomo blogs helpful - thanks! I noticed that https://sysid.github.io/task-scheduling-with-limited-resources/ is not rendering properly (at least on my Edge browser). In the parameters section, the
task due date
andlength
lines aren't shown in mathmode. When I copy the source into VSCode, it previews nicely, though. (And there is a minor typo in the word "due" as "du".)When I look at the HTML, it suggests that the underscore in \mathit{DueDate}_i is being interpreted as a markdown begin instead of starting a subscript.