Differences between revisions 1 and 2
Revision 1 as of 2010-08-02 15:18:19
Size: 584
Editor: ErezKarpas
Comment:
Revision 2 as of 2010-08-02 15:22:19
Size: 592
Editor: ErezKarpas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
* Go to downward/search/lp/  * Go to downward/search/lp/
Line 8: Line 8:
* run ./setup (this will build the LP solver, this might take a few minutes)  * run ./setup (this will build the LP solver, this might take a few minutes)
Line 10: Line 10:
* In downward/search, give the USE_LP_CLP=1 flag to make (make USE_LP_CLP=1 or make USE_LP_CLP=1 release)  * In downward/search, give the USE_LP_CLP=1 flag to make

 * make USE_LP_CLP=1

* make USE_LP_CLP=1 release

Fast Downward uses the COIN-OR LP Solver (CLP) with the 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