Skip to content

Commit fec272d

Browse files
authored
Merge pull request #79 from mvcisback/mvcisback-patch-2
Counting moved to py-aiger
2 parents df75eaf + 0521698 commit fec272d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ aig5 = aig1.feedback(
111111
)
112112
```
113113

114-
## Count solutions
115-
```python
116-
# Assume 1 output. This could be passed as an argument in the future.
117-
print(utils.count(aag3))
118-
```
119-
120114
## Relabeling
121115
```python
122116
# Relabel input 'x' to 'z'.

0 commit comments

Comments
 (0)