Difference between revisions of "Category:Julia/JuMP"

From mintOC
Jump to: navigation, search
Line 10: Line 10:
  
 
Testing only:
 
Testing only:
 +
<math>
 
\overset{A}\rightarrow
 
\overset{A}\rightarrow
 +
</math>
  
  
 
<!--List of all categories this page is part of. List characterization of solution behavior, model properties, ore presence of implementation details (e.g., AMPL for AMPL model) here -->
 
<!--List of all categories this page is part of. List characterization of solution behavior, model properties, ore presence of implementation details (e.g., AMPL for AMPL model) here -->
 
[[Category: Implementation]]
 
[[Category: Implementation]]

Revision as of 10:37, 24 July 2016

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.

Testing only: 
\overset{A}\rightarrow

Pages in category "Julia/JuMP"

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