Make Mp the default planner
This commit is contained in:
parent
21571c20a1
commit
ffe5ae8914
8
Makefile
8
Makefile
@ -1,11 +1,11 @@
|
|||||||
# 2012 (C) Jussi Rintanen, jrintanen.jr@gmail.com
|
# 2012 (C) Jussi Rintanen, jrintanen.jr@gmail.com
|
||||||
|
|
||||||
# Uncomment for Madagascar with the planning heuristic as default (Mp)
|
# Uncomment for Madagascar with the planning heuristic as default (Mp)
|
||||||
#VERSION = -DMPDOWNLOAD
|
VERSION = -DMPDOWNLOAD
|
||||||
#EXECUTABLE=Mp
|
EXECUTABLE=Mp
|
||||||
# Uncomment for Madagascar C with the planning heuristic as default (MpC)
|
# Uncomment for Madagascar C with the planning heuristic as default (MpC)
|
||||||
VERSION = -DCMPDOWNLOAD
|
#VERSION = -DCMPDOWNLOAD
|
||||||
EXECUTABLE=MpC
|
#EXECUTABLE=MpC
|
||||||
# Uncomment for Madagascar with VSIDS as default (M)
|
# Uncomment for Madagascar with VSIDS as default (M)
|
||||||
#VERSION = -DVSIDS
|
#VERSION = -DVSIDS
|
||||||
#EXECUTABLE=M
|
#EXECUTABLE=M
|
||||||
|
Loading…
Reference in New Issue
Block a user