Skip to content

Commit af4e42e

Browse files
committed
removing deprecated conditional inclusion of CPLEX library
1 parent 83c84d5 commit af4e42e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/dispatch.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ module Dispatch
2020
using Requires, Logging, CSV, DataFrames, JuMP, GLPK, Cbc, XLSX, SQLite, HiGHS, CPLEX
2121

2222

23-
# Initialize this module, with CPLEX as an optional library if available
24-
#function __init__()
25-
# @require CPLEX = "a076750e-1247-5638-91d2-ce28b192dca0" @eval using CPLEX
26-
#end
27-
28-
2923
function execute_dispatch_economic_projection(
3024
CLI_args,
3125
db,

0 commit comments

Comments
 (0)