CONOPT#
A proven choice for highly nonlinear problems, CONOPT’s efficient and reliable multi-method architecture handles a broad range of models. Specialized techniques achieve feasibility quickly, while powerful preprocessing tools reduce problem size and suggest formulation improvements.
Product Page | Options | Changes
Download CONOPT | Start a CONOPT Trial Now!
How to use it#
How to install using amplpy:
# Install Python API for AMPL:
$ python -m pip install amplpy --upgrade
# Install AMPL & solver modules:
$ python -m amplpy.modules install conopt # install CONOPT
# Activate your license (e.g., free ampl.com/ce or ampl.com/courses licenses):
$ python -m amplpy.modules activate <your-license-uuid>
How to use:
from amplpy import AMPL
ampl = AMPL()
...
ampl.solve(solver="conopt", conopt_options="option1=value1 option2=value2")
Learn more about what we have to offer to implement and deploy Optimization in Python.
AMPL APIs are interfaces that allow developers to access the features of the AMPL interpreter from within a programming language. We have APIs available for:
ampl: option solver conopt; # change the solver
ampl: option conopt_options 'option1=value1 option2=value2'; # specify options
ampl: solve; # solve the problem
Options#
Full list of solver options:
Changelog#
- CONOPT Changelog
- 20250312
- 20240710
- 20240418
- 20240201
- 20211109
- 20210410.1
- 20210410
- 20201029
- 20201018
- 20201005
- 20190908
- 20190715
- 20190315
- 20181221
- 20181221
- 20181210
- 20181120
- 20180609
- 20180525
- 20180519
- 20180503
- 20180402
- 20180314
- 20180302
- 20180121
- 20171129
- 20170801
- 20170619
- 20170515
- 20170511
- 20160831
- 20160608
- 20160329
- 20160126
- 20151208
- 20150814
- 20150630
- 20150602
- 20150524
- 20150424
- 20150122
- 20141124
- 20141013
- 20141004
- 20140409
- 20131023
- 20131018
- 20130823
- 20130419
- 20130320
- 20120320
- 20120126
- 20120120
- 20120117
- 20111229
- 20111220
- 20111107
- 20111003
- 20110527
- 20110426
- 20110315
- 20110125