forked from GenXProject/GenX.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the name of the folder Policies to Policies_Slack, gotten rid…
… of Gurobi optimizer from all Run.jl files
- Loading branch information
1 parent
5465658
commit 5e7965c
Showing
33 changed files
with
8 additions
and
26 deletions.
There are no files selected for viewing
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,6 +1,3 @@ | ||
using GenX | ||
using Gurobi | ||
|
||
optim = Gurobi.Optimizer | ||
|
||
run_genx_case!(dirname(@__FILE__), optim) | ||
run_genx_case!(dirname(@__FILE__)) |
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,6 +1,3 @@ | ||
using GenX | ||
using Gurobi | ||
|
||
optim = Gurobi.Optimizer | ||
|
||
run_genx_case!(dirname(@__FILE__), optim) | ||
run_genx_case!(dirname(@__FILE__)) |
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,6 +1,3 @@ | ||
using GenX | ||
using Gurobi | ||
|
||
optim = Gurobi.Optimizer | ||
|
||
run_genx_case!(dirname(@__FILE__), optim) | ||
run_genx_case!(dirname(@__FILE__)) |
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,6 +1,3 @@ | ||
using GenX | ||
using Gurobi | ||
|
||
optim = Gurobi.Optimizer | ||
|
||
run_genx_case!(dirname(@__FILE__), optim) | ||
run_genx_case!(dirname(@__FILE__)) |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
using GenX | ||
|
||
run_genx_case!(dirname(@__FILE__)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,6 +1,3 @@ | ||
using GenX | ||
using Gurobi | ||
|
||
optim = Gurobi.Optimizer | ||
|
||
run_genx_case!(dirname(@__FILE__), optim) | ||
run_genx_case!(dirname(@__FILE__)) |