Build with Quicopt
Quicopt is a solver for hard optimization problems. You model the way you always do (Pyomo or OR-Tools MathOpt in Python) and hand the model to a single solve() call. One pip install quicopt: no new modeling language, no solver configuration, no infrastructure.
This hub collects everything you need to get going: a three-step getting started, a runnable example per problem class, the full client reference, and the modeling front-ends.
Getting started — free →
Try the API on a small model first. Your first call sets you up, and three steps later you have a solved model.
- ✓ No signup
- ✓ pip install quicopt
- ✓ First call sets up your key
API reference →
The quicopt Python client in full: Client, solve(), the Result fields, and the async job API.
Examples →
A runnable model for every supported class (LP, QP, MILP, MINLP, QUBO, PUBO, NLP) with real outputs.
Guides →
Solve a problem instead of brute-forcing it — assignment, and more, modeled and solved in Python.
Modeling front-ends →
What you can express in Pyomo and OR-Tools MathOpt, and which front-end to pick.
Questions? Talk to us.
Something unclear, hit a limit, or want to try Quicopt on your real models? Tell us what you're optimizing, we read everything and get back to you.