add flag to lifted knowledge compilation and s/fove/lve
This commit is contained in:
@@ -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 "
|
||||
|
@@ -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 "
|
||||
|
||||
|
@@ -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 ..
|
||||
|
@@ -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 "
|
||||
|
||||
|
@@ -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 "
|
||||
|
||||
|
@@ -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 "
|
||||
|
||||
|
Reference in New Issue
Block a user