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

APT.Arithmetic-smem.arithmetic.process-column.soar Maven / Gradle / Ivy

### Process the column and produce a result
##    Result may include a carry-borrow which impacts next column

sp {arithmetic*propose*process-column
   (state  ^name arithmetic
              ^arithmetic-problem.current-column )
  -( ^result)
-->
   ( ^operator  + =)
   ( ^name process-column)
}