Academic literature on the topic 'Complexité combinatoire'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Complexité combinatoire.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Complexité combinatoire"
Hamon, Philippe. "Le littéraire, la littérature, le social et la valeur." Cahiers de recherche sociologique, no. 12 (April 18, 2011): 21–33. http://dx.doi.org/10.7202/1002055ar.
Full textFerenczi, Sébastien. "Les transformations de Chacon : combinatoire, structure géométrique, lien avec les systèmes de complexité $2n+1$." Bulletin de la Société mathématique de France 123, no. 2 (1995): 271–92. http://dx.doi.org/10.24033/bsmf.2260.
Full textEstève, Isabelle, and Agnès Millet. "Contacts de Langues et Multimodalite chez des locuteurs sourds : concepts et outils méthodologiques pour Llanalyse." Journal of Language Contact 2, no. 2 (2009): 111–31. http://dx.doi.org/10.1163/000000009792497823.
Full textStatman, Rick. "On the complexity of alpha conversion." Journal of Symbolic Logic 72, no. 4 (December 2007): 1197–203. http://dx.doi.org/10.2178/jsl/1203350781.
Full textBergier, Hugolin. "How Combinatory Logic Can Limit Computing Complexity." EPJ Web of Conferences 244 (2020): 01009. http://dx.doi.org/10.1051/epjconf/202024401009.
Full textWilliams, Lance R. "Programs as Polypeptides." Artificial Life 22, no. 4 (November 2016): 451–82. http://dx.doi.org/10.1162/artl_a_00213.
Full textKaboré, Idrissa, and Théodore Tapsoba. "Combinatoire de mots récurrents de complexitén+2." RAIRO - Theoretical Informatics and Applications 41, no. 4 (September 25, 2007): 425–46. http://dx.doi.org/10.1051/ita:2007027.
Full textRedmond, Brian F. "Bounded Combinatory Logic and lower complexity." Information and Computation 248 (June 2016): 215–26. http://dx.doi.org/10.1016/j.ic.2015.12.013.
Full textHirokawa, Sachio. "Complexity of the combinator reduction machine." Theoretical Computer Science 41 (1985): 289–303. http://dx.doi.org/10.1016/0304-3975(85)90076-3.
Full textKrishnamurthy, E. V., and B. P. Vickers. "Compact numeral representation with combinators." Journal of Symbolic Logic 52, no. 2 (June 1987): 519–25. http://dx.doi.org/10.2307/2274398.
Full textDissertations / Theses on the topic "Complexité combinatoire"
Bouras, Abdelghani. "Problème d'affectation quadratique de petit rang : modeèles, complexité et applications." Université Joseph Fourier (Grenoble), 1996. http://www.theses.fr/1996GRE10102.
Full textChung, Yerim. "Optimisation combinatoire inverse et applications." Paris 1, 2010. http://www.theses.fr/2010PA010009.
Full textRenotte-Jeudy, Laure. "Classes de complexité, complétude et préservation de l'approximation." Paris 9, 1996. https://portail.bu.dauphine.fr/fileviewer/index.php?doc=1996PA090064.
Full textWatrigant, Rémi. "Approximation et complexité paramétrée de problèmes d’optimisation dans les graphes : partitions et sous-graphes." Thesis, Montpellier 2, 2014. http://www.theses.fr/2014MON20100/document.
Full textThe theory of NP-completeness tells us that for many optimization problems, there is no hope for finding an efficient algorithm computing an optimal solution. Based on this, two classical approaches have been developped to deal with these problems. The first one, called polynomial- time approximation, consists in designing efficient algorithms computing a solution that is close to an optimal one. The second one, called param- eterized complexity, consists in designing exact algorithms which com- binatorial explosion is captured by a carefully chosen parameter of the instance. The goal of this thesis is twofold. First, we study and apply classical methods from these two domains in order to obtain positive and negative results for two optimization problems in graphs: a partitioning problem called Sparsest k-Compaction, and a cardinality constraint subgraph problem called Sparsest k-Subgraph. Then, we present how the different methods from these two domains have been combined in recent years in a concept called parameterized approximation. In particular, we study the links between approximation and kernelization algorithms
Duvillié, Guillerme. "Approximation, complexité paramétrée et stratégies de résolution de problèmes d'affectation multidimensionnelle." Thesis, Montpellier, 2016. http://www.theses.fr/2016MONTT321/document.
Full textIn this thesis, we focused in the Wafer-to-Wafer integration problems. These problems come from IC manufacturing. During the production of three-dimensional processors, dies have to be superimposed. Until recent, the dies were engraved on a silicon disk called wafer, then were cut, tested and sorted to suppress faulty dies and lastly superimposed one to each other.However superimposing wafers instead of dies presents several technical and financial advantages. Since faulty dies can only be dismissed when cutting the wafer, superimpose two wafers can lead to superimpose a faulty die with a viable one. In this case, the resulting stack of dies is considered as faulty. It follows that a bad assignment between the wafers can lead to a disastrous yield.In order to minimize the number of faulty dies stacks, a "failure map" of each wafer is generated during a test phase. This map gives location of the faulty dies on the wafers. The objective is then to take advantage of this map to define an assignment of the wafers to each other in order to match as many failures as possible.This problem can be modelized with Multidimensional Assignment problems. Each wafer can be seen as a vector with as many dimensions as the number of dies engraved on it. A coordinate set to zero marks a faulty die while a coordinate set to one indicates a viable one. Each seat of wafers is represented by a set of vector. Formally, an instance of a Wafer-to-Wafer integration problem is represented by m sets of n p-dimensional vectors. The objective is then to partition the vectors into n disjoint m-tuples, each tuple containing exactly one vector per set. An m-tuple represents a stack of wafers. Every m-tuple can be represented by a p-dimensional vector. Each coordinate is computed by performing the bitwise AND between the corresponding coordinates of the vectors that compose the m-tuple. In other words, a coordinate of the representative vector is equal to one if and only if this coordinate is equal to one in every vector composing the tuple. It follows that a dies stack is viable if and only if all the dies composing the stack are viable. The objective is then to maximize the overall number of ones of to minimize the overall number of zeros.The first part of the thesis is a theoretical one. We study the complexity of the considered versions of the problem with regards to natural parameters such as m, n, p or the number of zeros per vector. We show that these problems can encode more classical problems such as Maximum Clique, Minimum Vertex Cover or k-Dimensional Matching. This leads to several negative results from computational complexity, approximability or even parameterized complexity point of view. We also provide several positive results for some specific cases of the problem.In a second part, we focus on the practical solving of the problem. We provide and compare several Integer Linear Programming formulations. We also focus on performances of some approximation algorithms that we detailed in the theoretical part
Ould, Mohamed Lemine Mohamed. "Connaissance inter-entreprises et optimisation combinatoire." Thesis, Paris 9, 2014. http://www.theses.fr/2014PA090015/document.
Full textThe inter-companies knowledge allows to every partner to learn about its customers, its suppliers and to develop its activity. Also this permits to limit the risk related to the creditworthiness, or the late payment of its partners. With the cash flow pressures, the need for growth and increased competition, this area becomes more strategic than ever, for both small (PME) and large groups. The amount of data processed in this domain, the requirements of quality and freshness, the need to cross these data to obtain new information and indicators, yield several optimization problems for which the recent techniques and computational tools can bring effective solutions. In this thesis, we use combinatorial optimization, text algorithms as well as graph theory to solve efficiently problems arising in the field of inter-companies knowledge. In particular, such problems was encountered in Altares D&B. First, we focus on the quality of the managers database. This problem combines the detection and removal of duplicates in a database, as well as the error detection in a string. We propose a method for solving this problem, based on data normalization, text algorithms and syntactic comparison between two strings. Our experimental results show that this method is relevant for the detection and removal of duplicates, and it is also very efficient in terms of processing time. In a second part of the thesis, we address a problem related to the data of ownership links. We compute the indirect links, and identify the group heads. We propose a method for solving this problem using graph theory and combinatorial optimization. We then perform a set of experiments on several real-world instances. The computational results show the effectiveness of our method in terms of CPU-time and resource allocation. In fact, the CPU time for computation increases logarithmically with the size of the instances. Finally, we consider the problem of identifying influence networks. We give a description of this problem in terms of graphs, and show that it can reduce to a graph partitioning problem. The latter is NP-hard. We then propose an integer linear programming formulation to model the problem. We investigate the associated polyhedron and describe several classes of valid inequalities. We give some necessaryand sufficient conditions for these inequalities to define facets of the considered polyhedron, and we discuss the related separation problems. Based on the obtained polyhedral results, we devise a Branch-and-Cut algorithm to solve the problem. Some numerical results are presented to show the efficiency of our algorithm
Davot, Tom. "A la recherche de l’échafaudage parfait : efficace, de qualité et garanti." Thesis, Montpellier, 2020. http://www.theses.fr/2020MONTS030.
Full textSequencing is a process in biology that determines the order of nucleotides in the DNA. It produces a set of fragments, called reads, in which the genetic information is known. Unfortunatly, the genomic sequence is decomposed in small pieces. In order to analyse it, it is necessary to reconstruct it using a number of computer processes. In this thesis, we studied two mathematical problems arising from this sequencing: the scaffolding and the linearization.The scaffolding is a process that takes place after the reads assembly into larger subsequences called contigs. It consists in the search of paths and cycles in a particular graph called scaffold graph. These paths and cycles represent the linear and circular chromosomes of the organism whose DNA has been sequenced. The linearization is a problem related to the scaffolding. When we take into account that contigs may appear several times in the genomic sequence, some ambiguities can arise. If this ambiguities are not deleted, then a chimeric sequence may be produced by the scaffolding. To solve this problem, a solution computed by the scaffolding should be wisely deteriorated. In any case, both problems can be modelized as optimization problems in a graph.In this document, we study both problems focusing on three aspects. The first aspect consists in the study of the complexity of these problems. The second aspect consists in the development of algorithms, exact or approximate, to solve these problems. Finally, the last aspect consists in implementing and testing these algorithms to look at their behaviors on real instances
Le, Gonidec Marion. "Sur la complexité des mots q∞-automatiques." Aix-Marseille 2, 2006. http://theses.univ-amu.fr.lama.univ-amu.fr/2006AIX22080.pdf.
Full textIn this thesis, we study a class of infinite words on a finite alphabet, generated by q-automata with countable states set, for an integer q ≥ 2. Those words, called q∞-automatic words are images by some « admissibles » morphisms of fixed points of substitutions of constant length q over countable alphabets. In this sense, thoses words can be viewed as a generalisation of automatic words. We show that the complexity function p of the (2d)∞-automatic word generated by the automaton related to regular random walk on Zd satisfies p(n) = O(n logd+1 2d n). Mo-reover, in the one-dimension case, the function n log2 2 n is an equivalent of the complexity function. This result can be generalized to q∞-automatic words generated by automata related to more general random walks on Zd by the relation p(n) = O(n logq+1 q n). In the more general case of q∞-automatic words generated by bounded degree auto- mata, we prouve that the complexity function is at most a polynomial function. We show how this result can be improved on examples, to obtain a thiner majoration of the com- plexity function order of growth. Moreover, on one exemple related to the Dyck language over two types of parenthesis, we obtain the exact complexity function order of growth. We also give a polynomial majoration of the complexity function for q∞-automatic words generated by monotone automata
Jost, Vincent. "Ordonnancement chromatique : polyèdres, complexité et classification." Université Joseph Fourier (Grenoble), 2006. http://www.theses.fr/2006GRE10158.
Full textSome problems in operations research can be modelled as graph colouring problems. Often however, the classical problem of minimum colouring is not able to express some additional constraints that naturally appear in applied contexts. On the other hand, some of these constraints are weil known in scheduling theory. The scope of "chromatic scheduling" is to deal with these hybrid models. This includes problems such as "bounded colouring", "precolouring extension" or "max colouring". We provide new lower bounds for the optimum value of these minimization problems. The main results state that these lower bounds yield min-max formulas in subclasses of perfect graphs. Ln particular, we obtain min-max formulas and efficient algorithms for complement of interval graphs (which are fundamental in transport and production problems) and line-graphs of bipartite graphs (fundamental in timetabling problems). These chromatic scheduling problems are often NP-hard even for bipartite graphs (and therefore for perfect graphs). Depending on the problem and the graph class to which we restrict, we tried to draw the frontiers between polynomial cases, NP-hard cases and those cases for which the lower bound is tight. This allows to summarize the main known results and to design some more generallower bounds as weil as approximation alaorithms with aood Derformance ratios
Madelaine, Florent. "Problèmes de satisfaction de contraintes : une étude logique et combinatoire." Caen, 2003. http://www.theses.fr/2003CAEN2005.
Full textBooks on the topic "Complexité combinatoire"
J, Akiyama, Kanō Mikio 1949-, and Tan Xuehou, eds. Discrete and computational geometry: Japanese conference, JCDCG 2004, Tokyo, Japan, October 8-11, 2004 : revised selected papers. Berlin: Springer, 2005.
Find full textArto, Salomaa, and Karhumäki Juhani, eds. Jewels are forever: Contributions on theoretical computer science in honor of Arto Salomaa. Berlin: Springer, 1999.
Find full text(Editor), Arto Salomaa, Hermann Maurer (Editor), Gheorghe Paun (Editor), Grzegorz Rozenberg (Editor), and Juhani Karhumaki (Editor), eds. Jewels Are Forever: Contributions on Theoretical Computer Science in Honor of Arto Salomaa. Springer-Verlag Telos, 1999.
Find full text(Editor), Ralf Reulke, Ulrich Eckardt (Editor), Boris Flach (Editor), Uwe Knauer (Editor), and Konrad Polthier (Editor), eds. Combinatorial Image Analysis: 11th International Workshop, IWCIA 2006, Berlin, Germany, June 19-21, 2006, Proceedings (Lecture Notes in Computer Science). Springer, 2006.
Find full textBook chapters on the topic "Complexité combinatoire"
Bjorner, Anders. "Nonpure shellability, f-vectors, subspace arrangements, and complexity." In Formal Power Series and Algebraic Combinatorics (Séries Formelles et Combinatoire Algébrique), 1994, 25–53. Providence, Rhode Island: American Mathematical Society, 1995. http://dx.doi.org/10.1090/dimacs/024/02.
Full textTromp, John. "Binary Lambda Calculus and Combinatory Logic." In Randomness and Complexity, From Leibniz to Chaitin, 237–60. WORLD SCIENTIFIC, 2007. http://dx.doi.org/10.1142/9789812770837_0014.
Full textKlepac, Goran. "Finding Optimal Input Values for Desired Target Output by Using Particle Swarm Optimization Algorithm Within Probabilistic Models." In Incorporating Nature-Inspired Paradigms in Computational Applications, 76–107. IGI Global, 2018. http://dx.doi.org/10.4018/978-1-5225-5020-4.ch003.
Full textRiede, Tobias. "Peripheral Vocal Motor Dynamics and Combinatory Call Complexity of Ultrasonic Vocal Production in Rats." In Handbook of Ultrasonic Vocalization - A Window into the Emotional Brain, 45–60. Elsevier, 2018. http://dx.doi.org/10.1016/b978-0-12-809600-0.00005-6.
Full textConference papers on the topic "Complexité combinatoire"
Ryuji Hayashi and Masanori Hamamura. "Complexity-reduced decoding algorithm for unmodulated parallel-combinatory high-compaction multicarrier modulation signals." In 2008 International Conference on Innovations in Information Technology (IIT). IEEE, 2008. http://dx.doi.org/10.1109/innovations.2008.4781717.
Full text