Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing space. #2184

Merged
merged 1 commit into from
Feb 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/cutting_stock_column_generation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ generated, and the master can take its optimal decision. In the implementation,
the variables deciding how many times a pattern is chosen are called `θ`.
For more information on column-generation techniques applied on the cutting
stock problem, you can see:
* [Integer programming column generation strategies forthe cutting stock
* [Integer programming column generation strategies for the cutting stock
problem and its variants](https://tel.archives-ouvertes.fr/tel-00011657/document)
* [Tackling the cutting stock problem](http://doi.org/10.5281/zenodo.3329388)
"""
Expand Down