From ee5e4fbb8c211beb8e643116ee62b2592c6b3150 Mon Sep 17 00:00:00 2001 From: "Dobbertin, Niclas" Date: Tue, 16 Apr 2024 11:40:09 +0200 Subject: start prod mul --- modeling/productions_math.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modeling/productions_math.py') diff --git a/modeling/productions_math.py b/modeling/productions_math.py index 40c400f..182a208 100644 --- a/modeling/productions_math.py +++ b/modeling/productions_math.py @@ -3,6 +3,7 @@ import pyactr as actr import prod_addition import prod_comp +import prod_multi # https://stackoverflow.com/a/39644726 @@ -154,6 +155,7 @@ def start(): add_prods = prod_addition.addition(Model) greater_prods = prod_comp.greater_than(Model) less_prods = prod_comp.less_than(Model) + multi_prods = prod_multi.multiplication(Model) for prod in add_prods: print(prod) -- cgit v1.2.3