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
-
The
JContraintsUtil#toVariable
method returns aBigDecimal
typed variable. This means that the callnewVal.setValue
inInequalityTheoryWithEq#instantiate
must provide aBigDecimal
value. Since by the signature of theinstantiate
method, theoldDVs
are of typeSet<DataValue<T>>
, does this mean thatInequalityTheoryWithEq
only works with typesT extends BigDecimal
or should the constraint solver code should be broadened to other types as well?Beta Was this translation helpful? Give feedback.
All reactions