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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a18566..116e4ec 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ AST_FILE = ${CURDIR}/data/ast/best_chronometer_ever.xml
TMP_DIR = /tmp/tabellion
MODEL_DIR = $(TMP_DIR)/mod
-MODEL_INSTANCES_DIR = $(TMP_DIR)/instance
+MODEL_INSTANCES_DIR = $(MODEL_DIR)/instance
SOL_DIR = $(TMP_DIR)/sol
## Sub-programs ################################################################