Derivetermbounds can be improved

Issue #180 new
Bart Bogaerts created an issue

Consider the following example:

vocabulary StolCoinsVoc {

type Coins isa nat Stolen(Coins):nat

}

theory StolenCoins : StolCoinsVoc {

sum{ c[Coins] : true : c * Stolen(c) } = 100.

}

Termbounds for c*Stolen(c) and even for Stolen(c) can be derived.

Comments (0)

  1. Log in to comment