gr1c
a collection of tools for GR(1) synthesis and related activities
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.5%) to scientific vocabulary
Repository
a collection of tools for GR(1) synthesis and related activities
Basic Info
- Host: GitHub
- Owner: tulip-control
- License: other
- Language: C
- Default Branch: main
- Homepage: http://scottman.net/2012/gr1c
- Size: 12.3 MB
Statistics
- Stars: 18
- Watchers: 7
- Forks: 5
- Open Issues: 11
- Releases: 16
Metadata Files
README.md
Introduction
gr1c is a collection of tools for GR(1) synthesis and related activities. Its core functionality is checking realizability of and synthesizing strategies for GR(1) specifications, though it does much more.
The citable URL is https://scottman.net/2012/gr1c
The public Git repo can be cloned from https://github.com/tulip-control/gr1c.git Documentation for the latest release is at https://tulip-control.github.io/gr1c Bug reports, feature requests, and substantial comments can be submitted via the project issue tracker or via email to the authors.
Executable files for several operating systems (GNU/Linux, Windows, etc.) are available for download in recent releases on GitHub. If you do not find yours there, please ask about it.
Examples and Documentation
Many examples are provided. Begin by reading examples/README.md.
The main documentation is built from .md files under the doc directory and
API comments in the source code. It is possible to read these files directly,
i.e., without building and browsing HTML files.
make doc
will run Doxygen and place the result in doc/build.
Formulae are rendered using MathJax.
Building and installation
We use GitHub Actions to build and test gr1c from the current source code in the
repository. Current status:
Dependencies
- CUDD, the CU Decision Diagram package by Fabio Somenzi et al. (also read the introduction, and note that the original link for CUDD is http://vlsi.colorado.edu/~fabio/CUDD/)
Optional
The following are optional dependencies. Each item is followed by a summary of what is to be gained by building gr1c with it.
GNU Readline, for an enhanced command prompt during interactive sessions. Note that there is a built-in prompt.
GraphViz, for strategy visualization from the output format type
dot.
Building from Source
Detailed installation instructions are in the repository at doc/installation.md For the most recent release, a copy of these instructions is on the Web at https://tulip-control.github.io/gr1c/md_installation.html
For Linux and Mac OSX, try the following.
./get-deps.sh
./build-deps.sh
make
make check
Consider using make -j N where N is the number of jobs to run simultaneously.
The last command runs a test suite. Each testing step is reported if the
environment variable VERBOSE is set to 1. E.g., try VERBOSE=1 make check.
Finally,
make install
The default installation prefix is /usr/local. Adjust it by invoking make
with something like prefix=/your/new/path.
License
This is free software released under the terms of the BSD 3-Clause License. There is no warranty; not even for merchantability or fitness for a particular purpose. Consult LICENSE.txt for copying conditions.
If this software is useful to you, we kindly ask that you cite us:
S. C. Livingston, "gr1c: a tool for interactive and incremental reactive synthesis". Caltech Library, Jan. 21, 2024. doi: 10.7907/5m62h-a4204
Owner
- Name: Temporal Logic Planning (TuLiP) toolbox
- Login: tulip-control
- Kind: organization
- Repositories: 7
- Profile: https://github.com/tulip-control
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
url: "https://github.com/tulip-control/gr1c"
preferred-citation:
type: report
title: "gr1c: a tool for interactive and incremental reactive synthesis"
year: 2024
month: 1
publisher:
name: "Caltech Library"
authors:
- family-names: "Livingston"
given-names: "Scott C."
doi: 10.7907/5m62h-a4204
GitHub Events
Total
- Release event: 1
- Watch event: 3
- Push event: 11
Last Year
- Release event: 1
- Watch event: 3
- Push event: 11
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 36
- Total pull requests: 3
- Average time to close issues: 6 months
- Average time to close pull requests: about 23 hours
- Total issue authors: 6
- Total pull request authors: 2
- Average comments per issue: 2.31
- Average comments per pull request: 0.67
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- slivingston (25)
- johnyf (7)
- dathath (1)
- barracuda156 (1)
- abadithela (1)
- LSebeke (1)
Pull Request Authors
- johnyf (2)
- tmorrell (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- requests *
- actions/checkout v2 composite
- debian stable build
- caltechlibrary/iga main composite