-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sovler clp, cplex, scip, highs
- Loading branch information
Showing
6 changed files
with
125 additions
and
7 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
ModelCases/MD_GTEP_clean_case/Settings/HOPE_model_settings.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
DataCase: Data_100RPS/ #String, the folder name of data, default Data/ GTEP example: "Data_100RPS/"; PCM example: "Data_PCM2035/" | ||
model_mode: GTEP #String,"GTEP" or "PCM" or ... | ||
aggregated!: 1 #Binary,1 aggregate technology resource; 0 Does Not | ||
representative_day!: 0 #Binary,1 use representative days (need to set time_periods); 0 Does Not | ||
representative_day!: 1 #Binary,1 use representative days (need to set time_periods); 0 Does Not | ||
inv_dcs_bin: 0 #Binary, 1 use integer variable for investment decisions; 0 Does Not | ||
time_periods: #representative day clustering, could define yourself | ||
1 : (3, 20, 6, 20) # March 20th to June 20th; 1;srping | ||
2 : (6, 21, 9, 21) # June 21st to September 21st; 2;summer | ||
3 : (9, 22, 12, 20) # September 22nd to December 20th; 3;fall | ||
4 : (12, 21, 3, 19) # December 21st to March 19th; 4;winter | ||
|
||
solver: gurobi #String, solver: cbc, gurobi | ||
solver: cbc #String, solver: cbc, clp, scip, highs, cplex, gurobi | ||
debug: 0 #Float, flag for turning on the Method of Debug, 0 = not active; 1 = active conflict method; 2 = active penalty method | ||
#(please refer to https://jump.dev/JuMP.jl/stable/tutorials/getting_started/debugging/, https://jump.dev/JuMP.jl/stable/manual/solutions/#Conflicts for more detal) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters