#include <stdio.h>#include <stdlib.h>#include "bool/kit/kit.h"#include "misc/vec/vec.h"#include "misc/util/abc_global.h"

Go to the source code of this file.
Classes | |
| struct | Literal_t_ |
Typedefs | |
| typedef struct Literal_t_ | Literal_t |
Enumerations | |
| enum | Operator_t { LIT_NONE = 0 , LIT_AND , LIT_OR , LIT_XOR } |
| INCLUDES ///. More... | |
| typedef struct Literal_t_ Literal_t |
| enum Operator_t |
INCLUDES ///.
CFile****************************************************************
FileName [literal.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [RPO]
Synopsis [Literal structure]
Author [Mayler G. A. Martins / Vinicius Callegaro]
Affiliation [UFRGS]
Date [Ver. 1.0. Started - May 08, 2013.]
Revision [
] PARAMETERS ///
| Enumerator | |
|---|---|
| LIT_NONE | |
| LIT_AND | |
| LIT_OR | |
| LIT_XOR | |
Definition at line 42 of file literal.h.