Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernalde/conic_disjunctive
https://github.com/bernalde/conic_disjunctive
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernalde/conic_disjunctive
- Owner: bernalde
- License: mit
- Created: 2019-11-04T04:25:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T20:59:49.000Z (12 months ago)
- Last Synced: 2024-01-17T04:58:40.472Z (12 months ago)
- Language: GAMS
- Homepage: https://bernalde.github.io/conic_disjunctive/
- Size: 16.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conic Disjunctive Programs
This repository contains the numerical results for the manuscript "Convex Mixed-Integer Nonlinear Programs Derived from Generalized Disjunctive Programming using Cones" by David E. Bernal and Ignacio E. Grossmann.
This manuscript can be found in [arXiv](http://arxiv.org/abs/2109.09657), and a copy of it is available [here](Conic_GDP_arXiv.pdf).This repository includes implementations of the different problems are performed in GAMS and are available in the [instances](/instances) directory. The results analysis is done using Coin-OR software [Paver 2.0](https://github.com/coin-or/Paver), and the formatted output can be found as an HTML website [here](https://bernalde.github.io/conic_disjunctive/).
- [trace_data](https://bernalde.github.io/conic-disjunctive/trace_data): trace files of the benchmark. For more information about trace file, please refer to [here](http://www.gamsworld.org/performance/trace.htm).
- [paver](https://github.com/bernalde/conic-disjunctive/paver): bash codes to obtain the paver report from trace files.
- [instances](https://github.com/bernalde/conic-disjunctive/instances): contains the GAMS implementation of the problem instances.
- [results](https://github.com/bernalde/conic-disjunctive/tree/main/results): paver reports of the numerical experiments.