All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aiddl-test.reasoning.temporal.stp.aiddl Maven / Gradle / Ivy

Go to download

Provides common types and algorithm implementations for the fast prototyping integrative AI systems with the AIDDL framework.

The newest version!
(#mod self org.aiddl.test.reasoning.temporal.stp)

(#req STP org.aiddl.common.reasoning.temporal.stp)

(^NamedSimpleTemporalProblem@STP (stp-consistent 1)
  (
    { x1 x2 x3 }
    {
      ( x1 x2 5 5 )
      ( x2 x3 5 5 )
    }
  ) )

(^NamedSimpleTemporalProblem@STP (stp-inconsistent 1)
  (
    { x1 x2 x3 }
    {
      ( x1 x2 5 5 )
      ( x2 x3 5 5 )
      ( x3 x1 5 5 )      
    }
  ) )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy