# include <map> # include <cppad/utility/vector.hpp> // list of possible options extern std::map<std::string, bool> global_option; bool link_ode( size_t size , size_t repeat , CppAD::vector<double> &x , CppAD::vector<double> &jacobian ) { return false; }