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 |
| SCIP_Bool** SCIP_Assignment::vars |
Definition at line 59 of file heur_optcumulative.c.
Referenced by applyOptcumulative(), and heurdataReset().
| SCIP_Real** SCIP_Assignment::solvals |
Definition at line 60 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
| SCIP_Bool* SCIP_Assignment::feasibles |
Definition at line 61 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
| unsigned int* SCIP_Assignment::keys |
Definition at line 62 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
| int* SCIP_Assignment::nones |
Definition at line 63 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
| int SCIP_Assignment::nassignments |
Definition at line 64 of file heur_optcumulative.c.
Referenced by applyOptcumulative().
| int SCIP_Assignment::sassignments |
Definition at line 65 of file heur_optcumulative.c.
Referenced by applyOptcumulative().