update TODO
This commit is contained in:
commit
5934d9efe9
@ -5,6 +5,4 @@
|
||||
- Consider using hashs instead of vectors of colors to calculate the groups in
|
||||
counting bp
|
||||
- use more psize_t instead of unsigned for looping through params
|
||||
- use more Util::abort and Util::vectorIndex
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /home/tiago/bin/yap -L --
|
||||
#! /home/tgomes/bin/yap -L --
|
||||
|
||||
|
||||
:- initialization(main).
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/home/tiago/bin/yap -L --
|
||||
#!/home/tgomes/bin/yap -L --
|
||||
|
||||
|
||||
:- initialization(main).
|
||||
|
@ -10,12 +10,15 @@ function run_all_graphs
|
||||
write_header $1
|
||||
run_solver pop25 $2
|
||||
run_solver pop50 $2
|
||||
run_solver pop75 $2
|
||||
run_solver pop100 $2
|
||||
run_solver pop125 $2
|
||||
run_solver pop150 $2
|
||||
#run_solver pop75 $2
|
||||
#run_solver pop100 $2
|
||||
#run_solver pop125 $2
|
||||
#run_solver pop150 $2
|
||||
}
|
||||
|
||||
prepare_new_run
|
||||
run_all_graphs "hve(elim_heuristic=min_neighbors) " min_neighbors
|
||||
#run_all_graphs "hve(elim_heuristic=min_weight) " min_weight
|
||||
#run_all_graphs "hve(elim_heuristic=min_fill) " min_fill
|
||||
#run_all_graphs "hve(elim_heuristic=weighted_min_fill) " weighted_min_fill
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/home/tiago/bin/yap -L --
|
||||
#!/home/tgomes/bin/yap -L --
|
||||
|
||||
:- use_module(library(lists)).
|
||||
|
||||
|
Reference in New Issue
Block a user