Replaced isLess in DFTModelChecker#837
Conversation
|
LGTM, but why not use isLess with precision (or rather: tolerance) 0? |
|
My main reason was that |
|
I would say that the comparator is only used when you have a state, i.e., the type of precision. Maybe we should extend the constants to have a definition of isLess that does not require any precision? |
|
I agree with your idea to add |
|
I think we haven't used < because the code has to also work for polynomials etc and the intended semantics of the < operator is not clear? |
Addresses some parts of #831