Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

claudioscheer/parallel-regions-temporal-planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The final paper is available here.

About

This repository contains the following:

  • implementation: PDDL formalization of the domain and problems;
  • paper: LaTeX sources of the final paper;
  • planner: Temporal Planning;
  • proposal: LaTeX sources of the domain proposal;

Problem addressed

The core idea of this project is to represent a compiler as a PDDL domain. With this approach, a planner could test whether a program can run in parallel or not.

To do

  • Add order to operations;
  • Add used planner binaries (link);
  • Read the paper carefully;
  • Make the presentation;
  • Send a pull request to the original planner with the changes;