Category:Julia/JuMP

From mintOC
Revision as of 08:45, 31 July 2016 by FelixMueller (Talk | contribs)

Jump to: navigation, search

This category contains the list of problems for which JuMP code has been added.

JuMP stands for 'Julia for Mathematical Programming' and is a modelling language similar to AMPL. It is written in the programming language Julia.

Julia/JuMP is an open source project started in 2012 at MIT, Cambridge. Its aim is to be highly intuitive and as quick as commercial modelling languages while still maintaining the open source aspect of programming. As JuMP (like AMPL) is only able to solve Mixed-Integer Nonlinear Optimization Problems (MINLPs) you cannot simply pass an MIOCP to JuMP but have to somehow reduce it to a MINLP e.g. by discretizing by hand, which can then be solved by JuMP.

For more information on Julia see the Julia homepage, the homepage of the Julia optimization group or the documentation page of Julia.

More info regarding JuMP can be found on the documentation page of JuMP.

Pages in category "Julia/JuMP"

The following 4 pages are in this category, out of 4 total.