Dialectical Theory for Multi-Agent Assumption-based Planning

Size: px
Start display at page:

Download "Dialectical Theory for Multi-Agent Assumption-based Planning"

Transcription

1 Dialectical Theory for Multi-Agent Assumtion-based Planning Damien Pellier, Humbert Fiorino Laboratoire Leibniz, 46 avenue Félix Viallet F Grenboble, France {Damien.Pellier,Humbert.Fiorino}.imag.fr Abstract. The urose of this aer is to introduce a dialectical theory for lan synthesis based on a multi-agent aroach. This aroach is a romising way to devise systems based on agent lanners in which the roduction of a global shared lan is obtained by conjecture/refutation cycles. Contrary to classical aroaches, our contribution relies on agents dialectical reasoning: in order to take into account the artial knowledge and the heterogeneous skills of the agents, we roose to consider the lanning roblem as a defeasible reasoning where agents exchange roosals and counter-roosals and are able to conjecture i.e., formulate lan stes based on hyothetical states of the world. The dialogue between agents is a joint investigation rocess allowing agents to rogressively rune objections, solve conjectures and elaborate solutions ste by ste. 1 Introduction The roblem of lan synthesis achieved by autonomous agents in order to solve comlex and collaborative tasks is still an oen challenge. Increasingly new alication areas can benefit from this research domain: for instance, cooerative robotics [1] or comosition of semantic web services [2] when considering actions as services and lans as comosition schemes. From our oint of view, multi-agent lanning can be likened to the rocess used in automatic theorem roving. In a sense, a lan can be considered to be a articular roof based on secific rules, called actions. In this aer, we draw our insiration from the roof theory described by Lakatos. According to [3], a correct roof does not exist in the absolute. At any time, an exerimentation or a test can refute a roof. If one single test leads to a refutation, the roof is reviewed and it is considered as mere conjecture which must be reaired in order to reject this refutation and consequently to become less questionable. The new roof can be subsequently tested and refuted anew. Therefore, the roof elaboration is an iterative non monotonous rocess of conjectures - refutations - reairs. The same is true of our aroach. The lan synthesis roblem is viewed as a dialectical and collaborative goal directed reasoning about actions. Each agent can refine, refute or reair the ongoing team lan. If the reair of a reviously refuted lan succeeds, it becomes more robust but it can still be refuted later. If the reair of the refuted lan fails, agents leave this art of the reasoning and exlore another ossibility: finally bad sub-lans are ruled out because there is no agent able to ush the investigation rocess further. As in an argumentation with oonents and roonents, the current lan

2 2 is considered as an accetable solution when the roosal/counter-roosal cycles end and there is no more objection. The originality of this aroach relies on the agent s caabilities to elaborate lans under artial knowledge and/or to roduce lans that artially contradict its knowledge. In other words, in order to reach a goal, such an agent is able to rovide a lan which could be executed if certain conditions were met. Unlike classical lanners, the lanning rocess does not fail if some conditions are not asserted in the knowledge base, but rather rooses an Assumtion-Based Plan or conjecture. Obviously, this conjecture must be reasonable: the goal cannot be considered achieved and the assumtions must be as few as ossible because they become new goals for the other agents. For instance, suose that a door is locked: if the agent seeks to get into the room behind the door and the key is not in the lock, the lanning rocedure fails even though the agent is able to fulfill 100% of its objectives behind the door. Another ossibility is to suose for the moment that the key is available and then lan how to oen the door etc. whereas finding the key might become a new goal to be delegated. To that end, we designed a lanner that relaxes some restrictions regarding the alicability of lanning oerators. Our aroach differs from former ones in two oints. First of all, unlike aroaches that emhasize the roblem of controlling and coordinating a osteriori local lans of indeendent agents by using negotiation [4], argumentation [5], or synchronization [6] etc., the dialectical theory for lan synthesis resented here focuses on generic mechanisms allowing agents to jointly elaborate a global shared lan and carry out collective actions. Secondly, by elaboration, we mean lan roduction and not instantiation of redefined global lan skeletons [7, 8]. This is achieved by comosing agents skills i.e., the actions they can execute for the benefit of the grou. Thus, the issues are: how can agents roduce lans as arts of the global roof with their artial and incomlete beliefs? what kind of refutations and reairs agents can roose to roduce robust lans? and how to define the conjecture - refutation rotocol so as to converge to an accetable solution lan? In this aer, we introduce a multi-agent assumtion-based lanning aroach. In section 2, we resent the rimary notions used in this aroach. Then, in section 3, we define the concet of roof board used by agents to collaboratively build a solution lan and finally, in section 4, the dialectical mechanisms for the conjecture-refutation rocess is resented. 2 Primary Notions We start by defining the language used to describe agents beliefs. This language is based on a first-order language L in which there is a finite number of redicates symbols and constants symbols but no function symbols. A state is a set of ground atoms of L. Since L has no functions symbols, the set S of all ossibles states s is guaranteed to be finite. An atom holds in s iff s. If g is a set of literals (i.e., atoms and negated atoms), we will say that s satisfied g (denoted s = g). Now, let us introduce, the definition of a lanning oerator used by agents. An lanning oerator defines a transition oeration from a state to another one.

