Ignore:
Timestamp:
Feb 15, 2019, 9:00:06 PM (4 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
44eeddd, a6f991f
Parents:
4c41b17
Message:

Add scatter plots describing instance difficulty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/aaron_moss_PhD/phd/Makefile

    r4c41b17 r060b12d  
    4040tests-completed \
    4141per-prob-histo \
     42per-prob-depth \
    4243}
    4344
     
    7374        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob.gp
    7475
     76per-prob-depth.tex : per-prob-scatter.gp ${BUILD}
     77        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob-scatter.gp
     78
    7579${BUILD}:
    7680        mkdir -p ${BUILD}
Note: See TracChangeset for help on using the changeset viewer.