-
## Description
Google OR-Tools is an open-source software suite that can solve optimization problems such as:
- Vehicle Routing
- Flows
- Integer and Linear Programming
- Constraint Programming
…
-
We're going to tag a release of MOI with multi-objective support soon (https://github.com/jump-dev/MathOptInterface.jl/pull/2090), and this repo contains a collection of solvers that are similar to th…
-
Hello!
We're running a Docker Compose Plugin powered build for a large rails app. The build is split up via knapsack across dozens of machines.
Everything works great when there is one buildkit…
-
Although the knapsack problem is well-known, the choice of the terms "profit" is unusual. I would suggest "_value_" instead, because maximizing value under weight constraints is usually how knapsack p…
-
This issue is for a discussion on introducing multiobjective support to JuMP (and
MOI).
## Passing multiple objectives to the solver
There are two possibilities:
1. Extending `@objective` to…
-
If a package doesn't have an `__init__.py` file, the error message from mypy isn't very helpful (e.g., `Can't find package 'abc'`), and sometimes users can't figure this out by themselves. If mypy can…
-
**What version of OR-Tools and what language are you using?**
Latest 9.3 on stable 49b6301e1e1e231d654d79b6032e79809868a70e
**What operating system (Linux, Windows, ...) and version?**
Windows VS…
-
Getting below error while running genhtml command :
sudo genhtml --rc lcov_branch_coverage=1 -s -k --legend -p /home/root/workspace/test-build test.info -o /root/reports/test/html-test --ignore-err…
-
or-tools failed to run test on Windows with MSVC. It can reproduces on version https://github.com/google/or-tools/commit/49b6301e1e1e231d654d79b6032e79809868a70e. Could you please help look at this is…
-
## **Moderator note: If you're here because your Dependabot triggered actions are broken, read our updated [docs](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependenci…