greyjack 0.4.12

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


#[derive(Clone)]
pub enum SolverLoggingLevels {
    Info,
    FreshOnly,
    Trace,
    Warn,
    Silent
}