26 #ifndef CASADI_GRAPH_MODEL_HPP
27 #define CASADI_GRAPH_MODEL_HPP
29 #include "function.hpp"
CASADI_EXPORT bool has_graphmodel(const std::string &name)
Check if a graph-model format plugin is available.
CASADI_EXPORT void load_graphmodel(const std::string &name)
Explicitly load a graph-model format plugin.
CASADI_EXPORT std::string doc_graphmodel(const std::string &name)
Get format-specific documentation.