Include dependency graph for mga.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | customobject |
| struct | mgaproblem |
Functions | |
| int | MGA (vector< double >, mgaproblem, vector< double > &, vector< double > &, double &) |
Variables | |
| const int | orbit_insertion = 0 |
| const int | total_DV_orbit_insertion = 1 |
| const int | rndv = 2 |
| const int | total_DV_rndv = 3 |
| const int | asteroid_impact = 4 |
| const int | time2AUs = 5 |
Function Documentation
◆ MGA()
| int MGA | ( | vector< double > | , |
| mgaproblem | , | ||
| vector< double > & | , | ||
| vector< double > & | , | ||
| double & | |||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
◆ asteroid_impact
| const int asteroid_impact = 4 |
◆ orbit_insertion
| const int orbit_insertion = 0 |
◆ rndv
| const int rndv = 2 |
◆ time2AUs
| const int time2AUs = 5 |
◆ total_DV_orbit_insertion
| const int total_DV_orbit_insertion = 1 |
◆ total_DV_rndv
| const int total_DV_rndv = 3 |