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

Method sense

crates/openquant/tests/combinatorial_optimization.rs:12–14  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

10
11impl IntegerObjective for NonConvexIntegerObjective {
12 fn sense(&self) -> ObjectiveSense {
13 ObjectiveSense::Maximize
14 }
15
16 fn evaluate(&self, decision: &[i64]) -> Result<f64, CombinatorialOptimizationError> {
17 if decision.len() != 2 {

Callers 3

solve_exactFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected