pub fn refine_structural_tof_multibank(
input: &StructuralTofMultiBankInput,
options: StructuralTofMultiBankRefinementOptions,
checkpoint: Option<&StructuralTofMultiBankCheckpoint>,
cancellation: Option<CancellationToken>,
) -> Result<StructuralTofMultiBankRefinementResult, StructuralTofMultiBankRefinementError>Expand description
Refine a guarded structural TOF objective through a process-local runtime.
ยงErrors
Returns StructuralTofMultiBankRefinementError for invalid controls,
checkpoint state, objective products, or linear solves.