Skip to content

Commit

Permalink
Stats updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cdc08x committed Feb 21, 2022
1 parent d88fd4e commit 26742d2
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ do
done

cp "${PLOTS_DIR}/AIJ-results-analysis-summary.txt" "${PAPER_DIR}/img/AIJ-results-analysis-summary.txt"
cp "${PLOTS_DIR}/AIJ-results-virtual_best_info.csv" "${PAPER_DIR}/img/AIJ-results-virtual_best_info.csv"
cp "${PLOTS_DIR}/AIJ-results_virtual-best_info.csv" "${PAPER_DIR}/img/AIJ-results-virtual-best_info.csv"

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ do
done

# ZIP contents
zip -r 'AIJ-SAT-analysis-plots.zip' AIJ-analysis-plots/*.json AIJ-analysis-plots/*.pdf AIJ-analysis-plots/*/
zip -r 'AIJ-SAT-analysis-plots.zip' AIJ-analysis-plots/*.json AIJ-analysis-plots/*.csv AIJ-analysis-plots/*.pdf AIJ-analysis-plots/*/

exit 0
3 changes: 3 additions & 0 deletions etc/AIJ-SAT-explorer/plot-AIJ-results-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ python "${MKPLOT_SCRIPT}" -l --legend program -p cactus \
-t "${TIMEOUT}" --xlabel "\# solved instances" \
--lloc='lower right' --ymin "0.0001" --ylog -b pdf \
--save-to "${PLOTS_DIR}/AIJ-analysis-results-plot-cactus_returned-uc-only.pdf" "${PLOTS_DIR}/AIJ-analysis-results-aaltafuc.json" "${PLOTS_DIR}/AIJ-analysis-results-trppp_w_preproc.json" "${PLOTS_DIR}/AIJ-analysis-results-ltlfuc_sat_w_preproc.json" "${PLOTS_DIR}/AIJ-analysis-results-ltlfuc_bdd.json" "${PLOTS_DIR}/AIJ-analysis-results-v_best.json"

# ZIP contents
zip -r 'AIJ-SAT-analysis-plots.zip' AIJ-analysis-plots/*.json AIJ-analysis-plots/*.csv AIJ-analysis-plots/*.pdf AIJ-analysis-plots/*/

exit 0

0 comments on commit 26742d2

Please sign in to comment.