All Downloads are FREE. Search and download functionalities are using the official Maven repository.

APT.Arithmetic-smem.arithmetic.process-column.compute-result.add-via-counting.soar Maven / Gradle / Ivy

sp {compute-result*propose*add-via-counting
   (state  ^name compute-result
              ^superstate )
   ( ^arithmetic-problem.operation addition
        # ^smem.result.status failure
         ^digit1 
         ^digit2 )
-->
   ( ^operator  + >)
   ( ^name add-via-counting
         ^digit1 
         ^digit2 )
}