pub unsafe extern "C" fn Cbc_setInitialSolution(
    model: *mut Cbc_Model,
    sol: *const f64
)
Expand description

Provide an initial feasible solution to accelerate branch-and-bound Note that feasibility of the solution is not verified.