|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="cbc" version="2.9.5">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="download_by_url">http://www.coin-or.org/download/source/Cbc/Cbc-2.9.5.tgz</action>
|
|
|
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
|
|
|
8 <action type="shell_command">make</action>
|
|
|
9 <action type="shell_command">make install</action>
|
|
|
10 <action type="set_environment">
|
|
|
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
12 </action>
|
|
|
13 </actions>
|
|
|
14 </install>
|
|
|
15 <readme>
|
|
|
16 CBC is an open-source MILP solver. It uses many of the COIN components and is designed to be used with CLP. It is available as a library and as a standalone solver.
|
|
|
17 https://projects.coin-or.org/Cbc
|
|
|
18 </readme>
|
|
|
19 </package>
|
|
|
20 </tool_dependency>
|