SlideShare a Scribd company logo
Introduction     Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




         An extended tree-width notion for directed graphs
            related to the computation of permanents

                                             Klaus Meer

               Brandenburgische Technische Universit¨t, Cottbus, Germany
                                                    a


                        CSR St.Petersburg, June 16, 2011




                                         Klaus Meer      An extended tree-width notion
Introduction        Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




Outline



       1   Introduction


       2   Basics; triangular tree-width


       3   Permanents of bounded ttw matrices


       4   Conclusion




                                            Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                                           1. Introduction

       Restriction of many hard graph-theoretic problems to subclasses of
       bounded tree-width graphs becomes efficiently solvable




                                          Klaus Meer      An extended tree-width notion
Introduction          Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                                               1. Introduction

       Restriction of many hard graph-theoretic problems to subclasses of
       bounded tree-width graphs becomes efficiently solvable

       Well known examples important here, see Courcelle, Makowsky,
       Rotics:
               permanent of square matrix M = (mij ) of bounded tree-width;
               here, the tree-width of M is the tree-width of the underlying
               graph GM which has an edge (i, j) iff mij = 0
               Valiant: computing permanent of general 0-1 matrices is
               #P-hard; if matrices have entries from field K of characteristic
               = 2 the permanent polynomials build a VNP-complete family
               Hamiltonian cycle decision problem


                                              Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Important: though above GM is directed its tree-width is taken as
       that of the undirected graph, i.e., an edge (i, j) is present if at
       least one entry mij or mji is non-zero;

       thus, tree-width of GM does not reflect a case of lacking symmetry
       where mij = 0 but mji = 0.
       However, that might have impact on computation of the
       permanent
       Example: for an upper triangular (n, n)-matrix M the tree-width of
       GM is n − 1; its permanent nevertheless is easy to compute.




                                           Klaus Meer      An extended tree-width notion
Introduction          Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Goal: introduce new tree-width notion called triangular tree-width
       for directed graphs such that
               for square matrices M bounding the triangular tree-width of
               GM allows to compute perm(M) efficiently
               the (undirected) tree-width of GM is greater than or equal to
               its triangular tree-width; examples where the former is
               unbounded whereas the latter is not do exist.




                                              Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                            2. Triangular tree-width
       Tree-width measures how close a graph is to a tree; on trees many
       otherwise hard problems are easy




                                          Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                            2. Triangular tree-width
       Tree-width measures how close a graph is to a tree; on trees many
       otherwise hard problems are easy
       Definition (Tree-width)
       G = V , E graph, k-tree-decomposition of G is a tree
       T = VT , ET such that:
        (i) For each t ∈ VT a subset Xt ⊆ V of size at most k + 1.
        (ii) For each edge (u, v ) ∈ E there is a t ∈ VT s.t. {u, v } ⊆ Xt .
       (iii) For each vertex v ∈ V the set {t ∈ VT |v ∈ XT } forms a
             (connected) subtree of T .
       twd(G ) : smallest k such that there exists a k-tree-decomposition




                                           Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                            2. Triangular tree-width
       Tree-width measures how close a graph is to a tree; on trees many
       otherwise hard problems are easy
       Definition (Tree-width)
       G = V , E graph, k-tree-decomposition of G is a tree
       T = VT , ET such that:
        (i) For each t ∈ VT a subset Xt ⊆ V of size at most k + 1.
        (ii) For each edge (u, v ) ∈ E there is a t ∈ VT s.t. {u, v } ⊆ Xt .
       (iii) For each vertex v ∈ V the set {t ∈ VT |v ∈ XT } forms a
             (connected) subtree of T .
       twd(G ) : smallest k such that there exists a k-tree-decomposition

       Trees have tree-width 1, cycles have twd 2


                                           Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Tree-width of a matrix M = (mij ) over K : (undirected) tree-width
       of (directed) incidence graph GM
                             (i, j) edge in GM ⇔ mij = 0




                                          Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Tree-width of a matrix M = (mij ) over K : (undirected) tree-width
       of (directed) incidence graph GM
                              (i, j) edge in GM ⇔ mij = 0

       weight of edge (i, j) = mij ;
       cycle cover of GM : subset of edges s.t. each vertex incident with
       exactly one edge as outgoing and one as ingoing edge;
       partial cycle cover: subset of a cycle cover
       weight of a (partial) cycle cover: product of weights of
       participating edges




                                           Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Tree-width of a matrix M = (mij ) over K : (undirected) tree-width
       of (directed) incidence graph GM
                              (i, j) edge in GM ⇔ mij = 0

       weight of edge (i, j) = mij ;
       cycle cover of GM : subset of edges s.t. each vertex incident with
       exactly one edge as outgoing and one as ingoing edge;
       partial cycle cover: subset of a cycle cover
       weight of a (partial) cycle cover: product of weights of
       participating edges
                                                     ei,j
       Permanent perm(M) :=                        mi,j
                                   e cycle cover
       Valiant’s conjecture: Computation of permanent hard



                                           Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Basic idea for defining triangular tree-width
       Let GM = (V , E ) with V = {1, . . . , n} and consider an order on
       the vertices, f.e., 1 < 2 < . . . < n;
       if a cycle contains an increasing edge w.r.t. the order, it must
       contain as well a decreasing edge.
       for computation of permanent more important than twd(GM ) is
       the tree-width of both the graph of increasing and that of
       decreasing edges
       find optimal order with respect to bounding both tree-width
       parameters




                                           Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Definition (Triangular tree-width ttw)
       M square matrix, GM = (V , E ) with V = {1, . . . , n}, σ : V → V a
       permutation;
              inc       inc
         a) Gσ = (V , Eσ ) graph of increasing edges w.r.t. order
                            dec
            defined by σ, Gσ accordingly; loops are located in Eσdec




                                           Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Definition (Triangular tree-width ttw)
       M square matrix, GM = (V , E ) with V = {1, . . . , n}, σ : V → V a
       permutation;
              inc       inc
         a) Gσ = (V , Eσ ) graph of increasing edges w.r.t. order
                            dec
            defined by σ, Gσ accordingly; loops are located in Eσdec

         b) GM has a triangular tree-decomposition of width k ∈ N iff
                                        inc  dec
            there exists a σ s.t. both Gσ , Gσ have tree-width at most k




                                           Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Definition (Triangular tree-width ttw)
       M square matrix, GM = (V , E ) with V = {1, . . . , n}, σ : V → V a
       permutation;
              inc       inc
         a) Gσ = (V , Eσ ) graph of increasing edges w.r.t. order
                            dec
            defined by σ, Gσ accordingly; loops are located in Eσdec

         b) GM has a triangular tree-decomposition of width k ∈ N iff
                                        inc  dec
            there exists a σ s.t. both Gσ , Gσ have tree-width at most k
                                      inc       dec
         c) ttw (GM ) := min max{twd(Gσ ), twd(Gσ )} .
                            σ∈Sn




                                           Klaus Meer      An extended tree-width notion
