1
2
3
4
5
6
7
8
9
//! Built-in problems of [`kurobako`](https://github.com/sile/kurobako).
#![warn(missing_docs)]

#[macro_use]
extern crate trackable;

pub mod hpobench;
pub mod nasbench;
pub mod sigopt;