Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ horizon
Method
horizon
crates/openquant/src/combinatorial_optimization.rs:282–284 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
280
}
281
282
pub fn horizon(&self) -> usize {
283
self.step_trade_bounds.len()
284
}
285
}
286
287
#[derive(Debug, Clone, PartialEq, Eq)]
Callers
3
enumerate_trading_paths
Function · 0.80
evaluate_trading_path
Function · 0.80
dfs_paths
Function · 0.80
Calls
1
len
Method · 0.80
Tested by
no test coverage detected