aig-upf / fs-private

This is the private version of the FS planner repository
GNU General Public License v3.0
5 stars 1 forks source link

Converting FD front-end "mutex groups" into FSTRIPS functions #4

Open miquelramirez opened 7 years ago

miquelramirez commented 7 years ago

We have been discussing the possibility of acquiring more succinct representations of the IPC benchmarks by re-using FD's powerful invariant inference components. The basic idea is that for every mutex group M that FD uncovers (set of ground predicates), we define automatically the tuple < f{M}, t{M}, M> where f_{M} is a function, t{M} is a type, and M become a set of constant objects of type t{M}.

TODO

[ ] Work out the TODO list

miquelramirez commented 7 years ago

@gfrances can you assign this task to me? tyvm

gfrances commented 7 years ago

Of course I can! :-)

gfrances commented 7 years ago

BTW, this would be really interesting and match perfectly with the other work we've been discussing on width-based algorithms, which I'm starting to work on right now....

miquelramirez commented 7 years ago

tuve +1