Introduction          Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                                          Basic observations:

               if M has a symmetric structure of non-zero entries, i.e.,
               mij = 0 ⇔ mji = 0, then ttw (GM ) = twd(GM )




                                              Klaus Meer      An extended tree-width notion
Introduction          Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                                          Basic observations:

               if M has a symmetric structure of non-zero entries, i.e.,
               mij = 0 ⇔ mji = 0, then ttw (GM ) = twd(GM )
               computation of the triangular tree-width of a directed graph is
               NP-hard




                                              Klaus Meer      An extended tree-width notion
Introduction          Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                                          Basic observations:

               if M has a symmetric structure of non-zero entries, i.e.,
               mij = 0 ⇔ mji = 0, then ttw (GM ) = twd(GM )
               computation of the triangular tree-width of a directed graph is
               NP-hard
               triangular tree-width extends the tree-width notion; in
               particular, there are families of graphs for which the former is
               bounded whereas the latter is not




                                              Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                     v11 r v12 r v13 r v14 r v15 r v16 r

                     v21 r v22 r v23 r v24 r v25 r v26 r

                     v31 r v32 r v33 r v34 r v35 r v36 r

                     v41 r v42 r v43 r v44 r v45 r v46 r

                     v51 r v52 r v53 r v54 r v55 r v56 r

                     v61 r v62 r v63 r v64 r v65 r v66 r


       The grid graph Gn for n = 6; direction of edges from left to right
                          and from top to bottom


                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                     v11 r v12 r v13 r v14 r v15 r v16 r

                     v21 r v22 r v23 r v24 r v25 r v26 r

                     v31 r v32 r v33 r v34 r v35 r v36 r

                     v41 r v42 r v43 r v44 r v45 r v46 r

                     v51 r v52 r v53 r v54 r v55 r v56 r

                     v61 r v62 r v63 r v64 r v65 r v66 r


       The grid graph Gn for n = 6; direction of edges from left to right
                          and from top to bottom
       twd(Gn ) tends to ∞ for n → ∞ Thomassen

                                          Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                      v11 r v12 r v13 r v14 r v15 r v16 r

                      v21 r v22 r v23 r v24 r v25 r v26 r

                      v31 r v32 r v33 r v34 r v35 r v36 r

                      v41 r v42 r v43 r v44 r v45 r v46 r

                      v51 r v52 r v53 r v54 r v55 r v56 r

                      v61 r v62 r v63 r v64 r v65 r v66 r


       order vertices from left to right and from bottom to top; the red
       edges are increasing, blue ones are decreasing and ttw (Gn,σ ) = 1.


                                           Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                    3. Permanents of bounded ttw matrices

       Theorem (Main theorem)
       Let {Mi }i∈I be a family of matrices of bounded triangular
       tree-width at most k ∈ N. For every member M of the family,
       given corresponding tree-decompositions of the graphs of
       increasing and of decreasing edges, perm(M) can be computed in
       polynomial time in the size of M. The computation is fixed
       parameter tractable w.r.t. k.




                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Typically, proving such theorems employs climbing a
       tree-decomposition bottom up, see, f.e., Flarup & Koiran &
       Lyaudet;
       once a vertex has been removed during this process from a bag of
       the tree-decomposition it has not to be considered any longer




                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Typically, proving such theorems employs climbing a
       tree-decomposition bottom up, see, f.e., Flarup & Koiran &
       Lyaudet;
       once a vertex has been removed during this process from a bag of
       the tree-decomposition it has not to be considered any longer

       Main problem: we have to deal with two tree-decompositions. In
       general, a vertex that has been removed in one can occur further
       up in the other. Thus, it cannot be removed in the usual way and
       backtracking cannot be avoided.




                                          Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Solution of this problem: guarantee that one of the two
       decompositions bounds the number of occurences of each vertex in
       a bag to say 10 · k many.
       Definition (Perfect decompositions)
       G = (V , E ) directed has a perfect triangular tree-decomposition of
       width k if there is a permutation σ and two corresponding
                               inc  dec                  inc
       tree-decompositions Tσ , Tσ of width k for Gσ , Gσ ,   dec

       respectively, and none of the vertices of G occurs in more than 10k
       many bags of Tσ .dec




                                           Klaus Meer      An extended tree-width notion
Introduction     Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       STEP 1: Show main theorem for perfect decompositions
                               inc     inc
       Climb decomposition Tσ of Gσ bottom up and construct partial
       cycle covers together with their weights;




                                         Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       STEP 1: Show main theorem for perfect decompositions
                               inc     inc
       Climb decomposition Tσ of Gσ bottom up and construct partial
       cycle covers together with their weights;
                          inc
       to each node of Tσ there correspond f (k) many types of partial
       cycle covers; here a type represents the information about how
       vertices occur in the cover; f only depends on k;




                                          Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       STEP 1: Show main theorem for perfect decompositions
                               inc     inc
       Climb decomposition Tσ of Gσ bottom up and construct partial
       cycle covers together with their weights;
                          inc
       to each node of Tσ there correspond f (k) many types of partial
       cycle covers; here a type represents the information about how
       vertices occur in the cover; f only depends on k;
                                                                inc
       each time a vertex i disappears when climbing up in Tσ all
                                      dec
       information about i given in Tσ is incorporated; since i occurs in
       at most 10 · k bags of Tσ                                  ˜
                                dec again this results in at most f (k) many

       types;




                                           Klaus Meer      An extended tree-width notion
