Skip to content
/ ma-eval Public

This repository contains the code to encode pseudo-boolean constraints in cnf and in pseudo boolean constraints for the evaluation of my masters thesis.

Notifications You must be signed in to change notification settings

st-vi/ma-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ma-eval

This repository contains the code to encode pseudo-boolean constraints in cnf and in pseudo boolean constraints for the evaluation of my masters thesis.

build

mvn clean compile assembly:single

dependencies

needs the pseudo-boolean-uvl-encoder project. If it is up to date in the maven repo no manual steps are needed. If not build and install it in your local maven repo:

https://github.com/st-vi/pseudo-boolean-uvl-encoder mvn install:install-file -Dfile=pseudo-boolean-uvl-encoder-1.0-SNAPSHOT-jar-with-dependencies.jar -DgroupId=de.vill -DartifactId=pseudo-boolean-uvl-encoder -Dversion=1.0 -Dpackaging=jar Furthermore, it is necessary to install the featureide library for dimacs encoding in your local maven repo. https://featureide.github.io/

About

This repository contains the code to encode pseudo-boolean constraints in cnf and in pseudo boolean constraints for the evaluation of my masters thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages