@@ -6,7 +6,7 @@ within Google3: they are intended for use by the open-source community only.
66Note: the wrapper is being written and highly experimental.
77
88For now, only MathOpt is accessible through
9- [ its C API] ( ../ math_opt/core/c_api) .
9+ [ its C API] ( /ortools/ math_opt/core/c_api/ ) .
1010
1111TODO(user): how to run this on my machine?
1212
@@ -19,10 +19,10 @@ The Julia wrapper is divided into three Julia packages:
1919
2020* [ ` ORTools_jll ` ] ( https://github.com/JuliaRegistries/General/tree/master/jll/O/ORTools_jll )
2121 contains the precompiled OR-Tools binaries.
22- * [ ` ORToolsGenerated.jl ` ] ( .. /ORToolsGenerated.jl)
22+ * [ ` ORToolsGenerated.jl ` ] ( /ortools/julia /ORToolsGenerated.jl)
2323 contains the generated part of the wrapper. For now, this package
2424 corresponds to Protocol Buffers files.
25- * [ ` ORTools.jl ` ] ( .. /ORTools.jl)
25+ * [ ` ORTools.jl ` ] ( /ortools/julia /ORTools.jl)
2626 is the actual, high-level wrapper (more specifically, the
2727 [ MathOptInterface] ( https://github.com/jump-dev/MathOptInterface.jl ) code for
2828 use through [ JuMP] ( https://jump.dev/ ) ).
@@ -44,13 +44,13 @@ When releasing a new version of OR-Tools:
4444 Buffers files any time the new release has new Protocol Buffers files.
4545
46462 . Update the generated files in
47- [ ` ORToolsGenerated.jl ` ] ( .. /ORToolsGenerated.jl) .
47+ [ ` ORToolsGenerated.jl ` ] ( /ortools/julia /ORToolsGenerated.jl) .
4848 This step depends on the first one: the PR you wrote at the first step must
4949 be accepted and merged into the repository. Updating the generated files
5050 amounts to have a local Julia installation, adding the new version of
5151 ` ORTools_jll ` (within a Julia shell, ` ]add ORTools_jll ` the first time, then
5252 update the version with ` ]update ` ), and calling the script
53- [ ` update_package.jl ` ] ( .. /ORToolsGenerated.jl/scripts/update_package.jl) .
53+ [ ` update_package.jl ` ] ( /ortools/julia /ORToolsGenerated.jl/scripts/update_package.jl) .
5454
55553 . Synchronize the results of the previous step with OR-Tools' repository: the
5656 updated files go into ` ortools/julia/ORToolsGenerated/ ` (an updated
@@ -129,10 +129,10 @@ If there is an update in the C API, use `scripts/TODO(user)` to update the
129129generated code to call the C functions.
130130
131131If there is an update in the MathOpt proto interface, use
132- [`ORToolsGenerated.jl/scripts/gen_pb.jl`](.. /ORToolsGenerated.jl/scripts/gen_pb.jl)
132+ [`ORToolsGenerated.jl/scripts/gen_pb.jl`](/ortools/julia /ORToolsGenerated.jl/scripts/gen_pb.jl)
133133to update the generated Protocol Buffers code. This script is automatically
134134called by
135- [`update_package.jl`](.. /ORToolsGenerated.jl/scripts/update_package.jl).
135+ [`update_package.jl`](/ortools/julia /ORToolsGenerated.jl/scripts/update_package.jl).
136136
137137## Design decisions
138138
0 commit comments