Pulling a graph across a partition











up vote
1
down vote

favorite












I am looking for the name for a particular graph property, if it has been studied, and efficient algorithms for computing it, if they exist. I realise that this may be a well known property that I am just ignorant of, in which case I apologise, and would be grateful to be set right.



The property is as follows:



Take a graph $G=(V,E)$ on $n$ vertices, where $V$ is the vertex set and $E$ is the edge set. Let me define two families of subsets of vertices, $A_i$ and $B_i$, with the relationship that $B = V setminus A$. I require that $A_0 = V$ and $A_n$ is the empty set. Each intermediate $A_i$ is obtained from $A_{I-1}$ by removing one vertex (according to some strategy). The property I care about is $max_i |{(a,b): ain A_i, bin B_i,(a,b) in E}|$, minimised over all strategies for choosing $A_1 ldots A_{n-1}$ according to the rules above.



$A_i$ and $B_i$ can be thought of as the $i$th step in a process of moving vertices of the graph from one side of a partition (the $A$ side) to the other (the $B$ side). Thus the property I am concerned with has an operational interpretation as the maximum number of edges that need to cross the partition at any one point in time as we move the graph from one side to another, minimised over all strategies for moving vertices across the partition.



Aside from computing the value of this property, an algorithm for determining the optimal strategy would also be helpful.










