1 #ifndef HAVE_GRAPH2DOT_HPP     2 #define HAVE_GRAPH2DOT_HPP    10 void graph2dot(global glob, graph G, 
bool show_id = 
false,
    11                std::ostream& cout = Rcout);
    13 void graph2dot(global glob, 
bool show_id = 
false, std::ostream& cout = Rcout);
    15 void graph2dot(
const char* filename, global glob, graph G,
    16                bool show_id = 
false);
    18 void graph2dot(
const char* filename, global glob, 
bool show_id = 
false);
    21 #endif  // HAVE_GRAPH2DOT_HPP Automatic differentiation library designed for TMB.