ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
rrrParameter.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace rrr {
6
7 struct Parameter {
8 int iSeed = 0;
9 int nWords = 10;
10 int nTimeout = 0;
17 bool fUseBddCspf = false;
18 bool fUseBddMspf = false;
20 int nSortType = -1;
24 int nDistance = 0;
25 int nJobs = 1;
26 int nThreads = 1;
29 bool fDeterministic = true;
31 bool fOptOnInsert = false;
32 bool fGreedy = true;
33 };
34
35}
36
#define ABC_NAMESPACE_CXX_HEADER_START
#define ABC_NAMESPACE_CXX_HEADER_END
Definition rrr.h:16