Fix typo (see Issue #1)

pull/5/head
vlkong 2019-04-24 11:57:57 +02:00
parent 9377726cf5
commit 8a268f4f4c
2 changed files with 2 additions and 2 deletions

View File

@ -13783,7 +13783,7 @@ $$
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h4 id="Implement-the-soft-constraint-model-using-DOcplex">Implement the soft constraint model using DOcplex<a class="anchor-link" href="#Implement-the-soft-constraint-model-using-DOcplex">&#182;</a></h4><p>First and extra variable for overtime, with an upper bound of 100. This suffices to express the hard limit on overtime.</p>
<h4 id="Implement-the-soft-constraint-model-using-DOcplex">Implement the soft constraint model using DOcplex<a class="anchor-link" href="#Implement-the-soft-constraint-model-using-DOcplex">&#182;</a></h4><p>First and extra variable for overtime, with an upper bound of 40. This suffices to express the hard limit on overtime.</p>
</div>
</div>

View File

@ -702,7 +702,7 @@
"source": [
"#### Implement the soft constraint model using DOcplex\n",
"\n",
"First and extra variable for overtime, with an upper bound of 100. This suffices to express the hard limit on overtime."
"First and extra variable for overtime, with an upper bound of 40. This suffices to express the hard limit on overtime."
]
},
{