eldarica | The Eldarica model checker
kandi X-RAY | eldarica Summary
kandi X-RAY | eldarica Summary
eldarica is a Scala library. eldarica has no bugs, it has no vulnerabilities and it has low support. However eldarica has a Non-SPDX License. You can download it from GitHub.
Eldarica is a model checker for Horn clauses, Numerical Transition Systems, and software programs. Inputs can be read in a variety of formats, including SMT-LIB 2 and Prolog for Horn clauses, and fragments of Scala and C for software programs, and are analysed using a variant of the Counterexample-Guided Abstraction Refinement (CEGAR) method. Eldarica is fast and includes sophisticated interpolation-based techniques for synthesising new predicates for CEGAR, enabling it to solve a wide range of verification problems. The Eldarica C parser accepts programs augmented with various primitives from the timed automata world: supporting concurrency, clocks, communication channels, as well as analysis of systems with an unbounded number of processes (parameterised analysis). There is also a variant of Eldarica for analysing Petri nets: Eldarica has been developed by Hossein Hojjat and Philipp Ruemmer, with further contributions by Filip Konecny and Pavle Subotic. There is a simple web interface to experiment with the C interface of Eldarica: The latest nightly build is available from:
Eldarica is a model checker for Horn clauses, Numerical Transition Systems, and software programs. Inputs can be read in a variety of formats, including SMT-LIB 2 and Prolog for Horn clauses, and fragments of Scala and C for software programs, and are analysed using a variant of the Counterexample-Guided Abstraction Refinement (CEGAR) method. Eldarica is fast and includes sophisticated interpolation-based techniques for synthesising new predicates for CEGAR, enabling it to solve a wide range of verification problems. The Eldarica C parser accepts programs augmented with various primitives from the timed automata world: supporting concurrency, clocks, communication channels, as well as analysis of systems with an unbounded number of processes (parameterised analysis). There is also a variant of Eldarica for analysing Petri nets: Eldarica has been developed by Hossein Hojjat and Philipp Ruemmer, with further contributions by Filip Konecny and Pavle Subotic. There is a simple web interface to experiment with the C interface of Eldarica: The latest nightly build is available from:
Support
Quality
Security
License
Reuse
Support
eldarica has a low active ecosystem.
It has 52 star(s) with 14 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 13 open issues and 30 have been closed. On average issues are closed in 15 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of eldarica is v2.0.8
Quality
eldarica has no bugs reported.
Security
eldarica has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
eldarica has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
eldarica releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of eldarica
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of eldarica
eldarica Key Features
No Key Features are available at this moment for eldarica.
eldarica Examples and Code Snippets
No Code Snippets are available at this moment for eldarica.
Community Discussions
No Community Discussions are available at this moment for eldarica.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install eldarica
You can download it from GitHub.
Support
You can either download a binary release of Eldarica, or compile the Scala code yourself. Since Eldarica uses <code>sbt</code>, compilation is quite simple: you just need <code>sbt</code> installed on your machine, and then type <code>sbt assembly</code> to download the compiler, all required libraries, and produce a binary of Eldarica. After compilation (or downloading a binary release), calling Eldarica is normally as easy as saying. When using a binary release, one can instead also call. A set of examples is provided on http://logicrunch.it.uu.se:4096/~wv/eldarica, and included in the distributions directory <code>regression-tests</code>. You can use the script <code>eld-client</code> instead of <code>eld</code> in order to run Eldarica in a server-client mode, which significantly speeds up processing of multiple problems. A full list of options can be obtained by calling <code>./eld -h</code>.<br> In particular, the options <code>-disj</code>, <code>-abstract</code>, <code>-stac</code> can be used to control predicate generation.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page