scip_misc.c File Reference
Detailed Description
various SCIP helper methods
Definition in file scip_misc.c.
#include "scip_misc.h"#include "scip/scipdefplugins.h"#include <string.h>#include "scip/cons_indicator.h"Go to the source code of this file.
Functions | |
| SCIP_Bool | GCGisVarRelevant (SCIP_VAR *var) |
| consType | GCGconsGetType (SCIP *scip, SCIP_CONS *cons) |
| SCIP_Real | GCGconsGetRhs (SCIP *scip, SCIP_CONS *cons) |
| SCIP_Real | GCGconsGetLhs (SCIP *scip, SCIP_CONS *cons) |
| SCIP_Real | GCGconsGetDualfarkas (SCIP *scip, SCIP_CONS *cons) |
| SCIP_Real | GCGconsGetDualsol (SCIP *scip, SCIP_CONS *cons) |
| int | GCGconsGetNVars (SCIP *scip, SCIP_CONS *cons) |
| SCIP_RETCODE | GCGconsGetVars (SCIP *scip, SCIP_CONS *cons, SCIP_VAR **vars, int nvars) |
| SCIP_RETCODE | GCGconsGetVals (SCIP *scip, SCIP_CONS *cons, SCIP_Real *vals, int nvals) |
| SCIP_Bool | GCGconsIsRanged (SCIP *scip, SCIP_CONS *cons) |
| SCIP_Bool | GCGgetConsIsSetppc (SCIP *scip, SCIP_CONS *cons, SCIP_SETPPCTYPE *setppctype) |
| SCIP_Bool | GCGgetConsIsCardinalityCons (SCIP *scip, SCIP_CONS *cons) |
| SCIP_Bool | GCGisRootNode (SCIP *scip) |
