evaltor 0.1.0

A tool for evaluating the evaluatees on benchmarks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Evaltor

A tool for evaluating the performance of evaluatees on benchmarks.

### Requirements
- Docker
- Rust Compiler

### Install
- build the `evaltor_box` with Docker, and all the evaluatees will be placed inside this container to be evaluated ```docker build -t evaltor_box:latest -f ./BoxDockerfile .```
- ```cargo install --path .```

### Example
- evaluate the rIC3 model checker under hwmcc19, hwmcc20, and hwmcc24
```evaltor ./examples/hwmc.toml ./examples/rIC3.toml  -b hwmcc19.aig,hwmcc20.aig,hwmcc24.aig -e default```