3 3 Definition 1 (Planning Oerator). A lanning oerator is a trile o = name(o), recond(o), effects(o) whose elements are as follows: name(o), the name of the oerator,n(x 1,..., x k ) where n is a symbol and x 1,...,x k define oerator s arameters. recond(o) and effects(o), the reconditions and effects of o, resectively defining the literals that must be held in the state where the oerator is alied and the literals that must be added (denoted effect(o) + ) or removed (denoted effect(o) ), to comute the transition oeration. Although we use the same oerator reresentation as in classical lanning, the oerator semantic in our aroach is different. In classical lanning, an oerator is alicable to a state s if o is ground and s is a state such recond(o) s. Our aroach relaxes this constraint: all oerators are alicable to a state s. Hence, we must distinguish facts that hold in s and facts that do not hold. The second are called assumtions. An assumtion defines a literal recond(o) such do not hold in s. We use assum(o) to denote the set of assumtions needed to aly an oerator o in a articular state s. The state resulting of the alication of o to s i is the state: s i+1 = ((s i assum(a)) effects (a)) effects + (a) For instance, consider the initial belief state of an agent s 0 = {at(cont,loc1)} and a simle oerator that can be erformed by this agent to move a container from a location to another one: name(o) = move(c,l1,l2); recond(o) = {connected(l1,l2), at(c,l1)} and effect(o) = { at(c,l1), at(c,l2)}. In this examle, the agent has no information about the connection between the locations loc1 and loc2. In order to aly the move oerator, the agent must assume the assumtion connected(loc1,loc2). The state resulting of the alication of the move oerator is the state: s 1 = {connected(loc1, loc2), at(cont,loc2)}. Before going further and introducing our multi-agent lanning model, we must clarify one oint. We say that an assumtion is a recondition of an oerator o that do not hold in the state s where the oerator is alied. Thus, there are two cases: i) if a recondition is not contained in s, the fact must be added to the agent s belief and simly considered as a hyothetical fact; ii) if a recondition does not hold because its negation is contained in s, the agent must first remove the negation before adding the recondition. We call this kind of assumtion a fact negation. Assumtions are imortant oortunities for imroving collaborative synergy between agents. They can be refined by the other agents in order to roduce the suosed facts (e.g., by connecting the two locations loc1 and loc2). They are viewed as subgoals that must be fulfilled by other agents. Definition 2 (Agent). An agent is a trile ag = name(ag), oerators(ag), beliefs(ag), where: name(ag),the name of the agent; oerators(ag), a set of oerators, i.e., the skills of the agent; beliefs(ag), a set of literals, i.e., the initial beliefs of the agent. In classical lanning, a lanning domain is defined by a set of oerators. In our aroach, oerators are included in agents descrition. Thus, we define a multi-agent lanning domain as a set of agents.

4 4 Definition 3 (Multi-Agent Planning Domain). A multi-agent lanning domain D is defined as a set of agents. Finally, we need to define the notion of multi-agent lanning roblem. A multiagent lanning roblem must define the goals that must be reached and the set of agents that must solve it. Definition 4 (Multi-Agent Planning Problem). A multi-agent lanning roblem is a coule P = AG, g, where: AG defines a set of agents names; g is a set of literals that must be reached by the agents defined in AG. Consider a simle domain containing four agents: a farmer, a miller, a baker and a conveyor. The farmer sows wheat, which must be harvested. The miller grinds the farmer s wheat to roduce flour. The baker makes bread with miller s flour and finally the conveyor is in charge of moving the goods needed by the other agents. An instance of a multi-agent lanning roblem can define with AG = {famer, miller, baker, convoyor} and g = {has-goods(baker, bread, 2)}. 3 Conjectures Sace Search The lan synthesis relies on dialectical exchanges between agents as exected in a debate. Agents interact collaboratively in the dialogue so as to construct a lan without assumtion, fulfilling the assigned goals. In order to build such a lan and organize the dialog between agents, we need a structure, called roof board. This structure has two main functions: it must be able to reresent the sace search as in classical lanning and it must be able to secify the dialectical rules used by agents to interact. 3.1 Conjectures and Plans First, let us refine the notion of conjecture used in our aroach. We have informally introduced a conjecture as a lan that can be executed if certain conditions were met. In classical lanning, a lan is a set of ground oerators organized into some structure, e.g., a sequence. However, a sequence of oerators is a articular lan that reflects the intrinsic constraints of the oerators. It seems to be to much restrictive for a multi-agent aroach of collaborative lanning, e.g., it is no ossible to define concurrent actions. Therefore, to find out what is needed in a conjecture, consider an informal lanning ste (shown figure 1) on the simle examle reviously introduced with the farmer, the miller, the baker and the conveyor. baker 1 : I can make 2 breads to solve the goal, but I need 2 flour containers available in loc1. conveyor 1 : I can transort the flours containers at loc1, but I don t know where I must load the goods. miller 1 : I roose to sell you the flours containers. I needed to be ayed 4 euros for that and find someone to transort flour containers from loc2 to loc1. Moreover, I need a wheat container available in loc2 to grind the flour.

5 5 baker 2 : Thank you for your hel, miller, but I have not enough money. miller 2 : Ok, give me only 2 euros. baker 2 : Good deal, I ay you. conveyor 2 : Thus, I understand that I must load the flour in loc2. farmer 1 : I roose to sell you a wheat container. I need to be ayed 1 euros for that and find someone to transort the container from loc3 to loc2. miller 3 :... connected(loc2,loc1) at(loc2) move(conveyor,loc2,loc1) at(loc1) at(loc2) at(loc1) loaded(flour) at(loc2) available(flour,loc2) unload(conveyor,flour,loc1) load(cenveyor,flour,loc2) available(flour,loc1) loaded(flour) loaded(flour) available(flour,loc2) available(flour,loc1) has(baker,flour,2) has(baker,cash,2) make(baker,bread,2) ay(baker,miller,flour,2) a0 has(baker,bread,2) a n has(baker,bread,2) has(baker,flour,0) available(flour,loc1) cash(miller,baker,flour,2) has(miller,flour,2) sell(miller,baker,flour,2) cash(miller,baker,flour,2) has(baker,cash,0) connected(loc2,loc1) at(loc2) available(flour,loc2) has(baker,cash,2) has(baker,flour,2) has(miller,flour,0) available(flour,loc1) available(wheat,loc2) has(miller,wheat,1) grind(miller,wheat,1) has(miller,flour,2) has(miller,wheat,0) Fig. 1. Examle of conjecture: each boxes is an oerator with reconditions above and effects below. Solid arrows are ordering constraints, dashed arrows are causal links and binding constraints are imlicit or shown directly in the oerator arameters. This reresentation is based on [9]. Oerators. Initially, baker 1 rooses to add the oerator make-bread to reach the goal g = { has(baker,bread,2)}. This oerator make two assumtions: available(flour, loc1) and has(baker,flour,2). These assumtions must be refined. Thus, conveyor 1 and miller 1 roose recursively to add others oerators or sub-conjecture to reach these two new goals. Ordering Constraints. Consider the sub-conjecture added by conveyor 1 ; it achieves its urose only if it is constrained to come before the make-bread oerator. But should this conjecture come before or after the miller conjecture? Both otions are ossible. We use the least commitment rincile of not adding constraints unless it is strictly needed. If no constraint are secified the conjecture between conveyor 1 and miller 1, these two conjectures will be able to run concurrently. Causal links. Because there is no exlicit notion of current state (distributed on the agents), an ordering constraint does not say, for instance, that the flour stays available at loc1 until make-bread oerator is erformed. Hence, we need to encode exlicitly in the conjecture the reason why the conveyor 1 sub-conjecture was added: to satisfy the assumtion available(flour, loc1). The relation between the baker s conjecture and the conveyor s one with resect to available(flour, loc1), is called a causal link.

