All Projects → tulip-control → Tulip Control

tulip-control / Tulip Control

Licence: bsd-3-clause
Temporal Logic Planning toolbox

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tulip Control

Reachabilityanalysis.jl
Methods to compute sets of states reachable by dynamical systems
Stars: ✭ 59 (-27.16%)
Mutual labels:  control-systems, verification
klever
Read-only mirror of the Klever Git repository
Stars: ✭ 18 (-77.78%)
Mutual labels:  verification, specification
Vscode Tlaplus
TLA+ language support for Visual Studio Code
Stars: ✭ 152 (+87.65%)
Mutual labels:  specification, verification
cafeobj
Development of the CafeOBJ interpreter
Stars: ✭ 25 (-69.14%)
Mutual labels:  verification, specification
ILAng
A Modeling and Verification Platform for SoCs using ILAs
Stars: ✭ 52 (-35.8%)
Mutual labels:  verification, abstraction
fphdl
VHDL-2008 Support Library
Stars: ✭ 36 (-55.56%)
Mutual labels:  verification, synthesis
async fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
Stars: ✭ 117 (+44.44%)
Mutual labels:  verification, synthesis
vscode-tlaplus
TLA+ language support for Visual Studio Code
Stars: ✭ 213 (+162.96%)
Mutual labels:  verification, specification
Tool lists
Links to tools by subject
Stars: ✭ 270 (+233.33%)
Mutual labels:  synthesis, verification
Design Document
Architectural specification and design of p2🐼
Stars: ✭ 56 (-30.86%)
Mutual labels:  specification
Ssri
Standard Subresource Integrity library for Node.js
Stars: ✭ 69 (-14.81%)
Mutual labels:  verification
Synthdefs
Synthdef Pool
Stars: ✭ 54 (-33.33%)
Mutual labels:  synthesis
Perennial
Verifying concurrent crash-safe systems
Stars: ✭ 57 (-29.63%)
Mutual labels:  verification
Api Blueprint Boilerplate
Minimalistic boilerplate to quick-start API specification using API Blueprint description language.
Stars: ✭ 71 (-12.35%)
Mutual labels:  specification
River Admin
🚀 A shiny admin interface for django-river built with DRF, Vue & Vuetify
Stars: ✭ 55 (-32.1%)
Mutual labels:  state-machine
Rsyn X
Rsyn – An Extensible Physical Synthesis Framework
Stars: ✭ 76 (-6.17%)
Mutual labels:  synthesis
Aws Power Tuner Ui
AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.
Stars: ✭ 52 (-35.8%)
Mutual labels:  state-machine
3d Tiles
Specification for streaming massive heterogeneous 3D geospatial datasets 🌎
Stars: ✭ 1,054 (+1201.23%)
Mutual labels:  specification
Vonage Java Sdk
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 75 (-7.41%)
Mutual labels:  verification
Spec
Data specification conformance and generation for Elixir
Stars: ✭ 72 (-11.11%)
Mutual labels:  specification

TuLiP

This is the source repository for TuLiP, the temporal logic planning toolbox. The project website is http://tulip-control.org

Installation

In most cases, it suffices to::

pip install .

TuLiP can be installed also from PyPI <https://pypi.python.org/pypi/tulip>_::

pip install tulip

This will install the latest release, together with required dependencies. To find out what dependencies (including optional ones) are installed, call::

tulip.interfaces.print_env()

For detailed instructions, including notes about dependencies and troubleshooting, consult https://tulip-control.sourceforge.io/doc/install.html The next section describes how to build documentation. A test suite is provided under tests/. Consult the section "Testing" below.

Pip can install the latest development snapshot too::

pip install https://github.com/tulip-control/tulip-control/archive/master.zip

Code under development can be unstable so trying pip install tulip first is recommended.

Documentation

There are two main sources of documentation outside the code. The "user" documentation is under doc/ and is built with Sphinx <http://sphinx.pocoo.org/>_, so the usual steps apply, ::

make html

API documentation is generated using Epydoc <http://epydoc.sourceforge.net/>_ and can also be built from the doc directory, now by ::

make api

Built copies for the most recent release of TuLiP are available online at:

Command summaries are provided by make help. Besides the above sources, you may also read API documentation using the standard pydoc tool. E.g., ::

pydoc tulip

Testing

Tests are performed using nose <http://readthedocs.org/docs/nose/>_. From the root of the source tree (i.e., where setup.py is located), ::

./run_tests.py

to perform basic tests. To try all available tests, ./run_tests.py full. For alternatives and a summary of usage, ./run_tests.py -h

Contact and support

  • Ask for help on the tulip-control-users mailing list <https://sourceforge.net/p/tulip-control/mailman/tulip-control-users>_
  • For release announcements, join the tulip-control-announce mailing list <https://sourceforge.net/p/tulip-control/mailman/tulip-control-announce>_
  • Bug reports and feature requests should be made at https://github.com/tulip-control/tulip-control/issues Please check for prior discussion and reports before opening a new issue.

License

This is free software released under the terms of the BSD 3-Clause License <http://opensource.org/licenses/BSD-3-Clause>_. There is no warranty; not even for merchantability or fitness for a particular purpose. Consult LICENSE for copying conditions.

When code is modified or re-distributed, the LICENSE file should accompany the code or any subset of it, however small. As an alternative, the LICENSE text can be copied within files, if so desired.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].