Documentation

Validator.InductiveCertificate

Inductive Certificates #

We formalize the simple version of Inductive Certificates for unsolvability of automated planning as introduced in [ERH17] and [Eri19]. This file includes :

Inductive Sets and Inductive Certificates #

@[reducible, inline]

A set S is inductive if S[pt.actions] ⊆ S.

Equations
Instances For
    @[reducible, inline]

    An inductive certificate for a state s is an inductive set containing s which does not contain any goal state.

    Equations
    Instances For
      @[reducible, inline]

      An inductive certificate for the a planning task is an inductive certificate for the initial state.

      Equations
      Instances For

        Soundness of Inductive Certificates #

        Inductive certificates are sound, i.e. if an inductive certificate exists, then the planning problem is unsolvable.

        Completeness of Inductive Certificates #

        Inductive certificates are complete, i.e. if a planning problem is unsolvable, then an inductive certificate for the planning problem exists.