mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
Added timout functionality to SAT solver
This commit is contained in:
parent
21e38bed98
commit
8fbb5b6240
6 changed files with 120 additions and 8 deletions
|
@ -38,6 +38,9 @@ ezSAT::ezSAT()
|
|||
cnfConsumed = false;
|
||||
cnfVariableCount = 0;
|
||||
cnfClausesCount = 0;
|
||||
|
||||
solverTimeout = 0;
|
||||
solverTimoutStatus = false;
|
||||
}
|
||||
|
||||
ezSAT::~ezSAT()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue