Skip to content

Commit

Permalink
Replace references to @matbesancon with DOI and Zenodo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dourouc05 committed Jul 18, 2019
1 parent 4554d00 commit 4c19ef8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/cutting_stock_column_generation.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Based on https://matbesancon.github.io/post/2018-05-25-colgen2/
# and https://github.com/matbesancon/column_generation_jump
# Based on http://doi.org/10.5281/zenodo.3329388

using JuMP, GLPK, SparseArrays, Test

Expand Down Expand Up @@ -97,9 +96,7 @@ stock problem, you can see:
* [Integer programming column generation strategies forthe cutting stock
problem and its variants](https://tel.archives-ouvertes.fr/tel-00011657/document)
* Tackling the cutting stock problem,
[part 1](https://matbesancon.github.io/post/2018-05-23-colgen/) and
[part 2](https://matbesancon.github.io/post/2018-05-25-colgen2/)
* [Tackling the cutting stock problem](http://doi.org/10.5281/zenodo.3329388)
"""
function example_cutting_stock(; max_gen_cols::Int=5000)
maxwidth = 100.0
Expand Down

0 comments on commit 4c19ef8

Please sign in to comment.