share|cite|improve this question


























    up vote
    1
    down vote

    favorite












    I am looking for the name for a particular graph property, if it has been studied, and efficient algorithms for computing it, if they exist. I realise that this may be a well known property that I am just ignorant of, in which case I apologise, and would be grateful to be set right.



    The property is as follows:



    Take a graph $G=(V,E)$ on $n$ vertices, where $V$ is the vertex set and $E$ is the edge set. Let me define two families of subsets of vertices, $A_i$ and $B_i$, with the relationship that $B = V setminus A$. I require that $A_0 = V$ and $A_n$ is the empty set. Each intermediate $A_i$ is obtained from $A_{I-1}$ by removing one vertex (according to some strategy). The property I care about is $max_i |{(a,b): ain A_i, bin B_i,(a,b) in E}|$, minimised over all strategies for choosing $A_1 ldots A_{n-1}$ according to the rules above.



    $A_i$ and $B_i$ can be thought of as the $i$th step in a process of moving vertices of the graph from one side of a partition (the $A$ side) to the other (the $B$ side). Thus the property I am concerned with has an operational interpretation as the maximum number of edges that need to cross the partition at any one point in time as we move the graph from one side to another, minimised over all strategies for moving vertices across the partition.



    Aside from computing the value of this property, an algorithm for determining the optimal strategy would also be helpful.










    share|cite|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am looking for the name for a particular graph property, if it has been studied, and efficient algorithms for computing it, if they exist. I realise that this may be a well known property that I am just ignorant of, in which case I apologise, and would be grateful to be set right.



      The property is as follows:



      Take a graph $G=(V,E)$ on $n$ vertices, where $V$ is the vertex set and $E$ is the edge set. Let me define two families of subsets of vertices, $A_i$ and $B_i$, with the relationship that $B = V setminus A$. I require that $A_0 = V$ and $A_n$ is the empty set. Each intermediate $A_i$ is obtained from $A_{I-1}$ by removing one vertex (according to some strategy). The property I care about is $max_i |{(a,b): ain A_i, bin B_i,(a,b) in E}|$, minimised over all strategies for choosing $A_1 ldots A_{n-1}$ according to the rules above.



      $A_i$ and $B_i$ can be thought of as the $i$th step in a process of moving vertices of the graph from one side of a partition (the $A$ side) to the other (the $B$ side). Thus the property I am concerned with has an operational interpretation as the maximum number of edges that need to cross the partition at any one point in time as we move the graph from one side to another, minimised over all strategies for moving vertices across the partition.



      Aside from computing the value of this property, an algorithm for determining the optimal strategy would also be helpful.










      share|cite|improve this question













      I am looking for the name for a particular graph property, if it has been studied, and efficient algorithms for computing it, if they exist. I realise that this may be a well known property that I am just ignorant of, in which case I apologise, and would be grateful to be set right.



      The property is as follows:



      Take a graph $G=(V,E)$ on $n$ vertices, where $V$ is the vertex set and $E$ is the edge set. Let me define two families of subsets of vertices, $A_i$ and $B_i$, with the relationship that $B = V setminus A$. I require that $A_0 = V$ and $A_n$ is the empty set. Each intermediate $A_i$ is obtained from $A_{I-1}$ by removing one vertex (according to some strategy). The property I care about is $max_i |{(a,b): ain A_i, bin B_i,(a,b) in E}|$, minimised over all strategies for choosing $A_1 ldots A_{n-1}$ according to the rules above.



      $A_i$ and $B_i$ can be thought of as the $i$th step in a process of moving vertices of the graph from one side of a partition (the $A$ side) to the other (the $B$ side). Thus the property I am concerned with has an operational interpretation as the maximum number of edges that need to cross the partition at any one point in time as we move the graph from one side to another, minimised over all strategies for moving vertices across the partition.



      Aside from computing the value of this property, an algorithm for determining the optimal strategy would also be helpful.







      graph-theory graph-algorithms co.combinatorics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 2 at 1:51









      Joe Fitzsimons

      11.5k3685




      11.5k3685






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          6
          down vote













          What you are looking for is known as Cutwidth. The problem is NP complete and quite well studied. For example it has a $O((log n)^{3/2})$- approximation algorithm and is fixed parameter tractable when parameterized by the objective function value.






          share|cite|improve this answer





















          • Thanks. That helps a lot. Do you have a reference for the approximation algorithm?
            – Joe Fitzsimons
            Dec 2 at 6:15






          • 1




            A paper to cite does not come to mind but it is just applying the $sqrt{log n}$ approximation for balanced cut (Arora, Rao, Vazirani) in a divide and conquer manner (find balanced cut, solve the two sides recursively, put solution to left side before the solution to the right side). Better algorithms might be known, I am not sure.
            – daniello
            Dec 2 at 6:30











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "114"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcstheory.stackexchange.com%2fquestions%2f41975%2fpulling-a-graph-across-a-partition%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          6
          down vote













          What you are looking for is known as Cutwidth. The problem is NP complete and quite well studied. For example it has a $O((log n)^{3/2})$- approximation algorithm and is fixed parameter tractable when parameterized by the objective function value.






          share|cite|improve this answer





















          • Thanks. That helps a lot. Do you have a reference for the approximation algorithm?
            – Joe Fitzsimons
            Dec 2 at 6:15






          • 1




            A paper to cite does not come to mind but it is just applying the $sqrt{log n}$ approximation for balanced cut (Arora, Rao, Vazirani) in a divide and conquer manner (find balanced cut, solve the two sides recursively, put solution to left side before the solution to the right side). Better algorithms might be known, I am not sure.
            – daniello
            Dec 2 at 6:30















          up vote
          6
          down vote













          What you are looking for is known as Cutwidth. The problem is NP complete and quite well studied. For example it has a $O((log n)^{3/2})$- approximation algorithm and is fixed parameter tractable when parameterized by the objective function value.






          share|cite|improve this answer





















          • Thanks. That helps a lot. Do you have a reference for the approximation algorithm?
            – Joe Fitzsimons
            Dec 2 at 6:15






          • 1




            A paper to cite does not come to mind but it is just applying the $sqrt{log n}$ approximation for balanced cut (Arora, Rao, Vazirani) in a divide and conquer manner (find balanced cut, solve the two sides recursively, put solution to left side before the solution to the right side). Better algorithms might be known, I am not sure.
            – daniello
            Dec 2 at 6:30













          up vote
          6
          down vote










          up vote
          6
          down vote









          What you are looking for is known as Cutwidth. The problem is NP complete and quite well studied. For example it has a $O((log n)^{3/2})$- approximation algorithm and is fixed parameter tractable when parameterized by the objective function value.






          share|cite|improve this answer












          What you are looking for is known as Cutwidth. The problem is NP complete and quite well studied. For example it has a $O((log n)^{3/2})$- approximation algorithm and is fixed parameter tractable when parameterized by the objective function value.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 2 at 4:39









          daniello

          2,6461124




          2,6461124












          • Thanks. That helps a lot. Do you have a reference for the approximation algorithm?
            – Joe Fitzsimons
            Dec 2 at 6:15






          • 1




            A paper to cite does not come to mind but it is just applying the $sqrt{log n}$ approximation for balanced cut (Arora, Rao, Vazirani) in a divide and conquer manner (find balanced cut, solve the two sides recursively, put solution to left side before the solution to the right side). Better algorithms might be known, I am not sure.
            – daniello
            Dec 2 at 6:30


















          • Thanks. That helps a lot. Do you have a reference for the approximation algorithm?
            – Joe Fitzsimons
            Dec 2 at 6:15






          • 1




            A paper to cite does not come to mind but it is just applying the $sqrt{log n}$ approximation for balanced cut (Arora, Rao, Vazirani) in a divide and conquer manner (find balanced cut, solve the two sides recursively, put solution to left side before the solution to the right side). Better algorithms might be known, I am not sure.
            – daniello
            Dec 2 at 6:30
















          Thanks. That helps a lot. Do you have a reference for the approximation algorithm?
          – Joe Fitzsimons
          Dec 2 at 6:15




          Thanks. That helps a lot. Do you have a reference for the approximation algorithm?
          – Joe Fitzsimons
          Dec 2 at 6:15




          1




          1




          A paper to cite does not come to mind but it is just applying the $sqrt{log n}$ approximation for balanced cut (Arora, Rao, Vazirani) in a divide and conquer manner (find balanced cut, solve the two sides recursively, put solution to left side before the solution to the right side). Better algorithms might be known, I am not sure.
          – daniello
          Dec 2 at 6:30




          A paper to cite does not come to mind but it is just applying the $sqrt{log n}$ approximation for balanced cut (Arora, Rao, Vazirani) in a divide and conquer manner (find balanced cut, solve the two sides recursively, put solution to left side before the solution to the right side). Better algorithms might be known, I am not sure.
          – daniello
          Dec 2 at 6:30


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Theoretical Computer Science Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcstheory.stackexchange.com%2fquestions%2f41975%2fpulling-a-graph-across-a-partition%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei