SCIP_Assignment Struct Reference
Detailed Description
Definition at line 57 of file heur_optcumulative.c.
Data Fields | |
SCIP_Bool ** | vars |
SCIP_Real ** | solvals |
SCIP_Bool * | feasibles |
unsigned int * | keys |
int * | nones |
int | nassignments |
int | sassignments |
Field Documentation
◆ vars
SCIP_Bool** SCIP_Assignment::vars |
Definition at line 59 of file heur_optcumulative.c.
Referenced by applyOptcumulative(), and initializeSol().
◆ solvals
SCIP_Real** SCIP_Assignment::solvals |
Definition at line 60 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
◆ feasibles
SCIP_Bool* SCIP_Assignment::feasibles |
Definition at line 61 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
◆ keys
unsigned int* SCIP_Assignment::keys |
Definition at line 62 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
◆ nones
int* SCIP_Assignment::nones |
Definition at line 63 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
◆ nassignments
int SCIP_Assignment::nassignments |
Definition at line 64 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
◆ sassignments
int SCIP_Assignment::sassignments |
Definition at line 65 of file heur_optcumulative.c.
Referenced by applyOptcumulative().