Scippy

SCIP

Solving Constraint Integer Programs

SCIP_SparseSol Struct Reference

Detailed Description

data structure for sparse solutions

Definition at line 37 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

SCIP_VAR ** vars
 
SCIP_Longintlbvalues
 
SCIP_Longintubvalues
 
int nvars
 

Field Documentation

◆ vars

SCIP_VAR** SCIP_SparseSol::vars

variables

Definition at line 39 of file struct_misc.h.

Referenced by collectSolution(), and SCIPsparseSolGetVars().

◆ lbvalues

SCIP_Longint* SCIP_SparseSol::lbvalues

array of lower bounds

Definition at line 40 of file struct_misc.h.

Referenced by SCIPsparseSolGetLbs().

◆ ubvalues

SCIP_Longint* SCIP_SparseSol::ubvalues

array of upper bounds

Definition at line 41 of file struct_misc.h.

Referenced by SCIPsparseSolGetUbs().

◆ nvars

int SCIP_SparseSol::nvars

number of variables

Definition at line 42 of file struct_misc.h.

Referenced by SCIPsparseSolGetNVars().