summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-30 15:15:02 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-30 15:15:02 +0200
commit99bbe050e57c50c5c21b849c1721fe9979894d8f (patch)
tree09b4a92fedc2b56e5f0ff1f91847a90708603aa0 /instr-to-kodkod
parentb715c825c0a36063e7b79248059263b438a0b5a6 (diff)
Reduces the scalability issue.
It seems to take very long to find solutions for simple_flip_flop_instance, but at least it no longer gives up right away.
Diffstat (limited to 'instr-to-kodkod')
-rw-r--r--instr-to-kodkod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile
index 8543ee4..1a36fae 100644
--- a/instr-to-kodkod/Makefile
+++ b/instr-to-kodkod/Makefile
@@ -96,8 +96,7 @@ MODEL_FILES = \
$(MODEL_DIR)/depths.mod \
$(MODEL_DIR)/string_to_instr.map \
$(wildcard $(MODEL_DIR)/cfg_*.mod) \
- $(MODEL_INSTANCES_DIR)/instances.mod \
- $(wildcard $(MODEL_INSTANCESDIR)/instances_in_*.mod)
+ $(wildcard $(MODEL_INSTANCES_DIR)/*.mod)
PARSER_SOURCES = $(wildcard parser/*.g4)
PARSER_CLASSES = $(PARSER_SOURCES:.g4=.class)