optimization_tools 0.1.0

Playground for experimenting with optimization algorithms.
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::*;

pub mod block_index;
pub use block_index::*;
pub mod cell_index;
pub use cell_index::*;
pub mod cell_val;
pub use cell_val::*;
pub mod board;
pub use board::*;