Just changed the Builtin type in 1565374eef162549529886204d347aec7dd1609b, and it's changing the hash of the expressions and therefore the ordering of the inserted lets in the lifting of the network applications. Consequently it switches the variable names in the final code for monotonicity.vcl generated for Marabou.
It would be good if we could stabilise it. Perhaps we could keep track of the order of insertions in the IntMap we use to store the subexpressions?
Just changed the
Builtin
type in 1565374eef162549529886204d347aec7dd1609b, and it's changing the hash of the expressions and therefore the ordering of the inserted lets in the lifting of the network applications. Consequently it switches the variable names in the final code formonotonicity.vcl
generated for Marabou.It would be good if we could stabilise it. Perhaps we could keep track of the order of insertions in the
IntMap
we use to store the subexpressions?