Scippy

SCIP

Solving Constraint Integer Programs

SCIP_ConsSetChg Struct Reference

Detailed Description

tracks additions and removals of the set of active constraints

Definition at line 106 of file struct_cons.h.

#include <struct_cons.h>

Data Fields

SCIP_CONS ** addedconss
 
SCIP_CONS ** disabledconss
 
int addedconsssize
 
int naddedconss
 
int disabledconsssize
 
int ndisabledconss
 

Field Documentation

◆ addedconss

SCIP_CONS** SCIP_ConsSetChg::addedconss

◆ disabledconss

SCIP_CONS** SCIP_ConsSetChg::disabledconss

constraints disabled in the set of active constraints

Definition at line 109 of file struct_cons.h.

Referenced by conssetchgDelDisabledCons(), conssetchgEnsureDisabledconssSize(), conssetchgRelease(), and SCIPnodeDelCons().

◆ addedconsssize

int SCIP_ConsSetChg::addedconsssize

size of added constraints array

Definition at line 110 of file struct_cons.h.

Referenced by conssetchgEnsureAddedconssSize().

◆ naddedconss

◆ disabledconsssize

int SCIP_ConsSetChg::disabledconsssize

size of disabled constraints array

Definition at line 112 of file struct_cons.h.

Referenced by conssetchgEnsureDisabledconssSize().

◆ ndisabledconss

int SCIP_ConsSetChg::ndisabledconss

number of disabled constraints

Definition at line 113 of file struct_cons.h.

Referenced by conssetchgDelDisabledCons(), conssetchgRelease(), and SCIPconssetchgAddDisabledCons().