6 6 Binding Constraints. Oerators are added in a conjecture with systematic variable renaming. For instance, we must ensure that the conveyor conjecture concerns the same container flour and the same location loc1 as those in oerator make-bread. Definition 5 (Conjecture). A conjecture is a tule χ = A,, B, C, where: A = {a 1,...,a k } is a set of artially instantiated oerators. is a set of ordering constraints on A of the form (a i a j ). B is a set of binding constraints on A of the form x = y, x y or x D x, where D x is the domain of x. C is a set of causal links of the form (a i aj ), such that a i and a j are oerators in A, the constraint a i a j is in, assumtion is an effect of a i and a recondition of a j and finally the binding constraints between a i and a j about are in B. The roof board is a conjecture sace defining a directed grah whose vertices are conjectures and whose edges corresond to the transition oeration roosed by the agent. An outgoing edge from a vertex χ is a transition oeration that transforms χ into a successor χ. A transition oeration can be: a refinement (i.e., adding oerators to rove an assumtion), a refutation (i.e., highlighting inconsistencies in the conjecture) and a reair of a reviously highlighted inconsistency. Therefore, multi-agent assumtion-based lanning is a search in the roof board from a initial conjecture to a node recognized as a solution lan. Note that due to no exlicit current state reresentation, goals and initial state must be defined as articular conjectures. Since reconditions are ossibly assumtions, the roositions corresonding to the goals are reresented as reconditions of a dummy oerator a n. Similarly, the initial state is reresented as the effects of a dummy action a 0. The effects of a 0 define the union of the agents beliefs. We make the assumtion that the agents beliefs are consistent. 3.2 Solution Plan Let us now secify what is a solution lan to a lanning roblem P = AG, g. A solution lan is a conjecture that has articular roerties. First, a conjecture is a solution lan if the conjecture makes no assumtion. But according to the conjecture definition, it is not enough. A solution conjecture must define a consistent set of ordering constraints, binding constraints and causal links. These roerties allow us to define three kinds of refutations. Proosition 1 (Solution Plan 1 ). A conjecture χ = A,, B, C is a solution lan to a lanning roblem P = AG, g, if χ has no assumtion and χ can not be refuted. Definition 6 (Ordering Refutation). An action a k of a conjecture χ refutes an ordering constraint a i a j iff a k a i and a j a k. Definition 7 (Binding Refutation). An action a k of a conjecture χ refutes an binding constraint iff one of the following condition holds: 1. if there is an oerator a k that contains a variable x such that x D x and x is not consistent with B. 1 can be roved inductively on the number of oerators in A.

7 7 2. if there is an oerator a k that contains two variables x and y such that x = y is not consistent with B. 3. if there is an oerator a k that contains two variables x and y such that such that x y is not consistent with B. Definition 8 (Causal Refutation). An action a k of a conjecture χ refutes a causal link a i aj, iff: a k has an effect q and q is not consistent with, i.e., and q are unifiable. ordering constraints (a i a k ) and (a k a j ) are consistent with. binding constraints resulting of the unification of and q are consistent with B. 4 Dialectical Mechanisms In order to tackle the dialectical mechanisms to collaboratively build a solution lan, let us remember the definition of the roof board. The roof board defines a conjectures sace where edges reresent transition oerations: refine, refute or reair. A conjecture is a solution lan if it does not contain assumtion and if no agent is able to refute it. This definition gives us two tis to secify the dialectical mechanism. Indeed, the first condition can be reached by refining or reairing. On the contrary, the second condition needs a deliberation rocess to guarantee that no agent can refute the conjecture. Therefore, we distinguish two layers: i) an informational layer that defines the rules to exchange refinements, refutations and reairs about the current conjecture. Each new conjecture suggested by an agent roduces new goals to be achieved by the other agents; ii) a contextualization layer in which agents can decide to sto interacting when they believe a solution was found or not reachable. Moreover agents can decide to change the dialogue context by forwarding or backtracking into the roof board if the current conjecture has been refuted or none of the agents can refine its assumtions. 4.1 Informational Layer The characterization of the solution lan brings elements needed for the secification of the seech acts used in the informational layer. The main rincile of the multi-agent assumtion based lanning is to let the agents choose a transition oeration to aly to the roof board until χ contains no more assumtions and until χ cannot be refuted. The basic stes of agent s dialectical mechanisms are the following: Select a conjecture χ on which to aly a transition oeration. Select a transition oeration to aly to χ. Find ways to resolve the transition oeration. Select a resolver for the transition oeration. Assert the resolver, i.e., refine, refute or reair. For each transition oeration that can be alied, we introduce a seech act: i) a seech act refine is erformed by an agent to exress the refinement of a conjecture. A refinement can be secified by adding a set of oerators, a set of ordering constraints, a set of binding constraints and finally a set of causal links (e.g., miller 1 in examle 1); ii) a

