ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Vec_Que_t_ Struct Reference

#include <vecQue.h>

Public Attributes

int nCap
 
int nSize
 
int * pHeap
 
int * pOrder
 
float ** pCostsFlt
 

Detailed Description

Definition at line 41 of file vecQue.h.

Member Data Documentation

◆ nCap

int Vec_Que_t_::nCap

Definition at line 43 of file vecQue.h.

◆ nSize

int Vec_Que_t_::nSize

Definition at line 44 of file vecQue.h.

◆ pCostsFlt

float** Vec_Que_t_::pCostsFlt

Definition at line 47 of file vecQue.h.

◆ pHeap

int* Vec_Que_t_::pHeap

Definition at line 45 of file vecQue.h.

◆ pOrder

int* Vec_Que_t_::pOrder

Definition at line 46 of file vecQue.h.


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