stash
This commit is contained in:
commit
cd64d08151
4 changed files with 471 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"python.formatting.provider": "black"
|
||||
}
|
2
graphs/.gitignore
vendored
Normal file
2
graphs/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
464
lattices.ipynb
Normal file
464
lattices.ipynb
Normal file
File diff suppressed because one or more lines are too long
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
graphviz==0.20.1
|
||||
more-itertools==8.11.0
|
Loading…
Add table
Reference in a new issue