We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3832d3 commit 13ceb1aCopy full SHA for 13ceb1a
.gitignore
@@ -161,5 +161,6 @@ cython_debug/
161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
#.idea/
163
164
-.lp
165
-.vnnlib
+*.lp
+
166
+dataset/
environment.yml
@@ -0,0 +1,4 @@
1
+name: complete_verify
2
+channels:
3
+ - https://repo.anaconda.com/pkgs/main
4
+ - https://repo.anaconda.com/pkgs/r
0 commit comments