source/generator_lp.cpp file

Implementation of GeneratorLP class for generator LP formulation.

This module implements the GeneratorLP class, which handles the representation of power generators in linear programming problems. It includes methods to:

  • Create variables for generation across time blocks
  • Add capacity constraints
  • Add bus power balance contributions
  • Process generation costs in the objective function
  • Output planning results for generation variables

Namespaces

namespace gtopt