summaryrefslogtreecommitdiff
path: root/modeling
diff options
context:
space:
mode:
Diffstat (limited to 'modeling')
-rw-r--r--modeling/prod_multi.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modeling/prod_multi.py b/modeling/prod_multi.py
index 88c5eed..c7e2cbd 100644
--- a/modeling/prod_multi.py
+++ b/modeling/prod_multi.py
@@ -88,6 +88,7 @@ def multiplication(Model):
op mul
arg1 =arg1
arg2 =arg2
+ result =result
mul_counter =mul_counter
=retrieval>
isa math_op
@@ -99,6 +100,12 @@ def multiplication(Model):
=g>
isa math_goal
op done
+ +imaginal>
+ isa math_op
+ op mul
+ arg1 =arg1
+ arg2 =arg2
+ result =result
""",
)