Skip to content

Instantly share code, notes, and snippets.

View yan12125's full-sized avatar

Chih-Hsuan Yen yan12125

View GitHub Profile
@yan12125
yan12125 / aagGen.cpp
Created December 31, 2012 14:55
AAG Circuit file generator version 2
#include <iostream>
#include <ctime>
#include <cstdlib>
#include <vector>
#include <sstream>
#include <fstream>
#include <cstring>
using namespace std;
enum GateType { PI, AIG, UNDEF };