The study of power domination in graphs arises from the problem of placing a minimum number of measurement devices in an electrical network while monitoring the entire network. A power dominating set of a graph is a set of vertices from which every vertex in the graph can be observed, following a set of rules for power system monitoring. In this paper, we study the problem of finding a minimum power dominating set which is connected; the cardinality of such a set is called the connected power domination number of the graph. We show that the connected power domination number of a graph is NP-hard to compute in general, but can be computed in linear time in cactus graphs and block graphs. We also give various structural results about connected power domination, including a cut vertex decomposition and a characterization of the effects of various vertex and edge operations on the connected power domination number. Finally, we present novel integer programming formulations for power domination, connected power domination, and power propagation time, and give computational results.vertices; the physical laws by which PMUs can observe a network give rise to the following color change rules (see [17]): 1) Every neighbor of an initially colored vertex becomes colored.2) Whenever there is a colored vertex with exactly one uncolored neighbor, that neighbor becomes colored.S is a power dominating set of G if all vertices in G become colored after applying rule 1) once, and rule 2) as many times as possible (i.e. until no more vertices can change color). The power domination number of G, denoted γ P (G), is the cardinality of a minimum power dominating set. S is a zero forcing set of G if all vertices in G become colored after applying rule 2) as many times as possible (and not applying rule 1) at all). The zero forcing number of G, denoted Z(G), is the cardinality of a minimum zero forcing set. The process of zero forcing was introduced independently in combinatorial matrix theory [5] and in quantum control theory [18].In this paper, we study a variant of power domination which requires every set of initially colored vertices to induce a connected subgraph. Given a connected graph G = (V, E), a set S ⊂ V is a connected power dominating set of G if S is a power dominating set and G[S] is connected. The connected power domination number, denoted γ P,c (G), is the cardinality of a minimum connected power dominating set. Requiring a power dominating set to be connected is motivated by the application in monitoring electrical networks: the data from PMUs is relayed by high-speed communication infrastructure to processing stations which collect and manage this data; thus, in addition to minimizing the production costs of the PMUs, an electric power company may seek to place all PMUs in a compact, connected region in the network in order to reduce the number of processing stations and related infrastructure required to collect the data.Connected power domination was explored from a computational perspective in [27] (although the p...