Introduction       Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       STEP 1: Show main theorem for perfect decompositions
                               inc     inc
       Climb decomposition Tσ of Gσ bottom up and construct partial
       cycle covers together with their weights;
                          inc
       to each node of Tσ there correspond f (k) many types of partial
       cycle covers; here a type represents the information about how
       vertices occur in the cover; f only depends on k;
                                                                inc
       each time a vertex i disappears when climbing up in Tσ all
                                      dec
       information about i given in Tσ is incorporated; since i occurs in
       at most 10 · k bags of Tσ                                  ˜
                                dec again this results in at most f (k) many

       types;
       thus, i can be removed in both decompositions




                                           Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       STEP 2: Removing the perfectness assumption
       Theorem
       For M, GM and permutation σ with triangular tree-decomposition
         inc  dec                                ˜
       Tσ , Tσ one can construct a new matrix M, a corresponding
       graph GM and a permutation σ such that
               ˜                     ˜
             ˜ = perm(M), G ˜ is of bounded triangular tree-width
       perm(M)                 M
                           ˜ inc ˜ dec
       witnessed by σ and (Tσ , Tσ ) is a perfect triangular
                    ˜
       decomposition.




                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       STEP 2: Removing the perfectness assumption
       Theorem
       For M, GM and permutation σ with triangular tree-decomposition
         inc  dec                                ˜
       Tσ , Tσ one can construct a new matrix M, a corresponding
       graph GM and a permutation σ such that
               ˜                     ˜
             ˜ = perm(M), G ˜ is of bounded triangular tree-width
       perm(M)                 M
                           ˜ inc ˜ dec
       witnessed by σ and (Tσ , Tσ ) is a perfect triangular
                    ˜
       decomposition.

       Proof: New graph is obtained by adding at most linearly many
       vertices and edges in such a way that original vertices occurring
                              dec
       too often in bags of Tσ are partially replaced by new ones;
       replacement can be done in such a way that the cycle covers of the
       old and those of the new graph are in a 1-1 correspondence
       maintaining the weights

                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Theorem
       The Hamiltonian cycle decision problem is efficiently solvable for
       families of matrices that are of bounded triangular tree-width k.
       Here, a corresponding tree-decomposition has to be given.




                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




       Theorem
       The Hamiltonian cycle decision problem is efficiently solvable for
       families of matrices that are of bounded triangular tree-width k.
       Here, a corresponding tree-decomposition has to be given.

       Proof: Main difference is in removing the perfectness assumption;
       here, the transformation leads to a slight modification of the HC
       problem.




                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                                            4. Conclusions
       Triangular tree-width notion tailored to permanent problem;
       are there other graph related problems for which the result holds?
       More general: does it hold for all monadic-second order definable
       problems?
       We conjecture not




                                          Klaus Meer      An extended tree-width notion
Introduction      Triangular tree-width                Permanents of bounded ttw matrices   Conclusions




                                            4. Conclusions
       Triangular tree-width notion tailored to permanent problem;
       are there other graph related problems for which the result holds?
       More general: does it hold for all monadic-second order definable
       problems?
       We conjecture not
       Is triangular tree-width related to other parameters for directed
       graphs?
       Such parameters are for example directed tree-width (Johnson &
       Robertson & Seymour & Thomas) and entanglement (Berwanger
       & Gr¨del)
             a




                                          Klaus Meer      An extended tree-width notion

More Related Content

What's hot

Ireducible core and equal remaining obligations rule for mcst games
Ireducible core and equal remaining obligations rule for mcst gamesIreducible core and equal remaining obligations rule for mcst games
Ireducible core and equal remaining obligations rule for mcst games
vinnief
 
Beating the Spread: Time-Optimal Point Meshing
Beating the Spread: Time-Optimal Point MeshingBeating the Spread: Time-Optimal Point Meshing
Beating the Spread: Time-Optimal Point Meshing
Don Sheehy
 
NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...
NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...
NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...
csandit
 
Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Frank Nielsen
 
研究内容
研究内容研究内容
研究内容
Takahiro Yoshinaga
 
博士論文審査
博士論文審査博士論文審査
博士論文審査
Takahiro Yoshinaga
 
kcde
kcdekcde
(DL hacks輪読)Bayesian Neural Network
(DL hacks輪読)Bayesian Neural Network(DL hacks輪読)Bayesian Neural Network
(DL hacks輪読)Bayesian Neural Network
Masahiro Suzuki
 
MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...
The Statistical and Applied Mathematical Sciences Institute
 
Threshold network models
Threshold network modelsThreshold network models
Threshold network models
Naoki Masuda
 
(DL hacks輪読) Deep Kernel Learning
(DL hacks輪読) Deep Kernel Learning(DL hacks輪読) Deep Kernel Learning
(DL hacks輪読) Deep Kernel Learning
Masahiro Suzuki
 
Proportional and decentralized rule mcst games
Proportional and decentralized rule mcst gamesProportional and decentralized rule mcst games
Proportional and decentralized rule mcst games
vinnief
 
Design Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing MomentsDesign Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing Moments
Shogo Muramatsu
 
zeropadding
zeropaddingzeropadding
zeropadding
Farhad Gholami
 
Kernels and Support Vector Machines
Kernels and Support Vector  MachinesKernels and Support Vector  Machines
Kernels and Support Vector Machines
Edgar Marca
 
On the stability and accuracy of finite difference method for options pricing
On the stability and accuracy of finite difference method for options pricingOn the stability and accuracy of finite difference method for options pricing
On the stability and accuracy of finite difference method for options pricing
Alexander Decker
 
Flexural analysis of thick beams using single
Flexural analysis of thick beams using singleFlexural analysis of thick beams using single
Flexural analysis of thick beams using single
iaemedu
 
Logistics Management Assignment Help
Logistics Management Assignment Help Logistics Management Assignment Help
Logistics Management Assignment Help
Statistics Assignment Help
 
11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...
Alexander Decker
 
Generalized interaction in multigravity
Generalized interaction in multigravityGeneralized interaction in multigravity
Generalized interaction in multigravity
Steven Duplij (Stepan Douplii)
 

What's hot (20)

Ireducible core and equal remaining obligations rule for mcst games
Ireducible core and equal remaining obligations rule for mcst gamesIreducible core and equal remaining obligations rule for mcst games
Ireducible core and equal remaining obligations rule for mcst games
 
Beating the Spread: Time-Optimal Point Meshing
Beating the Spread: Time-Optimal Point MeshingBeating the Spread: Time-Optimal Point Meshing
Beating the Spread: Time-Optimal Point Meshing
 
NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...
NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...
NEW NON-COPRIME CONJUGATE-PAIR BINARY TO RNS MULTI-MODULI FOR RESIDUE NUMBER ...
 
Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)
 
研究内容
研究内容研究内容
研究内容
 
博士論文審査
博士論文審査博士論文審査
博士論文審査
 
kcde
kcdekcde
kcde
 
