pub unsafe extern "C" fn SCIPcliqueGetValues(
clique: *mut SCIP_CLIQUE,
) -> *mut c_uintExpand description
gets array of values of active problem variables in the cliques, i.e. whether the variable is fixed to FALSE or to TRUE in the clique
pub unsafe extern "C" fn SCIPcliqueGetValues(
clique: *mut SCIP_CLIQUE,
) -> *mut c_uintgets array of values of active problem variables in the cliques, i.e. whether the variable is fixed to FALSE or to TRUE in the clique