-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (17 loc) · 930 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
These directories contain links between the AIMMS modeling system (http://www.aimms.com) and some open source solvers.
For requirements and installation instructions of the AIMMS modeling system see the file INSTALL in the AIMMSlinks
base directory.
For requirements and installation instructions of each solver see the file INSTALL in the corresponding solver directory, i.e.,
* Cbc : CbcAimms
* Ipopt : IpoptAimms
For license information see the file LICENSE.
=== Introduction ===
Currently for the following solvers links are available:
* Cbc : Coin Branch and Cut code
* Ipopt : Interior Point Optimizer
The links of these solvers with AIMMS are known to work under Windows (32 & 64 bits).
=== Options ===
For general solver options that can be set see the AIMMS documentation, in particular the AIMMS Help.
For specific solver options that can be set, see
- the CBC documentation,
- the IPOPT documentation.