SCIPgetFpDualsolExactLinear

Function SCIPgetFpDualsolExactLinear 

Source
pub unsafe extern "C" fn SCIPgetFpDualsolExactLinear(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    ret: *mut SCIP_RATIONAL,
)
Expand description

gets the dual solution of the linear constraint in the current LP

@note this method currently returns the value from the floating-point LP