gtopt/bus_lp.hpp file

Linear Programming representation of a Bus for optimization problems.

The BusLP class provides a linear programming (LP) compatible representation of a Bus, which is a fundamental component for power system optimization. It maintains the bus's electrical properties and provides methods for LP formulation while using modern C++23 features for better ergonomics.

Namespaces

namespace gtopt

Classes

class gtopt::BusLP