-
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…
-
This ticket upgrades scipoptsuite to version 4.0.0.
On Mac OS X, the install script works around a compiler problem with GCC 5.4.0 leading to segfaults in the testsuite of SCIP. The backtrace shows…
-
**What version of OR-Tools and what language are you using?**
Version: main
Language: Python
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
CPLEX
**What opera…
-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
Some statements are often reproved in set.mm over and over. The following list was identified with computer search:
https://gist.github.com/savask/dce5b48b7317e8144635fda09e983fae
The first colu…
-
This repository is still missing some algorithms. The [Python repository](https://github.com/TheAlgorithms/Python) has lots of examples that we could follow and below you can find a list of suggested …
-
**Submitting author:** @jbuisine (Jérôme BUISINE)
**Repository:** https://github.com/jbuisine/macop
**Version:** v1.2.0
**Editor:** @melissawm
**Reviewer:** @stsievert, @torressa
**Archive:** 10.5…
-
I tried installing SCIPOptSuite 7.0.1 in Windows Subsystem linux - Ubuntu 18.04 using a cmake install with all default settings. I got the following error:
```
/usr/bin/ld: /usr/local/lib/libtbb.a(g…
-
Is there a way to define (or simulate) binary variables?
Can I add a constraint that `x^2=x`?
Does `x` always have to be strictly positive?
Is there an approximation?
Can the "positive cons…
-
## outline
* given a vector p of M prices, return a vector of demand for each course
* this needs to solve a maximization problem for each student: which courses to choose given my preferences and…