Main module for community detection integration with Pyomo models.
This module separates model components (variables, constraints, and objectives) into different communities distinguished by the degree of connectivity between community members.
Original implementation developed by Rahul Joglekar in the Grossmann research group.
Classes
CommunityMap(community_map, ...)
CommunityMap
This class is used to create CommunityMap objects which are returned by the detect_communities function.
Functions
detect_communities(model[, ...])
detect_communities
Detects communities in a Pyomo optimization model