(DL hacks輪読)Bayesian Neural Network
(DL hacks輪読)Bayesian Neural Network(DL hacks輪読)Bayesian Neural Network
(DL hacks輪読)Bayesian Neural Network
 
MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Coverage of Credible I...
 
Threshold network models
Threshold network modelsThreshold network models
Threshold network models
 
(DL hacks輪読) Deep Kernel Learning
(DL hacks輪読) Deep Kernel Learning(DL hacks輪読) Deep Kernel Learning
(DL hacks輪読) Deep Kernel Learning
 
Proportional and decentralized rule mcst games
Proportional and decentralized rule mcst gamesProportional and decentralized rule mcst games
Proportional and decentralized rule mcst games
 
Design Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing MomentsDesign Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing Moments
 
zeropadding
zeropaddingzeropadding
zeropadding
 
Kernels and Support Vector Machines
Kernels and Support Vector  MachinesKernels and Support Vector  Machines
Kernels and Support Vector Machines
 
On the stability and accuracy of finite difference method for options pricing
On the stability and accuracy of finite difference method for options pricingOn the stability and accuracy of finite difference method for options pricing
On the stability and accuracy of finite difference method for options pricing
 
Flexural analysis of thick beams using single
Flexural analysis of thick beams using singleFlexural analysis of thick beams using single
Flexural analysis of thick beams using single
 
Logistics Management Assignment Help
Logistics Management Assignment Help Logistics Management Assignment Help
Logistics Management Assignment Help
 
11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...
 
Generalized interaction in multigravity
Generalized interaction in multigravityGeneralized interaction in multigravity
Generalized interaction in multigravity
 

Viewers also liked

QR Algorithm Presentation
QR Algorithm PresentationQR Algorithm Presentation
QR Algorithm Presentation
kmwangi
 
Some methods for small systems of equations solutions
Some methods for small systems of equations solutionsSome methods for small systems of equations solutions
Some methods for small systems of equations solutions
marcelafernandagarzon
 
Csr2011 june14 11_00_aaronson
Csr2011 june14 11_00_aaronsonCsr2011 june14 11_00_aaronson
Csr2011 june14 11_00_aaronson
CSR2011
 
Csr2011 june16 12_00_wagner
Csr2011 june16 12_00_wagnerCsr2011 june16 12_00_wagner
Csr2011 june16 12_00_wagner
CSR2011
 
Csr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigorievCsr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigoriev
CSR2011
 
Csr2011 june16 11_00_carvalho
Csr2011 june16 11_00_carvalhoCsr2011 june16 11_00_carvalho
Csr2011 june16 11_00_carvalho
CSR2011
 
Csr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhaninCsr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhanin
CSR2011
 
Csr2011 june14 11_30_winzen_rotated
Csr2011 june14 11_30_winzen_rotatedCsr2011 june14 11_30_winzen_rotated
Csr2011 june14 11_30_winzen_rotated
CSR2011
 
Csr2011 june16 16_30_golovach
Csr2011 june16 16_30_golovachCsr2011 june16 16_30_golovach
Csr2011 june16 16_30_golovach
CSR2011
 
Csr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanovCsr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanov
CSR2011
 
Csr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyiCsr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyi
CSR2011
 
Csr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyiCsr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyi
CSR2011
 
Csr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhaninCsr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhanin
CSR2011
 
Csr2011 june18 11_00_tiskin
Csr2011 june18 11_00_tiskinCsr2011 june18 11_00_tiskin
Csr2011 june18 11_00_tiskin
CSR2011
 
Csr2011 june14 16_30_ibsen-jensen
Csr2011 june14 16_30_ibsen-jensenCsr2011 june14 16_30_ibsen-jensen
Csr2011 june14 16_30_ibsen-jensen
CSR2011
 
Csr2011 june18 12_00_nguyen
Csr2011 june18 12_00_nguyenCsr2011 june18 12_00_nguyen
Csr2011 june18 12_00_nguyen
CSR2011
 
Tips For A Beautiful Life
Tips For A Beautiful LifeTips For A Beautiful Life
Tips For A Beautiful Life
guest7bbf519
 
Rapportmediabestedingen B2B
Rapportmediabestedingen B2BRapportmediabestedingen B2B
Rapportmediabestedingen B2B
Bijgespijkerd.nl
 
bank_account_of_life
bank_account_of_lifebank_account_of_life
bank_account_of_life
bcsharma
 
Csr2011 june14 15_15_romashchenko
Csr2011 june14 15_15_romashchenkoCsr2011 june14 15_15_romashchenko
Csr2011 june14 15_15_romashchenko
CSR2011
 

Viewers also liked (20)

QR Algorithm Presentation
QR Algorithm PresentationQR Algorithm Presentation
QR Algorithm Presentation
 
Some methods for small systems of equations solutions
Some methods for small systems of equations solutionsSome methods for small systems of equations solutions
Some methods for small systems of equations solutions
 
Csr2011 june14 11_00_aaronson
Csr2011 june14 11_00_aaronsonCsr2011 june14 11_00_aaronson
Csr2011 june14 11_00_aaronson
 
Csr2011 june16 12_00_wagner
Csr2011 june16 12_00_wagnerCsr2011 june16 12_00_wagner
Csr2011 june16 12_00_wagner
 
Csr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigorievCsr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigoriev
 
Csr2011 june16 11_00_carvalho
Csr2011 june16 11_00_carvalhoCsr2011 june16 11_00_carvalho
Csr2011 june16 11_00_carvalho
 
Csr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhaninCsr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhanin
 
Csr2011 june14 11_30_winzen_rotated
Csr2011 june14 11_30_winzen_rotatedCsr2011 june14 11_30_winzen_rotated
Csr2011 june14 11_30_winzen_rotated
 
Csr2011 june16 16_30_golovach
Csr2011 june16 16_30_golovachCsr2011 june16 16_30_golovach
Csr2011 june16 16_30_golovach
 
Csr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanovCsr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanov
 
Csr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyiCsr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyi
 
Csr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyiCsr2011 june17 11_30_vyalyi
Csr2011 june17 11_30_vyalyi
 
Csr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhaninCsr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhanin
 
Csr2011 june18 11_00_tiskin
Csr2011 june18 11_00_tiskinCsr2011 june18 11_00_tiskin
Csr2011 june18 11_00_tiskin
 
Csr2011 june14 16_30_ibsen-jensen
Csr2011 june14 16_30_ibsen-jensenCsr2011 june14 16_30_ibsen-jensen
Csr2011 june14 16_30_ibsen-jensen
 
