Type constraints on InequalityTheoryWithEq class #88
Unanswered
mtf90
asked this question in
Learnlib Q & A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
JContraintsUtil#toVariablemethod returns aBigDecimaltyped variable. This means that the callnewVal.setValueinInequalityTheoryWithEq#instantiatemust provide aBigDecimalvalue. Since by the signature of theinstantiatemethod, theoldDVsare of typeSet<DataValue<T>>, does this mean thatInequalityTheoryWithEqonly works with typesT extends BigDecimalor should the constraint solver code should be broadened to other types as well?Beta Was this translation helpful? Give feedback.
All reactions