#include <vector>
#include <map>
#include <optional>
#include <limits>
#include <utility>
#include "fields2cover/types.h"
#include "fields2cover/objectives/rp_obj/rp_objective.h"
#include "fields2cover/objectives/rp_obj/direct_dist_path_obj.h"
#include "fields2cover/route_planning/single_cell_swaths_order_base.h"
Go to the source code of this file.
Classes | |
class | f2c::rp::RoutePlannerBase |
Namespaces | |
f2c | |
Main namespace of the fields2cover library. | |
f2c::rp | |
Route planning algorithms' namespace. | |
Macros | |
#define | FIELDS2COVER_ROUTE_PLANNING_ROUTE_PLANNING_BASE_H_ |
#define FIELDS2COVER_ROUTE_PLANNING_ROUTE_PLANNING_BASE_H_ |
Definition at line 9 of file route_planner_base.h.