-
Hi,
Thanks for maintaining openTEPES.
When re-running the model without any changes to the source code or the input data, I get different `.lp` files and hence different objective function value…
-
Hi,thanks for your great job
I have tried to follow your job in Llama3-8B
It is smooth in step "Calibration Dataset Generation"
As for the step "Profile"
It is OK for 2k and 4k, but for the 8k cas…
-
```
4 .* 4 Dot Product
[a,b,c,d] .* [e,f,g,h]
=
a*e b*f c*g d*h
+ +
+
Assume multiply is two operations
Assume can do two multiplies at a time
Assume add is two operations
A…
-
**What version of OR-Tools and what language are you using?**
9.5
Version: main/v9.6/v9.5 etc.
Language:
C#
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
SCIP
…
-
Issue originally reported in #192 and fixed in 0.3.1 has resurfaced.
My large model solves fine in 0.3.1 and 0.3.2 but not in 0.3.3 or the latest version. I've confirmed with the minimal example in #…
-
Issue: HiGHS hangs when solving some models using highspy. It occurs more often when the model is running as a JupyterLab notebook, but also occurs if the same model is run from the command line as a …
-
See https://github.com/jump-dev/Gurobi.jl/pull/565#issuecomment-2175384783
Something isn't right. I've asked @sebastianangerhausen for more information.
odow updated
5 months ago
-
## Initial error
I hit the following error on a new environment, after adding `Gurobi.jl`
```text
Failed to precompile Gurobi [2e9cd046-0924-5485-92f1-d5272153d98b] to "/home/user/.julia/compil…
-
At the moment the [SQP time cap](https://github.com/Foggalong/RobustOCS/blob/main/robustocs/solvers.py#L352-L355) is applied to each sub problem, rather than the problem as a whole. It's documented as…
-
Here is my environment:
name: lropt
channels:
- gurobi
- conda-forge
- defaults
dependencies:
- anyio=4.2.0=py311hecd8cb5_0
- appnope=0.1.2=py311hecd8cb5_1001
- argon2-cffi=21.3…