MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ObjectiveSense

Enum ObjectiveSense

crates/openquant/src/combinatorial_optimization.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug, Clone, Copy, PartialEq, Eq)]
10pub enum ObjectiveSense {
11 Minimize,
12 Maximize,
13}
14
15#[derive(Debug, Clone, PartialEq, Eq)]
16pub enum CombinatorialOptimizationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected