Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Assignment Struct Reference

Detailed Description

Definition at line 48 of file heur_optcumulative.c.

Data Fields

SCIP_Bool ** vars
 
SCIP_Real ** solvals
 
SCIP_Boolfeasibles
 
unsigned int * keys
 
int * nones
 
int nassignments
 
int sassignments
 

Field Documentation

◆ vars

SCIP_Bool** SCIP_Assignment::vars

Definition at line 50 of file heur_optcumulative.c.

Referenced by applyOptcumulative(), and initializeSol().

◆ solvals

SCIP_Real** SCIP_Assignment::solvals

Definition at line 51 of file heur_optcumulative.c.

Referenced by applyOptcumulative().

◆ feasibles

SCIP_Bool* SCIP_Assignment::feasibles

Definition at line 52 of file heur_optcumulative.c.

Referenced by applyOptcumulative().

◆ keys

unsigned int* SCIP_Assignment::keys

Definition at line 53 of file heur_optcumulative.c.

Referenced by applyOptcumulative().

◆ nones

int* SCIP_Assignment::nones

Definition at line 54 of file heur_optcumulative.c.

Referenced by applyOptcumulative().

◆ nassignments

int SCIP_Assignment::nassignments

Definition at line 55 of file heur_optcumulative.c.

Referenced by applyOptcumulative().

◆ sassignments

int SCIP_Assignment::sassignments

Definition at line 56 of file heur_optcumulative.c.

Referenced by applyOptcumulative().