arch2021_nln_re

Repeatability evaluation package for the ARCH2021 NLN competition

https://github.com/juliareach/arch2021_nln_re

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Repeatability evaluation package for the ARCH2021 NLN competition

Basic Info
  • Host: GitHub
  • Owner: JuliaReach
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 34.2 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

ARCH2021 NLN

This is the JuliaReach repeatability evaluation (RE) package for the ARCH-COMP 2021 category report: Continuous and Hybrid Systems with Nonlinear Dynamics of the 5th International Competition on Verifying Continuous and Hybrid Systems (ARCH-COMP '21).

To cite the work, you can use:

@inproceedings{GerettiAABCCDFKLSSW21, author = {Luca Geretti and Julien Alexandre Dit Sandretto and Matthias Althoff and Luis Benet and Alexandre Chapoutot and Pieter Collins and Parasara Sridhar Duggirala and Marcelo Forets and Edward Kim and Uziel Linares and David P. Sanders and Christian Schilling and Mark Wetzlinger}, editor = {Goran Frehse and Matthias Althoff}, title = {{ARCH-COMP21} Category Report: Continuous and Hybrid Systems with Nonlinear Dynamics}, booktitle = {{ARCH}}, series = {EPiC Series in Computing}, volume = {80}, pages = {32--54}, publisher = {EasyChair}, year = {2021}, url = {https://doi.org/10.29007/2jw8}, doi = {10.29007/2jw8} }

Installation

Note: Running the full benchmark suite should take no more than two hours with a reasonable internet connection (may take longer otherwise).

There are two ways to install and run this RE: either using the Julia script, or using the included Dockerfile. In both cases, first clone this repository:

shell $ git clone https://github.com/JuliaReach/ARCH2021_NLN.git $ cd ARCH2021_NLN

Using the Julia script. First install the Julia language in your system following the instructions in the Downloads page. Once you have installed Julia installed in your system, do

shell $ julia startup.jl to run all the benchmarks. After this command has finished, the results will be stored under the folder result/results.csv and the generated plots in your working directory.

Using the Docker container. To build the container, you need the program docker. For installation instructions on different platforms, consult the Docker documentation. For general information about Docker, see this guide. Once you have installed Docker, start the measure_all script:

shell $ ./measure_all The output results will be saved under the folder result/, and the generated plots will be in your working directory.


The Docker container can also be run interactively. To run it interactively, type:

```shell $ docker run -it juliareach bash

$ julia

julia> include("startup.jl") ```

About this RE

This repeatability evaluation package relies on Julia's package manager, Pkg, to create an environment that can be used to exactly use the same package versions in different machines. For further instructions on creating this RE, see this wiki.

Owner

  • Name: JuliaReach
  • Login: JuliaReach
  • Kind: organization

Reachability Computations for Dynamical Systems in Julia

Citation (CITATION.bib)

@inproceedings{GerettiAABCCDFKLSSW21,
  author    = {Luca Geretti and
               Julien Alexandre Dit Sandretto and
               Matthias Althoff and
               Luis Benet and
               Alexandre Chapoutot and
               Pieter Collins and
               Parasara Sridhar Duggirala and
               Marcelo Forets and
               Edward Kim and
               Uziel Linares and
               David P. Sanders and
               Christian Schilling and
               Mark Wetzlinger},
  editor    = {Goran Frehse and
               Matthias Althoff},
  title     = {{ARCH-COMP21} Category Report: Continuous and Hybrid Systems with
               Nonlinear Dynamics},
  booktitle = {{ARCH}},
  series    = {EPiC Series in Computing},
  volume    = {80},
  pages     = {32--54},
  publisher = {EasyChair},
  year      = {2021},
  url       = {https://doi.org/10.29007/2jw8},
  doi       = {10.29007/2jw8}
}

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
schillic g****t@c****t 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • julia 1.6.0 build