#include <gtest/gtest.h>
#include <iostream>
#include <fstream>
#include "fields2cover/utils/random.h"
#include "fields2cover/types.h"
#include "fields2cover/objectives/sg_obj/n_swath.h"
#include "fields2cover/swath_generator/brute_force.h"
#include "../test_helpers/swath_generator_checker.hpp"
Go to the source code of this file.
Functions | |
TEST (fields2cover_swath_brute_gen, best_angle) | |
TEST (fields2cover_swath_brute_gen, generate_swaths) | |
TEST | ( | fields2cover_swath_brute_gen | , |
best_angle | |||
) |
Definition at line 32 of file brute_force_test.cpp.
TEST | ( | fields2cover_swath_brute_gen | , |
generate_swaths | |||
) |
Definition at line 17 of file brute_force_test.cpp.