https://github.com/JuliaOpt/JuMP.jl
Raw File
Tip revision: d478da4d14ebb117a28a6eade3b659c9997a3ed9 authored by Miles Lubin on 30 January 2014, 20:32:40 UTC
clarify callback support
Tip revision: d478da4
LICENSE.md
Copyright (c) 2013: Iain Dunning, Miles Lubin, and Joseph Huchette

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.

back to top