Benezivas / algobattle

Let teams compete by making them create hard instances and fast solvers for problems of your choice. Then pitch these instances and solvers against one another. All language-agnostic.
https://algobattle.org
MIT License
8 stars 3 forks source link

Optionally output instance/solution pair into results for debugging #141

Closed Benezivas closed 11 months ago

Benezivas commented 11 months ago

Students asked us to add an option to the cli interface that instances and solutions that are generated are written into the results, or out in some other fashion. This makes it easier, especially when using randomization, to see which concrete instances result in a long runtime or even produce errors when developing code.

ImogenBits commented 11 months ago

implemented as part of #147