evaltor

Crates.ioevaltor
lib.rsevaltor
version0.1.0
created_at2025-05-25 15:34:33.89889+00
updated_at2025-05-25 15:34:33.89889+00
descriptionA tool for evaluating the evaluatees on benchmarks
homepage
repositoryhttps://github.com/gipsyh/evaltor
max_upload_size
id1688462
size93,962
Yuheng Su (gipsyh)

documentation

README

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
Commit count: 178

cargo fmt