-
### threads
Number of threads to apply to parallel algorithms (concurrent or barrier).
default(0): Uses all cores in the machine
Reduce if parallel calculations or tight memory.
http://ww…
-
- [ ] To be evaluated: "there should be a way to only update specific components and values in each timestep instead of building an entire new oemof model."
- [ ] Check effect of mixed-Integer/ piece…
-
I am working with a large optimization model using Plasmo.jl, but I encountered a performance issue when calling `set_to_node_objectives(graph)` on a graph with many nodes.
```julia
graph = Opti…
-
#### OS: Windows 10
#### Versions: xlwings 0.31.1, Python 3.10
Hello,
I have defined a UDF `py_return_df` which works great as an Excel function. However, I want to use it in a VBA code linked …
-
## Summary
Ran pyomo solve to optimize a model with one set of binary variables, using gurobi. The optimization was fine, but print(results) showed negative 'number of continuous variables'
…
-
This is a short wish list of solvers that we could add to trajopt_optimizers. We should also consider pushing some of them back to IFOPT if there is interest in that community.
- [ ] Develop solver…
-
Recently I noticed that the numerical checks in PowerSimulations.jl since it takes a long time to run with HiGHS w.r.t to Gurobi or Xpress.
This is the loop we use is something like this
```Juli…
-
I am trying to run and optimization problem using Gurobi with JuMP 0.18. However the model fails with the following error:
```julia
Assertion error: rowub[i]< posinf
in solve at JuMP\I7whV\src\so…
-
**What version of OR-Tools and what language are you using?**
Version: v9.0.9048
Language: Python
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
Gurobi
**What…
-
Hello, I am currently working with Gurobi (Search "Gurobi Optimization") in Python, and I am using ASV to benchmark my code. This means, the Gurobi solution process is included within my benchmark.
…