Skip to content
Joris Gillis edited this page Apr 27, 2012 · 7 revisions

Some primitive dot-graph drawing of SX and MX graphs is available in python as follows:

from casadi.tools import *

dotdraw(myexpression)

This functionality needs dot and pydot to be installed. You can grab them with apt-get install python-pydot.

Clone this wiki locally