Skip to content
Joris Gillis edited this page Nov 26, 2011 · 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.

Clone this wiki locally