jump-dev / JuMPTutorials.jl

Tutorials on using JuMP for mathematical optimization in Julia
MIT License
142 stars 38 forks source link

Fix typo in integer_programming notebook #94

Closed kreibaum closed 3 years ago

kreibaum commented 3 years ago

If we know $a^Tx\leq b$ in advance, then the implication doesn't do anything. So I am pretty sure you mean $M$ here.

matbesancon commented 3 years ago

Hi, thanks for the PR. The notebooks will be removed from master, they are generated in the notebook branch. Could you fix the source file in the /script folder?

kreibaum commented 3 years ago

Moved to https://github.com/jump-dev/JuMPTutorials.jl/pull/95 by request of @matbesancon