BlockResult struct
#include <gtopt/line_losses.hpp>
LP indices produced by add_block() for one block.
Public variables
- std::optional<RowIndex> capn_row
- B→A capacity constraint.
- std::optional<RowIndex> capp_row
- A→B capacity constraint.
- std::optional<ColIndex> fn_col
- B→A flow column.
- std::optional<ColIndex> fp_col
- A→B flow column.
- std::optional<ColIndex> lossn_col
- B→A loss column (PWL modes)
- std::optional<ColIndex> lossp_col
- A→B loss column (PWL modes)