AQME 10 System Description

Similar documents
Schedule Compression by Fair Allocation Methods

An Analytical Approach to the BFS vs. DFS Algorithm Selection Problem 1

Predicting Flight Delays Using Data Mining Techniques

SAT: Propositional Satisfiability and Beyond

Transportation Timetabling

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks

ONLINE DELAY MANAGEMENT IN RAILWAYS - SIMULATION OF A TRAIN TIMETABLE

ATTEND Analytical Tools To Evaluate Negotiation Difficulty

Lecture 2: Image Classification pipeline. Fei-Fei Li & Andrej Karpathy Lecture 2-1

Decision aid methodologies in transportation

Information Extraction slides adapted from Jim Martin s Natural Language Processing class

PREFERENCE DRIVEN SHOPPING DISPLAY ALGORITHM TN AND AS MODELS

Price-Setting Auctions for Airport Slot Allocation: a Multi-Airport Case Study

Digital twin for life predictions in civil aerospace

Research Article Study on Fleet Assignment Problem Model and Algorithm

The forecasts evaluated in this appendix are prepared for based aircraft, general aviation, military and overall activity.

Part 1. Part 2. airports100.csv contains a list of 100 US airports.

Assignment of Arrival Slots

Real-Time Control Strategies for Rail Transit

An Analysis of Dynamic Actions on the Big Long River

A Coevolutionary Simulation of Real-Time Airport Gate Scheduling

Estimating the Risk of a New Launch Vehicle Using Historical Design Element Data

QUALITY OF SERVICE INDEX Advanced

Overview of PODS Consortium Research

Abstract. Introduction

Traffic Forecasts. CHAOUKI MUSTAPHA, Economist, International Civil Aviation Organization

QUALITY OF SERVICE INDEX

RECEDING HORIZON CONTROL FOR AIRPORT CAPACITY MANAGEMENT

CAPAN Methodology Sector Capacity Assessment

Surface Congestion Management. Hamsa Balakrishnan Massachusetts Institute of Technology

Development of Flight Inefficiency Metrics for Environmental Performance Assessment of ATM

Anomaly Detection in airlines schedules. Asmaa Fillatre Data Scientist, Amadeus

16.9% RevPAR increase. Best Western Borås started using Atomize at the end of 2017 and experienced a RevPAR increase of 16.9% in Q

Air Traffic. By Chris Van Horn

We transform travel companies into travel retailers

Available On-Board Technologies For Runway Excursions Prevention

Logic Control Summer Semester Assignment: Modeling and Logic Controller Design 1

Aviation Economics & Finance

Aircraft and Gate Scheduling Optimization at Airports

An optimization model for assigning 4Dtrajectories to flights under the TBO concept

Don t Sit on the Fence

BusStop Telco 2.0 application supporting public transport in agglomerations

Handling Transfers in Travel Booster

A practical route search system for amusement parks navigation

Emerging Technologies in BPM

