pub unsafe extern "C" fn SCIPconsGetDualsol(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
dualsol: *mut f64,
success: *mut c_uint,
)Expand description
returns the dual solution of an arbitrary SCIP constraint that can be represented as a single linear constraint
@note The success pointer indicates if the individual contraint handler was able to return the dual solution