mbeWCSP

Approximates the minimum cost solution to a Weighted Constraint Satisfaction Problem (WCSP)

Author

Radu_Marinescu

Description

The library contains the implementation of the Mini-Bucket Elimination MBE(i) algorithm for WCSP.

Input format

The WCSP instance needs to be specified in the WCSP_file_format.

For some example problems please see our Repository.

Usage

The algorithm is invoked with three arguments:

mbeWCSP <inputFile> <parameterFile> <outputFile>

with the following meaning:

Detailed step-by-step instructions are available here.

Parameters

Parameters for the algorithm, which can be specified within the parameter file:

Download

A 32-bit Linux binary and an example parameter file will be available soon.

Get the 32-bit Windows binary and an example parameter file are here.

If you are interested in obtaining the source code, please contact the program author.

References

[1] Mini-Buckets: A General Scheme For Generating Approximations In Automated Reasoning. Rina Dechter. In Fifteenth International Joint Conference of Artificial Intelligence (IJCAI97), Japan, 1997. Link

mbeWCSP (last edited 2008-03-10 19:07:37 by localhost)