SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SCIP_Netmatdec Struct Reference

Detailed Description

A generic data structure that stores a decomposition and can perform both column and row additions.

Definition at line 11559 of file network.c.

Data Fields

SCIP_NETMATDECDATAdec
SCIP_NETROWADDrowadd
SCIP_NETCOLADDcoladd

Field Documentation

◆ dec

◆ rowadd

SCIP_NETROWADD* SCIP_Netmatdec::rowadd

Definition at line 11562 of file network.c.

Referenced by SCIPnetmatdecCreate(), SCIPnetmatdecFree(), and SCIPnetmatdecTryAddRow().

◆ coladd

SCIP_NETCOLADD* SCIP_Netmatdec::coladd

Definition at line 11563 of file network.c.

Referenced by SCIPnetmatdecCreate(), SCIPnetmatdecFree(), and SCIPnetmatdecTryAddCol().