Introduced Variables

Issue #77 resolved
Bart Bogaerts created an issue

Found two more problems with introduced variables:

1, in satfermat.mx WARNING: Introduced a variable with sort int for term *(x[Num],x[Num]). with Num=1..100; should be 1..10000 instead of int (anyway, still a huge grounding)

  1. Currently, when working with floating points constants, if a variable needs to be introduced, it's an int range.

One test is failing on this: floatintleq.idp

Comments (8)

  1. Log in to comment