klamike commited on
Commit
ba0a614
·
verified ·
1 Parent(s): 45f8ee9

Delete data file

Browse files
Files changed (1) hide show
  1. config.toml +0 -37
config.toml DELETED
@@ -1,37 +0,0 @@
1
- # Name of the reference PGLib case. Must be a valid PGLib case name.
2
- case_file = "texas7k_case.json"
3
- floating_point_type = "Float32"
4
-
5
- [sampler]
6
- type = "TimeSeries"
7
- h5_path = "texas7k_demand_2020_5min.h5"
8
-
9
- [OPF]
10
-
11
- [OPF.ACOPF]
12
- type = "ACOPF"
13
- solver.name = "Ipopt"
14
- solver.attributes.tol = 1e-6
15
- solver.attributes.linear_solver = "ma27"
16
-
17
- [OPF.DCOPF]
18
- # Formulation/solver options
19
- type = "DCOPF"
20
- solver.name = "HiGHS"
21
-
22
- [OPF.SOCOPF]
23
- type = "SOCOPF"
24
- solver.name = "Clarabel"
25
- # Tight tolerances
26
- solver.attributes.tol_gap_abs = 1e-6
27
- solver.attributes.tol_gap_rel = 1e-6
28
- solver.attributes.tol_feas = 1e-6
29
- solver.attributes.tol_infeas_rel = 1e-6
30
- solver.attributes.tol_ktratio = 1e-6
31
- # Reduced accuracy settings
32
- solver.attributes.reduced_tol_gap_abs = 1e-6
33
- solver.attributes.reduced_tol_gap_rel = 1e-6
34
- solver.attributes.reduced_tol_feas = 1e-6
35
- solver.attributes.reduced_tol_infeas_abs = 1e-6
36
- solver.attributes.reduced_tol_infeas_rel = 1e-6
37
- solver.attributes.reduced_tol_ktratio = 1e-6