Skip to content

Commit df55695

Browse files
authored
Update operations_research.jl: typo in generated code; to investigate later on.
1 parent 337ef96 commit df55695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ortools/julia/ORToolsGenerated.jl/src/genproto/operations_research/operations_research.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include("scheduling/scheduling.jl")
1919
include("glop/glop.jl")
2020
include("bop/bop.jl")
2121
include("packing/packing.jl")
22-
include("ortools/pdlp/pdlp.jl")
22+
include("pdlp/pdlp.jl")
2323
include("math_opt/math_opt.jl")
2424

2525
end # module operations_research

0 commit comments

Comments
 (0)