5bcfee4d
Francisco Coelho
Added README
|
1
2
3
4
5
6
7
8
9
|
# SASP - Stochastic ASP
> This repository contains code and data used in the paper _An Algebraic Approach to Stochastic ASP_
There are two [julia](https://julialang.org/) files:
- `sampling.jl` generates (and saves) a sample following the process described in the _Model+Noise_ item in subsection 4.1 of the paper.
- `sample_analysis.jl` analyses, summarizes and outputs `LaTeX` rows of the samples above.
|