Skip to content

Commit 0521698

Browse files
authored
Counting moved to py-aiger
1 parent df75eaf commit 0521698

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)