first take on making soup

This commit is contained in:
Thomas Gabor
2019-03-03 18:37:46 +01:00
parent dcfaa5ed4c
commit 025d9cc337
3 changed files with 82 additions and 10 deletions

View File

@ -75,4 +75,8 @@ class FixpointExperiment(Experiment):
elif net.is_fixpoint(2):
self.counters['fix_sec'] += 1
else:
self.counters['other'] += 1
self.counters['other'] += 1
class SoupExperiment(Experiment):
pass