Differences between revisions 2 and 102 (spanning 100 versions)
Revision 2 as of 2010-08-02 15:22:19
Size: 592
Editor: ErezKarpas
Comment:
Revision 102 as of 2023-10-12 12:21:52
Size: 0
Editor: GabiRoeger
Comment: Info moved to repository (and streamlined)
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Fast Downward uses the [[http://www.coin-or.org/|COIN-OR]] LP Solver ([[http://www.coin-or.org/Clp/|CLP]]) with the [[https://projects.coin-or.org/Osi|Open Solver Interface]].
To use the LP solver (for example, for optimal cost partitioning of landmarks heuristic), follow these instructions:

== Instructions for Building Fast Downward with LP Solver ==

 * Go to downward/search/lp/

 * run ./setup (this will build the LP solver, this might take a few minutes)

 * In downward/search, give the USE_LP_CLP=1 flag to make

  * make USE_LP_CLP=1

  * make USE_LP_CLP=1 release