Giter Site home page Giter Site logo

fm-benchmark-evaluation's Introduction

Replication package for Evaluating Feature-Model Collection (SPLC'24)

Recommended usage with Docker

We provide a docker image for our empirical evaluation. To replicate the evaluation follow the steps below.

  1. Login to ghcr. Find instructions here, even though the package is public log in seems neccessary.

  2. Get image: docker pull ghcr.io/sundermannc/fmbenchmarkeval:v1

  3. Run analyses:

    docker run --name fmbenchmarksharpsat -d ghcr.io/sundermannc/fmbenchmarkeval:v1 run_configurations/sharpsat.yaml

    docker run --name fmbenchmarksat -d ghcr.io/sundermannc/fmbenchmarkeval:v1 run_configurations/sat.yaml

  4. Get results:

docker cp fmbenchmarksharpsat:benchmark/results/ results-sharpsat

docker cp fmbenchmarksat:benchmark/results/ results-sat

Without docker

Disclaimer: We recommend using the docker container since setting up all solvers can be tricky, especially on non-Linux systems.

Binaries

We only provide Linux binaries for the different solvers. As the different solvers depend on various Linux-only libraries, we recommend to use a Linux-based system or VM.

Steps to reproduce

  1. Get feature models from the feature-model collection. The models are not duplicated here due to their sizes.
  2. Copy dimacs models (path/to/collection/feature_models/dimacs) to this directory: Expected paths for the script: dimacs/domain/system/modelname.dimacs
  3. Run evaluation SAT: python3 run.py run_configurations/sat.yaml #SAT: python3 run.py run_configurations/sharpsat.yaml

fm-benchmark-evaluation's People

Contributors

sundermannc avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.