Skip to content

JuliaReach/ARCH2025_NLN_RE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCH2025 NLN

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

Note: Running the full benchmark suite should take no more than four hours with a reasonable internet connection.

Installation

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

Using the Julia script. First install the Julia compiler following the instructions here. Once you have installed Julia, execute

$ julia startup.jl

to run all the benchmarks.

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 submit.sh script:

$ ./submit.sh

The Docker container can also be run interactively:

$ docker run -it juliareach bash

$ julia

julia> include("startup.jl")

Outputs

The results will be stored in the folder result.


How the Julia environment was created

julia> ]

(@v1.11) pkg> activate .
  Activating new environment at `.../ARCH2025_NLN/Project.toml`

pkg> add CSV
pkg> add DataFrames
pkg> add LaTeXStrings
pkg> add Plots
pkg> add ReachabilityAnalysis

About

Repeatability package for ARCH-COMP 2025 NLN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published