https://github.com/juliasmoothoptimizers/quadraticmodelscplex.jl
https://github.com/juliasmoothoptimizers/quadraticmodelscplex.jl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliasmoothoptimizers/quadraticmodelscplex.jl
- Owner: JuliaSmoothOptimizers
- License: mit
- Created: 2020-08-20T16:02:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T14:18:17.000Z (over 1 year ago)
- Last Synced: 2025-06-06T18:12:27.909Z (about 1 year ago)
- Language: Julia
- Size: 275 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# QuadraticModelsCPLEX
A package to use CPLEX to optimize linear and quadratic problems in QPSData
format (see QPSReader.jl)
# Usage
```julia
using QPSReader, QuadraticModels, QuadraticModelsCPLEX
qps = readqps("AFIRO.SIF")
qm = QuadraticModel(qps)
stats = cplex(qm)
```
## Bug reports and discussions
If you think you found a bug, feel free to open an [issue](https://github.com/JuliaSmoothOptimizers/QuadraticModelsCPLEX.jl/issues).
Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.
If you want to ask a question not suited for a bug report, feel free to start a discussion [here](https://github.com/JuliaSmoothOptimizers/Organization/discussions). This forum is for general discussion about this repository and the [JuliaSmoothOptimizers](https://github.com/JuliaSmoothOptimizers) organization, so questions about any of our packages are welcome.