greyjack 0.4.6

Rust version of GreyJack Solver for constraint continuous, integer, mixed integer optimization problems
Documentation
1
2
3
4
5
6
7
8
9


pub mod solver;
pub mod agents;
pub mod domain;
pub mod cotwin;
pub mod variables;
pub mod score_calculation;
pub mod utils;