pub unsafe extern "C" fn SCIPconsGetDualfarkas(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
dualfarkas: *mut f64,
success: *mut c_uint,
)Expand description
returns the dual farkas 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 farkas solution