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
10

pub mod cotwin;
pub mod cotwin_entity_trait;
pub mod cotwin_value_types;
pub mod cotwin_builder_trait;

pub use cotwin::Cotwin;
pub use cotwin_entity_trait::CotwinEntityTrait;
pub use cotwin_value_types::CotwinValueTypes;
pub use cotwin_builder_trait::CotwinBuilderTrait;