Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 320 Bytes

Simple Hydro Power grid simulator

Plan

  • Parse graph

  • Construct adjacency matrix by adding edges

  • Constructing spanning tree and cycle detection

  • Set up equations system based on cycles

  • Equations system solver ()

Dependency

  • A modern C++ compiler on your OS
  • Cmake (>3.00)
  • Good to have Clion IDE