Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check multiplicities in mock prover (#2310)
Check multiplicities in the mock prover: - when checking a connection, we count the multiplicities on the caller and callee - if the connection is a PhantomLookup, this involves the multiplicity column. In this case, the multiplicities are checked to match. - otherwise, we count each callee tuple with multiplicity 1. In this case, the multiplicities will probably not match, and that's ok, so we do not check them to be equal.
- Loading branch information