2,263 research outputs found

    Parameterized Algorithms for Graph Partitioning Problems

    Full text link
    We study a broad class of graph partitioning problems, where each problem is specified by a graph G=(V,E)G=(V,E), and parameters kk and pp. We seek a subset UVU\subseteq V of size kk, such that α1m1+α2m2\alpha_1m_1 + \alpha_2m_2 is at most (or at least) pp, where α1,α2R\alpha_1,\alpha_2\in\mathbb{R} are constants defining the problem, and m1,m2m_1, m_2 are the cardinalities of the edge sets having both endpoints, and exactly one endpoint, in UU, respectively. This class of fixed cardinality graph partitioning problems (FGPP) encompasses Max (k,nk)(k,n-k)-Cut, Min kk-Vertex Cover, kk-Densest Subgraph, and kk-Sparsest Subgraph. Our main result is an O(4k+o(k)Δk)O^*(4^{k+o(k)}\Delta^k) algorithm for any problem in this class, where Δ1\Delta \geq 1 is the maximum degree in the input graph. This resolves an open question posed by Bonnet et al. [IPEC 2013]. We obtain faster algorithms for certain subclasses of FGPPs, parameterized by pp, or by (k+p)(k+p). In particular, we give an O(4p+o(p))O^*(4^{p+o(p)}) time algorithm for Max (k,nk)(k,n-k)-Cut, thus improving significantly the best known O(pp)O^*(p^p) time algorithm

    Parameterized Inapproximability of Target Set Selection and Generalizations

    Full text link
    In this paper, we consider the Target Set Selection problem: given a graph and a threshold value thr(v)thr(v) for any vertex vv of the graph, find a minimum size vertex-subset to "activate" s.t. all the vertices of the graph are activated at the end of the propagation process. A vertex vv is activated during the propagation process if at least thr(v)thr(v) of its neighbors are activated. This problem models several practical issues like faults in distributed networks or word-to-mouth recommendations in social networks. We show that for any functions ff and ρ\rho this problem cannot be approximated within a factor of ρ(k)\rho(k) in f(k)nO(1)f(k) \cdot n^{O(1)} time, unless FPT = W[P], even for restricted thresholds (namely constant and majority thresholds). We also study the cardinality constraint maximization and minimization versions of the problem for which we prove similar hardness results

    A New Lower Bound on the Maximum Number of Satisfied Clauses in Max-SAT and its Algorithmic Applications

    Full text link
    A pair of unit clauses is called conflicting if it is of the form (x)(x), (xˉ)(\bar{x}). A CNF formula is unit-conflict free (UCF) if it contains no pair of conflicting unit clauses. Lieberherr and Specker (J. ACM 28, 1981) showed that for each UCF CNF formula with mm clauses we can simultaneously satisfy at least \pp m clauses, where \pp =(\sqrt{5}-1)/2. We improve the Lieberherr-Specker bound by showing that for each UCF CNF formula FF with mm clauses we can find, in polynomial time, a subformula FF' with mm' clauses such that we can simultaneously satisfy at least \pp m+(1-\pp)m'+(2-3\pp)n"/2 clauses (in FF), where n"n" is the number of variables in FF which are not in FF'. We consider two parameterized versions of MAX-SAT, where the parameter is the number of satisfied clauses above the bounds m/2m/2 and m(51)/2m(\sqrt{5}-1)/2. The former bound is tight for general formulas, and the later is tight for UCF formulas. Mahajan and Raman (J. Algorithms 31, 1999) showed that every instance of the first parameterized problem can be transformed, in polynomial time, into an equivalent one with at most 6k+36k+3 variables and 10k10k clauses. We improve this to 4k4k variables and (25+4)k(2\sqrt{5}+4)k clauses. Mahajan and Raman conjectured that the second parameterized problem is fixed-parameter tractable (FPT). We show that the problem is indeed FPT by describing a polynomial-time algorithm that transforms any problem instance into an equivalent one with at most (7+35)k(7+3\sqrt{5})k variables. Our results are obtained using our improvement of the Lieberherr-Specker bound above

    Messenger RNA coding for only the alpha subunit of the rat brain Na channel is sufficient for expression of functional channels in Xenopus oocytes

    Get PDF
    Several cDNA clones coding for the high molecular weight (alpha) subunit of the voltage-sensitive Na channel have been selected by immunoscreening a rat brain cDNA library constructed in the expression vector lambda gt11. As will be reported elsewhere, the amino acid sequence translated from the DNA sequence shows considerable homology to that reported for the Electrophorus electricus electroplax Na channel. Several of the cDNA inserts hybridized with a low-abundance 9-kilobase RNA species from rat brain, muscle, and heart. Sucrose-gradient fractionation of rat brain poly(A) RNA yielded a high molecular weight fraction containing this mRNA, which resulted in functional Na channels when injected into oocytes. This fraction contained undetectable amounts of low molecular weight RNA. The high molecular weight Na channel RNA was selected from rat brain poly(A) RNA by hybridization to a single-strand antisense cDNA clone. Translation of this RNA in Xenopus oocytes resulted in the appearance of tetrodotoxin-sensitive voltage-sensitive Na channels in the oocyte membrane. These results demonstrate that mRNA encoding the alpha subunit of the rat brain Na channel, in the absence of any beta-subunit mRNA, is sufficient for translation to give functional channels in oocytes

    One-Pot Enol Silane Formation-Mukaiyama–Mannich Addition of Ketones, Amides, and Thioesters to Nitrones in the Presence of Trialkylsilyl Trifluoromethanesulfonates

    Get PDF
    Ketones, amides, and thioesters form enol silanes and add to N-phenylnitrones in one pot in the presence of trimethylsilyl trifluoromethanesulfonate and trialkylamine. The reaction is general to a range of silyl trifluoromethanesulfonates and N-phenylnitrones. The b-(silyloxy)amino carbonyl products are stable to chromatography and can be isolated in 63-99% yield

    One-pot silyl ketene imine formation-nucleophilic addition reactions of acetonitrile with acetals and nitrones

    Get PDF
    Trimethylsilyl trifluoromethanesulfonate (TMSOTf) and a trialkylamine base promote the conversion of acetonitrile to its silyl ketene imine in situ when acetonitrile is employed as solvent. Residual TMSOTf acts as a Lewis acid catalyst to activate acetals and nitrones in the reaction mixture, yielding β-methoxynitriles and β-(silyloxy)aminonitriles, respectively. Some reaction products undergo elimination under the reaction conditions to provide the α,β-unsaturated nitrile directly

    Polynomial kernelization for removing induced claws and diamonds

    Full text link
    A graph is called (claw,diamond)-free if it contains neither a claw (a K1,3K_{1,3}) nor a diamond (a K4K_4 with an edge removed) as an induced subgraph. Equivalently, (claw,diamond)-free graphs can be characterized as line graphs of triangle-free graphs, or as linear dominoes, i.e., graphs in which every vertex is in at most two maximal cliques and every edge is in exactly one maximal clique. In this paper we consider the parameterized complexity of the (claw,diamond)-free Edge Deletion problem, where given a graph GG and a parameter kk, the question is whether one can remove at most kk edges from GG to obtain a (claw,diamond)-free graph. Our main result is that this problem admits a polynomial kernel. We complement this finding by proving that, even on instances with maximum degree 66, the problem is NP-complete and cannot be solved in time 2o(k)V(G)O(1)2^{o(k)}\cdot |V(G)|^{O(1)} unless the Exponential Time Hypothesis fai

    Friedel–Crafts addition of indoles to nitrones promoted by trimethylsilyl trifluoromethanesulfonate

    Get PDF
    N-alkylindoles undergo Friedel–Crafts addition to aryl and secondary alkyl nitrones in the presence of trimethylsilyl trifluoromethanesulfonate and a trialkylamine to produce 3-(1- (silyloxyamino)alkyl)indoles. Spontaneous conversion to the bisindolyl(aryl)methanes, which is thermodynamically favored for nitrones derived from aromatic aldehydes, is suppressed under the reaction conditions. The silyloxyamino group can be deprotected with tetrabutylammonium fluoride to yield the hydroxylamine
    corecore