-
I am running into the following error with 1.6.2a1.dev415 and Python 3.6:
```
node003 2020-08-27 13:00:59,701 MainThread WARNING toil.leader: kind-run_merge_gams/instanceg9052nwo Traceback (mos…
-
Every team member should add comments with their own contribution:
- What have I done this week? (with link(s) to the relevant GitHub Issue(s))
- What will I do next week? (with link(s) to the relev…
-
Motivated by https://jump.dev/2023/07/20/gams-blog/
To make this syntax a bit nicer
odow updated
2 months ago
-
@ekg @edawson Any ideas on ways to re-align a GAM that was made with vg map? It's come up a few times, and I've ended up doing something pretty hacky to make sure it's properly paired to be aligned w…
-
Currently the tool may produce invalid input data for GAMS, because it doesn't verify data types. Should we introduce such a verification before export to GAMS?
-
I see `JuMP` can add `GAMS` as a mdoel presolver, does `ompr` will support the same function like that?
I think it will make `ompr` modeling faster.
-
## Summary
When attempting to construct an instance of an interface to a GAMS solver with optional keyword arguments (such as 'executable' and 'options') passed, the keyword arguments appear to be…
-
Hey there, @tzipperle and I noticed that the equation OPERATING_RESERVE_CONSTRAINT is missing in the GAMS model_core and that the flexibility_factor does not show up in any other equation. Is this on …
-
Hello,
Thank you for Scip, it is a lot of fun! It would be nice to be able to write problem to the AMPL format (.mod, .dat). https://ampl.com/ After that, it would be possible to test commercial …
-
Proposition from @derevirn:
> we are working on a GAMS model with numerous sets, variables and equations. It can be daunting to memorize all of them, so I'm wondering whether it's possible to impr…