GOBNILP  f164d83
Data Fields
VectorList Struct Reference

A list of lists of integer values. More...

#include <vectorlist.h>

Collaboration diagram for VectorList:
Collaboration graph
[legend]

Data Fields

int capacity
 The maximum capacity of the vector list. More...
 
Vector ** items
 The items currently in the vector list. More...
 
int size
 The number of items currently in the vector list. More...
 

Detailed Description

A list of lists of integer values.

Field Documentation

◆ capacity

int VectorList::capacity

The maximum capacity of the vector list.

Referenced by VectorListCreate().

◆ items

Vector** VectorList::items

◆ size

int VectorList::size

The number of items currently in the vector list.

Referenced by addCuts(), CC_findCuts(), circuit(), PS_splitToComponents(), VectorListAppend(), VectorListClear(), and VectorListCreate().


The documentation for this struct was generated from the following file: