Metadata-Version: 2.1
Name: infect-net-inference
Version: 0.0.1
Summary: Simulate an infection process on a graph as well as create a credible set for the patient zero given a set of infected nodes on a graph.
Home-page: https://github.com/hltung/infection/tree/adjust-k
Author: Min Xu and Hwai-Liang Tung
Author-email: hwai-liang_tung@brown.edu
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# Infection

This package will allow you to create a credible set for the patient zero given a set of infected nodes on a graph.

## Installation

Run the following to install:

```python
pip install infect-net-inference
```

## Usage

```python
from  import *


```