8 8 seech act refute is erformed by an agent to exress the refutation of a conjecture. A refutation highlights that an action roduces a set of ordering inconsistencies or a set of binding inconsistencies or finally a set of causal inconsistencies. The comutation of the inconsistencies are based on the formal definition of the three kinds of refutation reviously resented (e.g., baker 2 in examle 1); iii)a seech act reair is erformed by an agent to exress that a conjecture can be reaired by adding and removing resectively a set of oerators, a set of ordering constraints, a set of binding constraints and finally a set of causal links (e.g., miller 2 in examle 1). Note that all informational seech acts can be erformed only if they were not already roosed by other agents. This condition guarantees that the roof board defines a loo free directed grah. In order to find ways to resolve a transition oeration agents use the following mechanisms: Refinement. If a conjecture χ contains an oerator a j that makes an assumtion (see figure 2): i) If a causal link (a i aj ) can be established such that a i is already in the conjecture, the refinement will contain the causal link (a i aj ), the ordering constraint (a i a j ) and the binding constraints to unify with the effects of a i ; ii) Otherwise, agents must comute a sub conjecture χ to rove. The refinement will contain all the elements of χ, a causal link (a i aj ) to secify which oerator a i of χ reaches the assumtion done by a j and a ordering constraint (a i a j ). Note that we have already shown in [10] how an agent can roduce such conjecture. Case 1 Case 2 ai ai ai aj aj aj aj Before After Before After Fig. 2. The left figure shows a refinement when an oerator already reached an assumtion and right figure shows a refinement by adding a new conjecture. Reair 2. If there is a causal refutation on (a i aj ) by an action a k that has an effect q, and q is unifiable with, then the resolvers are any of the following: i) add an ordering constraint such that a k occurs before the causal link; ii) add an ordering constraint such that a k occurs after the causal link; iii) add a binding constraint that makes q and non-unifiable. Refutation. The causal refutation can be comuted by testing all triles of actions of a conjecture χ. The ordering refutation can be comuted by testing that the ordering constraint reresent a loo free grah. Finally, the binding refutation of tye 1 and 2 (see definition 7) can be comuted in linear time, whereas the tye 3 raises a general NP-comlete Constraint Satisfaction Problem (CSP). 2 Reairs of binding refutation and ordering refutation are not discussed here.

9 9 4.2 Contextualization Layer The informational layer defines the basic mechanisms to build a solution lan. Is that enough? Not quite. The dialectical mechanism must guarantee the soundness and the comleteness of the collaborative lan synthesis rocess. Now let us consider the roof board as a search in an AND/OR tree. The assumtions and the refutations corresond to AND branches because all of them must be resolved in order to find a solution. For each assumtion and refutation the ossible resolvers (i.e., refinement and reair) corresond to OR branches because only one of them is needed in order to find a solution. In order to guarantee the comleteness, agents must coordinate their exloration. Therefore, we consider that agents can aly a transition oeration only on a secific conjecture in the roof board, called current conjecture. This conjecture defines the dialog context. The seech acts define in the contextualization layer allow agents to change the dialog context. We introduce four contextualization seech acts: i) a seech act ro.solve is erformed by an agent when it believes that a solution lan χ is reached. When the seech act ro.solve is roosed each agent checks if it can refute χ. If χ cannot be refuted each agent acknowledges the solve roosition. Otherwise, they refute χ and the dialectical rocess is extended; ii) a seech act ro.failure is erformed by an agent when it believes that no solution lan exists. Like the revious seech act, when seech act ro.failure is erformed, each agent checks if there is a conjecture in the roof board on which they can aly a transition oeration. In this case, each agent acknowledges the failure roosition. Otherwise, the dialectical rocess continues; iii) a seech act ro.backward is erformed by an agent when it believes that no resolver can be roosed to go further in the current conjecture exloration; iv) a seech act ro.foreward is erformed by an agent when it believes that agent have no more resolvers to aly at the current conjecture. Note that all contextualization seech acts define a joint commitment between agents. For instance, all agents must agree on the lan solution before stoing the dialectical lan synthesis rocess. The comutation of the next current conjecture when the seech acts ro.backward and ro.foreward are roosed by agents is based on A* heuristics. Recall that A* uses a heuristic estimate f(χ) of the overall solution cost consisting of, in the one hand g(χ) = cost of the current conjecture χ and in the other hand h(χ) = estimate of the additional cost of the best comlete solution that extends χ. We roose to think f(χ) as a measure of conjecture comlexity, i.e., good conjecture are simle conjectures. What is significant to comute f(χ)? [11] indicates that the most romising heuristic measure for conjecture selection is the number of actions contained in the conjecture and the number of assumtions done. Therefore, we define g(χ) as the number of action of χ, i.e., the comlexity of the conjecture and h(χ), the number of assumtions done, since each remaining assumtion must be established by some sub-conjecture. Note that this heuristic can be used locally by the agent to choose the best resolver to submit to the other agents. 5 Conclusion The dialectical lan synthesis theory model resented in this aer relies on lan roduction and revision by conjecture/refutation cycles: for a given goal, agents try collab-

10 10 oratively to roduce a valid roof, i.e., a lan. In order to demonstrate the goal assigned to the system, agents interact by using a conventional dialogue aroach that can be slit in two layers: informational layer, which defines the conventions to refine, refute or reair conjectures and contextualization layer, which defines the conventions to allow agents to change the dialogue state. The dialogue rules are described according to the roof board. The roof board reresents the ublic art of the communication storing the different exchanges between agents. The advantage of the dialectical lan synthesis is to merge in the collaborative lan generation, the comosition and the coordination stes. It also includes the notion of uncertainty in the agents reasoning and allows the agents to make conjectures and to comose their heterogeneous cometences. Moreover, we aly conjecture/refutation to structure the multi-agent reasoning as a collaborative investigation rocess. However, former works on synchronization, coordination and conflict resolution are integrated through the notions of refutation/reairs. From our oint of view, this aroach is suitable for alications in which agents share a common goal and in which the slitting of the lanning and the coordination stes (when agents have indeendent goals, they locally generate lans and then solve their conflicts) becomes difficult due to the agents strong interdeendence. References 1. Alami, R., Fleury, S., Herrb, M., Ingrand, F., Robert, F.: Multi robot cooeration in the martha roject. IEEE Robotics and Automation Magazine 5 (1997) Wu, D., Parsia, B., Sirin E, Hendler, J., Nau, D.: Automating daml-s web services comosition using sho2. In: Proceedings of International Semantic Web Conference. (2003) 3. Lakatos, I.: Proofs and Refutations: The Logic of Mathematical Discovery. Cambridge University Press, Cambridge, England (1976) 4. Zlotkin, G., Rosenschein, J.: Negotiation and conflict resolution in non-cooerative domains. In: Proceedings of the American National Conference on Artificial Intelligence, Boston, Massachusetts (1990) Tambe, M., Jung, H.: The benefits of arguing in a team. Artificial Intelligence Magazine 20 (1999) Clement, B., Barrett, A.: Continual coordination through shared activities. In: Proceedings of the International Conference on Autonomous Agent and Muti-Agent Systems. (2003) Grosz, B., Kraus, S.: Collaborative lans for comlex grou action. Artificial Intelligence 86 (1996) D Inverno, M., Luck, M., Georgeff, M., Kinny, D., Wooldridge, M.: The dmars architecture: A secification of the distributed multi-agent reasoning system. Autonomous Agents and Multi-Agent Systems 9 (2004) Ghallab, M., Nau, D., Traverso, P.: Automated Planning Theory and Practice. Morgan Kaufmann Publishers (2004) 10. Pellier, D., Fiorino, H.: Assumtion-based lanning. In: In Proceedings of the International Conference on Advances in Intelligence Systems Theory and Alications, Luxemburg (2004) 11. Gerevini, A., Schubert, L.: Accelerating artial-order lanners: Some techniques for effective search control and runing. Journal of Artificial Intelligence Research 5 (1996)

