Scippy

SCIP

Solving Constraint Integer Programs

SCIP_LinConsStats Struct Reference

Detailed Description

linear constraint classification statistics used for MIPLIB

Definition at line 280 of file struct_cons.h.

#include <struct_cons.h>

Data Fields

int counter [SCIP_NLINCONSTYPES]
 
int sum
 

Field Documentation

◆ counter

int SCIP_LinConsStats::counter[SCIP_NLINCONSTYPES]

count statistics per type of linear constraint

Definition at line 282 of file struct_cons.h.

Referenced by SCIPlinConsStatsGetTypeCount(), and SCIPlinConsStatsIncTypeCount().

◆ sum

int SCIP_LinConsStats::sum

sum of all counters

Definition at line 283 of file struct_cons.h.

Referenced by SCIPlinConsStatsIncTypeCount().