13 research outputs found

    Restricted power domination and zero forcing problems

    Get PDF
    Power domination in graphs arises from the problem of monitoring an electric power system by placing as few measurement devices in the system as possible. A power dominating set of a graph is a set of vertices that observes every vertex in the graph, following a set of rules for power system monitoring. A practical problem of interest is to determine the minimum number of additional measurement devices needed to monitor a power network when the network is expanded and the existing devices remain in place. In this paper, we study the problem of finding the smallest power dominating set that contains a given set of vertices X. We also study the related problem of finding the smallest zero forcing set that contains a given set of vertices X. The sizes of such sets in a graph G are respectively called the restricted power domination number and restricted zero forcing number of G subject to X. We derive several tight bounds on the restricted power domination and zero forcing numbers of graphs, and relate them to other graph parameters. We also present exact and algorithmic results for computing the restricted power domination number, including integer programs for general graphs and a linear time algorithm for graphs with bounded treewidth. We also use restricted power domination to obtain a parallel algorithm for finding minimum power dominating sets in trees

    Power Domination Number On Shackle Operation with Points as Lingkage

    Get PDF
    The Power dominating set is a minimum point of determination in a graph that can dominate the connected dots around it, with a minimum domination point. The smallest cardinality of a power dominating set is called a power domination number with the notation . The purpose of this study is to determine the Shackle operations graph value from several special graphs with a point as a link. The result operation graphs are: Shackle operation graph from Path graph , Shackle operation graph from Sikel graph , Shackle operation graph from Star graph . The method used in this paper is axiomatic deductive method in solving problems. Understanding the axiomatic method itself is a method of deductive proof principles that applies in mathematical logic by using theorems that already exist in solving a problem. In this paper begins by determining the paper object that is the Shackle point operations result graph. Next, determine the cardinality of these graphs. After that, determine the point that has the maximum degree on the graph as the dominator point of power domination. Then, check whether the nearest neighbor has two or more degrees and analyze its optimization by using a ceiling function comparison between zero forching with the greatest degree of graph. Thus it can be determined ϒp minimal and dominated. The results of the power domination number study on Shackle operation graph result with points as connectors are , for  and ; , for  and ; , for  and

    Throttling for the game of Cops and Robbers on graphs

    Get PDF
    We consider the cop-throttling number of a graph GG for the game of Cops and Robbers, which is defined to be the minimum of (k+captk(G))(k + \text{capt}_k(G)), where kk is the number of cops and captk(G)\text{capt}_k(G) is the minimum number of rounds needed for kk cops to capture the robber on GG over all possible games. We provide some tools for bounding the cop-throttling number, including showing that the positive semidefinite (PSD) throttling number, a variant of zero forcing throttling, is an upper bound for the cop-throttling number. We also characterize graphs having low cop-throttling number and investigate how large the cop-throttling number can be for a given graph. We consider trees, unicyclic graphs, incidence graphs of finite projective planes (a Meyniel extremal family of graphs), a family of cop-win graphs with maximum capture time, grids, and hypercubes. All the upper bounds on the cop-throttling number we obtain for families of graphs are O(n) O(\sqrt n).Comment: 22 pages, 4 figure

    The Power Domination Toolbox

    Full text link
    Phasor Measurement Units (PMUs) are placed at strategic nodes in an electrical power network to directly monitor nearby transmission lines and monitor further parts of the network through conservation of energy laws.Efficient placement of PMUs is modeled by the graph theoretic process called Power Domination (PD). This paper describes a Power Domination Toolbox (PDT) that efficiently identifies potential PMU locations. The PDT leverages the graph theoretic literature to reduce the complexity of determining optimal PMU placements by: reducing the size of the network (contraction), identification of preferred nodes, elimination of redundant nodes, assignment of a qualitative score to the remaining nodes, and parallel processing techniques. After pre-processing steps to reduce network size, current state-of-the-art PD techniques based on the minimum rank sage library (MRZG) are used to analyze the network. The PDT is an extension of MRZG in Python and maintains the compatibility of MRZG with SageMath. The PDT can identify minimum PMU placements for networks with hundreds of nodes on personal computers and can analyze larger networks on high performance computers. The PDT affords users the ability to investigate power domination on networks previously considered infeasible due to the number of nodes resulting in a prohibitively long run-time.Comment: 12 pages, 9 figure

    An Efficient Algorithm for Power Dominating Set

    Get PDF
    The problem Power Dominating Set (PDS) is motivated by the placement of phasor measurement units to monitor electrical networks. It asks for a minimum set of vertices in a graph that observes all remaining vertices by exhaustively applying two observation rules. Our contribution is twofold. First, we determine the parameterized complexity of PDS by proving it is W[P]-complete when parameterized with respect to the solution size. We note that it was only known to be W[2]-hard before. Our second and main contribution is a new algorithm for PDS that efficiently solves practical instances. Our algorithm consists of two complementary parts. The first is a set of reduction rules for PDS that can also be used in conjunction with previously existing algorithms. The second is an algorithm for solving the remaining kernel based on the implicit hitting set approach. Our evaluation on a set of power grid instances from the literature shows that our solver outperforms previous state-of-the-art solvers for PDS by more than one order of magnitude on average. Furthermore, our algorithm can solve previously unsolved instances of continental scale within a few minutes
    corecore