| 8 | |
| 9 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 10 | pub enum ObjectiveSense { |
| 11 | Minimize, |
| 12 | Maximize, |
| 13 | } |
| 14 | |
| 15 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 16 | pub enum CombinatorialOptimizationError { |
nothing calls this directly
no outgoing calls
no test coverage detected