Commit e0f3e6c 1 parent 92e4b2e commit e0f3e6c Copy full SHA for e0f3e6c
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/google/or-tools
3
3
go 1.22.2
4
4
5
5
require (
6
- github.com/golang/glog v1.2.2
7
- google.golang.org/protobuf v1.36.5
6
+ github.com/golang/glog v1.2.2
7
+ google.golang.org/protobuf v1.36.5
8
8
)
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def create_section_data():
161
161
'ortools/graph/connectivity.h ' +
162
162
'ortools/graph/eulerian_path.h ' + 'ortools/graph/graph.h ' +
163
163
'ortools/graph/graphs.h ' + 'ortools/graph/hamiltonian_path.h ' +
164
- 'ortools/graph/io .h ' + 'ortools/graph/iterators.h ' +
164
+ 'ortools/graph/graph_io .h ' + 'ortools/graph/iterators.h ' +
165
165
'ortools/graph/linear_assignment.h ' + 'ortools/graph/max_flow.h ' +
166
166
'ortools/graph/min_cost_flow.h ' +
167
167
'ortools/graph/minimum_spanning_tree.h ' +
You can’t perform that action at this time.
0 commit comments