Skip to content

Commit

Permalink
rename SR2015 to SatRace2015
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Mar 5, 2020
1 parent 7fdb9af commit f9152a5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/bin/sat-bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ const MATH_PROBLEMS: [(&str, &str); 20] = [
),
];
const STRUCTURED_PROBLEMS: [(&str, &str); 4] = [
("SR2015/itox", "SR2015/itox_vc1130.cnf"),
("SR2015/m283", "SR2015/manthey_DimacsSorter_28_3.cnf"),
("SR2015/38b", "SR2015/38bits_10.dimacs.cnf"),
("SR2015/44b", "SR2015/44bits_11.dimacs.cnf"),
("SatRace2015/itox", "SR2015/itox_vc1130.cnf"),
("SatRace2015/m283", "SR2015/manthey_DimacsSorter_28_3.cnf"),
("SatRace2015/38b", "SR2015/38bits_10.dimacs.cnf"),
("SatRace2015/44b", "SR2015/44bits_11.dimacs.cnf"),
];
const CLEAR: &str = "\x1B[1G\x1B[0K";

Expand Down

0 comments on commit f9152a5

Please sign in to comment.