Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
simple_graph.h File Reference
#include <algorithm>
#include <functional>
#include <ostream>
#include <string>
#include "absl/hash/hash.h"

Go to the source code of this file.

Classes

class  operations_research::routing::Edge
class  operations_research::routing::Arc
struct  operations_research::routing::Coordinates2< T >
struct  operations_research::routing::Coordinates3< T >
struct  operations_research::routing::SimpleTimeWindow< T >

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::routing

Typedefs

typedef std::function< int64_t(int, int)> operations_research::routing::EdgeWeights