add flag to lifted knowledge compilation and s/fove/lve

This commit is contained in:
Tiago Gomes
2012-11-08 15:05:48 +00:00
parent a8c4f4fc52
commit 0ed89d3eeb
22 changed files with 43 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
source city.sh
source ../benchs.sh
SOLVER="fove"
SOLVER="lve"
function run_all_graphs
{
@@ -32,5 +32,5 @@ function run_all_graphs
}
prepare_new_run
run_all_graphs "fove "
run_all_graphs "lve "

View File

@@ -3,7 +3,7 @@
source cw.sh
source ../benchs.sh
SOLVER="fove"
SOLVER="lve"
function run_all_graphs
{
@@ -26,6 +26,6 @@ function run_all_graphs
}
prepare_new_run
run_all_graphs "fove "
run_all_graphs "lve "

View File

@@ -3,7 +3,7 @@
cd workshop_attrs
source hve_tests.sh
source bp_tests.sh
source fove_tests.sh
source lve_tests.sh
source lbp_tests.sh
source cbp_tests.sh
cd ..
@@ -11,7 +11,7 @@ cd ..
cd comp_workshops
source hve_tests.sh
source bp_tests.sh
source fove_tests.sh
source lve_tests.sh
source lbp_tests.sh
source cbp_tests.sh
cd ..
@@ -19,7 +19,7 @@ cd ..
cd city
source hve_tests.sh
source bp_tests.sh
source fove_tests.sh
source lve_tests.sh
source lbp_tests.sh
source cbp_tests.sh
cd ..
@@ -27,7 +27,7 @@ cd ..
cd smokers
source hve_tests.sh
source bp_tests.sh
source fove_tests.sh
source lve_tests.sh
source lbp_tests.sh
source cbp_tests.sh
cd ..

View File

@@ -3,7 +3,7 @@
source sm.sh
source ../benchs.sh
SOLVER="fove"
SOLVER="lve"
function run_all_graphs
{
@@ -26,6 +26,6 @@ function run_all_graphs
}
prepare_new_run
run_all_graphs "fove "
run_all_graphs "lve "

View File

@@ -3,7 +3,7 @@
source sm.sh
source ../benchs.sh
SOLVER="fove"
SOLVER="lve"
function run_all_graphs
{
@@ -30,6 +30,6 @@ function run_all_graphs
}
prepare_new_run
run_all_graphs "fove "
run_all_graphs "lve "

View File

@@ -3,7 +3,7 @@
source wa.sh
source ../benchs.sh
SOLVER="fove"
SOLVER="lve"
function run_all_graphs
{
@@ -32,6 +32,6 @@ function run_all_graphs
}
prepare_new_run
run_all_graphs "fove "
run_all_graphs "lve "