-
## Summary
There is a syntax error when using pyomo (6.6.1) with python version 3.11.3 or higher and pytest 7.4.0. It occurs when first installing and never having run pyomo through the command lin…
-
Hello,
I am fairly new to Oemof, thus I hope that my questions are not to trivial. I have been trying to run Oemof.Solph 0.5.1 and setting up the [basic example](https://github.com/oemof/oemof-solp…
-
## Summary
Printing numbers that have units can be extremely unhelpful at times
```python
from pyomo.environ import units
print(2.0*units.m)
# 2.0*m
print([2.0*units.m])
# []
```
### Ra…
-
Specifically, the link provided here does not point to the intended location anymore: https://oemof-solph.readthedocs.io/en/latest/readme.html#installing-a-solver.
Now, `amplpy` needs to be install…
-
## "Differential diagnosis"
### IDAES 2.0, Pyomo 6.6
![image](https://github.com/gmlc-dispatches/dispatches/assets/48035537/135e3b82-10f0-41d5-877f-bc08aa30cbe1)
- https://github.com/gmlc-dis…
-
After looking at #126 I thought about opening the discussion on how to procede with different feature permutations of markets/strategies.
We can have multiple smaller market mechanisms or tend to a b…
-
I am using pyomo (Pyomo 5.7.3 (CPython 3.9.6 on Windows 10)) with cbc (CBC 2.10.5) to solve a MILP. Using the following command
```
results = opt.solve(self.model, tee=False, logfile="model.log",opt…
-
I had a meeting with the testing group at Sandia this week and wanted to record some of the discussion.
I met with Reed and Miranda from the group [1424](https://cfwebprod.sandia.gov/cfdocs/CompRes…
-
**Submitting author:** @hdavid16 (Hector Perez)
**Repository:** https://github.com/hdavid16/DisjunctiveProgramming.jl
**Branch with paper.md** (empty if default branch):
**Version:** v0.4.1
**Editor:…
-
The code on this page ... https://mobook.github.io/MO-book/notebooks/07/fleet-assignment.html ... had been previously tested and run successfully on Google Colab. It's no longer working because the p…