mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-24 20:16:01 +00:00
Add minisat 00_PATCH_typofixes.patch
This commit is contained in:
parent
71cbe98a09
commit
58ee8e3b8a
2 changed files with 21 additions and 0 deletions
20
libs/minisat/00_PATCH_typofixes.patch
Normal file
20
libs/minisat/00_PATCH_typofixes.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- Solver.h
|
||||
+++ Solver.h
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
int nFreeVars () const;
|
||||
void printStats () const; // Print some current statistics to standard output.
|
||||
|
||||
- // Resource contraints:
|
||||
+ // Resource constraints:
|
||||
//
|
||||
void setConfBudget(int64_t x);
|
||||
void setPropBudget(int64_t x);
|
||||
@@ -230,7 +230,7 @@ protected:
|
||||
double learntsize_adjust_confl;
|
||||
int learntsize_adjust_cnt;
|
||||
|
||||
- // Resource contraints:
|
||||
+ // Resource constraints:
|
||||
//
|
||||
int64_t conflict_budget; // -1 means no budget.
|
||||
int64_t propagation_budget; // -1 means no budget.
|
Loading…
Add table
Add a link
Reference in a new issue