Csr2011 june18 12_00_nguyen
Csr2011 june18 12_00_nguyenCsr2011 june18 12_00_nguyen
Csr2011 june18 12_00_nguyen
 
Tips For A Beautiful Life
Tips For A Beautiful LifeTips For A Beautiful Life
Tips For A Beautiful Life
 
Rapportmediabestedingen B2B
Rapportmediabestedingen B2BRapportmediabestedingen B2B
Rapportmediabestedingen B2B
 
bank_account_of_life
bank_account_of_lifebank_account_of_life
bank_account_of_life
 
Csr2011 june14 15_15_romashchenko
Csr2011 june14 15_15_romashchenkoCsr2011 june14 15_15_romashchenko
Csr2011 june14 15_15_romashchenko
 

Similar to Csr2011 june16 15_45_meer

Treewidth and Applications
Treewidth and ApplicationsTreewidth and Applications
Treewidth and Applications
ASPAK2014
 
Chapter 24 aoa
Chapter 24 aoaChapter 24 aoa
Chapter 24 aoa
Hanif Durad
 
7 Trees.pptx
7 Trees.pptx7 Trees.pptx
7 Trees.pptx
MuhammadHazwanJamal
 
Algorithm chapter 9
Algorithm chapter 9Algorithm chapter 9
Algorithm chapter 9
chidabdu
 
Daa chapter13
Daa chapter13Daa chapter13
Daa chapter13
B.Kirron Reddi
 
An Altering Distance Function in Fuzzy Metric Fixed Point Theorems
An Altering Distance Function in Fuzzy Metric Fixed Point TheoremsAn Altering Distance Function in Fuzzy Metric Fixed Point Theorems
An Altering Distance Function in Fuzzy Metric Fixed Point Theorems
ijtsrd
 
The Total Strong Split Domination Number of Graphs
The Total Strong Split Domination Number of GraphsThe Total Strong Split Domination Number of Graphs
The Total Strong Split Domination Number of Graphs
inventionjournals
 
Lo1
Lo1Lo1
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Varad Meru
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
ijfcstjournal
 
A Note on “   Geraghty contraction type mappings”
A Note on “   Geraghty contraction type mappings”A Note on “   Geraghty contraction type mappings”
A Note on “   Geraghty contraction type mappings”
IOSRJM
 
Characterization of trees with equal total edge domination and double edge do...
Characterization of trees with equal total edge domination and double edge do...Characterization of trees with equal total edge domination and double edge do...
Characterization of trees with equal total edge domination and double edge do...
Alexander Decker
 
On algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetryOn algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetry
graphhoc
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
Fransiskeran
 
Network Theory
Network TheoryNetwork Theory
Network Theory
alomelo_bit
 
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Varad Meru
 
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
cseiitgn
 
Tensor-based recommendation system
Tensor-based recommendation systemTensor-based recommendation system
Tensor-based recommendation system
Longhao Yuan
 
graph_theory_ch_3_20201124.ppt
graph_theory_ch_3_20201124.pptgraph_theory_ch_3_20201124.ppt
graph_theory_ch_3_20201124.ppt
ArwansyahDipanegara
 
Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...
Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...
Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...
Steven Duplij (Stepan Douplii)
 

Similar to Csr2011 june16 15_45_meer (20)

Treewidth and Applications
Treewidth and ApplicationsTreewidth and Applications
Treewidth and Applications
 
Chapter 24 aoa
Chapter 24 aoaChapter 24 aoa
Chapter 24 aoa
 
7 Trees.pptx
7 Trees.pptx7 Trees.pptx
7 Trees.pptx
 
Algorithm chapter 9
Algorithm chapter 9Algorithm chapter 9
Algorithm chapter 9
 
Daa chapter13
Daa chapter13Daa chapter13
Daa chapter13
 
An Altering Distance Function in Fuzzy Metric Fixed Point Theorems
An Altering Distance Function in Fuzzy Metric Fixed Point TheoremsAn Altering Distance Function in Fuzzy Metric Fixed Point Theorems
An Altering Distance Function in Fuzzy Metric Fixed Point Theorems
 
The Total Strong Split Domination Number of Graphs
The Total Strong Split Domination Number of GraphsThe Total Strong Split Domination Number of Graphs
The Total Strong Split Domination Number of Graphs
 
Lo1
Lo1Lo1
Lo1
 
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
 
A Note on “   Geraghty contraction type mappings”
A Note on “   Geraghty contraction type mappings”A Note on “   Geraghty contraction type mappings”
A Note on “   Geraghty contraction type mappings”
 
Characterization of trees with equal total edge domination and double edge do...
Characterization of trees with equal total edge domination and double edge do...Characterization of trees with equal total edge domination and double edge do...
Characterization of trees with equal total edge domination and double edge do...
 
On algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetryOn algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetry
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
 
Network Theory
Network TheoryNetwork Theory
Network Theory
 
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
Subproblem-Tree Calibration: A Unified Approach to Max-Product Message Passin...
 
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
 
Tensor-based recommendation system
Tensor-based recommendation systemTensor-based recommendation system
Tensor-based recommendation system
 
graph_theory_ch_3_20201124.ppt
graph_theory_ch_3_20201124.pptgraph_theory_ch_3_20201124.ppt
graph_theory_ch_3_20201124.ppt
 
Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...
Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...
Steven Duplij, "Higher braid groups and regular semigroups from polyadic bina...
 

More from CSR2011

Csr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigorievCsr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigoriev
CSR2011
 
Csr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoffCsr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoff
CSR2011
 
Csr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoffCsr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoff
CSR2011
 
Csr2011 june18 14_00_sudan
Csr2011 june18 14_00_sudanCsr2011 june18 14_00_sudan
Csr2011 june18 14_00_sudan
CSR2011
 
Csr2011 june18 15_45_avron
Csr2011 june18 15_45_avronCsr2011 june18 15_45_avron
Csr2011 june18 15_45_avron
CSR2011
 
Csr2011 june18 09_30_shpilka
Csr2011 june18 09_30_shpilkaCsr2011 june18 09_30_shpilka
Csr2011 june18 09_30_shpilka
CSR2011
 
Csr2011 june18 11_30_remila
Csr2011 june18 11_30_remilaCsr2011 june18 11_30_remila
Csr2011 june18 11_30_remila
CSR2011
 
Csr2011 june17 16_30_blin
Csr2011 june17 16_30_blinCsr2011 june17 16_30_blin
Csr2011 june17 16_30_blin
CSR2011
 
