Skip to content

coin-or/Gravity

 
 

Repository files navigation

License Build Status Code Coverage download

Chat on Slack

Mathematical Modeling for Optimization and Machine Learning

Created by Hassan Hijazi.

License

Gravity is licensed under the BSD 3-Clause License. Please see the LICENSE file for details.

** Contributors **

Hassan Hijazi, Los Alamos National Laboratory, The Australian National University | hlh@lanl.gov

Guanglei Wang, Ksenia Bestuzheva, Carleton Coffrin, Smitha Gopinath, Mertcan Yetkin


See INSTALL.md for instructions on compiling Gravity

After running make, the Gravity executables can be found under Gravity/bin/


Getting Started

First, you will need to install an IDE, I recommend to choose among the following:

| | |

Some Numerical Results:

Performance Profile on ACOPF

The first figure below is a performance profile illustrating percentage of instances solved as a function of time. The figure compares Gravity, JuMP and AMPL's NL interface (used by AMPL and Pyomo) on all standard instances found in the PGLIB benchmark library.

Performance Profile on ACOPF

The figure below compares model build time between Gravity and JuMP on the PGLIB benchmarks.

Model Build Time on ACOPF


Performance Profile on Inverse Ising Model

Performance Profile on Inverse Ising

Click here for more details.