isConsistent does not check function constraints

Issue #698 new
Broes De Cat created an issue

As a result, if e.g. the codomain of a constant c is empty but c occurs nowhere, modelexpansion returns models (of the rest of the theory) but in debug throws an error that the structure is not twovalued.

Comments (3)

  1. Broes De Cat reporter

    For example in the "recursionNegation" test, there shoul in fact be no models (although this is not the intended result of the test).

  2. Log in to comment