SSoelvsten / bdd-benchmark

Benchmarking Suite for BDD packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make option parsing case-insensitive

SSoelvsten opened this issue · comments

With the qbf benchmark I added an ascii_tolower function. One usecase is to make the -o option case-insensitive.

  • Move the ascii_tolower from src/qbf.cpp to src/common.h
  • Use this function in src/picotrav.cpp
  • Use this function in src/knights_tour.cpp