You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need better ergonomics for learning the best sequence of solvers for a particular set of queries.
The current approach:
# run jsi on every file, producing csv timingsforsmt_filein path/to/smt_files/*.smt2 ;do jsi --csv --full-run --timeout 1m "$smt_file";done# ingest csv and display stats about best solvers
python utils/csv-stats.py path/to/smt_files/
we need better ergonomics for learning the best sequence of solvers for a particular set of queries.
The current approach:
We could instead have something like:
This could optionally start with sequence
a,b,c
, but use heuristics to prioritize solvers that have worked best on previous queriesThe text was updated successfully, but these errors were encountered: