Skip to content

Commit

Permalink
Update scopflow.md (#83)
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
abhyshr authored Nov 22, 2023
1 parent 25f749e commit ff1e7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/scopflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The current version has several options available for SCOPFLOW. These options ca
|:-----|:----|:-----|:-----|
|-netfile| Name of network file in MATPOWER format| ([case9mod.m](../../datafiles/case9/case9mod.m))| 4096 characters max. |
|-ctgcfile| Name of contingency list file | ([case9.cont](../../datafiles/case9/case9.cont)) | 4096 characters max. Uses a native format for describing contingencies. See [scopflow.h](../../include/scopflow.h)|
|-scopflow_Nc | Number of contingencies || With this option set, SCOPFLOW will only pick up the first Nc contingencies in the contingency file. To select all contingencies, use `Nc = -1` |
|-scopflow_Nc | Number of contingencies || With this option set, SCOPFLOW will only pick up the first Nc contingencies in the contingency file. To select all contingencies, use `-scopflow_Nc -1` |
|-scopflow_model | SCOPFLOW model type | GENRAMP, GENRAMPT (GENRAMP) | |
|-scopflow_solver | Optimization solver | (Ipopt), HiOp, or EMPAR | See the note below on solvers |
|-scopflow_mode | Mode of operation | 0 or 1 (0) | See the note below on mode of operation |
Expand Down

0 comments on commit ff1e7aa

Please sign in to comment.