TMB Documentation  v1.9.11
graph2dot.hpp
1 #ifndef HAVE_GRAPH2DOT_HPP
2 #define HAVE_GRAPH2DOT_HPP
3 // Autogenerated - do not edit by hand !
4 #include <fstream>
5 #include <iostream>
6 #include "global.hpp"
7 
8 namespace TMBad {
9 
10 void graph2dot(global glob, graph G, bool show_id = false,
11  std::ostream& cout = Rcout);
12 
13 void graph2dot(global glob, bool show_id = false, std::ostream& cout = Rcout);
14 
15 void graph2dot(const char* filename, global glob, graph G,
16  bool show_id = false);
17 
18 void graph2dot(const char* filename, global glob, bool show_id = false);
19 
20 } // namespace TMBad
21 #endif // HAVE_GRAPH2DOT_HPP
Automatic differentiation library designed for TMB.
Definition: TMB.hpp:157
License: GPL v2