483 research outputs found

    Industrial Field for Foresters

    Get PDF
    In normal times the industrial field offers many opportunities for foresters. Foresters who can show a manufacturer ways to improve his product or reduce costs will always have openings for employment

    Approximation Algorithms for Connected Maximum Cut and Related Problems

    Full text link
    An instance of the Connected Maximum Cut problem consists of an undirected graph G = (V, E) and the goal is to find a subset of vertices S \subseteq V that maximizes the number of edges in the cut \delta(S) such that the induced graph G[S] is connected. We present the first non-trivial \Omega(1/log n) approximation algorithm for the connected maximum cut problem in general graphs using novel techniques. We then extend our algorithm to an edge weighted case and obtain a poly-logarithmic approximation algorithm. Interestingly, in stark contrast to the classical max-cut problem, we show that the connected maximum cut problem remains NP-hard even on unweighted, planar graphs. On the positive side, we obtain a polynomial time approximation scheme for the connected maximum cut problem on planar graphs and more generally on graphs with bounded genus.Comment: 17 pages, Conference version to appear in ESA 201

    Vertex-Coloring with Star-Defects

    Full text link
    Defective coloring is a variant of traditional vertex-coloring, according to which adjacent vertices are allowed to have the same color, as long as the monochromatic components induced by the corresponding edges have a certain structure. Due to its important applications, as for example in the bipartisation of graphs, this type of coloring has been extensively studied, mainly with respect to the size, degree, and acyclicity of the monochromatic components. In this paper we focus on defective colorings in which the monochromatic components are acyclic and have small diameter, namely, they form stars. For outerplanar graphs, we give a linear-time algorithm to decide if such a defective coloring exists with two colors and, in the positive case, to construct one. Also, we prove that an outerpath (i.e., an outerplanar graph whose weak-dual is a path) always admits such a two-coloring. Finally, we present NP-completeness results for non-planar and planar graphs of bounded degree for the cases of two and three colors

    Fast Distributed Approximation for Max-Cut

    Full text link
    Finding a maximum cut is a fundamental task in many computational settings. Surprisingly, it has been insufficiently studied in the classic distributed settings, where vertices communicate by synchronously sending messages to their neighbors according to the underlying graph, known as the LOCAL\mathcal{LOCAL} or CONGEST\mathcal{CONGEST} models. We amend this by obtaining almost optimal algorithms for Max-Cut on a wide class of graphs in these models. In particular, for any ϵ>0\epsilon > 0, we develop randomized approximation algorithms achieving a ratio of (1ϵ)(1-\epsilon) to the optimum for Max-Cut on bipartite graphs in the CONGEST\mathcal{CONGEST} model, and on general graphs in the LOCAL\mathcal{LOCAL} model. We further present efficient deterministic algorithms, including a 1/31/3-approximation for Max-Dicut in our models, thus improving the best known (randomized) ratio of 1/41/4. Our algorithms make non-trivial use of the greedy approach of Buchbinder et al. (SIAM Journal on Computing, 2015) for maximizing an unconstrained (non-monotone) submodular function, which may be of independent interest

    Ultimate Heat Sink Thermal Performance and Water Utilization: Measurements on Cooling and Spray Ponds

    Get PDF
    A data acquisition research program, entitled "Ultimate Heat Sink Performance Field Experiments," has been brought to completion. The primary objective is to obtain the requisite data to characterize thermal performance and water utilization for cooling ponds and spray ponds at elevated temperature. Such data are useful for modeling purposes, but the work reported here does not contain modeling efforts within its scope. The water bodies which have been studied are indicative of nuclear reactor ultimate heat sinks, components of emergency core cooling systems. The data reflect thermal performance and water utilization for meteorological and solar influences which are representative of worst-case combinations of conditions. Constructed water retention ponds, provided with absolute seals against seepage, have been chosen as facilities for the measurement programs; the first pond was located at Raft River, Idaho, and the second at East Mesa, California. The data illustrate and describe, for both cooling ponds and spray ponds, thermal performance and water utilization as the ponds cool from an initially elevated temperature. To obtain the initial elevated temperature, it has been convenient to conduct the measurements at geothermal sites having large supplies and delivery rates of hot geothermal fluid. The data are described and discussed in the text, and presented in the form of data volumes as appendices

    Analysis of factors influencing the ultrasonic fetal weight estimation

    Get PDF
    Objective: The aim of our study was the evaluation of sonographic fetal weight estimation taking into consideration 9 of the most important factors of influence on the precision of the estimation. Methods: We analyzed 820 singleton pregnancies from 22 to 42 weeks of gestational age. We evaluated 9 different factors that potentially influence the precision of sonographic weight estimation ( time interval between estimation and delivery, experts vs. less experienced investigator, fetal gender, gestational age, fetal weight, maternal BMI, amniotic fluid index, presentation of the fetus, location of the placenta). Finally, we compared the results of the fetal weight estimation of the fetuses with poor scanning conditions to those presenting good scanning conditions. Results: Of the 9 evaluated factors that may influence accuracy of fetal weight estimation, only a short interval between sonographic weight estimation and delivery (0-7 vs. 8-14 days) had a statistically significant impact. Conclusion: Of all known factors of influence, only a time interval of more than 7 days between estimation and delivery had a negative impact on the estimation

    A Fixed-Parameter Algorithm for the Max-Cut Problem on Embedded 1-Planar Graphs

    Full text link
    We propose a fixed-parameter tractable algorithm for the \textsc{Max-Cut} problem on embedded 1-planar graphs parameterized by the crossing number kk of the given embedding. A graph is called 1-planar if it can be drawn in the plane with at most one crossing per edge. Our algorithm recursively reduces a 1-planar graph to at most 3k3^k planar graphs, using edge removal and node contraction. The \textsc{Max-Cut} problem is then solved on the planar graphs using established polynomial-time algorithms. We show that a maximum cut in the given 1-planar graph can be derived from the solutions for the planar graphs. Our algorithm computes a maximum cut in an embedded 1-planar graph with nn nodes and kk edge crossings in time O(3kn3/2logn)\mathcal{O}(3^k \cdot n^{3/2} \log n).Comment: conference version from IWOCA 201
    corecore