Update FAQ authored by Christine Nowak's avatar Christine Nowak
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
* If the upper bound of your integer variable is infinity, CPLEX (the solver GAMS uses), sets it to 100 by default. To change this default setting, add intVarUp=0 in 1_options.gms under Solver options. * If the upper bound of your integer variable is infinity, CPLEX (the solver GAMS uses), sets it to 100 by default. To change this default setting, add intVarUp=0 in 1_options.gms under Solver options.
* **I have a large model. After quite a time of solving, backbone tells me "solution time exceeded.".** * **I have a large model. After quite a time of solving, backbone tells me "solution time exceeded.".**
* There is a time limit for the solver, which is preset to 10000 s. You can heighten it by adding for example resLim=50000 to 1_options.gms under Solver options. * There is a time limit for the solver, which is preset to 10000 s. You can heighten it by adding for example resLim=50000 to 1_options.gms under Solver options.
* **Sometimes my results are not updated even though I have changed the input file and run backbone again.**
* In the option files of VTT in 1_options.gms behind gdxxrw (this is the tool which converts xlsx into gdx) the parameter CheckDate is located. This ensures that the inputData.gdx is only rewritten if it is older than your input file. Sometimes there can be problems with the "last used" timestamps and inputData.gdx is not rewritten. You can either remove the inputData.gdx manually or remove the CheckDate parameter in 1_options.gms.
Translated with www.DeepL.com/Translator (free version)
# Pypsa-eur # Pypsa-eur
* **When using pypsa-eur, I get the error "symbolic privilege not held".** * **When using pypsa-eur, I get the error "symbolic privilege not held".**
... ...
......