Model checking, verification of CTL. One must verify or expel... doubts, and convert them into the certainty of YES [Thomas Carlyle]

Model checking, verification of CTL. One must verify or expel... doubts, and convert them into the certainty of YES [Thomas Carlyle] Chater 5 Model checking, verification of CTL One must verify or exel... doubts, and convert them into the certainty of YES or NO. [Thomas Carlyle] 5. The verification setting Page 66 We introduce linear

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Game Specification in the Trias Politica

Game Specification in the Trias Politica Game Secification in the Trias Politica Guido Boella a Leendert van der Torre b a Diartimento di Informatica - Università di Torino - Italy b CWI - Amsterdam - The Netherlands Abstract In this aer we formalize

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

Uniform interpolation by resolution in modal logic

Uniform interpolation by resolution in modal logic Uniform interolation by resolution in modal logic Andreas Herzig and Jérôme Mengin 1 Abstract. The roblem of comuting a uniform interolant of a given formula on a sublanguage is known in Artificial Intelligence

More information

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule The Grah Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule STEFAN D. BRUDA Deartment of Comuter Science Bisho s University Lennoxville, Quebec J1M 1Z7 CANADA bruda@cs.ubishos.ca

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES AARON ZWIEBACH Abstract. In this aer we will analyze research that has been recently done in the field of discrete

More information

A Social Welfare Optimal Sequential Allocation Procedure

A Social Welfare Optimal Sequential Allocation Procedure A Social Welfare Otimal Sequential Allocation Procedure Thomas Kalinowsi Universität Rostoc, Germany Nina Narodytsa and Toby Walsh NICTA and UNSW, Australia May 2, 201 Abstract We consider a simle sequential

More information

Finite-State Verification or Model Checking. Finite State Verification (FSV) or Model Checking

Finite-State Verification or Model Checking. Finite State Verification (FSV) or Model Checking Finite-State Verification or Model Checking Finite State Verification (FSV) or Model Checking Holds the romise of roviding a cost effective way of verifying imortant roerties about a system Not all faults

More information

Sets of Real Numbers

Sets of Real Numbers Chater 4 Sets of Real Numbers 4. The Integers Z and their Proerties In our revious discussions about sets and functions the set of integers Z served as a key examle. Its ubiquitousness comes from the fact

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

Network Configuration Control Via Connectivity Graph Processes

Network Configuration Control Via Connectivity Graph Processes Network Configuration Control Via Connectivity Grah Processes Abubakr Muhammad Deartment of Electrical and Systems Engineering University of Pennsylvania Philadelhia, PA 90 abubakr@seas.uenn.edu Magnus

More information

Outline. CS21 Decidability and Tractability. Regular expressions and FA. Regular expressions and FA. Regular expressions and FA

Outline. CS21 Decidability and Tractability. Regular expressions and FA. Regular expressions and FA. Regular expressions and FA Outline CS21 Decidability and Tractability Lecture 4 January 14, 2019 FA and Regular Exressions Non-regular languages: Puming Lemma Pushdown Automata Context-Free Grammars and Languages January 14, 2019

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

CSE 599d - Quantum Computing When Quantum Computers Fall Apart

CSE 599d - Quantum Computing When Quantum Computers Fall Apart CSE 599d - Quantum Comuting When Quantum Comuters Fall Aart Dave Bacon Deartment of Comuter Science & Engineering, University of Washington In this lecture we are going to begin discussing what haens to

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

ABSTRACT MODEL REPAIR

ABSTRACT MODEL REPAIR Logical Methods in Comuter Science Vol. 11(3:11)2015,. 1 43 www.lmcs-online.org Submitted Jul. 2, 2014 Published Se. 17, 2015 ABSTRACT MODEL REPAIR GEORGE CHATZIELEFTHERIOU a, BORZOO BONAKDARPOUR b, PANAGIOTIS

More information

Elementary Analysis in Q p

Elementary Analysis in Q p Elementary Analysis in Q Hannah Hutter, May Szedlák, Phili Wirth November 17, 2011 This reort follows very closely the book of Svetlana Katok 1. 1 Sequences and Series In this section we will see some

More information

Topic 7: Using identity types

Topic 7: Using identity types Toic 7: Using identity tyes June 10, 2014 Now we would like to learn how to use identity tyes and how to do some actual mathematics with them. By now we have essentially introduced all inference rules

More information

Research Article An iterative Algorithm for Hemicontractive Mappings in Banach Spaces

Research Article An iterative Algorithm for Hemicontractive Mappings in Banach Spaces Abstract and Alied Analysis Volume 2012, Article ID 264103, 11 ages doi:10.1155/2012/264103 Research Article An iterative Algorithm for Hemicontractive Maings in Banach Saces Youli Yu, 1 Zhitao Wu, 2 and

More information

A Reduction Theorem for the Verification of Round-Based Distributed Algorithms

