arch2020_aff_re

Repeatability Evaluation package for the ARCH2020 AFF Competition

https://github.com/juliareach/arch2020_aff_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.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Repeatability Evaluation package for the ARCH2020 AFF Competition

Basic Info
  • Host: GitHub
  • Owner: JuliaReach
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 1.7 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 5 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

ARCH2020 AFF

This is the JuliaReach repeatability evaluation (RE) package for the ARCH-COMP 2020 category report: Continuous and Hybrid Systems with Linear Continuous Dynamics of the 4th International Competition on Verifying Continuous and Hybrid Systems (ARCH-COMP '20).

To cite the work, you can use:

@inproceedings{AlthoffBBFFFKLM20, author = {Matthias Althoff and Stanley Bak and Zongnan Bao and Marcelo Forets and Goran Frehse and Daniel Freire and Niklas Kochdumper and Yangge Li and Sayan Mitra and Rajarshi Ray and Christian Schilling and Stefan Schupp and Mark Wetzlinger}, editor = {Goran Frehse and Matthias Althoff}, title = {{ARCH-COMP20} Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics}, booktitle = {{ARCH}}, series = {EPiC Series in Computing}, volume = {74}, pages = {16--48}, publisher = {EasyChair}, year = {2020}, url = {https://doi.org/10.29007/7dt2}, doi = {10.29007/7dt2} }

Installation

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/ARCH2020_AFF_RE.git $ cd ARCH2020_AFF_RE

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. Afer 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: 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") ```


The file startup.jl contains a flag TEST_LONG (default: false) that can be used to select to run or not the longer instances, such as the HEAT04 model that may take ~ 1 hour.

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{AlthoffBBFFFKLM20,
  author    = {Matthias Althoff and
               Stanley Bak and
               Zongnan Bao and
               Marcelo Forets and
               Goran Frehse and
               Daniel Freire and
               Niklas Kochdumper and
               Yangge Li and
               Sayan Mitra and
               Rajarshi Ray and
               Christian Schilling and
               Stefan Schupp and
               Mark Wetzlinger},
  editor    = {Goran Frehse and
               Matthias Althoff},
  title     = {{ARCH-COMP20} Category Report: Continuous and Hybrid Systems with
               Linear Continuous Dynamics},
  booktitle = {{ARCH}},
  series    = {EPiC Series in Computing},
  volume    = {74},
  pages     = {16--48},
  publisher = {EasyChair},
  year      = {2020},
  url       = {https://doi.org/10.29007/7dt2},
  doi       = {10.29007/7dt2}
}

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 41
  • Total Committers: 4
  • Avg Commits per committer: 10.25
  • Development Distribution Score (DDS): 0.146
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
mforets m****s@g****m 35
Daniel F Caporale d****e@g****m 4
schillic g****t@c****t 1
dfcaporale 5****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 18
  • Average time to close issues: 11 days
  • Average time to close pull requests: about 9 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.5
  • Merged pull requests: 15
  • 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
  • mforets (2)
Pull Request Authors
  • mforets (11)
  • dfcaporale (4)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • julia 1.5.0-rc1 build