25 #ifndef PAGMO_PROBLEM_CASSINI_1_H 
   26 #define PAGMO_PROBLEM_CASSINI_1_H 
   30 #include "../config.h" 
   31 #include "../serialization.h" 
   33 #include "../AstroToolbox/mga.h" 
   36 namespace pagmo{ 
namespace problem {
 
   60                 std::string get_name() 
const;
 
   64                 friend class boost::serialization::access;
 
   65                 template <
class Archive>
 
   66                 void serialize(Archive &ar, 
const unsigned int)
 
   68                         ar & boost::serialization::base_object<base>(*this);
 
   76                 mutable std::vector<double> Delta_V;
 
   77                 mutable std::vector<double> rp;
 
   78                 mutable std::vector<double> t;
 
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem. 
std::vector< double > decision_vector
Decision vector type. 
std::vector< double > fitness_vector
Fitness vector type.