Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <functional>
#include <string>
#include <utility>
#include <vector>
#include "absl/log/check.h"
#include "absl/types/span.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/constraint_solver/constraint_solveri.h"
#include "ortools/constraint_solver/routing_types.h"
#include "ortools/util/bitset.h"
Go to the source code of this file.
Classes | |
class | operations_research::MakeRelocateNeighborsOperator |
class | operations_research::SwapActiveToShortestPathOperator |
| / \ ^ More... | |
class | operations_research::MakePairActiveOperator |
class | operations_research::MakePairInactiveOperator |
Operator which makes pairs of active nodes inactive. More... | |
class | operations_research::PairRelocateOperator |
class | operations_research::GroupPairAndRelocateOperator |
class | operations_research::LightPairRelocateOperator |
class | operations_research::PairExchangeOperator |
class | operations_research::PairExchangeRelocateOperator |
class | operations_research::SwapIndexPairOperator |
class | operations_research::IndexPairSwapActiveOperator |
class | operations_research::RelocateExpensiveChain |
class | operations_research::PairNodeSwapActiveOperator< swap_first > |
class | operations_research::PickupAndDeliveryData |
A utility class to maintain pickup and delivery information of nodes. More... | |
class | operations_research::RelocateSubtrip |
class | operations_research::ExchangeSubtrip |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |