Google OR-Tools v9.11
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::Edge
 
class  operations_research::Arc
 
struct  operations_research::Coordinates2< T >
 Real-world coordinates. More...
 
struct  operations_research::Coordinates3< T >
 
struct  operations_research::SimpleTimeWindow< T >
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 

Typedefs

typedef std::function< int64_t(int, int)> operations_research::EdgeWeights
 Mapping between an edge (given by its tail and its head) and its weight.