Skip to main content

solve_ppp_fixed_with

Function solve_ppp_fixed_with 

Source
pub fn solve_ppp_fixed_with(config: PppFixedConfig<'_>) -> Result<FixedSolution>
Expand description

Search integer ambiguities from a float PPP solution and re-solve with them held fixed.

Prefer this typed-config form for new Rust callers. It delegates to the lower-level positional solve_ppp_fixed function, preserving the exact core solver path and error mapping.