Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
29514d84
Commit
29514d84
authored
Jan 28, 2021
by
Valentin Platzgummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp
parent
5598870e
Changes
332
Hide whitespace changes
Inline
Side-by-side
Showing
332 changed files
with
490323 additions
and
0 deletions
+490323
-0
.appveyor.yml
libs/or-tools-stable/.appveyor.yml
+73
-0
.clang-format
libs/or-tools-stable/.clang-format
+13
-0
.cmake-format.py
libs/or-tools-stable/.cmake-format.py
+232
-0
.dockerignore
libs/or-tools-stable/.dockerignore
+66
-0
bug_report.md
libs/or-tools-stable/.github/ISSUE_TEMPLATE/bug_report.md
+28
-0
config.yml
libs/or-tools-stable/.github/ISSUE_TEMPLATE/config.yml
+8
-0
feature_request.md
...or-tools-stable/.github/ISSUE_TEMPLATE/feature_request.md
+17
-0
pull_request_template.md
libs/or-tools-stable/.github/pull_request_template.md
+12
-0
Dockerfile
libs/or-tools-stable/.github/workflows/Dockerfile
+7
-0
clang_format.yml
libs/or-tools-stable/.github/workflows/clang_format.yml
+24
-0
docker_bazel.yml
libs/or-tools-stable/.github/workflows/docker_bazel.yml
+25
-0
docker_cmake.yml
libs/or-tools-stable/.github/workflows/docker_cmake.yml
+36
-0
docker_make.yml
libs/or-tools-stable/.github/workflows/docker_make.yml
+29
-0
glop.yml
libs/or-tools-stable/.github/workflows/glop.yml
+65
-0
linux_cpp.yml
libs/or-tools-stable/.github/workflows/linux_cpp.yml
+20
-0
linux_dotnet.yml
libs/or-tools-stable/.github/workflows/linux_dotnet.yml
+26
-0
linux_java.yml
libs/or-tools-stable/.github/workflows/linux_java.yml
+26
-0
linux_python.yml
libs/or-tools-stable/.github/workflows/linux_python.yml
+28
-0
macos_cpp.yml
libs/or-tools-stable/.github/workflows/macos_cpp.yml
+33
-0
macos_dotnet.yml
libs/or-tools-stable/.github/workflows/macos_dotnet.yml
+26
-0
macos_java.yml
libs/or-tools-stable/.github/workflows/macos_java.yml
+48
-0
macos_python.yml
libs/or-tools-stable/.github/workflows/macos_python.yml
+48
-0
vagrant.yml
libs/or-tools-stable/.github/workflows/vagrant.yml
+33
-0
win_cpp.yml
libs/or-tools-stable/.github/workflows/win_cpp.yml
+20
-0
win_dotnet.yml
libs/or-tools-stable/.github/workflows/win_dotnet.yml
+29
-0
win_java.yml
libs/or-tools-stable/.github/workflows/win_java.yml
+29
-0
win_python.yml
libs/or-tools-stable/.github/workflows/win_python.yml
+29
-0
.gitignore
libs/or-tools-stable/.gitignore
+81
-0
.pylintrc
libs/or-tools-stable/.pylintrc
+407
-0
.travis.yml
libs/or-tools-stable/.travis.yml
+171
-0
install.sh
libs/or-tools-stable/.travis/install.sh
+143
-0
script.sh
libs/or-tools-stable/.travis/script.sh
+241
-0
CMakeLists.txt
libs/or-tools-stable/CMakeLists.txt
+255
-0
CONTRIBUTING.md
libs/or-tools-stable/CONTRIBUTING.md
+28
-0
Dependencies.txt
libs/or-tools-stable/Dependencies.txt
+8
-0
LICENSE-2.0.txt
libs/or-tools-stable/LICENSE-2.0.txt
+202
-0
Makefile
libs/or-tools-stable/Makefile
+152
-0
README.md
libs/or-tools-stable/README.md
+154
-0
Version.txt
libs/or-tools-stable/Version.txt
+3
-0
WORKSPACE
libs/or-tools-stable/WORKSPACE
+76
-0
BUILD
libs/or-tools-stable/bazel/BUILD
+11
-0
Makefile
libs/or-tools-stable/bazel/Makefile
+135
-0
README.md
libs/or-tools-stable/bazel/README.md
+37
-0
archive_helper.bzl
libs/or-tools-stable/bazel/archive_helper.bzl
+13
-0
bliss-0.73.patch
libs/or-tools-stable/bazel/bliss-0.73.patch
+147
-0
bliss.BUILD
libs/or-tools-stable/bazel/bliss.BUILD
+30
-0
ci.md
libs/or-tools-stable/bazel/doc/ci.md
+37
-0
docker.dot
libs/or-tools-stable/bazel/doc/docker.dot
+45
-0
docker.svg
libs/or-tools-stable/bazel/doc/docker.svg
+176
-0
generate_image.sh
libs/or-tools-stable/bazel/doc/generate_image.sh
+8
-0
Dockerfile
libs/or-tools-stable/bazel/docker/alpine/Dockerfile
+28
-0
Dockerfile
libs/or-tools-stable/bazel/docker/archlinux/Dockerfile
+17
-0
Dockerfile
libs/or-tools-stable/bazel/docker/centos/Dockerfile
+28
-0
Dockerfile
libs/or-tools-stable/bazel/docker/debian/Dockerfile
+29
-0
Dockerfile
libs/or-tools-stable/bazel/docker/fedora/Dockerfile
+24
-0
Dockerfile
libs/or-tools-stable/bazel/docker/opensuse/Dockerfile
+20
-0
Dockerfile
libs/or-tools-stable/bazel/docker/ubuntu/Dockerfile
+32
-0
glpk.BUILD
libs/or-tools-stable/bazel/glpk.BUILD
+32
-0
gtest.BUILD
libs/or-tools-stable/bazel/gtest.BUILD
+20
-0
scip.BUILD
libs/or-tools-stable/bazel/scip.BUILD
+67
-0
scip.patch
libs/or-tools-stable/bazel/scip.patch
+63
-0
swig.BUILD
libs/or-tools-stable/bazel/swig.BUILD
+337
-0
swig.bzl
libs/or-tools-stable/bazel/swig.bzl
+76
-0
requirements.txt
libs/or-tools-stable/binder/requirements.txt
+4
-0
FindCPLEX.cmake
libs/or-tools-stable/cmake/FindCPLEX.cmake
+64
-0
FindCbc.cmake
libs/or-tools-stable/cmake/FindCbc.cmake
+30
-0
FindCgl.cmake
libs/or-tools-stable/cmake/FindCgl.cmake
+26
-0
FindClp.cmake
libs/or-tools-stable/cmake/FindClp.cmake
+30
-0
FindCoinUtils.cmake
libs/or-tools-stable/cmake/FindCoinUtils.cmake
+26
-0
FindOsi.cmake
libs/or-tools-stable/cmake/FindOsi.cmake
+26
-0
FindProtobuf.cmake
libs/or-tools-stable/cmake/FindProtobuf.cmake
+34
-0
FindSCIP.cmake
libs/or-tools-stable/cmake/FindSCIP.cmake
+80
-0
FindXPRESS.cmake
libs/or-tools-stable/cmake/FindXPRESS.cmake
+74
-0
Findglog.cmake
libs/or-tools-stable/cmake/Findglog.cmake
+26
-0
Makefile
libs/or-tools-stable/cmake/Makefile
+375
-0
README.md
libs/or-tools-stable/cmake/README.md
+183
-0
cpp.cmake
libs/or-tools-stable/cmake/cpp.cmake
+308
-0
CMakeLists.txt
libs/or-tools-stable/cmake/dependencies/CMakeLists.txt
+213
-0
CMakeLists.txt.in
libs/or-tools-stable/cmake/dependencies/CMakeLists.txt.in
+26
-0
SWIG.CMakeLists.txt.in
...or-tools-stable/cmake/dependencies/SWIG.CMakeLists.txt.in
+34
-0
deps.cmake
libs/or-tools-stable/cmake/deps.cmake
+87
-0
ci.md
libs/or-tools-stable/cmake/doc/ci.md
+85
-0
cmake.dot
libs/or-tools-stable/cmake/doc/cmake.dot
+250
-0
cmake.svg
libs/or-tools-stable/cmake/doc/cmake.svg
+733
-0
cpp.md
libs/or-tools-stable/cmake/doc/cpp.md
+66
-0
deps.dot
libs/or-tools-stable/cmake/doc/deps.dot
+114
-0
deps.svg
libs/or-tools-stable/cmake/doc/deps.svg
+292
-0
docker.dot
libs/or-tools-stable/cmake/doc/docker.dot
+85
-0
docker.svg
libs/or-tools-stable/cmake/doc/docker.svg
+426
-0
dotnet.md
libs/or-tools-stable/cmake/doc/dotnet.md
+92
-0
generate_image.sh
libs/or-tools-stable/cmake/doc/generate_image.sh
+10
-0
java.md
libs/or-tools-stable/cmake/doc/java.md
+92
-0
python.md
libs/or-tools-stable/cmake/doc/python.md
+106
-0
swig.md
libs/or-tools-stable/cmake/doc/swig.md
+177
-0
Dockerfile
libs/or-tools-stable/cmake/docker/alpine/Dockerfile
+11
-0
cpp.Dockerfile
libs/or-tools-stable/cmake/docker/alpine/cpp.Dockerfile
+29
-0
dotnet.Dockerfile
libs/or-tools-stable/cmake/docker/alpine/dotnet.Dockerfile
+39
-0
java.Dockerfile
libs/or-tools-stable/cmake/docker/alpine/java.Dockerfile
+28
-0
python.Dockerfile
libs/or-tools-stable/cmake/docker/alpine/python.Dockerfile
+29
-0
Dockerfile
libs/or-tools-stable/cmake/docker/archlinux/Dockerfile
+11
-0
cpp.Dockerfile
libs/or-tools-stable/cmake/docker/archlinux/cpp.Dockerfile
+29
-0
dotnet.Dockerfile
.../or-tools-stable/cmake/docker/archlinux/dotnet.Dockerfile
+27
-0
java.Dockerfile
libs/or-tools-stable/cmake/docker/archlinux/java.Dockerfile
+28
-0
python.Dockerfile
.../or-tools-stable/cmake/docker/archlinux/python.Dockerfile
+29
-0
Dockerfile
libs/or-tools-stable/cmake/docker/centos/Dockerfile
+34
-0
cpp.Dockerfile
libs/or-tools-stable/cmake/docker/centos/cpp.Dockerfile
+29
-0
dotnet.Dockerfile
libs/or-tools-stable/cmake/docker/centos/dotnet.Dockerfile
+33
-0
java.Dockerfile
libs/or-tools-stable/cmake/docker/centos/java.Dockerfile
+30
-0
python.Dockerfile
libs/or-tools-stable/cmake/docker/centos/python.Dockerfile
+32
-0
Dockerfile
libs/or-tools-stable/cmake/docker/debian/Dockerfile
+24
-0
cpp.Dockerfile
libs/or-tools-stable/cmake/docker/debian/cpp.Dockerfile
+29
-0
dotnet.Dockerfile
libs/or-tools-stable/cmake/docker/debian/dotnet.Dockerfile
+39
-0
java.Dockerfile
libs/or-tools-stable/cmake/docker/debian/java.Dockerfile
+31
-0
python.Dockerfile
libs/or-tools-stable/cmake/docker/debian/python.Dockerfile
+32
-0
Dockerfile
libs/or-tools-stable/cmake/docker/fedora/Dockerfile
+17
-0
cpp.Dockerfile
libs/or-tools-stable/cmake/docker/fedora/cpp.Dockerfile
+29
-0
dotnet.Dockerfile
libs/or-tools-stable/cmake/docker/fedora/dotnet.Dockerfile
+32
-0
java.Dockerfile
libs/or-tools-stable/cmake/docker/fedora/java.Dockerfile
+30
-0
python.Dockerfile
libs/or-tools-stable/cmake/docker/fedora/python.Dockerfile
+31
-0
Dockerfile
libs/or-tools-stable/cmake/docker/glop/Dockerfile
+43
-0
Dockerfile
libs/or-tools-stable/cmake/docker/opensuse/Dockerfile
+16
-0
cpp.Dockerfile
libs/or-tools-stable/cmake/docker/opensuse/cpp.Dockerfile
+29
-0
dotnet.Dockerfile
libs/or-tools-stable/cmake/docker/opensuse/dotnet.Dockerfile
+40
-0
java.Dockerfile
libs/or-tools-stable/cmake/docker/opensuse/java.Dockerfile
+29
-0
python.Dockerfile
libs/or-tools-stable/cmake/docker/opensuse/python.Dockerfile
+31
-0
Dockerfile
libs/or-tools-stable/cmake/docker/ubuntu/Dockerfile
+23
-0
cpp.Dockerfile
libs/or-tools-stable/cmake/docker/ubuntu/cpp.Dockerfile
+29
-0
dotnet.Dockerfile
libs/or-tools-stable/cmake/docker/ubuntu/dotnet.Dockerfile
+37
-0
java.Dockerfile
libs/or-tools-stable/cmake/docker/ubuntu/java.Dockerfile
+31
-0
python.Dockerfile
libs/or-tools-stable/cmake/docker/ubuntu/python.Dockerfile
+32
-0
dotnet.cmake
libs/or-tools-stable/cmake/dotnet.cmake
+341
-0
flatzinc.cmake
libs/or-tools-stable/cmake/flatzinc.cmake
+158
-0
glop.cmake
libs/or-tools-stable/cmake/glop.cmake
+354
-0
glopConfig.cmake.in
libs/or-tools-stable/cmake/glopConfig.cmake.in
+24
-0
java.cmake
libs/or-tools-stable/cmake/java.cmake
+350
-0
ortoolsConfig.cmake.in
libs/or-tools-stable/cmake/ortoolsConfig.cmake.in
+39
-0
python-install.cmake.in
libs/or-tools-stable/cmake/python-install.cmake.in
+31
-0
python.cmake
libs/or-tools-stable/cmake/python.cmake
+274
-0
CMakeLists.txt
libs/or-tools-stable/cmake/samples/cpp/CMakeLists.txt
+19
-0
main.cpp
libs/or-tools-stable/cmake/samples/cpp/main.cpp
+52
-0
CPSample.cs
libs/or-tools-stable/cmake/samples/dotnet/CPSample.cs
+24
-0
Google.Sample.csproj
...or-tools-stable/cmake/samples/dotnet/Google.Sample.csproj
+31
-0
LPSample.cs
libs/or-tools-stable/cmake/samples/dotnet/LPSample.cs
+21
-0
RoutingSample.cs
libs/or-tools-stable/cmake/samples/dotnet/RoutingSample.cs
+40
-0
SATSample.cs
libs/or-tools-stable/cmake/samples/dotnet/SATSample.cs
+28
-0
CMakeLists.txt
libs/or-tools-stable/cmake/samples/glop/CMakeLists.txt
+19
-0
main.cpp
libs/or-tools-stable/cmake/samples/glop/main.cpp
+54
-0
pom.xml
libs/or-tools-stable/cmake/samples/java/pom.xml
+29
-0
App.java
...ke/samples/java/src/main/java/com/google/ortools/App.java
+13
-0
AppTest.java
...amples/java/src/test/java/com/google/ortools/AppTest.java
+38
-0
sample.py
libs/or-tools-stable/cmake/samples/python/sample.py
+34
-0
utils.cmake
libs/or-tools-stable/cmake/utils.cmake
+128
-0
Vagrantfile
libs/or-tools-stable/cmake/vagrant/freebsd/cpp/Vagrantfile
+116
-0
Vagrantfile
.../or-tools-stable/cmake/vagrant/freebsd/dotnet/Vagrantfile
+119
-0
Vagrantfile
libs/or-tools-stable/cmake/vagrant/freebsd/java/Vagrantfile
+120
-0
Vagrantfile
.../or-tools-stable/cmake/vagrant/freebsd/python/Vagrantfile
+118
-0
_config.yml
libs/or-tools-stable/docs/_config.yml
+1
-0
cpp.tag
libs/or-tools-stable/docs/cpp.tag
+401647
-0
accurate__sum_8h.html
libs/or-tools-stable/docs/cpp/accurate__sum_8h.html
+122
-0
accurate__sum_8h_source.html
libs/or-tools-stable/docs/cpp/accurate__sum_8h_source.html
+157
-0
adaptative__parameter__value_8h.html
...ools-stable/docs/cpp/adaptative__parameter__value_8h.html
+122
-0
adaptative__parameter__value_8h_source.html
...able/docs/cpp/adaptative__parameter__value_8h_source.html
+201
-0
adjustable__priority__queue-inl_8h.html
...s-stable/docs/cpp/adjustable__priority__queue-inl_8h.html
+107
-0
adjustable__priority__queue-inl_8h_source.html
...e/docs/cpp/adjustable__priority__queue-inl_8h_source.html
+125
-0
adjustable__priority__queue_8h.html
...tools-stable/docs/cpp/adjustable__priority__queue_8h.html
+117
-0
adjustable__priority__queue_8h_source.html
...table/docs/cpp/adjustable__priority__queue_8h_source.html
+332
-0
affine__relation_8h.html
libs/or-tools-stable/docs/cpp/affine__relation_8h.html
+124
-0
affine__relation_8h_source.html
.../or-tools-stable/docs/cpp/affine__relation_8h_source.html
+350
-0
all__different_8cc.html
libs/or-tools-stable/docs/cpp/all__different_8cc.html
+128
-0
all__different_8cc_source.html
libs/or-tools-stable/docs/cpp/all__different_8cc_source.html
+826
-0
all__different_8h.html
libs/or-tools-stable/docs/cpp/all__different_8h.html
+136
-0
all__different_8h_source.html
libs/or-tools-stable/docs/cpp/all__different_8h_source.html
+363
-0
alldiff__cst_8cc.html
libs/or-tools-stable/docs/cpp/alldiff__cst_8cc.html
+205
-0
alldiff__cst_8cc_source.html
libs/or-tools-stable/docs/cpp/alldiff__cst_8cc_source.html
+904
-0
annotated.html
libs/or-tools-stable/docs/cpp/annotated.html
+1378
-0
assignment_8h.html
libs/or-tools-stable/docs/cpp/assignment_8h.html
+122
-0
assignment_8h_source.html
libs/or-tools-stable/docs/cpp/assignment_8h_source.html
+257
-0
assignment_8pb_8cc.html
libs/or-tools-stable/docs/cpp/assignment_8pb_8cc.html
+921
-0
assignment_8pb_8cc_source.html
libs/or-tools-stable/docs/cpp/assignment_8pb_8cc_source.html
+2099
-0
assignment_8pb_8h.html
libs/or-tools-stable/docs/cpp/assignment_8pb_8h.html
+298
-0
assignment_8pb_8h_source.html
libs/or-tools-stable/docs/cpp/assignment_8pb_8h_source.html
+2478
-0
astar_8cc.html
libs/or-tools-stable/docs/cpp/astar_8cc.html
+128
-0
astar_8cc_source.html
libs/or-tools-stable/docs/cpp/astar_8cc_source.html
+299
-0
base_2file_8h.html
libs/or-tools-stable/docs/cpp/base_2file_8h.html
+163
-0
base_2file_8h_source.html
libs/or-tools-stable/docs/cpp/base_2file_8h_source.html
+312
-0
base_2logging_8cc.html
libs/or-tools-stable/docs/cpp/base_2logging_8cc.html
+1125
-0
base_2logging_8cc_source.html
libs/or-tools-stable/docs/cpp/base_2logging_8cc_source.html
+2168
-0
base_2logging_8h.html
libs/or-tools-stable/docs/cpp/base_2logging_8h.html
+3735
-0
base_2logging_8h_source.html
libs/or-tools-stable/docs/cpp/base_2logging_8h_source.html
+1689
-0
base_2sysinfo_8h.html
libs/or-tools-stable/docs/cpp/base_2sysinfo_8h.html
+153
-0
base_2sysinfo_8h_source.html
libs/or-tools-stable/docs/cpp/base_2sysinfo_8h_source.html
+138
-0
base__export_8h.html
libs/or-tools-stable/docs/cpp/base__export_8h.html
+132
-0
base__export_8h_source.html
libs/or-tools-stable/docs/cpp/base__export_8h_source.html
+135
-0
basictypes_8h.html
libs/or-tools-stable/docs/cpp/basictypes_8h.html
+107
-0
basictypes_8h_source.html
libs/or-tools-stable/docs/cpp/basictypes_8h_source.html
+129
-0
basis__representation_8cc.html
libs/or-tools-stable/docs/cpp/basis__representation_8cc.html
+118
-0
basis__representation_8cc_source.html
...ols-stable/docs/cpp/basis__representation_8cc_source.html
+827
-0
basis__representation_8h.html
libs/or-tools-stable/docs/cpp/basis__representation_8h.html
+128
-0
basis__representation_8h_source.html
...ools-stable/docs/cpp/basis__representation_8h_source.html
+557
-0
bc_s.png
libs/or-tools-stable/docs/cpp/bc_s.png
+0
-0
bdwn.png
libs/or-tools-stable/docs/cpp/bdwn.png
+0
-0
bellman__ford_8cc.html
libs/or-tools-stable/docs/cpp/bellman__ford_8cc.html
+128
-0
bellman__ford_8cc_source.html
libs/or-tools-stable/docs/cpp/bellman__ford_8cc_source.html
+235
-0
bitmap_8cc.html
libs/or-tools-stable/docs/cpp/bitmap_8cc.html
+116
-0
bitmap_8cc_source.html
libs/or-tools-stable/docs/cpp/bitmap_8cc_source.html
+155
-0
bitmap_8h.html
libs/or-tools-stable/docs/cpp/bitmap_8h.html
+142
-0
bitmap_8h_source.html
libs/or-tools-stable/docs/cpp/bitmap_8h_source.html
+216
-0
bitset_8cc.html
libs/or-tools-stable/docs/cpp/bitset_8cc.html
+412
-0
bitset_8cc_source.html
libs/or-tools-stable/docs/cpp/bitset_8cc_source.html
+374
-0
bitset_8h.html
libs/or-tools-stable/docs/cpp/bitset_8h.html
+263
-0
bitset_8h_source.html
libs/or-tools-stable/docs/cpp/bitset_8h_source.html
+1075
-0
boolean__problem_8cc.html
libs/or-tools-stable/docs/cpp/boolean__problem_8cc.html
+210
-0
boolean__problem_8cc_source.html
...or-tools-stable/docs/cpp/boolean__problem_8cc_source.html
+1102
-0
boolean__problem_8h.html
libs/or-tools-stable/docs/cpp/boolean__problem_8h.html
+160
-0
boolean__problem_8h_source.html
.../or-tools-stable/docs/cpp/boolean__problem_8h_source.html
+279
-0
boolean__problem_8pb_8cc.html
libs/or-tools-stable/docs/cpp/boolean__problem_8pb_8cc.html
+819
-0
boolean__problem_8pb_8cc_source.html
...ools-stable/docs/cpp/boolean__problem_8pb_8cc_source.html
+1743
-0
boolean__problem_8pb_8h.html
libs/or-tools-stable/docs/cpp/boolean__problem_8pb_8h.html
+277
-0
boolean__problem_8pb_8h_source.html
...tools-stable/docs/cpp/boolean__problem_8pb_8h_source.html
+2118
-0
bop__base_8cc.html
libs/or-tools-stable/docs/cpp/bop__base_8cc.html
+118
-0
bop__base_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__base_8cc_source.html
+424
-0
bop__base_8h.html
libs/or-tools-stable/docs/cpp/bop__base_8h.html
+134
-0
bop__base_8h_source.html
libs/or-tools-stable/docs/cpp/bop__base_8h_source.html
+465
-0
bop__fs_8cc.html
libs/or-tools-stable/docs/cpp/bop__fs_8cc.html
+118
-0
bop__fs_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__fs_8cc_source.html
+858
-0
bop__fs_8h.html
libs/or-tools-stable/docs/cpp/bop__fs_8h.html
+128
-0
bop__fs_8h_source.html
libs/or-tools-stable/docs/cpp/bop__fs_8h_source.html
+313
-0
bop__interface_8cc.html
libs/or-tools-stable/docs/cpp/bop__interface_8cc.html
+128
-0
bop__interface_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__interface_8cc_source.html
+621
-0
bop__lns_8cc.html
libs/or-tools-stable/docs/cpp/bop__lns_8cc.html
+118
-0
bop__lns_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__lns_8cc_source.html
+785
-0
bop__lns_8h.html
libs/or-tools-stable/docs/cpp/bop__lns_8h.html
+134
-0
bop__lns_8h_source.html
libs/or-tools-stable/docs/cpp/bop__lns_8h_source.html
+338
-0
bop__ls_8cc.html
libs/or-tools-stable/docs/cpp/bop__ls_8cc.html
+118
-0
bop__ls_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__ls_8cc_source.html
+1210
-0
bop__ls_8h.html
libs/or-tools-stable/docs/cpp/bop__ls_8h.html
+138
-0
bop__ls_8h_source.html
libs/or-tools-stable/docs/cpp/bop__ls_8h_source.html
+863
-0
bop__parameters_8pb_8cc.html
libs/or-tools-stable/docs/cpp/bop__parameters_8pb_8cc.html
+723
-0
bop__parameters_8pb_8cc_source.html
...tools-stable/docs/cpp/bop__parameters_8pb_8cc_source.html
+2281
-0
bop__parameters_8pb_8h.html
libs/or-tools-stable/docs/cpp/bop__parameters_8pb_8h.html
+379
-0
bop__parameters_8pb_8h_source.html
...-tools-stable/docs/cpp/bop__parameters_8pb_8h_source.html
+2839
-0
bop__portfolio_8cc.html
libs/or-tools-stable/docs/cpp/bop__portfolio_8cc.html
+118
-0
bop__portfolio_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__portfolio_8cc_source.html
+666
-0
bop__portfolio_8h.html
libs/or-tools-stable/docs/cpp/bop__portfolio_8h.html
+134
-0
bop__portfolio_8h_source.html
libs/or-tools-stable/docs/cpp/bop__portfolio_8h_source.html
+346
-0
bop__solution_8cc.html
libs/or-tools-stable/docs/cpp/bop__solution_8cc.html
+118
-0
bop__solution_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__solution_8cc_source.html
+196
-0
bop__solution_8h.html
libs/or-tools-stable/docs/cpp/bop__solution_8h.html
+124
-0
bop__solution_8h_source.html
libs/or-tools-stable/docs/cpp/bop__solution_8h_source.html
+246
-0
bop__solver_8cc.html
libs/or-tools-stable/docs/cpp/bop__solver_8cc.html
+118
-0
bop__solver_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__solver_8cc_source.html
+363
-0
bop__solver_8h.html
libs/or-tools-stable/docs/cpp/bop__solver_8h.html
+124
-0
bop__solver_8h_source.html
libs/or-tools-stable/docs/cpp/bop__solver_8h_source.html
+244
-0
bop__types_8h.html
libs/or-tools-stable/docs/cpp/bop__types_8h.html
+166
-0
bop__types_8h_source.html
libs/or-tools-stable/docs/cpp/bop__types_8h_source.html
+212
-0
bop__util_8cc.html
libs/or-tools-stable/docs/cpp/bop__util_8cc.html
+128
-0
bop__util_8cc_source.html
libs/or-tools-stable/docs/cpp/bop__util_8cc_source.html
+367
-0
bop__util_8h.html
libs/or-tools-stable/docs/cpp/bop__util_8h.html
+136
-0
bop__util_8h_source.html
libs/or-tools-stable/docs/cpp/bop__util_8h_source.html
+220
-0
cached__log_8cc.html
libs/or-tools-stable/docs/cpp/cached__log_8cc.html
+116
-0
cached__log_8cc_source.html
libs/or-tools-stable/docs/cpp/cached__log_8cc_source.html
+169
-0
cached__log_8h.html
libs/or-tools-stable/docs/cpp/cached__log_8h.html
+122
-0
cached__log_8h_source.html
libs/or-tools-stable/docs/cpp/cached__log_8h_source.html
+167
-0
cbc__interface_8cc.html
libs/or-tools-stable/docs/cpp/cbc__interface_8cc.html
+128
-0
cbc__interface_8cc_source.html
libs/or-tools-stable/docs/cpp/cbc__interface_8cc_source.html
+750
-0
checker_8cc.html
libs/or-tools-stable/docs/cpp/checker_8cc.html
+124
-0
checker_8cc_source.html
libs/or-tools-stable/docs/cpp/checker_8cc_source.html
+1432
-0
checker_8h.html
libs/or-tools-stable/docs/cpp/checker_8h.html
+124
-0
checker_8h_source.html
libs/or-tools-stable/docs/cpp/checker_8h_source.html
+143
-0
christofides_8h.html
libs/or-tools-stable/docs/cpp/christofides_8h.html
+132
-0
christofides_8h_source.html
libs/or-tools-stable/docs/cpp/christofides_8h_source.html
+514
-0
circuit_8cc.html
libs/or-tools-stable/docs/cpp/circuit_8cc.html
+128
-0
circuit_8cc_source.html
libs/or-tools-stable/docs/cpp/circuit_8cc_source.html
+690
-0
circuit_8h.html
libs/or-tools-stable/docs/cpp/circuit_8h.html
+141
-0
circuit_8h_source.html
libs/or-tools-stable/docs/cpp/circuit_8h_source.html
+360
-0
class_adjustable_priority_queue-members.html
...ble/docs/cpp/class_adjustable_priority_queue-members.html
+128
-0
class_adjustable_priority_queue.html
...ools-stable/docs/cpp/class_adjustable_priority_queue.html
+735
-0
class_connected_components_finder-members.html
...e/docs/cpp/class_connected_components_finder-members.html
+118
-0
class_connected_components_finder.html
...ls-stable/docs/cpp/class_connected_components_finder.html
+465
-0
class_cycle_timer-members.html
libs/or-tools-stable/docs/cpp/class_cycle_timer-members.html
+118
-0
class_cycle_timer.html
libs/or-tools-stable/docs/cpp/class_cycle_timer.html
+413
-0
class_cycle_timer_base-members.html
...tools-stable/docs/cpp/class_cycle_timer_base-members.html
+111
-0
class_cycle_timer_base.html
libs/or-tools-stable/docs/cpp/class_cycle_timer_base.html
+239
-0
class_dense_connected_components_finder-members.html
.../cpp/class_dense_connected_components_finder-members.html
+119
-0
class_dense_connected_components_finder.html
...ble/docs/cpp/class_dense_connected_components_finder.html
+436
-0
class_dynamic_library-members.html
...-tools-stable/docs/cpp/class_dynamic_library-members.html
+115
-0
class_dynamic_library.html
libs/or-tools-stable/docs/cpp/class_dynamic_library.html
+382
-0
class_file-members.html
libs/or-tools-stable/docs/cpp/class_file-members.html
+129
-0
class_file.html
libs/or-tools-stable/docs/cpp/class_file.html
+766
-0
class_file_line_iterator-members.html
...ols-stable/docs/cpp/class_file_line_iterator-members.html
+116
-0
class_file_line_iterator.html
libs/or-tools-stable/docs/cpp/class_file_line_iterator.html
+286
-0
class_file_lines-members.html
libs/or-tools-stable/docs/cpp/class_file_lines-members.html
+112
-0
class_file_lines.html
libs/or-tools-stable/docs/cpp/class_file_lines.html
+277
-0
class_global_ref_guard-members.html
...tools-stable/docs/cpp/class_global_ref_guard-members.html
+109
-0
class_global_ref_guard.html
libs/or-tools-stable/docs/cpp/class_global_ref_guard.html
+188
-0
class_j_n_i_util-members.html
libs/or-tools-stable/docs/cpp/class_j_n_i_util-members.html
+111
-0
class_j_n_i_util.html
libs/or-tools-stable/docs/cpp/class_j_n_i_util.html
+291
-0
class_lower_priority_than-members.html
...ls-stable/docs/cpp/class_lower_priority_than-members.html
+109
-0
class_lower_priority_than.html
libs/or-tools-stable/docs/cpp/class_lower_priority_than.html
+193
-0
class_scoped_wall_time-members.html
...tools-stable/docs/cpp/class_scoped_wall_time-members.html
+109
-0
class_scoped_wall_time.html
libs/or-tools-stable/docs/cpp/class_scoped_wall_time.html
+171
-0
class_shared_py_ptr-members.html
...or-tools-stable/docs/cpp/class_shared_py_ptr-members.html
+119
-0
class_shared_py_ptr.html
libs/or-tools-stable/docs/cpp/class_shared_py_ptr.html
+476
-0
class_strongly_connected_components_finder-members.html
...p/class_strongly_connected_components_finder-members.html
+109
-0
class_strongly_connected_components_finder.html
.../docs/cpp/class_strongly_connected_components_finder.html
+198
-0
class_swig_1_1_bool_array-members.html
...ls-stable/docs/cpp/class_swig_1_1_bool_array-members.html
+113
-0
class_swig_1_1_bool_array.html
libs/or-tools-stable/docs/cpp/class_swig_1_1_bool_array.html
+302
-0
class_swig_1_1_director-members.html
...ools-stable/docs/cpp/class_swig_1_1_director-members.html
+144
-0
class_swig_1_1_director.html
libs/or-tools-stable/docs/cpp/class_swig_1_1_director.html
+1389
-0
class_swig_1_1_director_1_1_j_n_i_env_wrapper-members.html
...lass_swig_1_1_director_1_1_j_n_i_env_wrapper-members.html
+113
-0
class_swig_1_1_director_1_1_j_n_i_env_wrapper.html
...cs/cpp/class_swig_1_1_director_1_1_j_n_i_env_wrapper.html
+297
-0
class_swig_1_1_director_exception-members.html
...e/docs/cpp/class_swig_1_1_director_exception-members.html
+146
-0
class_swig_1_1_director_exception.html
...ls-stable/docs/cpp/class_swig_1_1_director_exception.html
+1461
-0
class_swig_1_1_director_method_exception-members.html
...cpp/class_swig_1_1_director_method_exception-members.html
+146
-0
class_swig_1_1_director_method_exception.html
...le/docs/cpp/class_swig_1_1_director_method_exception.html
+779
-0
class_swig_1_1_director_pure_virtual_exception-members.html
...ass_swig_1_1_director_pure_virtual_exception-members.html
+152
-0
class_swig_1_1_director_pure_virtual_exception.html
...s/cpp/class_swig_1_1_director_pure_virtual_exception.html
+962
-0
class_swig_1_1_director_type_mismatch_exception-members.html
...ss_swig_1_1_director_type_mismatch_exception-members.html
+149
-0
class_swig_1_1_director_type_mismatch_exception.html
.../cpp/class_swig_1_1_director_type_mismatch_exception.html
+899
-0
class_swig_1_1_guard-members.html
...r-tools-stable/docs/cpp/class_swig_1_1_guard-members.html
+109
-0
class_swig_1_1_guard.html
libs/or-tools-stable/docs/cpp/class_swig_1_1_guard.html
+178
-0
class_swig_1_1_j_object_wrapper-members.html
...ble/docs/cpp/class_swig_1_1_j_object_wrapper-members.html
+121
-0
class_swig_1_1_j_object_wrapper.html
...ools-stable/docs/cpp/class_swig_1_1_j_object_wrapper.html
+611
-0
class_swig_1_1_java_exception_message-members.html
...cs/cpp/class_swig_1_1_java_exception_message-members.html
+111
-0
class_swig_1_1_java_exception_message.html
...table/docs/cpp/class_swig_1_1_java_exception_message.html
+261
-0
class_swig_1_1_java_string-members.html
...s-stable/docs/cpp/class_swig_1_1_java_string-members.html
+113
-0
class_swig_1_1_java_string.html
.../or-tools-stable/docs/cpp/class_swig_1_1_java_string.html
+319
-0
class_swig_1_1_local_ref_guard-members.html
...able/docs/cpp/class_swig_1_1_local_ref_guard-members.html
+111
-0
class_swig_1_1_local_ref_guard.html
...tools-stable/docs/cpp/class_swig_1_1_local_ref_guard.html
+258
-0
class_swig_director___base_lns-members.html
...able/docs/cpp/class_swig_director___base_lns-members.html
+232
-0
class_swig_director___base_lns.html
...tools-stable/docs/cpp/class_swig_director___base_lns.html
+3403
-0
class_swig_director___base_object-members.html
...e/docs/cpp/class_swig_director___base_object-members.html
+147
-0
No files found.
Too many changes to show.
Plain diff
Email patch
To preserve performance only
332 of 332+
files are displayed.
libs/or-tools-stable/.appveyor.yml
0 → 100644
View file @
29514d84
version
:
'
{build}'
shallow_clone
:
true
platform
:
x64
environment
:
MSBUILD_FLAGS
:
/verbosity:minimal /maxcpucount
APPVEYOR_SAVE_CACHE_ON_ERROR
:
true
matrix
:
# Makefile
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2019
VS_VERSION
:
2019
BUILDER
:
make
LANGUAGE
:
cc
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2019
VS_VERSION
:
2019
BUILDER
:
make
LANGUAGE
:
python
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2019
VS_VERSION
:
2019
BUILDER
:
make
LANGUAGE
:
java
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2019
VS_VERSION
:
2019
BUILDER
:
make
LANGUAGE
:
dotnet
# CMake
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2019
VS_VERSION
:
2019
BUILDER
:
cmake
CMAKE_GENERATOR
:
"
Visual
Studio
16
2019"
matrix
:
fast_finish
:
false
cache
:
-
dependencies\install -> makefiles\Makefile.third_party.win.mk
-
build\dependencies\install -> cmake\dependencies
before_build
:
-
git config --global user.email "ci@appveyor.com"
-
git config --global user.name "CI"
-
if "%VS_VERSION%"=="2017" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
-
if "%VS_VERSION%"=="2019" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
-
set PATH=C:\Python38-x64;%PATH%
-
tools\win\which.exe python.exe
-
python -V
-
python -m pip install virtualenv wheel absl-py mypy-protobuf
-
set PATH=C:\Python38-x64\Scripts;%PATH%
-
tools\win\which.exe protoc-gen-mypy
-
tools\win\which.exe dotnet.exe
-
dotnet --info
-
set "JAVA_HOME=C:\Program Files\Java\jdk11"
-
set "PATH=C:\Program Files\Java\jdk11\bin;%PATH%"
-
java -version
-
set CMAKE_BUILD_PARALLEL_LEVEL=4
-
if "%BUILDER%"=="cmake" cmake --version
-
if "%BUILDER%"=="cmake" cmake -S. -Bbuild -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_DEPS:BOOL=ON -G "%CMAKE_GENERATOR%" || VER>NUL
-
if "%BUILDER%"=="make" del "C:\Program Files\Git\usr\bin\sh.exe"
-
if "%BUILDER%"=="make" tools\make.exe detect
build_script
:
-
if "%BUILDER%"=="cmake" cmake --build build --config Release --target ALL_BUILD -- %MSBUILD_FLAGS%
-
if "%BUILDER%"=="make" tools\make.exe help_%LANGUAGE%
-
if "%BUILDER%"=="make" ( tools\make.exe %LANGUAGE% || ( tools\make.exe third_party && tools\make.exe %LANGUAGE% ) )
-
if "%BUILDER%"=="make" tools\make.exe test_%LANGUAGE%
-
if "%LANGUAGE%"=="cc" tools\make.exe test_fz
test_script
:
-
if "%BUILDER%"=="cmake" cmake --build build --config Release --target RUN_TESTS
libs/or-tools-stable/.clang-format
0 → 100644
View file @
29514d84
---
Language: Cpp
BasedOnStyle: Google
# Forse pointer to the type for C++
DerivePointerAlignment: false
PointerAlignment: Left
---
Language: Java
BasedOnStyle: Google
---
Language: CSharp
BasedOnStyle: Microsoft
...
libs/or-tools-stable/.cmake-format.py
0 → 100644
View file @
29514d84
# ----------------------------------
# Options affecting listfile parsing
# ----------------------------------
with
section
(
"parse"
):
# Specify structure for custom cmake functions
additional_commands
=
{
'foo'
:
{
'flags'
:
[
'BAR'
,
'BAZ'
],
'kwargs'
:
{
'DEPENDS'
:
'*'
,
'HEADERS'
:
'*'
,
'SOURCES'
:
'*'
}},
'build_git_dependency'
:
{
'flags'
:
[],
'kwargs'
:
{
'NAME'
:
'*'
,
'REPOSITORY'
:
'*'
,
'TAG'
:
'*'
,
'APPLY_PATCH'
:
'*'
,
'CMAKE_ARGS'
:
'*'
}}
}
# Specify variable tags.
vartags
=
[]
# Specify property tags.
proptags
=
[]
# -----------------------------
# Options affecting formatting.
# -----------------------------
with
section
(
"format"
):
# How wide to allow formatted cmake files
line_width
=
80
# How many spaces to tab for indent
tab_size
=
2
# If an argument group contains more than this many sub-groups (parg or kwarg
# groups) then force it to a vertical layout.
max_subgroups_hwrap
=
2
# If a positional argument group contains more than this many arguments, then
# force it to a vertical layout.
max_pargs_hwrap
=
6
# If a cmdline positional group consumes more than this many lines without
# nesting, then invalidate the layout (and nest)
max_rows_cmdline
=
2
# If true, separate flow control names from their parentheses with a space
separate_ctrl_name_with_space
=
False
# If true, separate function names from parentheses with a space
separate_fn_name_with_space
=
False
# If a statement is wrapped to more than one line, than dangle the closing
# parenthesis on its own line.
dangle_parens
=
False
# If the trailing parenthesis must be 'dangled' on its on line, then align it
# to this reference: `prefix`: the start of the statement, `prefix-indent`:
# the start of the statement, plus one indentation level, `child`: align to
# the column of the arguments
dangle_align
=
'prefix'
# If the statement spelling length (including space and parenthesis) is
# smaller than this amount, then force reject nested layouts.
min_prefix_chars
=
4
# If the statement spelling length (including space and parenthesis) is larger
# than the tab width by more than this amount, then force reject un-nested
# layouts.
max_prefix_chars
=
10
# If a candidate layout is wrapped horizontally but it exceeds this many
# lines, then reject the layout.
max_lines_hwrap
=
2
# What style line endings to use in the output.
line_ending
=
'unix'
# Format command names consistently as 'lower' or 'upper' case
command_case
=
'canonical'
# Format keywords consistently as 'lower' or 'upper' case
keyword_case
=
'unchanged'
# A list of command names which should always be wrapped
always_wrap
=
[]
# If true, the argument lists which are known to be sortable will be sorted
# lexicographicall
enable_sort
=
True
# If true, the parsers may infer whether or not an argument list is sortable
# (without annotation).
autosort
=
False
# By default, if cmake-format cannot successfully fit everything into the
# desired linewidth it will apply the last, most agressive attempt that it
# made. If this flag is True, however, cmake-format will print error, exit
# with non-zero status code, and write-out nothing
require_valid_layout
=
False
# A dictionary mapping layout nodes to a list of wrap decisions. See the
# documentation for more information.
layout_passes
=
{}
# ------------------------------------------------
# Options affecting comment reflow and formatting.
# ------------------------------------------------
with
section
(
"markup"
):
# What character to use for bulleted lists
bullet_char
=
'*'
# What character to use as punctuation after numerals in an enumerated list
enum_char
=
'.'
# If comment markup is enabled, don't reflow the first comment block in each
# listfile. Use this to preserve formatting of your copyright/license
# statements.
first_comment_is_literal
=
False
# If comment markup is enabled, don't reflow any comment block which matches
# this (regex) pattern. Default is `None` (disabled).
literal_comment_pattern
=
None
# Regular expression to match preformat fences in comments default=
# ``r'^\s*([`~]{3}[`~]*)(.*)$'``
fence_pattern
=
'^
\\
s*([`~]{3}[`~]*)(.*)$'
# Regular expression to match rulers in comments default=
# ``r'^\s*[^\w\s]{3}.*[^\w\s]{3}$'``
ruler_pattern
=
'^
\\
s*[^
\\
w
\\
s]{3}.*[^
\\
w
\\
s]{3}$'
# If a comment line matches starts with this pattern then it is explicitly a
# trailing comment for the preceeding argument. Default is '#<'
explicit_trailing_pattern
=
'#<'
# If a comment line starts with at least this many consecutive hash
# characters, then don't lstrip() them off. This allows for lazy hash rulers
# where the first hash char is not separated by space
hashruler_min_length
=
10
# If true, then insert a space between the first hash char and remaining hash
# chars in a hash ruler, and normalize its length to fill the column
canonicalize_hashrulers
=
True
# enable comment markup parsing and reflow
enable_markup
=
True
# ----------------------------
# Options affecting the linter
# ----------------------------
with
section
(
"lint"
):
# a list of lint codes to disable
disabled_codes
=
[]
# regular expression pattern describing valid function names
function_pattern
=
'[0-9a-z_]+'
# regular expression pattern describing valid macro names
macro_pattern
=
'[0-9A-Z_]+'
# regular expression pattern describing valid names for variables with global
# (cache) scope
global_var_pattern
=
'[A-Z][0-9A-Z_]+'
# regular expression pattern describing valid names for variables with global
# scope (but internal semantic)
internal_var_pattern
=
'_[A-Z][0-9A-Z_]+'
# regular expression pattern describing valid names for variables with local
# scope
local_var_pattern
=
'[a-z][a-z0-9_]+'
# regular expression pattern describing valid names for privatedirectory
# variables
private_var_pattern
=
'_[0-9a-z_]+'
# regular expression pattern describing valid names for public directory
# variables
public_var_pattern
=
'[A-Z][0-9A-Z_]+'
# regular expression pattern describing valid names for function/macro
# arguments and loop variables.
argument_var_pattern
=
'[a-z][a-z0-9_]+'
# regular expression pattern describing valid names for keywords used in
# functions or macros
keyword_pattern
=
'[A-Z][0-9A-Z_]+'
# In the heuristic for C0201, how many conditionals to match within a loop in
# before considering the loop a parser.
max_conditionals_custom_parser
=
2
# Require at least this many newlines between statements
min_statement_spacing
=
1
# Require no more than this many newlines between statements
max_statement_spacing
=
2
max_returns
=
6
max_branches
=
12
max_arguments
=
5
max_localvars
=
15
max_statements
=
50
# -------------------------------
# Options affecting file encoding
# -------------------------------
with
section
(
"encode"
):
# If true, emit the unicode byte-order mark (BOM) at the start of the file
emit_byteorder_mark
=
False
# Specify the encoding of the input file. Defaults to utf-8
input_encoding
=
'utf-8'
# Specify the encoding of the output file. Defaults to utf-8. Note that cmake
# only claims to support utf-8 so be careful when using anything else
output_encoding
=
'utf-8'
# -------------------------------------
# Miscellaneous configurations options.
# -------------------------------------
with
section
(
"misc"
):
# A dictionary containing any per-command configuration overrides. Currently
# only `command_case` is supported.
per_command
=
{}
libs/or-tools-stable/.dockerignore
0 → 100644
View file @
29514d84
# Project Files unneeded by docker
.dockerignore
.git
.gitignore
.travis.yml
.travis
.appveyor.yml
.github
.clang-format
# Bazel
bazel/doc
bazel/README.md
bazel/cache
bazel/docker
bazel/Makefile
# CMake
cmake/doc
cmake/README.md
cmake/cache
cmake/docker
cmake/Makefile
# Makefile
makefiles/doc
makefiles/README.md
makefiles/cache
makefiles/docker
makefiles/Makefile
Makefile.local
binder
docs
tools/docker
tools/release
tools/win
Dependencies.txt
README.md
CONTRIBUTING.md
#LICENSE-2.0.txt
# Native CMake/Make build
classes
dependencies/sources
dependencies/install
ortools/gen
objs
lib
bin
packages
build/
examples/data/vector_packing
examples/data/rcpsp
examples/data/binpacking
examples/data/spp
examples/data/scp
examples/data/roadef_challenge_2011
examples/data/cvrptw
# Editor directories and files
*.user
*.swp
libs/or-tools-stable/.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
View file @
29514d84
---
name
:
Bug report
about
:
Create a report to help us improve
---
**What version of OR-tools and what language are you using?**
Version: master/v7.3/v7.2 etc.
Language: C++/Java/Python/C#
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
**What operating system (Linux, Windows, ...) and version?**
**What did you do?**
Steps to reproduce the behavior:
1.
Go to '...'
2.
Click on '....'
3.
Scroll down to '....'
4.
See error
**What did you expect to see**
**What did you see instead?**
Make sure you include information that can help us debug (full error message, model Proto).
**Anything else we should know about your project / environment**
\ No newline at end of file
libs/or-tools-stable/.github/ISSUE_TEMPLATE/config.yml
0 → 100644
View file @
29514d84
blank_issues_enabled
:
false
contact_links
:
-
name
:
Modeling/Usage problem
url
:
https://groups.google.com/forum/#!forum/or-tools-discuss
about
:
Need help creating your model ?
Please use the mailing list for modeling issues.
Github issues have limited audience and answers on the github page will not benefit the rest of the users.
libs/or-tools-stable/.github/ISSUE_TEMPLATE/feature_request.md
0 → 100644
View file @
29514d84
---
name
:
Feature request
about
:
Suggest an idea for this project
---
**What language and solver does this apply to?**
All, Python, Java, C#, C++ / CP-SAT, Routing, Linear Solver
**Describe the problem you are trying to solve.**
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
Add any other context or screenshots about the feature request here.
\ No newline at end of file
libs/or-tools-stable/.github/pull_request_template.md
0 → 100644
View file @
29514d84
<!--
Thank you for submitting a PR!
Please make sure you are targeting the master branch instead of stable and that all contributors have signed the Contributor License Agreement.
This simply gives us permission to use and redistribute your contributions as part of the project.
Head over to https://cla.developers.google.com/ to see your current agreements on file or to sign a new one.
This project follows https://opensource.google.com/conduct/
Thanks!
-->
\ No newline at end of file
libs/or-tools-stable/.github/workflows/Dockerfile
0 → 100644
View file @
29514d84
# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/alpine
FROM
alpine:edge
# Install system build dependencies
RUN
apk add
--no-cache
git clang
RUN
apk add
--no-cache
python3 py3-pip
\
&&
python3
-m
pip
install
yapf
libs/or-tools-stable/.github/workflows/clang_format.yml
0 → 100644
View file @
29514d84
name
:
clang-format Check
on
:
[
push
,
pull_request
]
jobs
:
# Building using the github runner environement directly.
clang-format
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Fetch origin/master
run
:
git fetch origin master
-
name
:
List of changed file(s)
run
:
git diff --name-only FETCH_HEAD
-
name
:
Build clang-format docker
run
:
cd .github/workflows && docker build --tag=linter .
-
name
:
Check clang-format
run
:
docker run --rm --init -v $(pwd):/repo linter:latest clang-format --version
-
name
:
clang-format help
run
:
docker run --rm --init -v $(pwd):/repo linter:latest clang-format --help
-
name
:
Check current commit
run
:
docker run --rm --init -v $(pwd):/repo -w /repo linter:latest sh -c "git diff --diff-filter=d --name-only FETCH_HEAD | grep '\.c$\|\.h$\|\.cc$\|\.java$\|\.cs$' | xargs clang-format --verbose --style=file --dry-run --Werror "
libs/or-tools-stable/.github/workflows/docker_bazel.yml
0 → 100644
View file @
29514d84
name
:
Docker Bazel
on
:
[
push
,
pull_request
]
jobs
:
Distros
:
runs-on
:
ubuntu-latest
continue-on-error
:
${{ matrix.allow_failure }}
strategy
:
fail-fast
:
false
matrix
:
distro
:
[
alpine
,
archlinux
,
centos
,
debian
,
fedora
,
opensuse
,
ubuntu
]
allow_failure
:
[
false
]
env
:
DISTRO
:
${{ matrix.distro }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build env image
run
:
make --directory=bazel ${DISTRO}_env
-
name
:
Build devel image
run
:
make --directory=bazel ${DISTRO}_devel
-
name
:
Build project
run
:
make --directory=bazel ${DISTRO}_build
-
name
:
Test project
run
:
make --directory=bazel ${DISTRO}_test
libs/or-tools-stable/.github/workflows/docker_cmake.yml
0 → 100644
View file @
29514d84
name
:
Docker CMake
on
:
[
push
,
pull_request
]
jobs
:
Distros
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
distro
:
[
alpine
,
archlinux
,
centos
,
debian
,
fedora
,
opensuse
,
ubuntu
]
lang
:
[
cpp
,
python
,
dotnet
,
java
]
fail-fast
:
false
env
:
DISTRO
:
${{ matrix.distro }}
LANG
:
${{ matrix.lang }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build base image
run
:
make --directory=cmake ${DISTRO}_base
-
name
:
Build env image
run
:
make --directory=cmake ${DISTRO}_${LANG}_env
-
name
:
Build devel image
run
:
make --directory=cmake ${DISTRO}_${LANG}_devel
-
name
:
Build project
run
:
make --directory=cmake ${DISTRO}_${LANG}_build
-
name
:
Test project
run
:
make --directory=cmake ${DISTRO}_${LANG}_test
-
name
:
Build Install env image
run
:
make --directory=cmake ${DISTRO}_${LANG}_install_env
-
name
:
Build Install devel image
run
:
make --directory=cmake ${DISTRO}_${LANG}_install_devel
-
name
:
Build Install
run
:
make --directory=cmake ${DISTRO}_${LANG}_install_build
-
name
:
Test Install
run
:
make --directory=cmake ${DISTRO}_${LANG}_install_test
libs/or-tools-stable/.github/workflows/docker_make.yml
0 → 100644
View file @
29514d84
name
:
Docker Make
on
:
[
push
,
pull_request
]
jobs
:
Distros
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
distro
:
[
alpine
,
archlinux
,
centos
,
debian
,
fedora
,
opensuse
,
ubuntu
]
lang
:
[
cpp
,
python
,
dotnet
,
java
]
fail-fast
:
false
env
:
DISTRO
:
${{ matrix.distro }}
LANG
:
${{ matrix.lang }}
steps
: