Google OR-Tools: ortools/constraint_solver/routing_parameters_utils.h Source File

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14#ifndef ORTOOLS_CONSTRAINT_SOLVER_ROUTING_PARAMETERS_UTILS_H_

15#define ORTOOLS_CONSTRAINT_SOLVER_ROUTING_PARAMETERS_UTILS_H_

16

17#include <vector>

18

19#include "absl/types/span.h"

22

24

25

26

27

28std::vector<LocalCheapestInsertionParameters::InsertionSortingProperty>

30 absl::Span<const int> lci_insertion_sorting_properties);

31

34

35}

36

37#endif

RoutingSearchParameters_LocalSearchNeighborhoodOperators LocalSearchNeighborhoodOperators

std::vector< LocalCheapestInsertionParameters::InsertionSortingProperty > GetLocalCheapestInsertionSortingProperties(absl::Span< const int > lci_insertion_sorting_properties)

void DisableAllLocalSearchOperators(RoutingSearchParameters::LocalSearchNeighborhoodOperators *operators)