Skip to content

Commit 6d8d498

Browse files
committed
Add the standard license header.
1 parent c725ab8 commit 6d8d498

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/cutting_stock_column_generation.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Copyright 2019, Iain Dunning, Joey Huchette, Miles Lubin, and contributors
2+
# This Source Code Form is subject to the terms of the Mozilla Public
3+
# License, v. 2.0. If a copy of the MPL was not distributed with this
4+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
#############################################################################
6+
# JuMP
7+
# An algebraic modeling language for Julia
8+
# See http://github.com/JuliaOpt/JuMP.jl
9+
#############################################################################
10+
111
# Based on http://doi.org/10.5281/zenodo.3329388
212

313
using JuMP, GLPK, SparseArrays, Test

0 commit comments

Comments
 (0)