FASTDIAGP: An Algorithm for Parallelized Direct Diagnosis
Abstract
Constraint-based applications attempt to identify a solution that meets all defined user requirements. If the requirements are inconsistent with the underlying constraint set, algorithms that compute diagnoses for inconsistent constraints should be implemented to help users resolve the “no solution could be found” dilemma. FastDiag is a typical direct diagnosis algorithm that supports diagnosis calculation without pre-determining conflicts. However, this approach faces runtime performance issues, especially when analyzing complex and large-scale knowledge bases. In this paper, we propose a novel algorithm, so-called FastDiagP, which is based on the idea of speculative programming. This algorithm extends FastDiag by integrating a parallelization mechanism that anticipates and pre-calculates consistency checks requested by FastDiag. This mechanism helps to provide consistency checks with fast answers and boosts the algorithm’s runtime performance. The performance improvements of our proposed algorithm have been shown through empirical results using the Linux-2.6.3.33 configuration knowledge base.
Cite
Text
Le et al. "FASTDIAGP: An Algorithm for Parallelized Direct Diagnosis." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I5.25792Markdown
[Le et al. "FASTDIAGP: An Algorithm for Parallelized Direct Diagnosis." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/le2023aaai-fastdiagp/) doi:10.1609/AAAI.V37I5.25792BibTeX
@inproceedings{le2023aaai-fastdiagp,
title = {{FASTDIAGP: An Algorithm for Parallelized Direct Diagnosis}},
author = {Le, Viet-Man and Silva, Cristian Vidal and Felfernig, Alexander and Benavides, David and Galindo, José A. and Tran, Thi Ngoc Trang},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {6442-6449},
doi = {10.1609/AAAI.V37I5.25792},
url = {https://mlanthology.org/aaai/2023/le2023aaai-fastdiagp/}
}