Giter Club home page Giter Club logo

ltl2buchi's Introduction

LTL2Buchi

This code is not my own. It was written by NASA. I found it in another project on GitHub.

I added three methods to the end of the gov.nasa.ltl.trans.Formula class:

  • public static String[] getPredicates(String)
  • public static String[] getPredicates(Formula)
  • public String[] getPredicates()

The license note found in the LTL2Buchi class file is reproduced here:

Copyright (C) 2005 United States Government as represented by the Administrator of the National Aeronautics and Space Administration (NASA). All Rights Reserved.

This software is distributed under the NASA Open Source Agreement (NOSA), version 1.3. The NOSA has been approved by the Open Source Initiative. See the file NOSA-1.3-JPF at the top of the distribution directory tree for the complete NOSA document.

THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE.

Written by Dimitra and Flavio (2001) Some modifications by: Roby Joehanes

ltl2buchi's People

Contributors

kicker10bog avatar

Watchers

 avatar James Cloos avatar

ltl2buchi's Issues

Maybe I found aBUG

Input1: X<>p
Output1: ( X ( ( true ) U ( "p" ) ) )
Input2: []g
Output2:( ( false ) V ( "g" ) )

detect from Output1 and Output2 that if gave the Input3 as "[]X<>p", if should return the Output3 as "( ( false ) V ( X ( ( true ) U ( "p" ) ) ) )"
but the program gave me the answer like this "( ( false ) V ( ( true ) U ( "p" ) ) )" . Note that the answer lost "X" !!!
Am I wrong or just a little bug here?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.