pub fn world_set_pre_solve_callback(
world: &mut World,
fcn: Option<PreSolveFcn>,
context: u64,
)Expand description
Register the pre-solve callback. This is optional. (b2World_SetPreSolveCallback)
pub fn world_set_pre_solve_callback(
world: &mut World,
fcn: Option<PreSolveFcn>,
context: u64,
)Register the pre-solve callback. This is optional. (b2World_SetPreSolveCallback)