A Reduction Theorem for the Verification of Round-Based Distributed Algorithms A Reduction Theorem for the Verification of Round-Based Distributed Algorithms Mouna Chaouch-Saad 1, Bernadette Charron-Bost 2, and Stehan Merz 3 1 Faculté des Sciences, Tunis, Tunisia, Mouna.Saad@fst.rnu.tn

More information

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems Int. J. Oen Problems Comt. Math., Vol. 3, No. 2, June 2010 ISSN 1998-6262; Coyright c ICSRS Publication, 2010 www.i-csrs.org Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various

More information

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes Infinite Series 6.2 Introduction We extend the concet of a finite series, met in Section 6., to the situation in which the number of terms increase without bound. We define what is meant by an infinite

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

Analysis of some entrance probabilities for killed birth-death processes

Analysis of some entrance probabilities for killed birth-death processes Analysis of some entrance robabilities for killed birth-death rocesses Master s Thesis O.J.G. van der Velde Suervisor: Dr. F.M. Sieksma July 5, 207 Mathematical Institute, Leiden University Contents Introduction

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

Multi-Operation Multi-Machine Scheduling

Multi-Operation Multi-Machine Scheduling Multi-Oeration Multi-Machine Scheduling Weizhen Mao he College of William and Mary, Williamsburg VA 3185, USA Abstract. In the multi-oeration scheduling that arises in industrial engineering, each job

More information

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm Gabriel Noriega, José Restreo, Víctor Guzmán, Maribel Giménez and José Aller Universidad Simón Bolívar Valle de Sartenejas,

More information

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction GOOD MODELS FOR CUBIC SURFACES ANDREAS-STEPHAN ELSENHANS Abstract. This article describes an algorithm for finding a model of a hyersurface with small coefficients. It is shown that the aroach works in

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

DRAFT - do not circulate

DRAFT - do not circulate An Introduction to Proofs about Concurrent Programs K. V. S. Prasad (for the course TDA383/DIT390) Deartment of Comuter Science Chalmers University Setember 26, 2016 Rough sketch of notes released since

More information

Applying the Mu-Calculus in Planning and Reasoning about Action

Applying the Mu-Calculus in Planning and Reasoning about Action Alying the Mu-Calculus in Planning and Reasoning about Action Munindar P. Singh Deartment of Comuter Science Box 7534 North Carolina State University Raleigh, NC 27695-7534, USA singh@ncsu.edu Abstract

More information

ABSTRACT MODEL REPAIR

ABSTRACT MODEL REPAIR ABSTRACT MODEL REPAIR GEORGE CHATZIELEFTHERIOU a, BORZOO BONAKDARPOUR b, PANAGIOTIS KATSAROS c, AND SCOTT A. SMOLKA d a Deartment of Informatics, Aristotle University of Thessaloniki, 54124 Thessaloniki,

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

ANALYTIC NUMBER THEORY AND DIRICHLET S THEOREM

ANALYTIC NUMBER THEORY AND DIRICHLET S THEOREM ANALYTIC NUMBER THEORY AND DIRICHLET S THEOREM JOHN BINDER Abstract. In this aer, we rove Dirichlet s theorem that, given any air h, k with h, k) =, there are infinitely many rime numbers congruent to

More information

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S.

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S. -D Analysis for Iterative Learning Controller for Discrete-ime Systems With Variable Initial Conditions Yong FANG, and ommy W. S. Chow Abstract In this aer, an iterative learning controller alying to linear

More information

Game-Theoretic Approach for Non-Cooperative Planning

Game-Theoretic Approach for Non-Cooperative Planning Proceedings of the Twenty-Ninth I Conference on rtificial Intelligence Game-Theoretic roach for Non-Cooerative Planning Jaume Jordán and Eva Onaindia Universitat Politècnica de València Deartamento de

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

A Special Case Solution to the Perspective 3-Point Problem William J. Wolfe California State University Channel Islands

A Special Case Solution to the Perspective 3-Point Problem William J. Wolfe California State University Channel Islands A Secial Case Solution to the Persective -Point Problem William J. Wolfe California State University Channel Islands william.wolfe@csuci.edu Abstract In this aer we address a secial case of the ersective

More information

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar 15-859(M): Randomized Algorithms Lecturer: Anuam Guta Toic: Lower Bounds on Randomized Algorithms Date: Setember 22, 2004 Scribe: Srinath Sridhar 4.1 Introduction In this lecture, we will first consider

More information

8 STOCHASTIC PROCESSES

8 STOCHASTIC PROCESSES 8 STOCHASTIC PROCESSES The word stochastic is derived from the Greek στoχαστικoς, meaning to aim at a target. Stochastic rocesses involve state which changes in a random way. A Markov rocess is a articular

More information

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics Uncertainty Modeling with Interval Tye-2 Fuzzy Logic Systems in Mobile Robotics Ondrej Linda, Student Member, IEEE, Milos Manic, Senior Member, IEEE bstract Interval Tye-2 Fuzzy Logic Systems (IT2 FLSs)

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment Neutrosohic Sets and Systems Vol 14 016 93 University of New Mexico Otimal Design of Truss Structures Using a Neutrosohic Number Otimization Model under an Indeterminate Environment Wenzhong Jiang & Jun

More information

On a Markov Game with Incomplete Information

