1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//! 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;
pub mod surrogate;
pub mod zdt;