Todsanai Chumwatana, and Ichayaporn Chuaychoo Rangsit University, Thailand, {todsanai.c;

Air Traffic Flow and Capacity Management Using Constraint Programming

Network Revenue Management: O&D Control Dr. Peter Belobaba

Mathematical modeling in the airline industry: optimizing aircraft assignment for on-demand air transport

Airport Characterization for the Adaptation of Surface Congestion Management Approaches*

A RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE AIRPORT GROUND-HOLDING PROBLEM

Automated Integration of Arrival and Departure Schedules

International Journal of Informative & Futuristic Research ISSN:

Operational Evaluation of a Flight-deck Software Application

Airline Scheduling Optimization ( Chapter 7 I)

Query formalisms for relational model relational algebra

ATPCO. Intended positioning on the market

ADVANTAGES OF SIMULATION

ATM Seminar 2015 OPTIMIZING INTEGRATED ARRIVAL, DEPARTURE AND SURFACE OPERATIONS UNDER UNCERTAINTY. Wednesday, June 24 nd 2015

Pricing and Revenue Management

Istanbul Technical University Air Transportation Management, M.Sc. Program Aviation Economics and Financial Analysis Module November 2014

A Review of Airport Runway Scheduling

AIRLINES decisions on route selection are, along with fleet planning and schedule development, the most important

Mathcad Prime Curriculum Guide

Aircraft Arrival Sequencing: Creating order from disorder

WILDERNESS AS A PLACE: HUMAN DIMENSIONS OF THE WILDERNESS EXPERIENCE

MASTER S THESIS. Ioannis Mamalikidis, UID: 633

DMAN-SMAN-AMAN Optimisation at Milano Linate Airport

Optimization Model Integrated Flight Schedule and Maintenance Plans

Predicting flight routes with a Deep Neural Network in the operational Air Traffic Flow and Capacity Management system

Eurowings Aviation & Consulting Ltd.

Interval Management A Brief Overview of the Concept, Benefits, and Spacing Algorithms

You Must Be At Least This Tall To Ride This Paper. Control 27

Heuristic technique for tour package models

Tour route planning problem with consideration of the attraction congestion

THIRTEENTH AIR NAVIGATION CONFERENCE

Overview of the Airline Planning Process Dr. Peter Belobaba Presented by Alex Heiter

Research on Pilots Development Planning

EN-024 A Simulation Study on a Method of Departure Taxi Scheduling at Haneda Airport

Robust flight-to-gate assignment using flight presence probabilities

Kristina Ricks ISYS 520 VBA Project Write-up Around the World

Atennea Air. The most comprehensive ERP software for operating & financial management of your airline

AI in a SMART AIrport

Fuel Burn Impacts of Taxi-out Delay and their Implications for Gate-hold Benefits

Controlling the False Discovery Rate in Bayesian Network Structure Learning

Model-based development of self-organized earthquake early warning systems

MIT ICAT M I T I n t e r n a t i o n a l C e n t e r f o r A i r T r a n s p o r t a t i o n

HOW TO IMPROVE HIGH-FREQUENCY BUS SERVICE RELIABILITY THROUGH SCHEDULING

Demand Forecast Uncertainty

Including Linear Holding in Air Traffic Flow Management for Flexible Delay Handling

Tail Assignment with Multiple Maintenance Locations Using Network Model

Trajectory Based Operations

A Study of Tradeoffs in Airport Coordinated Surface Operations

Airport Gate Assignment A Hybrid Model and Implementation

THE EFFECT OF FARE POLICIES ON DWELL TIME: A CASE STUDY FOR THE PITTSBURGH REGION

On-line decision support for take-off runway scheduling with uncertain taxi times at London Heathrow airport.

Large-Scale Network Slot Allocation with Dynamic Time Horizons

B.S. PROGRAM IN AVIATION TECHNOLOGY MANAGEMENT Course Descriptions

Automatic Aircraft Cargo Load Planning with Pick-up and Delivery

Construction of Conflict Free Routes for Aircraft in Case of Free Routing with Genetic Algorithms.

Transcription:

AQME 10 System Description Luca Pulina and Armando Tacchella University of Genoa DIST - Viale Causa 13 16145 Genoa (Italy) POS 2010 - Edinburgh, July 10, 2010 Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 1 / 56

What is a quantified Boolean formula? Consider a Boolean formula, e.g., (x 1 x 2 ) ( x 1 x 2 ) Adding existential and universal quantifiers, e.g., x 1 x 2 (x 1 x 2 ) ( x 1 x 2 ) yields a quantified Boolean formula (QBF). Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 2 / 56

What is the meaning of a QBF? A QBF, e.g., x 1 x 2 (x 1 x 2 ) ( x 1 x 2 ) is true if and only if for every value of x 1 there exist a value of x 2 such that (x 1 x 2 ) ( x 1 x 2 ) is propositionally satisfiable Given any QBF ψ: if ψ = xϕ then ψ is true iff ϕ x=0 ϕ x=1 is true if ψ = xϕ then ψ is true iff ϕ x=0 ϕ x=1 is true Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 3 / 56

QBFs as a logic assembly language Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 4 / 56

QBFs as a logic assembly language This approach works fine as long as QBF solvers are robust! Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 4 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 5 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 6 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 7 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 8 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 9 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 10 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 11 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 12 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 13 / 56

Are state-of-the-art QBF solvers robust? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 14 / 56

Goal: a robust QBF solver Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 15 / 56

Goal: a robust QBF solver Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 16 / 56

Goal: a robust QBF solver Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 17 / 56

Outline 1 Engineering a robust QBF solver 2 Designing a self-adaptive multi-engine 3 Experiments 4 Conclusions & future work Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 18 / 56

Outline 1 Engineering a robust QBF solver 2 Designing a self-adaptive multi-engine 3 Experiments 4 Conclusions & future work Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 19 / 56

Two approaches to yield a robust solver Brute force Given m QSAT instances and n solvers (engines) 1 Run each engine on a separate machine. 2 Stop all the engines as soon as one solves the instance, or all the engines exhaust resources. 3 Continue with the next instance (if any). Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 20 / 56

Two approaches to yield a robust solver Brute force Given m QSAT instances and n solvers (engines) 1 Run each engine on a separate machine. 2 Stop all the engines as soon as one solves the instance, or all the engines exhaust resources. 3 Continue with the next instance (if any). Intelligence Understand which engine is best for which QBFs Fairly old idea: asset allocation in economics. Looking for dynamically adaptive policies. Algorithm portfolios: SAT, SMT, QBFs (see related work). Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 20 / 56

Intelligence = Learning (to choose engines) E 1 E 2 ϕ F (ϕ)... E n Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 21 / 56

Intelligence = Learning (to choose engines) E 1 E 2 ϕ F (ϕ)... E n Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 22 / 56

Intelligence = Learning (to choose engines) E 1 E 2 ϕ F (ϕ)... result E n Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 23 / 56

Intelligence = Learning (to choose engines)? E 1 E 2 ϕ F (ϕ)... E n Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 24 / 56

Intelligence = Learning (to choose engines) E 1? E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 25 / 56

Intelligence = Learning (to choose engines) E 1? E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 26 / 56

Intelligence = Learning (to choose engines) E 1! E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 27 / 56

Intelligence = Learning (to choose engines) E 1 E 2 ϕ F (ϕ)... Dataset ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm E n Choose a dataset Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 28 / 56

Intelligence = Learning (to choose engines) E 1 E 2 ϕ F (ϕ)... Dataset ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm E n Choose inducer(s) Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 29 / 56

Intelligence = Learning (to choose engines) E 1 E 2 ϕ F (ϕ)... Dataset ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm E n Choose engines Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 30 / 56

Choosing datasets QBFLIB (www.qbflib.org), a repository of QBFs More than 15K formulas in a standard format. Artificially generated, toy problems, realistic encodings, challenge problems,... QBF solvers competitions (www.qbfeval.org) A subset of the formulas available in QBFLIB. Up-to-date performance data about QBF solvers. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 31 / 56

Choosing datasets QBFLIB (www.qbflib.org), a repository of QBFs More than 15K formulas in a standard format. Artificially generated, toy problems, realistic encodings, challenge problems,... QBF solvers competitions (www.qbfeval.org) A subset of the formulas available in QBFLIB. Up-to-date performance data about QBF solvers. Our choice in AQME 10 The whole QBFEVAL 08 dataset (3326 fixed structured formulas). Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 31 / 56

Representing QBFs Basic features regarding: Clauses: total number, number of Horn clauses,... Variables: total number, existential and universal,... Quantifiers: alternations,... Literals: total number, average per clause,...... Combined features: ratios/products between basic features. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 32 / 56

Representing QBFs Basic features regarding: Clauses: total number, number of Horn clauses,... Variables: total number, existential and universal,... Quantifiers: alternations,... Literals: total number, average per clause,...... Combined features: ratios/products between basic features. Our choice in AQME 10 109 cheap syntactic features for each QBF. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 32 / 56

Choice of inductive models Our desiderata: Deal with numerical attributes (QBF features) and multiple class labels (engines). No assumptions of normality or (in)dependence among the features. No complex parameter tuning, thanks! Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 33 / 56

Choice of inductive models Our desiderata: Deal with numerical attributes (QBF features) and multiple class labels (engines). No assumptions of normality or (in)dependence among the features. No complex parameter tuning, thanks! Our choice in AQME 10 Nearest-neighbour (1-NN) We also implemented multivariate logistic regression, decision trees, and decision rules. We select 1-NN for its robustness w.r.t. the inductive models above (see [Pulina and Tacchella, CP-DP 08]). Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 33 / 56

Choosing reasoning engines QBFEVALs reveal major differences between Heuristic search based solvers. Hybrid solvers mainly based on other techniques (e.g., resolution, skolemization), but possibly including search. Which solvers to choose as basic engines? Only the best search and hybrid? All state of the art solvers? Something in between? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 34 / 56

Choosing reasoning engines QBFEVALs reveal major differences between Heuristic search based solvers. Hybrid solvers mainly based on other techniques (e.g., resolution, skolemization), but possibly including search. Which solvers to choose as basic engines? Only the best search and hybrid? All state of the art solvers? Something in between? Our selection in AQME 10 Search-based: QUBE3.1, SSOLVE-UT, and 2CLSQ. Hybrid: QUANTOR2.11, and SKIZZO-0.9-STD. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 34 / 56

Choosing reasoning engines QBFEVALs reveal major differences between Heuristic search based solvers. Hybrid solvers mainly based on other techniques (e.g., resolution, skolemization), but possibly including search. Which solvers to choose as basic engines? Only the best search and hybrid? All state of the art solvers? Something in between? Our selection in AQME 10 Search-based: QUBE3.1, SSOLVE-UT, and 2CLSQ. Hybrid: QUANTOR2.11, and SKIZZO-0.9-STD. Vintage engines offer us a baseline to compare the current progress in the development of QBF solvers. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 34 / 56

Outline 1 Engineering a robust QBF solver 2 Designing a self-adaptive multi-engine 3 Experiments 4 Conclusions & future work Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 35 / 56

Designing a self-adaptive multi-engine How could AQME 10 learn by its incorrect predictions? Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 36 / 56

Designing a self-adaptive multi-engine How could AQME 10 learn by its incorrect predictions? Retraining: adaptation schema applied to engine selection policies whenever they fail to give good predictions. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 36 / 56

Retraining Choose E 1 E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm Choose Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 37 / 56

Retraining Choose E 1 E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm Choose Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 38 / 56

Retraining Choose E 1 E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm ϕ m+1 E 1 Choose Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 39 / 56

Retraining Choose E 1 E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm ϕ m+1 E 1 Choose Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 40 / 56

Retraining Choose E 1 E 2 ϕ F (ϕ)... Dataset E n ϕ 1 E 2 ϕ 2 E 4... ϕ m E 1 Learning Algorithm ϕ m+1 E 1 Choose Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 41 / 56

Retraining policies Critical points for AQME 10 performances: How much CPU time is granted to each engine. Which engine is called for retraining. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 42 / 56

Retraining policies Critical points for AQME 10 performances: How much CPU time is granted to each engine. Which engine is called for retraining. Policies in AQME 10 Granted CPU time: Trust the Predicted Engine - A fixed amount of CPU time is granted to the predicted solver. - If it fails, another engine is called (following the engine selection policy), with a granted amount of CPU time until the solver solves the input formula. - If the formula is not solved, the originally predicted engine is fired, with the time limit assigned to the remaining time. Engine selection: The engine to fire is selected according to the QBFEVAL 06 ranking. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 42 / 56

AQME 10 architecture Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 43 / 56

AQME 10 architecture Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 44 / 56

AQME 10 architecture Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 45 / 56

AQME 10 architecture Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 46 / 56

AQME 10 architecture Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 47 / 56

AQME 10 architecture Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 48 / 56

AQME 10 architecture Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 49 / 56

Outline 1 Engineering a robust QBF solver 2 Designing a self-adaptive multi-engine 3 Experiments 4 Conclusions & future work Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 50 / 56

AQME 10@QBFEVAL 10 Solver MAIN 2QBF SH RND # Time # Time # Time # Time AIGSOLVE 329 22786.60 NA NA 37 1140.01 NA NA AQME 10 434 33346.60 128 2323.11 11 30132.40 407 20078.90 DEPQBF 370 21515.30 24 690.42 4 41448.00 342 12895.10 DEPQBF-PRE 356 18995.90 51 877.02 4 33371.90 343 9438.62 NENOFEX 225 13786.90 50 3545.65 3 30194.20 149 34502.80 QMAIGA 361 43058.10 NA NA NA NA NA NA QUANTOR3.1 205 6711.37 48 3689.30 5 57960.90 134 2830.97 STRUQS 10 240 32839.70 132 1399.30 5 26257.30 117 15480.40 Best 1 solver in MAIN and RND tracks. Good performance in 2QBF and SH tracks. 1 In the sense of numbers of problems solved within the CPU time limit Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 51 / 56

Looking inside AQME 10 MAIN 2QBF SH RND 2CLSQ 28 1 QUANTOR2.11 106 24 1 QUBE3.1 145 11 2 146 SKIZZO 116 80 6 63 SSOLVE-UT 39 13 1 198 Retrainings 22 3 15 Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 52 / 56

Looking inside AQME 10 MAIN 2QBF SH RND 2CLSQ 28 1 QUANTOR2.11 106 24 1 QUBE3.1 145 11 2 146 SKIZZO 116 80 6 63 SSOLVE-UT 39 13 1 198 Retrainings 22 3 15 Self-adaptation based on the characteristics of the test set. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 52 / 56

Outline 1 Engineering a robust QBF solver 2 Designing a self-adaptive multi-engine 3 Experiments 4 Conclusions & future work Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 53 / 56

Conclusions A multiengine solver is a robust alternative to current state-of-the-art QBF solvers. Good performance achieved also using engines date back 2006. Retraining algorithm increases the performances in terms of number of solved formula. Performances limited by the State-of-the-art solver, i.e., the ideal solver that always fares the best time among all the considered solvers. Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 54 / 56

Future work Mechanism for the automatic integration of new engines. Implementation of new learning algorithms (see, e.g., D. Stern et al., AAAI 2010). Integration between different algorithms, not black-box engines (see, e.g., Pulina and Tacchella, FROCOS 2009). Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 55 / 56

Thank you! Luca Pulina (UNIGE) AQME 10 System Description POS 10 - Edinburgh 56 / 56