On a Markov Game with Incomplete Information On a Markov Game with Incomlete Information Johannes Hörner, Dinah Rosenberg y, Eilon Solan z and Nicolas Vieille x{ January 24, 26 Abstract We consider an examle of a Markov game with lack of information

More information

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3 Pesquisa Oeracional (2013) 33(1): 123-132 2013 Brazilian Oerations Research Society Printed version ISSN 0101-7438 / Online version ISSN 1678-5142 www.scielo.br/oe SOME RESULTS ABOUT THE CONNECTIVITY OF

More information

On Isoperimetric Functions of Probability Measures Having Log-Concave Densities with Respect to the Standard Normal Law

On Isoperimetric Functions of Probability Measures Having Log-Concave Densities with Respect to the Standard Normal Law On Isoerimetric Functions of Probability Measures Having Log-Concave Densities with Resect to the Standard Normal Law Sergey G. Bobkov Abstract Isoerimetric inequalities are discussed for one-dimensional

More information

Pollock s undercutting defeat

Pollock s undercutting defeat Argumentation in Artificial Intelligence, With Alications in the Law Course at the Institute of Logic and Cognition, Sun Yat-Sen University Ib Abstract Argumentation and Argument Structure Bart Verheij

More information

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS Massimo Vaccarini Sauro Longhi M. Reza Katebi D.I.I.G.A., Università Politecnica delle Marche, Ancona, Italy

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

SECTION 5: FIBRATIONS AND HOMOTOPY FIBERS

SECTION 5: FIBRATIONS AND HOMOTOPY FIBERS SECTION 5: FIBRATIONS AND HOMOTOPY FIBERS In this section we will introduce two imortant classes of mas of saces, namely the Hurewicz fibrations and the more general Serre fibrations, which are both obtained

More information

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Ketan N. Patel, Igor L. Markov and John P. Hayes University of Michigan, Ann Arbor 48109-2122 {knatel,imarkov,jhayes}@eecs.umich.edu

More information

CTL, the branching-time temporal logic

CTL, the branching-time temporal logic CTL, the branching-time temoral logic Cătălin Dima Université Paris-Est Créteil Cătălin Dima (UPEC) CTL 1 / 29 Temoral roerties CNIL Safety, termination, mutual exclusion LTL. Liveness, reactiveness, resonsiveness,

More information

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search Eduard Babkin and Margarita Karunina 2, National Research University Higher School of Economics Det of nformation Systems and

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY FEDERICA PASQUOTTO 1. Descrition of the roosed research 1.1. Introduction. Symlectic structures made their first aearance in

More information

The inverse Goldbach problem

The inverse Goldbach problem 1 The inverse Goldbach roblem by Christian Elsholtz Submission Setember 7, 2000 (this version includes galley corrections). Aeared in Mathematika 2001. Abstract We imrove the uer and lower bounds of the

More information

RESOLUTIONS OF THREE-ROWED SKEW- AND ALMOST SKEW-SHAPES IN CHARACTERISTIC ZERO

RESOLUTIONS OF THREE-ROWED SKEW- AND ALMOST SKEW-SHAPES IN CHARACTERISTIC ZERO RESOLUTIONS OF THREE-ROWED SKEW- AND ALMOST SKEW-SHAPES IN CHARACTERISTIC ZERO MARIA ARTALE AND DAVID A. BUCHSBAUM Abstract. We find an exlicit descrition of the terms and boundary mas for the three-rowed

More information

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes Infinite Series 6. Introduction We extend the concet of a finite series, met in section, to the situation in which the number of terms increase without bound. We define what is meant by an infinite series

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

On the Field of a Stationary Charged Spherical Source

On the Field of a Stationary Charged Spherical Source Volume PRORESS IN PHYSICS Aril, 009 On the Field of a Stationary Charged Sherical Source Nikias Stavroulakis Solomou 35, 533 Chalandri, reece E-mail: nikias.stavroulakis@yahoo.fr The equations of gravitation

More information

Finding Shortest Hamiltonian Path is in P. Abstract

Finding Shortest Hamiltonian Path is in P. Abstract Finding Shortest Hamiltonian Path is in P Dhananay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune, India bstract The roblem of finding shortest Hamiltonian ath in a eighted comlete grah belongs

More information

A Note on Guaranteed Sparse Recovery via l 1 -Minimization

A Note on Guaranteed Sparse Recovery via l 1 -Minimization A Note on Guaranteed Sarse Recovery via l -Minimization Simon Foucart, Université Pierre et Marie Curie Abstract It is roved that every s-sarse vector x C N can be recovered from the measurement vector

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

SIMULATED ANNEALING AND JOINT MANUFACTURING BATCH-SIZING. Ruhul SARKER. Xin YAO

SIMULATED ANNEALING AND JOINT MANUFACTURING BATCH-SIZING. Ruhul SARKER. Xin YAO Yugoslav Journal of Oerations Research 13 (003), Number, 45-59 SIMULATED ANNEALING AND JOINT MANUFACTURING BATCH-SIZING Ruhul SARKER School of Comuter Science, The University of New South Wales, ADFA,

More information

c Copyright by Helen J. Elwood December, 2011

c Copyright by Helen J. Elwood December, 2011 c Coyright by Helen J. Elwood December, 2011 CONSTRUCTING COMPLEX EQUIANGULAR PARSEVAL FRAMES A Dissertation Presented to the Faculty of the Deartment of Mathematics University of Houston In Partial Fulfillment

More information

Some Unitary Space Time Codes From Sphere Packing Theory With Optimal Diversity Product of Code Size

Some Unitary Space Time Codes From Sphere Packing Theory With Optimal Diversity Product of Code Size IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 5, NO., DECEMBER 4 336 Some Unitary Sace Time Codes From Shere Packing Theory With Otimal Diversity Product of Code Size Haiquan Wang, Genyuan Wang, and Xiang-Gen

More information

FORMAL DEFINITION OF TOLERANCING IN CAD AND METROLOGY

FORMAL DEFINITION OF TOLERANCING IN CAD AND METROLOGY P. SERRÉ, A. CLÉENT, A. RIVIÈRE FORAL DEFINITION OF TOLERANCING IN CAD AND ETROLOGY Abstract: Our aim is to unify mathematically the secification and the metrological verification of a given geometrical

More information

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS #A13 INTEGERS 14 (014) ON THE LEAST SIGNIFICANT ADIC DIGITS OF CERTAIN LUCAS NUMBERS Tamás Lengyel Deartment of Mathematics, Occidental College, Los Angeles, California lengyel@oxy.edu Received: 6/13/13,

More information

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls CIS 410/510, Introduction to Quantum Information Theory Due: June 8th, 2016 Sring 2016, University of Oregon Date: June 7, 2016 Fault Tolerant Quantum Comuting Robert Rogers, Thomas Sylwester, Abe Pauls

More information

TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES

TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES Khayyam J. Math. DOI:10.22034/kjm.2019.84207 TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES ISMAEL GARCÍA-BAYONA Communicated by A.M. Peralta Abstract. In this aer, we define two new Schur and

More information

Petri Net Plans. 1 Introduction. Vittorio Amos Ziparo 1 and Luca Iocchi 2

Petri Net Plans. 1 Introduction. Vittorio Amos Ziparo 1 and Luca Iocchi 2 Fourth International Worksho on Modelling of Objects, Comonents, and Agents (MOCA'06), 2006 Petri Net Plans Vittorio Amos Ziaro 1 and Luca Iocchi 2 1 Diartimento di Informatica e Sistemistica, Università

More information

A generalization of Amdahl's law and relative conditions of parallelism

A generalization of Amdahl's law and relative conditions of parallelism A generalization of Amdahl's law and relative conditions of arallelism Author: Gianluca Argentini, New Technologies and Models, Riello Grou, Legnago (VR), Italy. E-mail: gianluca.argentini@riellogrou.com

More information

Asymptotically Optimal Simulation Allocation under Dependent Sampling

Asymptotically Optimal Simulation Allocation under Dependent Sampling Asymtotically Otimal Simulation Allocation under Deendent Samling Xiaoing Xiong The Robert H. Smith School of Business, University of Maryland, College Park, MD 20742-1815, USA, xiaoingx@yahoo.com Sandee

More information

#A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS

#A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS #A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS Norbert Hegyvári ELTE TTK, Eötvös University, Institute of Mathematics, Budaest, Hungary hegyvari@elte.hu François Hennecart Université

More information

On Doob s Maximal Inequality for Brownian Motion

On Doob s Maximal Inequality for Brownian Motion Stochastic Process. Al. Vol. 69, No., 997, (-5) Research Reort No. 337, 995, Det. Theoret. Statist. Aarhus On Doob s Maximal Inequality for Brownian Motion S. E. GRAVERSEN and G. PESKIR If B = (B t ) t

More information

Additive results for the generalized Drazin inverse in a Banach algebra

Additive results for the generalized Drazin inverse in a Banach algebra Additive results for the generalized Drazin inverse in a Banach algebra Dragana S. Cvetković-Ilić Dragan S. Djordjević and Yimin Wei* Abstract In this aer we investigate additive roerties of the generalized

More information

The Binomial Approach for Probability of Detection

The Binomial Approach for Probability of Detection Vol. No. (Mar 5) - The e-journal of Nondestructive Testing - ISSN 45-494 www.ndt.net/?id=7498 The Binomial Aroach for of Detection Carlos Correia Gruo Endalloy C.A. - Caracas - Venezuela www.endalloy.net

More information

Distributed Maximality based CTL Model Checking

Distributed Maximality based CTL Model Checking IJCSI International Journal of Comuter Science Issues Vol 7 Issue No ay ISSN Onlin: 694-784 ISSN Print: 694-84 Distributed aximality based CTL odel Checking Djamel Eddine Saidouni ine EL Abidine Bouneb

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

On the Toppling of a Sand Pile

On the Toppling of a Sand Pile Discrete Mathematics and Theoretical Comuter Science Proceedings AA (DM-CCG), 2001, 275 286 On the Toling of a Sand Pile Jean-Christohe Novelli 1 and Dominique Rossin 2 1 CNRS, LIFL, Bâtiment M3, Université

More information

SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES. Gord Sinnamon The University of Western Ontario. December 27, 2003

SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES. Gord Sinnamon The University of Western Ontario. December 27, 2003 SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES Gord Sinnamon The University of Western Ontario December 27, 23 Abstract. Strong forms of Schur s Lemma and its converse are roved for mas

More information

0.6 Factoring 73. As always, the reader is encouraged to multiply out (3

0.6 Factoring 73. As always, the reader is encouraged to multiply out (3 0.6 Factoring 7 5. The G.C.F. of the terms in 81 16t is just 1 so there is nothing of substance to factor out from both terms. With just a difference of two terms, we are limited to fitting this olynomial

More information

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu and Markov Models Huizhen Yu janey.yu@cs.helsinki.fi Det. Comuter Science, Univ. of Helsinki Some Proerties of Probabilistic Models, Sring, 200 Huizhen Yu (U.H.) and Markov Models Jan. 2 / 32 Huizhen Yu

More information

Recursive Estimation of the Preisach Density function for a Smart Actuator

Recursive Estimation of the Preisach Density function for a Smart Actuator Recursive Estimation of the Preisach Density function for a Smart Actuator Ram V. Iyer Deartment of Mathematics and Statistics, Texas Tech University, Lubbock, TX 7949-142. ABSTRACT The Preisach oerator

More information

Session 5: Review of Classical Astrodynamics

Session 5: Review of Classical Astrodynamics Session 5: Review of Classical Astrodynamics In revious lectures we described in detail the rocess to find the otimal secific imulse for a articular situation. Among the mission requirements that serve

More information

s v 0 q 0 v 1 q 1 v 2 (q 2) v 3 q 3 v 4

s v 0 q 0 v 1 q 1 v 2 (q 2) v 3 q 3 v 4 Discrete Adative Transmission for Fading Channels Lang Lin Λ, Roy D. Yates, Predrag Sasojevic WINLAB, Rutgers University 7 Brett Rd., NJ- fllin, ryates, sasojevg@winlab.rutgers.edu Abstract In this work

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables Imroved Bounds on Bell Numbers and on Moments of Sums of Random Variables Daniel Berend Tamir Tassa Abstract We rovide bounds for moments of sums of sequences of indeendent random variables. Concentrating

More information

End-to-End Delay Minimization in Thermally Constrained Distributed Systems

End-to-End Delay Minimization in Thermally Constrained Distributed Systems End-to-End Delay Minimization in Thermally Constrained Distributed Systems Pratyush Kumar, Lothar Thiele Comuter Engineering and Networks Laboratory (TIK) ETH Zürich, Switzerland {ratyush.kumar, lothar.thiele}@tik.ee.ethz.ch

More information

Multilateral Negotiation in Boolean Games with Incomplete Information Using Generalized Possibilistic Logic

Multilateral Negotiation in Boolean Games with Incomplete Information Using Generalized Possibilistic Logic Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence (IJCAI 2015) Multilateral Negotiation in Boolean Games with Incomlete Information Using Generalized Possibilistic

More information