This PR remove the _proxy functions and add returns to the respective functions. This way they can be called from the UI.
It also adds the .dual information to the diagrams inside the function update_diagrams_from_constraint, which is necessary since using the proxy directly such information gets lost.
This PR remove the
_proxy
functions and add returns to the respective functions. This way they can be called from the UI.It also adds the
.dual
information to the diagrams inside the functionupdate_diagrams_from_constraint
, which is necessary since using the proxy directly such information gets lost.