131 results on '"Chain decomposition"'
Search Results
2. The number of symmetric chain decompositions.
- Author
-
Tomon, István
- Abstract
We prove that the number of symmetric chain decompositions of the Boolean lattice 2^{[n]} is \begin{equation*} \left (\frac {n}{2e}+o(n)\right)^{2^n}. \end{equation*} Furthermore, the number of symmetric chain decompositions of the hypergrid [t]^n is \begin{equation*} n^{(1-o_n(1))\cdot t^n}. \end{equation*} [ABSTRACT FROM AUTHOR]
- Published
- 2025
- Full Text
- View/download PDF
3. Uniform chain decompositions and applications.
- Author
-
Sudakov, Benny, Tomon, István, and Wagner, Adam Zsolt
- Subjects
WEIGHTED graphs ,SET theory ,LOGICAL prediction ,RANDOM graphs - Abstract
The Boolean lattice 2[n] is the family of all subsets of [n]={1,...,n} ordered by inclusion, and a chain is a family of pairwise comparable elements of 2[n]. Let s=2n/n⌊n/2⌋, which is the average size of a chain in a minimal chain decomposition of 2[n]. We prove that 2[n] can be partitioned into n⌊n/2⌋ chains such that all but at most o(1) proportion of the chains have size s(1+o(1)). This asymptotically proves a conjecture of Füredi from 1985. Our proof is based on probabilistic arguments. To analyze our random partition we develop a weighted variant of the graph container method. Using this result, we also answer a Kalai‐type question raised recently by Das, Lamaison, and Tran. What is the minimum number of forbidden comparable pairs forcing that the largest subfamily of 2[n] not containing any of them has size at most n⌊n/2⌋? We show that the answer is (π8+o(1))2nn. Finally, we discuss how these uniform chain decompositions can be used to optimize and simplify various results in extremal set theory. [ABSTRACT FROM AUTHOR]
- Published
- 2022
- Full Text
- View/download PDF
4. ORTHOGONAL SYMMETRIC CHAIN DECOMPOSITIONS OF HYPERCUBES.
- Author
-
SPINK, HUNTER
- Subjects
- *
HYPERCUBES , *ORTHOGONAL decompositions , *PARTIALLY ordered sets - Abstract
In 1979, Shearer and Kleitman conjectured the existence of [n/2] + 1 orthogonal chain decompositions of the hypercube poset Qn and constructed two orthogonal chain decompositions. In this paper, we make the first nontrivial progress on this conjecture by constructing three orthogonal chain decompositions of Qn for all n ≥ 4 with the possible exceptions n = 9,11,13, 23. To do this, we introduce the notion of "almost orthogonal symmetric chain decompositions." We explicitly describe three such decompositions of Q5 and Q7 and describe conditions which allow us to decompose products of hypercube posets into k almost orthogonal symmetric chain decompositions given such decompositions of the original hypercube posets. [ABSTRACT FROM AUTHOR]
- Published
- 2019
- Full Text
- View/download PDF
5. Experimental Study and Kinetic Modeling of Chloroform Decomposition in Aqueous Solutions under the Action of γ-Radiation.
- Author
-
Iskenderova, Z. I. and Kurbanov, M. A.
- Abstract
The radiolysis of aqueous chloroform solutions (10
–3 –10–2 M) in the presence of dissolved oxygen is studied to establish a chain mode for the decomposition of chloroform. CO2 , H2 , H2 O2 and chlorinated hydrocarbons-dichloromethane and dichloroethane are identified as products of the radiolysis of aqueous chloroform solutions. Changes in the pH and COD from the absorbed dose for the radiolysis of an aqueous chloroform solution with a concentration of 4.2 × 10−2 M are studied. It is found that as the dose is increased, the pH index and COD fall, indicating the decomposition of organic compounds and the formation of acids. It is shown that the radiation-chemical yields of chloroform decomposition depend on its initial concentration. At ≥4.2 × 10−2 M, they lie in the range of 52–245 molec./100 eV. A formal kinetic scheme of the processes that occur during the γ-radiolysis of aqueous chloroform solutions is compiled using the obtained data and allowing for the available literature values of the rate constants of elementary reactions. [ABSTRACT FROM AUTHOR]- Published
- 2019
- Full Text
- View/download PDF
6. Space Efficient Linear Time Algorithms for BFS, DFS and Applications.
- Author
-
Banerjee, Niranka, Chakraborty, Sankardeep, Raman, Venkatesh, and Satti, Srinivasa Rao
- Subjects
- *
LINEAR time invariant systems , *SEARCH algorithms , *GRAPH theory , *POLYNOMIAL time algorithms , *SPARSE graphs - Abstract
Research on space efficient graph algorithms, particularly for st-connectivity, has a long history including the celebrated polynomial time, O(lg n) bits1 algorithm in undirected graphs by Reingold J. JACM. 55(4) (
2008 ), and polynomial time, n/2Θ(lgn)bits algorithm in directed graphs by Barnes et al. SICOMP. 27(5), 1273-1282 ( 1998 ). Recent works by Asano et al. ISAAC (2014 ) and Elmasry et al. STACS (2015 ), reconsidered classical fundamental graph algorithms focusing on improving the space complexity. Elmasry et al. gave, among others, an implementation of breadth first search (BFS) in a graph G with n vertices and m edges, taking the optimal O(m + n) time using O(n) bits improving the naïve O(n lg n) bits implementation. Similarly, Asano et al. provided space efficient implementations for performing depth first search (DFS) in a graph G. We continue this line of work focusing on improving the space requirement for implementing a few classical graph algorithms. Our first result is a simple data structure that can maintain any subset S of a universe of u elements using just u + o(u) bits and supports in constant time, apart from the standard insert, delete and membership queries, the operation findany that finds and returns any element of the set (or outputs that the set is empty). It can also enumerate all elements present currently in the set in no particular order in O(k + 1) time where k is the number of elements currently belonging to the set. While this data structure supports a weaker set of operations than that of Elmasry et al. STACS (2015 ), it is simple, more space efficient and is sufficient to support a BFS implementation optimally in O(m + n) time using at most 2n + o(n) bits. Later, we further improve the space requirement of BFS to at most n lg 3 + o(n) bits albeit with a slight increase in running time to O(m lg nf(n)) time where f(n) is any extremely slow growing function of n, and the o term in the space is a function of f(n). We also discuss a similar time-space tradeoff result for finding a minimum weight spanning tree of a weighted (bounded by polynomial in n) undirected graph using n + O(n/f(n)) bits and O(m lg nf(n)) time, for any function f(n) such that 1 ≤ f(n) ≤ n. For DFS in a graph G, we provide an implementation taking O(m + n) time and O(n lg m/n) bits. This partially answers at least for sparse graphs, a question asked by Asano et al. ISAAC (2014 ) whether DFS can be performed in O (m + n) time and using O(n) bits, and also simultaneously improves the DFS result of Elmasry et al. STACS (2015 ). Using our DFS algorithm and other careful implementations, we show how one can also test for biconnectivity, 2-edge connectivity, and find cut vertices and bridges of a given undirected graph within the same time and space bounds; earlier classical linear time algorithms for these problems used Ω(n lg n) bits of space. [ABSTRACT FROM AUTHOR]- Published
- 2018
- Full Text
- View/download PDF
7. Changes in energy-related carbon dioxide emissions of the agricultural sector in China from 2005 to 2013.
- Author
-
Chen, Jiandong, Cheng, Shulei, and Song, Malin
- Subjects
- *
CARBON dioxide mitigation , *INCOME inequality , *RURAL population - Abstract
This study analyses the changes in energy-related carbon dioxide (CO 2 ) emissions of the agricultural sector in China from 2005 to 2013. Using the logarithmic mean Divisia index (LMDI) decomposition method, this study attributes the changes in agricultural CO 2 emissions to agricultural CO 2 emissions intensity, agricultural productive income intensity, rural residents’ income structure, the distribution pattern of residential income, the distribution pattern of national income, economic development, provincial population distribution, and population scale, and treats these factors as technology, distribution, and population effects. Based on this, the nested decomposition problem, which has not been mentioned in related studies, is solved. To emphasize the importance of the logarithmic mean weight functions, two different chain LMDI decomposition methods are developed that are based on differences in the logarithmic mean weight functions. The results show that the distribution pattern of national income and rural residents’ income structure are two key factors that separately stimulate and suppress the changes in China's agricultural energy-related CO 2 emissions. After nested decomposition of the distribution pattern of residential income, the suppressing influence from the rural population proportion is stronger than the stimulating influence from rural-urban income inequity. Although the results of the two chain LMDI decomposition methods are similar, only the distribution pattern of national income and rural residents’ income structure maintain positive impacts on the changes in China's agricultural CO 2 emissions by year, while the rural residents’ income structure, distribution pattern of residential income, and rural population proportion continue to have negative impacts on changes in China's agricultural CO 2 emissions by year. Furthermore, the technology, distribution, and population effects could not suppress China's agricultural CO 2 emissions simultaneously in most years. [ABSTRACT FROM AUTHOR]
- Published
- 2018
- Full Text
- View/download PDF
8. Göllnitz-Gordon Partitions with Weights and Parity Conditions
- Author
-
Alladi, Krishnaswami, Berkovich, Alexander, Alladi, Krishnaswami, editor, Aoki, Takashi, editor, Kanemitsu, Shigeru, editor, Nakahara, Mikio, editor, and Ohno, Yasuo, editor
- Published
- 2005
- Full Text
- View/download PDF
9. Scheduling on Unrelated Machines Under Tree-Like Precedence Constraints
- Author
-
Kumar, V. S. Anil, Marathe, Madhav V., Parthasarathy, Srinivasan, Srinivasan, Aravind, Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Dough, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Chekuri, Chandra, editor, Jansen, Klaus, editor, Rolim, José D. P., editor, and Trevisan, Luca, editor
- Published
- 2005
- Full Text
- View/download PDF
10. Radiation-Induced High-Temperature Conversion of Cellulose
- Author
-
Alexander V. Ponomarev and Boris G. Ershov
- Subjects
cellulose ,radiolysis ,electron-beam distillation ,glucopyranose ,macroradical ,chain decomposition ,furfural ,alternative fuel ,Organic chemistry ,QD241-441 - Abstract
Thermal decomposition of cellulose can be upgraded by means of an electron-beam irradiation to produce valuable organic products via chain mechanisms. The samples being irradiated decompose effectively at temperatures below the threshold of pyrolysis inception. Cellulose decomposition resembles local “explosion” of the glucopyranose unit when fast elimination of carbon dioxide and water precede formation of residual carbonyl or carboxyl compounds. The dry distillation being performed during an irradiation gives a liquid condensate where furfural and its derivatives are dominant components. Excessively fast heating is adverse, as it results in a decrease of the yield of key organic products because pyrolysis predominates over the radiolytic-controlled decomposition of feedstock. Most likely, conversion of cellulose starts via radiolytic formation of macroradicals do not conform with each other, resulting in instability of the macroradical. As a consequence, glucosidic bond cleavage, elimination of light fragments (water, carbon oxides, formaldehyde, etc.) and formation of furfural take place.
- Published
- 2014
- Full Text
- View/download PDF
11. Chains and Antichains
- Author
-
Jukna, Stasys, Brauer, Wilfried, editor, Rozenberg, Grzegorz, editor, Salomaa, Arto, editor, and Jukna, Stasys
- Published
- 2001
- Full Text
- View/download PDF
12. Properties of Shadowable Points: Chaos and Equicontinuity.
- Author
-
Kawaguchi, Noriaki
- Subjects
- *
CHAOS theory , *HOMEOMORPHISMS , *MATHEMATICAL invariants , *DYNAMICAL systems , *ODOMETERS - Abstract
We extend the study on shadowable points recently introduced by Morales in relation to chaotic or non-chaotic properties. Firstly, some sufficient conditions for a quantitative shadowable point to be approximated by an entropy point are given. As a corollary, we get different three chaotic conditions from which a shadowable point becomes an entropy point. Secondly, we provide a dichotomy on the interior of the set of shadowable chain recurrent points by two canonical chaotic and non-chaotic dynamics, the full shift and odometers. [ABSTRACT FROM AUTHOR]
- Published
- 2017
- Full Text
- View/download PDF
13. THE EU’S SHRINKING SHARE IN GLOBAL MANUFACTURING: A VALUE CHAIN DECOMPOSITION ANALYSIS
- Author
-
Robert Marschinski and David Martínez-Turégano
- Subjects
Upstream (petroleum industry) ,Chain decomposition ,Service (economics) ,media_common.quotation_subject ,Value (economics) ,Global manufacturing ,Resizing ,Business ,International economics ,China ,Empirical evidence ,General Economics, Econometrics and Finance ,media_common - Abstract
The EU´s falling share in global manufacturing has fuelled concerns about an overall loss of EU competitiveness, in particular vis-à-vis China. We analyse the empirical evidence underlying these concerns by applying a newly developed decomposition technique to global input-output data spanning the years 2000 to 2014. Our results confirm the diminishing role of the EU in manufacturing value chains, but also show that this is mostly, by nearly 75 per cent, a consequence of the geographical and sectoral reallocation of global demand, reflecting the lower economic growth in the EU relative to the rest of the world. Still, the other almost 25 per cent of the EU’s loss of global share is explained by its lower participation in manufacturing value chains, which confirms a downturn in EU competitiveness. By extending the analysis to individual manufacturing activities we show that this general trend is more pronounced for low-tech (e.g. textiles) than high-tech sectors, with pharmaceuticals emerging as the most resilient EU industry. Policy concerns appear to be most warranted for electronics, a key sector for which the EU´s global share fell even more than for overall manufacturing, without evidence that EU value added from upstream service inputs could significantly mitigate this trend.
- Published
- 2020
- Full Text
- View/download PDF
14. Multilevel dichotomy algorithm in global optimization
- Author
-
Korotkich, V. V., Thoma, M., editor, Wyner, A., editor, Sebastian, H. -J., editor, and Tammer, K., editor
- Published
- 1990
- Full Text
- View/download PDF
15. Thermal Stability of Cyclododecylidene-1,1-bishydroperoxide in the Presence of Ferrocene
- Author
-
S. A. Grabovsky, N. N. Kabal'nova, and N. M. Andriyashina
- Subjects
chemistry.chemical_compound ,chemistry ,Ferrocene ,010405 organic chemistry ,Chain decomposition ,Xylene ,Physical chemistry ,Thermal stability ,General Chemistry ,010402 general chemistry ,01 natural sciences ,0104 chemical sciences - Abstract
Thermal stability of cyclododecylidene-1,1-bishydroperoxide in xylene has been studied and activation parameters of the reaction have been determined. The thermolysis has been accompanied by the reaction with ferrocene and the induced radical chain decomposition of cyclododecylidene-1,1-bishydroperoxide.
- Published
- 2020
- Full Text
- View/download PDF
16. Radiation-Induced High-Temperature Conversion of Cellulose.
- Author
-
Ponomarev, Alexander V. and Ershov, Boris G.
- Subjects
CELLULOSE ,ELECTRON beams ,PYROLYSIS ,BIODEGRADATION ,CARBON dioxide ,CARBONYL compounds - Abstract
Thermal decomposition of cellulose can be upgraded by means of an electron-beam irradiation to produce valuable organic products via chain mechanisms. The samples being irradiated decompose effectively at temperatures below the threshold of pyrolysis inception. Cellulose decomposition resembles local "explosion" of the glucopyranose unit when fast elimination of carbon dioxide and water precede formation of residual carbonyl or carboxyl compounds. The dry distillation being performed during an irradiation gives a liquid condensate where furfural and its derivatives are dominant components. Excessively fast heating is adverse, as it results in a decrease of the yield of key organic products because pyrolysis predominates over the radiolytic-controlled decomposition of feedstock. Most likely, conversion of cellulose starts via radiolytic formation of macroradicals do not conform with each other, resulting in instability of the macroradical. As a consequence, glucosidic bond cleavage, elimination of light fragments (water, carbon oxides, formaldehyde, etc.) and formation of furfural take place. [ABSTRACT FROM AUTHOR]
- Published
- 2014
- Full Text
- View/download PDF
17. Some Remarks on Nestings in the Normalized Matching Posets of Rank 3
- Author
-
Wei-Tian Li and Yu-Lun Chang
- Subjects
Algebra and Number Theory ,Conjecture ,Rank (linear algebra) ,Matching (graph theory) ,010102 general mathematics ,0102 computer and information sciences ,Mathematical proof ,01 natural sciences ,Combinatorics ,Computational Theory and Mathematics ,010201 computation theory & mathematics ,Chain decomposition ,Order (group theory) ,Geometry and Topology ,0101 mathematics ,Algebra over a field ,Partially ordered set ,Mathematics - Abstract
In 1970s, Griggs conjectured that every normalized matching rank-unimodal poset has a nested chain decomposition. This conjecture is proved to be true only for some posets of small ranks (Wang Discrete Math. 145(3), 493–497, 2005; Hsu et al. Discrete Math. 309(3), 521–531, 2009; Escamilla et al. Order 28, 357–373, 2011). In this paper, we provide some sufficient conditions on the rank numbers of posets of rank 3 to satisfy the Griggs’s conjecture by refining the proofs in the two papers (Hsu et al. Discrete Math. 309(3), 521–531, 2009; Escamilla et al. Order 28, 357–373, 2011).
- Published
- 2018
- Full Text
- View/download PDF
18. Solvent Effect on the Rate of Thermal Decomposition of Diacyl Diperoxides
- Author
-
Yu. V. Dutka, E. Ya. Pal’chikova, V. S. Dutka, and G. G. Midyana
- Subjects
Quantitative Biology::Biomolecules ,010405 organic chemistry ,Thermal decomposition ,Kinetics ,General Chemistry ,010402 general chemistry ,Photochemistry ,01 natural sciences ,Peroxide ,Dissociation (chemistry) ,0104 chemical sciences ,Homolysis ,chemistry.chemical_compound ,Reaction rate constant ,chemistry ,Chain decomposition ,Solvent effects - Abstract
The kinetics of thermal decomposition of didecanoyl diperoxyadipate in different organic solvents have been studied. The primary homolytic dissociation of the peroxide bond (O–O) is accompanied by secondary induced chain decomposition processes. The reaction medium affects both the rate of primary homolytic decomposition and secondary decomposition processes. Correlation equations have been proposed for the rate constants of the reactions under study and physicochemical parameters of the solvents.
- Published
- 2018
- Full Text
- View/download PDF
19. Influence of Solvents on the Rate of Thermal Decomposition of Peroxydecanoic Acid
- Author
-
V. S. Dutka, G. G. Midyana, Yu. V. Dutka, and E. Ya. Pal’chikova
- Subjects
Primary (chemistry) ,010405 organic chemistry ,Chemistry ,Thermal decomposition ,General Chemistry ,010402 general chemistry ,Kinetic energy ,01 natural sciences ,Decomposition ,0104 chemical sciences ,Homolysis ,Solvent ,Computational chemistry ,Chain decomposition - Abstract
Thermal decomposition of peroxydecanoic acid has been investigated in various organic solvents. The reaction medium significantly affects the rate of peroxydecanoic acid thermal decomposition. It has been shown that primary homolytic decomposition of peroxy group is followed by induced radical chain decomposition reactions. The solvent nature influences both primary homolytic decomposition and secondary induced reactions. The correlation equations relating kinetic parameters of peroxydecanoic acid thermolysis and basic solvent properties have been derived.
- Published
- 2018
- Full Text
- View/download PDF
20. FINDING FOUR INDEPENDENT TREES.
- Author
-
Curran, Sean, Lee, Orlando, and Xingxing Yu
- Subjects
- *
GRAPH theory , *TREE graphs , *SPANNING trees , *DECISION trees , *MATHEMATICAL models , *ALGORITHMS - Abstract
Motivated by a multitree approach to the design of reliable communication protocols, Itai and Rodeh gave a linear time algorithm for finding two independent spanning trees in a 2-connected graph. Cheriyan and Maheshwari gave an O(∣V∣²) algorithm for finding three independent spanning trees in a 3-connected graph. In this paper we present an O(∣V∣³) algorithm for finding four independent spanning trees in a 4-connected graph. We make use of chain decompositions of 4-connected graphs. [ABSTRACT FROM AUTHOR]
- Published
- 2006
- Full Text
- View/download PDF
21. CHAIN DECOMPOSITIONS OF 4-CONNECTED GRAPHS.
- Author
-
CURRAN, SEAN, LEE, ORLANDO, and XINGXING YU
- Subjects
- *
SPANNING trees , *GRAPH theory , *MATHEMATICAL decomposition , *ASYMPTOTIC efficiencies , *GRAPH connectivity - Abstract
In this paper we give a decomposition of a 4-connected graph G into nonseparating chains, which is similar to an ear decomposition of a 2-connected graph. We also give an O(∣V (G)∣2∣E(G)∣) algorithm that constructs such a decomposition. In applications, the asymptotic performance can often be improved to O(∣V (G)∣3). This decomposition will be used to find four independent spanning trees in a 4-connected graph. [ABSTRACT FROM AUTHOR]
- Published
- 2005
- Full Text
- View/download PDF
22. Optimal In-place Algorithms for Basic Graph Problems
- Author
-
Kunihiko Sadakane, Sankardeep Chakraborty, and Srinivasa Rao Satti
- Subjects
Computer science ,Chain decomposition ,Multiplicative function ,Graph (abstract data type) ,Without loss of generality ,Algorithm ,Time complexity ,Decomposition problem ,Running time - Abstract
We present linear time in-place algorithms for several fundamental graph problems including the well-known graph search methods (like depth-first search, breadth-first search, maximum cardinality search), connectivity problems (like biconnectivity, 2-edge connectivity), decomposition problem (like chain decomposition) among various others, improving the running time (by polynomial multiplicative factor) of the recent results of Chakraborty et al. [ESA, 2018] who designed \(O(n^3 \lg n)\) time in-place algorithms for some of the above mentioned problems. The running times of all our algorithms are essentially optimal as they run in linear time. One of the main ideas behind obtaining these algorithms is the detection and careful exploitation of sortedness present in the input representation for any graph without loss of generality. This observation alone is powerful enough to design some basic linear time in-place algorithms, but more non-trivial graph problems require extra techniques which, we believe, may find other applications while designing in-place algorithms for different graph problems in future.
- Published
- 2020
- Full Text
- View/download PDF
23. Generalized q,t-Catalan numbers
- Author
-
Eugene Gorsky, Julianne Rainbolt, Anne Schilling, and Graham Hawkes
- Subjects
0102 computer and information sciences ,Homology (mathematics) ,01 natural sciences ,Combinatorics ,Catalan number ,symbols.namesake ,FOS: Mathematics ,05E05 ,Discrete Mathematics and Combinatorics ,Mathematics - Combinatorics ,0101 mathematics ,math.CO ,Mathematics::Symplectic Geometry ,Mathematics ,010102 general mathematics ,Integer sequence ,Mathematics::Geometric Topology ,05A19 ,05A18 ,010201 computation theory & mathematics ,Chain decomposition ,Euler's formula ,symbols ,Equivariant map ,Combinatorics (math.CO) ,05A18, 05A19, 05E05 ,Knot (mathematics) - Abstract
Recent work of the first author, Negut and Rasmussen, and of Oblomkov and Rozansky in the context of Khovanov--Rozansky knot homology produces a family of polynomials in $q$ and $t$ labeled by integer sequences. These polynomials can be expressed as equivariant Euler characteristics of certain line bundles on flag Hilbert schemes. The $q,t$-Catalan numbers and their rational analogues are special cases of this construction. In this paper, we give a purely combinatorial treatment of these polynomials and show that in many cases they have nonnegative integer coefficients. For sequences of length at most 4, we prove that these coefficients enumerate subdiagrams in a certain fixed Young diagram and give an explicit symmetric chain decomposition of the set of such diagrams. This strengthens results of Lee, Li and Loehr for $(4,n)$ rational $q,t$-Catalan numbers., Comment: 33 pages; v2: fixed typos and included referee comments
- Published
- 2020
24. Free-radical chain decomposition of ozone initiated by di(tert-butyl) trioxide.
- Author
-
Khalizov, A., Khursan, S., and Shereshovets, V.
- Abstract
Di( tert-butyl) trioxide in a solution of CFCl
3 (Freon-11) at –23 °C exists in equilibrium with the tert-butoxyl and tert-butylperoxyl radicals virtually without irreversible decomposition. The above radicals decompose ozone to dioxygen with a high effective rate constant, which is proprotional to the square root of the But OOOBut concentration. The kinetic scheme describing the found relationships was proposed. [ABSTRACT FROM AUTHOR]- Published
- 2001
- Full Text
- View/download PDF
25. On Edge Decompositions of Posets.
- Author
-
Pikhurko, Oleg
- Abstract
An edge decomposition of a poset P is a collection of chains such that every pair of elements of which one covers the other belongs to exactly one chain. We consider this and the related notion of the line poset L(P) which consists of pairs of adjacent elements of P so that (x⋖y)<
L(P) (x'⋖y') iff y ≤P x'. We present some min-max type results on path-cycle partitions of digraphs which are applicable to poset decompositions. Providing an explicit construction we show that the lattice of the subsets of an n-set admits an edge decomposition into symmetric chains. We demonstrate a few applications of this decomposition. Also, a characterisation of line posets is given. [ABSTRACT FROM AUTHOR]- Published
- 1999
- Full Text
- View/download PDF
26. Using deficit functions for aircraft fleet routing
- Author
-
Ilya Gertsbakh and Helman Stern
- Subjects
Statistics and Probability ,Schedule ,Mathematical optimization ,Control and Optimization ,Computer science ,Aviation ,Strategy and Management ,0211 other engineering and technologies ,ComputerApplications_COMPUTERSINOTHERSYSTEMS ,02 engineering and technology ,Disjoint sets ,Management Science and Operations Research ,Scheduling (computing) ,Set (abstract data type) ,Chain decomposition ,03 medical and health sciences ,0302 clinical medicine ,ddc:330 ,021103 operations research ,business.industry ,lcsh:Mathematics ,Flight schedule ,Aircraft fleet ,lcsh:QA1-939 ,Cockpit ,Deficit function ,Aircraft routing ,030221 ophthalmology & optometry ,Graph (abstract data type) ,Routing (electronic design automation) ,business - Abstract
We consider the problem of minimizing the number of airplanes needed to fly a fixed daily repeating schedule of flights. We use deficit functions (DF) to decompose an aviation schedule of aircraft flights into aircraft chains (routes) called a chain decomposition. Each chain visits periodically a set of airports and is served by several cockpit crews circulating along the airports of this set. The initial step in our approach is to find the minimal number of aircraft needed to carry out the flight schedule. This is achieved by using the fleet size theorem based on a DF representation of an aircraft flight schedule. A DF is a step function associated with an aircraft terminal which changes by + 1 and −1 at flight departure and arrival times, respectively. DF theory was developed in the 1960–70s by Linis and Maksim (1967) and Gertsbakh and Gurevich (1977). Although the initial application of DFs was to the Russian AEROFLOT fleet it has subsequently attracted more attention on bus scheduling than aircraft scheduling. Here we discuss the revival of this method and its crucial use to construct the so-called chain decomposition of the schedule for a single period. We provide a justification for maximizing the number of balanced chains (flight sequences with the same start and end terminals). To do this we propose The Maximal Balanced Chain Problem. These are then converted into a set of infinite periodic flight sequences, each of which can be carried out by a single aircraft. The conversion is carried out by mapping the single period set of chains into an Euler graph. To construct the set of mutiperiod chains that are “balanced” (return to the same terminal at the start) we find all edge disjoint cycle covers of the Euler graph using a modified version of Hierholzer's algorithm. These cycles are converted back into a balanced multiperiod chain solution and modified to conform to any maintenance constraints. To insure maintenance check constraints are satisfied for multiperiod chains, it may be necessary to add deadhead flights. Minimizing the cost of deadhead trips and overnight stays provide the basis for selecting an optimal routing solution. Keywords: Deficit function, Flight schedule, Aircraft fleet, Chain decomposition, Aircraft routing
- Published
- 2019
27. Uniform chain decompositions and applications
- Author
-
István Tomon, Adam Zsolt Wagner, and Benny Sudakov
- Subjects
Physics ,Conjecture ,Mathematics::Combinatorics ,Applied Mathematics ,General Mathematics ,Computer Graphics and Computer-Aided Design ,Antichain ,Combinatorics ,Chain (algebraic topology) ,Average size ,Chain decomposition ,FOS: Mathematics ,Partition (number theory) ,Mathematics - Combinatorics ,Set theory ,Combinatorics (math.CO) ,Software - Abstract
The Boolean lattice $2^{[n]}$ is the family of all subsets of $[n]=\{1,\dots,n\}$ ordered by inclusion, and a chain is a family of pairwise comparable elements of $2^{[n]}$. Let $s=2^{n}/\binom{n}{\lfloor n/2\rfloor}$, which is the average size of a chain in a minimal chain decomposition of $2^{[n]}$. We prove that $2^{[n]}$ can be partitioned into $\binom{n}{\lfloor n/2\rfloor}$ chains such that all but at most $o(1)$ proportion of the chains have size $s(1+o(1))$. This asymptotically proves a conjecture of F\"uredi from 1985. Our proof is based on probabilistic arguments. To analyze our random partition we develop a weighted variant of the graph container method. Using this result, we also answer a Kalai-type question raised recently by Das, Lamaison and Tran. What is the minimum number of forbidden comparable pairs forcing that the largest subfamily of $2^{[n]}$ not containing any of them has size at most $\binom{n}{\lfloor n/2\rfloor}$? We show that the answer is $(\sqrt{\frac{\pi}{8}}+o(1))2^{n}\sqrt{n}$. Finally, we discuss how these uniform chain decompositions can be used to optimize and simplify various results in extremal set theory., Comment: 22 pages
- Published
- 2019
- Full Text
- View/download PDF
28. Some inequalities for partial orders.
- Author
-
Milner, E., Wang, Z., and Li, B.
- Abstract
We establish some inequalities connecting natural parameters of a partial order P. For example, if every interval [a,b] contains at most λ maximal chains, if some antichain has cardinality v, and if there are χ chains whose union is cofinal and coinitial in P, then the chain decomposition number for P is ⩽χλ v (Theorem 2.2), and the inequality is sharp in a certain sense (Section 3). [ABSTRACT FROM AUTHOR]
- Published
- 1987
- Full Text
- View/download PDF
29. Chain decompositions of graphs, 2: Surface embeddings
- Author
-
Eggleton, Roger B., Skilton, Donald K., Koh, Khee Meng, editor, and Yap, Hian Poh, editor
- Published
- 1984
- Full Text
- View/download PDF
30. Design Theory: A Model for Conceptual Design
- Author
-
Spillers, W. R., Newsorne, Sandra, Newsome, Sandra L., editor, Spillers, W. R., editor, and Finger, Susan, editor
- Published
- 1989
- Full Text
- View/download PDF
31. Symmetric Chain Decompositions of Products of Posets with Long Chains
- Author
-
Marius Tiba, Stefan David, and Hunter Spink
- Subjects
Conjecture ,Applied Mathematics ,Theoretical Computer Science ,Surjective function ,Combinatorics ,Graded poset ,Computational Theory and Mathematics ,Chain (algebraic topology) ,Chain decomposition ,06A07 ,Bijection ,FOS: Mathematics ,Discrete Mathematics and Combinatorics ,Mathematics - Combinatorics ,Geometry and Topology ,Hypercube ,Combinatorics (math.CO) ,Maximal element ,Mathematics - Abstract
We ask if there exists a symmetric chain decomposition of the cuboid $Q_k \times n$ such that no chain is "taut", i.e. no chain has a subchain of the form $(a_1,\ldots, a_k,0)\prec \ldots\prec (a_1,\ldots,a_k,n-1)$. In this paper, we show this is true precisely when $k \ge 5$ and $n\ge 3$. This question arises naturally when considering products of symmetric chain decompositions which induce orthogonal chain decompositions --- the existence of the decompositions provided in this paper unexpectedly resolves the most difficult case of previous work by the second author on almost orthogonal symmetric chain decompositions \cite{orth}, making progress on a conjecture of Shearer and Kleitman. In general, we show that for a finite graded poset $P$, there exists a canonical bijection between symmetric chain decompositions of $P \times m$ and $P \times n$ for $m, n\ge \text{rk}(P) + 1$, that preserves the existence of taut chains. If $P$ has a unique maximal and minimal element, then we also produce a canonical $(\text{rk}(P) +1)$ to $1$ surjection from symmetric chain decompositions of $P \times (\text{rk}(P) + 1)$ to symmetric chain decompositions of $P \times \text{rk}(P)$ which sends decompositions with taut chains to decompositions with taut chains., Comment: 11 pages, 1 figure, 3 tables, fixed arXiv reference
- Published
- 2017
- Full Text
- View/download PDF
32. Orthogonal Symmetric Chain Decompositions of Hypercubes
- Author
-
Hunter Spink
- Subjects
Discrete mathematics ,Mathematics::Combinatorics ,General Mathematics ,Computer Science::Computational Geometry ,Combinatorics ,Chain (algebraic topology) ,Computer Science::Discrete Mathematics ,Chain decomposition ,06A07 ,FOS: Mathematics ,Mathematics - Combinatorics ,Hypercube ,Combinatorics (math.CO) ,Partially ordered set ,Mathematics - Abstract
In 1979, Shearer and Kleitman conjectured that there exist $\lfloor n/2 \rfloor+1$ orthogonal chain decompositions of the hypercube $Q_n$, and constructed two orthogonal chain decompositions. In this paper, we make the first non-trivial progress on this conjecture since by constructing three orthogonal chain decompositions of $Q_n$ for $n$ large enough. To do this, we introduce the notion of "almost orthogonal symmetric chain decompositions". We explicitly describe three such decompositions of $Q_5$ and $Q_7$, and describe conditions which allow us to decompose products of hypercubes into $k$ almost orthogonal symmetric chain decompositions given such decompositions of the original hypercubes., Comment: 17 pages, 4 figures, fixed arXiv reference
- Published
- 2017
- Full Text
- View/download PDF
33. On Nested Chain Decompositions of Normalized Matching Posets of Rank 3
- Author
-
Shahriar Shahriari, Andreea C. Nicolae, Jordan Olliver Tirrell, Paul Russell Salerno, and Elinor Gardner Escamilla
- Subjects
Discrete mathematics ,Mathematics::Combinatorics ,Algebra and Number Theory ,Conjecture ,Matching (graph theory) ,Combinatorics ,Corollary ,Computational Theory and Mathematics ,Chain (algebraic topology) ,Star product ,Chain decomposition ,Rank (graph theory) ,Geometry and Topology ,Partially ordered set ,Mathematics - Abstract
In 1975, J. Griggs conjectured that a normalized matching rank-unimodal poset possesses a nested chain decomposition. This elegant conjecture remains open even for posets of rank 3. Recently, Hsu, Logan, and Shahriari have made progress by developing techniques that produce nested chain decompositions for posets with certain rank numbers. As a demonstration of their methods, they prove that the conjecture is true for all rank 3 posets of width at most 7. In this paper, we present new general techniques for creating nested chain decompositions, and, as a corollary, we demonstrate the validity of the conjecture for all rank 3 posets of width at most 11.
- Published
- 2010
- Full Text
- View/download PDF
34. A Decomposition of Parking Functions by Undesired Spaces
- Author
-
Max Hlavacek, Michael R. Dougherty, Ryo Kudo, Ian Nicolas, and Melody Bruce
- Subjects
021103 operations research ,Mathematics::Combinatorics ,Noncrossing partition ,Applied Mathematics ,0211 other engineering and technologies ,Hasse diagram ,0102 computer and information sciences ,02 engineering and technology ,01 natural sciences ,Theoretical Computer Science ,Combinatorics ,05A19 ,Computational Theory and Mathematics ,010201 computation theory & mathematics ,Chain decomposition ,Lattice (order) ,Bijection ,FOS: Mathematics ,Discrete Mathematics and Combinatorics ,Mathematics - Combinatorics ,Geometry and Topology ,Combinatorics (math.CO) ,Fixed length ,Partially ordered set ,Mathematics - Abstract
There is a well-known bijection between parking functions of a fixed length and maximal chains of the noncrossing partition lattice which we can use to associate to each set of parking functions a poset whose Hasse diagram is the union of the corresponding maximal chains. We introduce a decomposition of parking functions based on the largest number omitted and prove several theorems about the corresponding posets. In particular, they share properties with the noncrossing partition lattice such as local self-duality, a nice characterization of intervals, a readily computable M\"obius function, and a symmetric chain decomposition. We also explore connections with order complexes, labeled Dyck paths, and rooted forests., Comment: 22 pages, 13 figures
- Published
- 2016
- Full Text
- View/download PDF
35. Density-friendly Graph Decomposition
- Author
-
Nikolaj Tatti and Aristides Gionis
- Subjects
Factor-critical graph ,Dense graph ,Computer science ,Strength of a graph ,Distance-regular graph ,Simplex graph ,law.invention ,Graph power ,law ,Line graph ,String graph ,Graph property ,Time complexity ,Complement graph ,Distance-hereditary graph ,Forbidden graph characterization ,Discrete mathematics ,Degree (graph theory) ,Voltage graph ,Degree distribution ,Butterfly graph ,Tree decomposition ,Graph ,Vertex (geometry) ,Graph bandwidth ,Chain decomposition ,Cubic graph ,Regular graph ,Centrality ,Null graph ,Graph factorization - Abstract
Decomposing a graph into a hierarchical structure via k-core analysis is a standard operation in any modern graph-mining toolkit. k-core decomposition is a simple and efficient method that allows to analyze a graph beyond its mere degree distribution. More specifically, it is used to identify areas in the graph of increasing centrality and connectedness, and it allows to reveal the structural organization of the graph. Despite the fact that k-core analysis relies on vertex degrees, k-cores do not satisfy a certain, rather natural, density property. Simply put, the most central k-core is not necessarily the densest subgraph. This inconsistency between k-cores and graph density provides the basis of our study. We start by defining what it means for a subgraph to be locally-dense, and we show that our definition entails a nested chain decomposition of the graph, similar to the one given by k-cores, but in this case the components are arranged in order of increasing density. We show that such a locally-dense decomposition for a graph G = (V, E) can be computed in polynomial time. The running time of the exact decomposition algorithm is O(|V|^2|E|) but is significantly faster in practice. In addition, we develop a linear-time algorithm that provides a factor-2 approximation to the optimal locally-dense decomposition. Furthermore, we show that the k-core decomposition is also a factor-2 approximation, however, as demonstrated by our experimental evaluation, in practice k-cores have different structure than locally-dense subgraphs, and as predicted by the theory, k-cores are not always well-aligned with graph density.
- Published
- 2015
- Full Text
- View/download PDF
36. Pattern avoidance in compositions and multiset permutations
- Author
-
Carla D. Savage and Herbert S. Wilf
- Subjects
Discrete mathematics ,Sequence ,Multiset ,Mathematics::Combinatorics ,Applied Mathematics ,010102 general mathematics ,Generating function ,0102 computer and information sciences ,01 natural sciences ,Bijective proof ,Combinatorics ,Symmetric function ,Permutation ,010201 computation theory & mathematics ,Chain decomposition ,FOS: Mathematics ,Bijection ,Mathematics - Combinatorics ,Combinatorics (math.CO) ,0101 mathematics ,Mathematics - Abstract
We study pattern avoidance by combinatorial objects other than permutations, namely by ordered partitions of an integer and by permutations of a multiset. In the former case we determine the generating function explicitly, for integer compositions of n that avoid a given pattern of length 3 and we show that the answer is the same for all such patterns. We also show that the number of multiset permutations that avoid a given three-letter pattern is the same for all such patterns, thereby extending and refining earlier results of Albert, Aldred et al., and by Atkinson, Walker and Linton. Further, the number of permutations of a multiset S, with a_i copies of i for i = 1, ..., k, that avoid a given permutation pattern in S_3 is a symmetric function of the a_i's, and we will give here a bijective proof of this fact first for the pattern (123), and then for all patterns in S_3 by using a recently discovered bijection of Amy N. Myers., 8 pages, no figure
- Published
- 2006
- Full Text
- View/download PDF
37. Biconnectivity, Chain Decomposition and st-Numbering Using O(n) Bits
- Author
-
Sankardeep Chakraborty and Venkatesh Raman and Srinivasa Rao Satti, Chakraborty, Sankardeep, Raman, Venkatesh, Satti, Srinivasa Rao, Sankardeep Chakraborty and Venkatesh Raman and Srinivasa Rao Satti, Chakraborty, Sankardeep, Raman, Venkatesh, and Satti, Srinivasa Rao
- Abstract
Recent work by Elmasry et al. (STACS 2015) and Asano et al. (ISAAC 2014) reconsidered classical fundamental graph algorithms focusing on improving the space complexity. Elmasry et al. gave, among others, an implementation of depth first search (DFS) of a graph on n vertices and m edges, taking O(m lg lg n) time using O(n) bits of space improving on the time bound of O(m lg n) due to Asano et al. Subsequently Banerjee et al. (COCOON 2016) gave an O(m + n) time implementation using O(m+n) bits, for DFS and its classical applications (including testing for biconnectivity, and finding cut vertices and cut edges). Recently, Kammer et al. (MFCS 2016) gave an algorithm for testing biconnectivity using O(n + min{m, n lg lg n}) bits in linear time. In this paper, we consider O(n) bits implementations of the classical applications of DFS. These include the problem of finding cut vertices, and biconnected components, chain decomposition and st-numbering. Classical algorithms for them typically use DFS and some Omega(lg n) bits of information at each node. Our O(n)-bit implementations for these problems take O(m lg^c n lg lg n) time for some small constant c (c leq 3). Central to our implementation is a succinct representation of the DFS tree and a space efficient partitioning of the DFS tree into connected subtrees, which maybe of independent interest for space efficient graph algorithms.
- Published
- 2016
- Full Text
- View/download PDF
38. Partitioning a weighted partial order
- Author
-
Moonen, Linda S. and Spieksma, Frits C. R.
- Published
- 2008
- Full Text
- View/download PDF
39. Sperner theory in a difference of Boolean lattices
- Author
-
Mark L. Logan
- Subjects
Chain decompositions ,Discrete mathematics ,Mathematics::Combinatorics ,Matching (graph theory) ,Normalized matching property ,Antichains ,Antichain ,Theoretical Computer Science ,Combinatorics ,Chain decomposition ,Interval (graph theory) ,Discrete Mathematics and Combinatorics ,LYM property ,Boolean lattice ,Partially ordered set ,Mathematics - Abstract
Consider any sets x ⊆ y ⊆ {1,...,n}. Remove the interval [x, y] = {z ⊆ y|x ⊆ z} from the Boolean lattice of all subsets of {1,...,n}. We show that the resulting poset, ordered by inclusion, has a nested chain decomposition and has the normalized matching property. We also classify the largest antichains in this poset. This generalizes results of Griggs, who resolved these questions in the special case x = θ.
- Published
- 2002
- Full Text
- View/download PDF
40. Partitioning the Boolean Lattice into Chains of Large Minimum Size
- Author
-
Tim Hsu, Shahriar Shahriari, Mark J. Logan, and Christopher Towse
- Subjects
Discrete mathematics ,De Bruijn sequence ,Matching (graph theory) ,Function (mathematics) ,Griggs' conjecture ,normalized matching property ,Theoretical Computer Science ,Combinatorics ,Computational Theory and Mathematics ,Chain decomposition ,Rank (graph theory) ,Order (group theory) ,Discrete Mathematics and Combinatorics ,Partially ordered set ,Boolean lattice ,Mathematics ,chain decompositions ,Füredi's problem - Abstract
Let 2[n] denote the Boolean lattice of order n, that is, the poset of subsets of {1, …, n} ordered by inclusion. Recall that 2[n] may be partitioned into what we call the canonical symmetric chain decomposition (due to de Bruijn, Tengbergen, and Kruyswijk), or CSCD. Motivated by a question of Füredi, we show that there exists a function d(n)∼12n such that for any n⩾0, 2[n] may be partitioned into (n⌊n/2⌋) chains of size at least d(n). (For comparison, a positive answer to Füredi's question would imply that the same result holds for some d(n)∼π/2n.) More precisely, we first show that for 0⩽j⩽n, the union of the lowest j+1 elements from each of the chains in the CSCD of 2[n] forms a poset Tj(n) with the normalized matching property and log-concave rank numbers. We then use our results on Tj(n) to show that the nodes in the CSCD chains of size less than 2d(n) may be repartitioned into chains of large minimum size, as desired.
- Published
- 2002
- Full Text
- View/download PDF
41. [Untitled]
- Author
-
V. V. Shereshovets, Alexei F. Khalizov, and S. L. Khursan
- Subjects
Tert butyl ,chemistry.chemical_compound ,Ozone ,Reaction rate constant ,chemistry ,Chain decomposition ,Radical ,Kinetic scheme ,General Chemistry ,Photochemistry ,Trioxide ,Decomposition - Abstract
Di(tert-butyl) trioxide in a solution of CFCl3 (Freon-11) at –23 °C exists in equilibrium with the tert-butoxyl and tert-butylperoxyl radicals virtually without irreversible decomposition. The above radicals decompose ozone to dioxygen with a high effective rate constant, which is proprotional to the square root of the ButOOOBut concentration. The kinetic scheme describing the found relationships was proposed.
- Published
- 2001
- Full Text
- View/download PDF
42. Energy Transfer from N2(v) to ClN3 and a Kinetic Model for the Chain Decomposition of Chlorine Azide
- Author
-
and A. Mann, R. H. Jensen, and R. D. Coombe
- Subjects
Chemistry ,Energy transfer ,Photodissociation ,Analytical chemistry ,Laser ,Decomposition ,law.invention ,chemistry.chemical_compound ,Reaction rate constant ,law ,Chain decomposition ,Excited state ,Physical and Theoretical Chemistry ,Atomic physics ,Chlorine azide - Abstract
A number of experiments have been performed in an effort to better understand the photoinitiated chain decomposition of ClN3. Discharge-flow methods were used to determine the rate of energy exchange between vibrationally excited N2 (a likely chain carrier) and ClN3. The rate constant for energy transfer from N2(v=1) to ClN3 was found to be (2.0 ± 1.0) × 10-13 cm3 s-1 at 300 K. This process is thought to excite the ν2 mode in ClN3 with the release of 281 cm-1 of excess energy. Experiments were also performed in which the decomposition of ClN3 was initiated by photolysis with a pulsed KrF laser at 249 nm, with subsequent observation of the time dependence of the densities of ClN3, electronically excited NCl(a1Δ), and vibrationally excited ClN3(ν2). A kinetic model for the ClN3 decomposition was assembled based on reactions with NCl(a1Δ) and N2(ν).
- Published
- 2000
- Full Text
- View/download PDF
43. Explicit semisymmetric chain decomposition of the partition lattice
- Author
-
Murali K. Srinivasan and Rajendra S. Deodhar
- Subjects
Discrete mathematics ,Carry (arithmetic) ,Partition lattice ,Automorphism ,Set Partitions ,Order-Matchings ,Theoretical Computer Science ,Combinatorics ,Symmetric Chain Decomposition ,Semisymmetric Chain Decomposition ,Chain decomposition ,Order (group theory) ,Discrete Mathematics and Combinatorics ,Mathematics - Abstract
Loeb et al. (J. Combin. Theory Ser. A. 65 (1994) 151-157) gave an explicit semisymmetric chain decomposition of Pi(n). In this paper we give a second explicit semisymmetric chain decomposition and show that it is different from the one given in Loeb et al. (1995) in the sense that no order automorphism of Pi(n) can carry one to another. (C) 2000 . MSC: primary 05D05; secondary 06A07; 05A18; 05B35.
- Published
- 2000
- Full Text
- View/download PDF
44. [Untitled]
- Author
-
Oleg Pikhurko
- Subjects
Discrete mathematics ,Combinatorics ,Mathematics::Combinatorics ,Algebra and Number Theory ,Computational Theory and Mathematics ,Chain decomposition ,Lattice (order) ,Dilworth's theorem ,Geometry and Topology ,Partially ordered set ,Mathematics - Abstract
An edge decomposition of a poset P is a collection of chains such that every pair of elements of which one covers the other belongs to exactly one chain. We consider this and the related notion of the line poset L(P) which consists of pairs of adjacent elements of P so that (x⋖y)
- Published
- 1999
- Full Text
- View/download PDF
45. Role of the ligand in the cobalt(II)-catalysed decomposition of tert-butyl hydroperoxide. Evidence for the participation of bridged dicobalt complexes
- Author
-
Philip Louis Taylor, Philip Harris, and Roy P. Houghton
- Subjects
Ligand ,chemistry.chemical_element ,Photochemistry ,Medicinal chemistry ,Decomposition ,Catalysis ,Inorganic Chemistry ,chemistry.chemical_compound ,chemistry ,Catalytic cycle ,Chlorobenzene ,Chain decomposition ,Materials Chemistry ,tert-Butyl hydroperoxide ,Physical and Theoretical Chemistry ,Cobalt - Abstract
In the cobalt(II)-catalysed decomposition of t-butyl hydroperoxide at 25°C in a 5 : 1 mixture (v/v) of chlorobenzene and dioxane, cobalt 2-ethylhexanoate is more active as a catalyst than the cobalt(II) complexes of a number of 1,3-dicarbonyl compounds. These complexes become deactivated and, in general, a decrease in the acidity of the parent 1,3-dicarbonyl compound lowers the rate of deactivation. This relationship, as well as the high activity of the 2-ethylhexanoate, is consistent with the radical chain decomposition of the hydroperoxide being initiated by a catalytic cycle which involves bridged dicobalt complexes. This cycle differs from the currently accepted Haber and Weiss cycle in that it does not directly generate an alkoxy radical.
- Published
- 1997
- Full Text
- View/download PDF
46. Adaptive Data Structures for Permutations and Binary Relations
- Author
-
Francisco Claude and J. Ian Munro
- Subjects
Discrete mathematics ,Range searching ,Range query (data structures) ,Chain decomposition ,Binary relation ,Data structure ,Adaptive representation ,Upper and lower bounds ,Algorithm ,Geometric data analysis ,Mathematics - Abstract
We present new data structures for representing binary relations in an adaptive way, that is, for certain classes of inputs we achieve space below the general information theoretic lower bound, while achieving reasonable space complexities in the worst case. Our approach is derived from a geometric data structure [Arroyuelo et al., TCS 2011]. When used for representing permutations, it converges to a previously known adaptive representation [Barbay and Navarro, STACS 2009]. However, this new way of approaching the problem shows that we can support range searching in the adaptive representation. We extend this approach to representing binary relations, where no other adaptive representations using this chain decomposition have been proposed.
- Published
- 2013
- Full Text
- View/download PDF
47. Solving a General Routing and Scheduling Problem by Chain Decomposition and Tabu Search
- Author
-
John N. Hooker and N. R. Natraj
- Subjects
Mathematical optimization ,Engineering ,Job shop scheduling ,Exploit ,business.industry ,Transportation ,Tabu search ,Tabu search heuristic ,Scheduling (computing) ,Chain decomposition ,Time windows ,Vehicle routing problem ,business ,Civil and Structural Engineering - Abstract
We modify the classical chain decomposition model for vehicle routing in order to formulate a very general class of vehicle routing and scheduling problems with time windows, in which vehicles may pick up loads while on the way to deliver others. We use the model as a framework for a tabu search heuristic that exploits the constraint structure these problems have in common while accommodating complex side constraints and objective functions. We test the heuristic computationally on several random problems and a problem supplied by the U.S. Military Airlift Command.
- Published
- 1995
- Full Text
- View/download PDF
48. Collisional Quenching of NCl(a1.DELTA.,v=0) and the Chain Decomposition of ClN3
- Author
-
R. D. Coombe and A. J. Ray
- Subjects
Quenching (fluorescence) ,Chemistry ,Chain decomposition ,General Engineering ,Physical chemistry ,Physical and Theoretical Chemistry ,Delta-v (physics) - Published
- 1994
- Full Text
- View/download PDF
49. Chain Decomposition of Bis(oxalato)peroxotitanate(IV) Complex Initiated by Ti(III), Cr(II), and V(II)
- Author
-
Nobuyoshi Shinohara, Takashi Akiyama, and Makoto Iwasawa
- Subjects
Reducing agent ,Inorganic chemistry ,chemistry.chemical_element ,General Chemistry ,Oxygen ,Medicinal chemistry ,Oxalate ,Ion ,chemistry.chemical_compound ,Chain length ,chemistry ,Chain decomposition ,Chain reaction ,Chemical decomposition - Abstract
The chain decomposition of the bis(oxalato)peroxotitanate(IV) complex [Ti(O2)(ox)2]2− (ox = C2O42−) is initiated by the addition of a very small amount of reducing agent, such as Ti(III), Cr(II) or V(II). The chain length increases with increasing the concentrations of added [TiO(ox)2]2− and oxalate ion; the maximum chain length was 600 under the experimental conditions. The decomposition reaction gave 2 mol of CO2 per 1 mol of decomposed [Ti(O2)(ox)2]2−. Ti(III), Cr(II), and V(II) reductions of [Ti(O2)(ox)2]2− produced ·OH, identified by the spin-trapping technique using a 5,5-dimethyl-1-pyrroline-N-oxide radical trap. Oxygen is an inhibitor of the chain reaction in this system. The chain-decomposition mechanism is discussed.
- Published
- 1994
- Full Text
- View/download PDF
50. Applications of the symmetric chain decomposition of the lattice of divisors
- Author
-
Jerrold R. Griggs and Chuanzhong Zhu
- Subjects
Discrete mathematics ,Combinatorics ,Algebra and Number Theory ,Computational Theory and Mathematics ,Chain decomposition ,Lattice (order) ,Geometry and Topology ,Unimodality ,Mathematics - Abstract
The symmetric chain decomposition of the lattice of divisors,D N, is applied to prove results about the strict unimodality of the Whitney numbers ofD N, about minimum interval covers for the union of consecutive rank-sets ofD N, and about the distribution of sums of vectors in which each vector can be included several times (an extension of the famous Littlewood-Offord problem)
- Published
- 1994
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.