- Time of benchmark: 22 Jun 2019 - 16:36
- Package commit: dirty
- Julia commit: 980eda
- Julia command flags: None
- Environment variables: None
See https://www.build-business-websites.co.uk/set-path-environment-variable-windows-powershell/
(Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH).Path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using LazySets, TaylorModels | |
| import IntervalArithmetic | |
| const IA = IntervalArithmetic | |
| const zeroI = IA.Interval(0.0) # [0.0, 0.0] | |
| const oneI = IA.Interval(1.0) # [1.0, 1.0] | |
| const symI = IA.Interval(-1.0, 1.0) | |
| @inline zeroBox(m) = IntervalBox(zeroI, m) | |
| @inline symBox(m) = IntervalBox(symI, m) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # originally from @ueliwechsler | |
| # ------------------------------------ | |
| # this file should be loaded into `MathematicalSystems/src/macros.jl` | |
| using MacroTools # for the @capture macro | |
| using InteractiveUtils # for subtypes | |
| export @system |
Lists of journals in scientific computing and applied mathematics.
-
Mathematics of Computation
-
Foundations of Computational Mathematics:
-
HSCC 2021
-
Applied Verification for Continuous and Hybrid Systems
-
FORMATS 2020
- https://formats-2020.cs.ru.nl/#call
- Abstract Submission deadline: April 4, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ===================================== | |
| # Version using MacroTools + SymEngine | |
| # ===================================== | |
| using IntervalMatrices | |
| using SymEngine | |
| using MacroTools: postwalk | |
| subidx(i) = join(Char.(0x2080 .+ convert.(UInt16, digits(i)[end:-1:1]))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (v1.2) pkg> test NeuralVerification | |
| Updating registry at `~/.julia/registries/General` | |
| Updating git-repo `https://github.com/JuliaRegistries/General.git` | |
| Testing NeuralVerification | |
| Resolving package versions... | |
| Status `/tmp/jl_Wfxs1N/Manifest.toml` | |
| [621f4979] AbstractFFTs v0.5.0 | |
| [1520ce14] AbstractTrees v0.3.1 | |
| [79e6a3ab] Adapt v1.0.0 |