Closed mlubin closed 10 years ago
It definitely looks useful for printing, but it's not clear to me why the variable names are getting stripped out and replaced by x
.
ReverseDiffSparse doesn't know about variable names, it just sees linear indices.
I guess we'd need to translate these back to JuMP variable names.
Could be useful, but this strips the sum{} right?
Yes
Prepping for MPB expression output from JuMP. @IainNZ @joehuchette, would this be useful for printing, or did we want to keep the original structure of the expression?