https://github.com/JuliaOpt/JuMP.jl
Raw File
Tip revision: 1f7793a6f05858448ff57516a4085cc8d9248670 authored by Miles Lubin on 21 May 2014, 18:41:14 UTC
fix for change in ReverseDiffSparse
Tip revision: 1f7793a
LICENSE.md
Copyright (c) 2014: Iain Dunning, Miles Lubin, Joseph Huchette, and John Lepird.

The JuMP Julia module is licensed under the **[LGPL]** version 3:

[LGPL]: http://www.gnu.org/licenses/lgpl-3.0.txt

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License,
	Version 3, as published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

This distribution of JuMP also contains data files that are *not* LGPL licensed. See examples/data/README.md for more information. These are solely used as examples and may be removed from the distribution without affecting any functionality.
back to top