Csr2011 june17 12_00_morin
Csr2011 june17 12_00_morinCsr2011 june17 12_00_morin
Csr2011 june17 12_00_morinCSR2011
 
Csr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonatiCsr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonati
CSR2011
 
Csr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatovCsr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatov
CSR2011
 
Csr2011 june17 15_15_kaminski
Csr2011 june17 15_15_kaminskiCsr2011 june17 15_15_kaminski
Csr2011 june17 15_15_kaminski
CSR2011
 
Csr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatovCsr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatov
CSR2011
 
Csr2011 june17 12_00_morin
Csr2011 june17 12_00_morinCsr2011 june17 12_00_morin
Csr2011 june17 12_00_morin
CSR2011
 
Csr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonatiCsr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonati
CSR2011
 
Csr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhaninCsr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhanin
CSR2011
 
Csr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanovCsr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanov
CSR2011
 
Csr2011 june16 17_00_lohrey
Csr2011 june16 17_00_lohreyCsr2011 june16 17_00_lohrey
Csr2011 june16 17_00_lohrey
CSR2011
 
Csr2011 june16 11_30_georgiadis
Csr2011 june16 11_30_georgiadisCsr2011 june16 11_30_georgiadis
Csr2011 june16 11_30_georgiadis
CSR2011
 
Csr2011 june16 14_00_kari
Csr2011 june16 14_00_kariCsr2011 june16 14_00_kari
Csr2011 june16 14_00_kari
CSR2011
 

More from CSR2011 (20)

Csr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigorievCsr2011 june14 09_30_grigoriev
Csr2011 june14 09_30_grigoriev
 
Csr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoffCsr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoff
 
Csr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoffCsr2011 june18 15_15_bomhoff
Csr2011 june18 15_15_bomhoff
 
Csr2011 june18 14_00_sudan
Csr2011 june18 14_00_sudanCsr2011 june18 14_00_sudan
Csr2011 june18 14_00_sudan
 
Csr2011 june18 15_45_avron
Csr2011 june18 15_45_avronCsr2011 june18 15_45_avron
Csr2011 june18 15_45_avron
 
Csr2011 june18 09_30_shpilka
Csr2011 june18 09_30_shpilkaCsr2011 june18 09_30_shpilka
Csr2011 june18 09_30_shpilka
 
Csr2011 june18 11_30_remila
Csr2011 june18 11_30_remilaCsr2011 june18 11_30_remila
Csr2011 june18 11_30_remila
 
Csr2011 june17 16_30_blin
Csr2011 june17 16_30_blinCsr2011 june17 16_30_blin
Csr2011 june17 16_30_blin
 
Csr2011 june17 12_00_morin
Csr2011 june17 12_00_morinCsr2011 june17 12_00_morin
Csr2011 june17 12_00_morin
 
Csr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonatiCsr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonati
 
Csr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatovCsr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatov
 
Csr2011 june17 15_15_kaminski
Csr2011 june17 15_15_kaminskiCsr2011 june17 15_15_kaminski
Csr2011 june17 15_15_kaminski
 
Csr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatovCsr2011 june17 14_00_bulatov
Csr2011 june17 14_00_bulatov
 
Csr2011 june17 12_00_morin
Csr2011 june17 12_00_morinCsr2011 june17 12_00_morin
Csr2011 june17 12_00_morin
 
Csr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonatiCsr2011 june17 11_00_lonati
Csr2011 june17 11_00_lonati
 
Csr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhaninCsr2011 june17 09_30_yekhanin
Csr2011 june17 09_30_yekhanin
 
Csr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanovCsr2011 june17 17_00_likhomanov
Csr2011 june17 17_00_likhomanov
 
Csr2011 june16 17_00_lohrey
Csr2011 june16 17_00_lohreyCsr2011 june16 17_00_lohrey
Csr2011 june16 17_00_lohrey
 
Csr2011 june16 11_30_georgiadis
Csr2011 june16 11_30_georgiadisCsr2011 june16 11_30_georgiadis
Csr2011 june16 11_30_georgiadis
 
Csr2011 june16 14_00_kari
Csr2011 june16 14_00_kariCsr2011 june16 14_00_kari
Csr2011 june16 14_00_kari
 

Csr2011 june16 15_45_meer

  • 1. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions An extended tree-width notion for directed graphs related to the computation of permanents Klaus Meer Brandenburgische Technische Universit¨t, Cottbus, Germany a CSR St.Petersburg, June 16, 2011 Klaus Meer An extended tree-width notion
  • 2. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Outline 1 Introduction 2 Basics; triangular tree-width 3 Permanents of bounded ttw matrices 4 Conclusion Klaus Meer An extended tree-width notion
  • 3. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 1. Introduction Restriction of many hard graph-theoretic problems to subclasses of bounded tree-width graphs becomes efficiently solvable Klaus Meer An extended tree-width notion
  • 4. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 1. Introduction Restriction of many hard graph-theoretic problems to subclasses of bounded tree-width graphs becomes efficiently solvable Well known examples important here, see Courcelle, Makowsky, Rotics: permanent of square matrix M = (mij ) of bounded tree-width; here, the tree-width of M is the tree-width of the underlying graph GM which has an edge (i, j) iff mij = 0 Valiant: computing permanent of general 0-1 matrices is #P-hard; if matrices have entries from field K of characteristic = 2 the permanent polynomials build a VNP-complete family Hamiltonian cycle decision problem Klaus Meer An extended tree-width notion
  • 5. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Important: though above GM is directed its tree-width is taken as that of the undirected graph, i.e., an edge (i, j) is present if at least one entry mij or mji is non-zero; thus, tree-width of GM does not reflect a case of lacking symmetry where mij = 0 but mji = 0. However, that might have impact on computation of the permanent Example: for an upper triangular (n, n)-matrix M the tree-width of GM is n − 1; its permanent nevertheless is easy to compute. Klaus Meer An extended tree-width notion
  • 6. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Goal: introduce new tree-width notion called triangular tree-width for directed graphs such that for square matrices M bounding the triangular tree-width of GM allows to compute perm(M) efficiently the (undirected) tree-width of GM is greater than or equal to its triangular tree-width; examples where the former is unbounded whereas the latter is not do exist. Klaus Meer An extended tree-width notion
  • 7. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 2. Triangular tree-width Tree-width measures how close a graph is to a tree; on trees many otherwise hard problems are easy Klaus Meer An extended tree-width notion
  • 8. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 2. Triangular tree-width Tree-width measures how close a graph is to a tree; on trees many otherwise hard problems are easy Definition (Tree-width) G = V , E graph, k-tree-decomposition of G is a tree T = VT , ET such that: (i) For each t ∈ VT a subset Xt ⊆ V of size at most k + 1. (ii) For each edge (u, v ) ∈ E there is a t ∈ VT s.t. {u, v } ⊆ Xt . (iii) For each vertex v ∈ V the set {t ∈ VT |v ∈ XT } forms a (connected) subtree of T . twd(G ) : smallest k such that there exists a k-tree-decomposition Klaus Meer An extended tree-width notion
  • 9. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 2. Triangular tree-width Tree-width measures how close a graph is to a tree; on trees many otherwise hard problems are easy Definition (Tree-width) G = V , E graph, k-tree-decomposition of G is a tree T = VT , ET such that: (i) For each t ∈ VT a subset Xt ⊆ V of size at most k + 1. (ii) For each edge (u, v ) ∈ E there is a t ∈ VT s.t. {u, v } ⊆ Xt . (iii) For each vertex v ∈ V the set {t ∈ VT |v ∈ XT } forms a (connected) subtree of T . twd(G ) : smallest k such that there exists a k-tree-decomposition Trees have tree-width 1, cycles have twd 2 Klaus Meer An extended tree-width notion
  • 10. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Tree-width of a matrix M = (mij ) over K : (undirected) tree-width of (directed) incidence graph GM (i, j) edge in GM ⇔ mij = 0 Klaus Meer An extended tree-width notion
  • 11. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Tree-width of a matrix M = (mij ) over K : (undirected) tree-width of (directed) incidence graph GM (i, j) edge in GM ⇔ mij = 0 weight of edge (i, j) = mij ; cycle cover of GM : subset of edges s.t. each vertex incident with exactly one edge as outgoing and one as ingoing edge; partial cycle cover: subset of a cycle cover weight of a (partial) cycle cover: product of weights of participating edges Klaus Meer An extended tree-width notion
  • 12. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Tree-width of a matrix M = (mij ) over K : (undirected) tree-width of (directed) incidence graph GM (i, j) edge in GM ⇔ mij = 0 weight of edge (i, j) = mij ; cycle cover of GM : subset of edges s.t. each vertex incident with exactly one edge as outgoing and one as ingoing edge; partial cycle cover: subset of a cycle cover weight of a (partial) cycle cover: product of weights of participating edges ei,j Permanent perm(M) := mi,j e cycle cover Valiant’s conjecture: Computation of permanent hard Klaus Meer An extended tree-width notion
  • 13. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Basic idea for defining triangular tree-width Let GM = (V , E ) with V = {1, . . . , n} and consider an order on the vertices, f.e., 1 < 2 < . . . < n; if a cycle contains an increasing edge w.r.t. the order, it must contain as well a decreasing edge. for computation of permanent more important than twd(GM ) is the tree-width of both the graph of increasing and that of decreasing edges find optimal order with respect to bounding both tree-width parameters Klaus Meer An extended tree-width notion
  • 14. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Definition (Triangular tree-width ttw) M square matrix, GM = (V , E ) with V = {1, . . . , n}, σ : V → V a permutation; inc inc a) Gσ = (V , Eσ ) graph of increasing edges w.r.t. order dec defined by σ, Gσ accordingly; loops are located in Eσdec Klaus Meer An extended tree-width notion
  • 15. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Definition (Triangular tree-width ttw) M square matrix, GM = (V , E ) with V = {1, . . . , n}, σ : V → V a permutation; inc inc a) Gσ = (V , Eσ ) graph of increasing edges w.r.t. order dec defined by σ, Gσ accordingly; loops are located in Eσdec b) GM has a triangular tree-decomposition of width k ∈ N iff inc dec there exists a σ s.t. both Gσ , Gσ have tree-width at most k Klaus Meer An extended tree-width notion
  • 16. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Definition (Triangular tree-width ttw) M square matrix, GM = (V , E ) with V = {1, . . . , n}, σ : V → V a permutation; inc inc a) Gσ = (V , Eσ ) graph of increasing edges w.r.t. order dec defined by σ, Gσ accordingly; loops are located in Eσdec b) GM has a triangular tree-decomposition of width k ∈ N iff inc dec there exists a σ s.t. both Gσ , Gσ have tree-width at most k inc dec c) ttw (GM ) := min max{twd(Gσ ), twd(Gσ )} . σ∈Sn Klaus Meer An extended tree-width notion
  • 17. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Basic observations: if M has a symmetric structure of non-zero entries, i.e., mij = 0 ⇔ mji = 0, then ttw (GM ) = twd(GM ) Klaus Meer An extended tree-width notion
  • 18. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Basic observations: if M has a symmetric structure of non-zero entries, i.e., mij = 0 ⇔ mji = 0, then ttw (GM ) = twd(GM ) computation of the triangular tree-width of a directed graph is NP-hard Klaus Meer An extended tree-width notion
  • 19. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Basic observations: if M has a symmetric structure of non-zero entries, i.e., mij = 0 ⇔ mji = 0, then ttw (GM ) = twd(GM ) computation of the triangular tree-width of a directed graph is NP-hard triangular tree-width extends the tree-width notion; in particular, there are families of graphs for which the former is bounded whereas the latter is not Klaus Meer An extended tree-width notion
  • 20. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions v11 r v12 r v13 r v14 r v15 r v16 r v21 r v22 r v23 r v24 r v25 r v26 r v31 r v32 r v33 r v34 r v35 r v36 r v41 r v42 r v43 r v44 r v45 r v46 r v51 r v52 r v53 r v54 r v55 r v56 r v61 r v62 r v63 r v64 r v65 r v66 r The grid graph Gn for n = 6; direction of edges from left to right and from top to bottom Klaus Meer An extended tree-width notion
  • 21. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions v11 r v12 r v13 r v14 r v15 r v16 r v21 r v22 r v23 r v24 r v25 r v26 r v31 r v32 r v33 r v34 r v35 r v36 r v41 r v42 r v43 r v44 r v45 r v46 r v51 r v52 r v53 r v54 r v55 r v56 r v61 r v62 r v63 r v64 r v65 r v66 r The grid graph Gn for n = 6; direction of edges from left to right and from top to bottom twd(Gn ) tends to ∞ for n → ∞ Thomassen Klaus Meer An extended tree-width notion
  • 22. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions v11 r v12 r v13 r v14 r v15 r v16 r v21 r v22 r v23 r v24 r v25 r v26 r v31 r v32 r v33 r v34 r v35 r v36 r v41 r v42 r v43 r v44 r v45 r v46 r v51 r v52 r v53 r v54 r v55 r v56 r v61 r v62 r v63 r v64 r v65 r v66 r order vertices from left to right and from bottom to top; the red edges are increasing, blue ones are decreasing and ttw (Gn,σ ) = 1. Klaus Meer An extended tree-width notion
  • 23. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 3. Permanents of bounded ttw matrices Theorem (Main theorem) Let {Mi }i∈I be a family of matrices of bounded triangular tree-width at most k ∈ N. For every member M of the family, given corresponding tree-decompositions of the graphs of increasing and of decreasing edges, perm(M) can be computed in polynomial time in the size of M. The computation is fixed parameter tractable w.r.t. k. Klaus Meer An extended tree-width notion
  • 24. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Typically, proving such theorems employs climbing a tree-decomposition bottom up, see, f.e., Flarup & Koiran & Lyaudet; once a vertex has been removed during this process from a bag of the tree-decomposition it has not to be considered any longer Klaus Meer An extended tree-width notion
  • 25. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Typically, proving such theorems employs climbing a tree-decomposition bottom up, see, f.e., Flarup & Koiran & Lyaudet; once a vertex has been removed during this process from a bag of the tree-decomposition it has not to be considered any longer Main problem: we have to deal with two tree-decompositions. In general, a vertex that has been removed in one can occur further up in the other. Thus, it cannot be removed in the usual way and backtracking cannot be avoided. Klaus Meer An extended tree-width notion
  • 26. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Solution of this problem: guarantee that one of the two decompositions bounds the number of occurences of each vertex in a bag to say 10 · k many. Definition (Perfect decompositions) G = (V , E ) directed has a perfect triangular tree-decomposition of width k if there is a permutation σ and two corresponding inc dec inc tree-decompositions Tσ , Tσ of width k for Gσ , Gσ , dec respectively, and none of the vertices of G occurs in more than 10k many bags of Tσ .dec Klaus Meer An extended tree-width notion
  • 27. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions STEP 1: Show main theorem for perfect decompositions inc inc Climb decomposition Tσ of Gσ bottom up and construct partial cycle covers together with their weights; Klaus Meer An extended tree-width notion
  • 28. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions STEP 1: Show main theorem for perfect decompositions inc inc Climb decomposition Tσ of Gσ bottom up and construct partial cycle covers together with their weights; inc to each node of Tσ there correspond f (k) many types of partial cycle covers; here a type represents the information about how vertices occur in the cover; f only depends on k; Klaus Meer An extended tree-width notion
  • 29. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions STEP 1: Show main theorem for perfect decompositions inc inc Climb decomposition Tσ of Gσ bottom up and construct partial cycle covers together with their weights; inc to each node of Tσ there correspond f (k) many types of partial cycle covers; here a type represents the information about how vertices occur in the cover; f only depends on k; inc each time a vertex i disappears when climbing up in Tσ all dec information about i given in Tσ is incorporated; since i occurs in at most 10 · k bags of Tσ ˜ dec again this results in at most f (k) many types; Klaus Meer An extended tree-width notion
  • 30. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions STEP 1: Show main theorem for perfect decompositions inc inc Climb decomposition Tσ of Gσ bottom up and construct partial cycle covers together with their weights; inc to each node of Tσ there correspond f (k) many types of partial cycle covers; here a type represents the information about how vertices occur in the cover; f only depends on k; inc each time a vertex i disappears when climbing up in Tσ all dec information about i given in Tσ is incorporated; since i occurs in at most 10 · k bags of Tσ ˜ dec again this results in at most f (k) many types; thus, i can be removed in both decompositions Klaus Meer An extended tree-width notion
  • 31. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions STEP 2: Removing the perfectness assumption Theorem For M, GM and permutation σ with triangular tree-decomposition inc dec ˜ Tσ , Tσ one can construct a new matrix M, a corresponding graph GM and a permutation σ such that ˜ ˜ ˜ = perm(M), G ˜ is of bounded triangular tree-width perm(M) M ˜ inc ˜ dec witnessed by σ and (Tσ , Tσ ) is a perfect triangular ˜ decomposition. Klaus Meer An extended tree-width notion
  • 32. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions STEP 2: Removing the perfectness assumption Theorem For M, GM and permutation σ with triangular tree-decomposition inc dec ˜ Tσ , Tσ one can construct a new matrix M, a corresponding graph GM and a permutation σ such that ˜ ˜ ˜ = perm(M), G ˜ is of bounded triangular tree-width perm(M) M ˜ inc ˜ dec witnessed by σ and (Tσ , Tσ ) is a perfect triangular ˜ decomposition. Proof: New graph is obtained by adding at most linearly many vertices and edges in such a way that original vertices occurring dec too often in bags of Tσ are partially replaced by new ones; replacement can be done in such a way that the cycle covers of the old and those of the new graph are in a 1-1 correspondence maintaining the weights Klaus Meer An extended tree-width notion
  • 33. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Theorem The Hamiltonian cycle decision problem is efficiently solvable for families of matrices that are of bounded triangular tree-width k. Here, a corresponding tree-decomposition has to be given. Klaus Meer An extended tree-width notion
  • 34. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions Theorem The Hamiltonian cycle decision problem is efficiently solvable for families of matrices that are of bounded triangular tree-width k. Here, a corresponding tree-decomposition has to be given. Proof: Main difference is in removing the perfectness assumption; here, the transformation leads to a slight modification of the HC problem. Klaus Meer An extended tree-width notion
  • 35. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 4. Conclusions Triangular tree-width notion tailored to permanent problem; are there other graph related problems for which the result holds? More general: does it hold for all monadic-second order definable problems? We conjecture not Klaus Meer An extended tree-width notion
  • 36. Introduction Triangular tree-width Permanents of bounded ttw matrices Conclusions 4. Conclusions Triangular tree-width notion tailored to permanent problem; are there other graph related problems for which the result holds? More general: does it hold for all monadic-second order definable problems? We conjecture not Is triangular tree-width related to other parameters for directed graphs? Such parameters are for example directed tree-width (Johnson & Robertson & Seymour & Thomas) and entanglement (Berwanger & Gr¨del) a Klaus Meer An extended tree-width notion