An Efficient Approach for Computing Conflict Sets Combining Failure Probability with SAT.

Ya Tao,Dantong Ouyang,Meng Liu,Liming Zhang
DOI: https://doi.org/10.1007/978-3-319-99247-1_5
2018-01-01
Abstract:According to the topological structure of circuit and the characteristics of the enumeration tree, with the in-depth study of the reversed depth set enumeration tree method to compute conflict sets (CSRDSE), an efficient approach for counting conflict sets combining failure probability with SAT (CSCFPS) is proposed. Firstly, this paper presents the concept of fault output component set, possible fault component set, non-fault component set, explained fault component set, failure probability and non-conflict set theorem. Secondly, the OrderedCS-FP algorithm is came up. This algorithm calculates an ordered component set where the components are organized in descending order of failure probability. Finally, this paper puts forward the CSCFPS algorithm. In this algorithm, the SE-Tree is generated on the basis of the ordered component set, so minimal conflict set can be visited as early as possible to avoid the access to redundant nodes. On the grounds of the non-conflict set theorem, the sub-tree corresponding to the non-fault component set is deleted, decreasing the traversal to these nodes. Thus, the number of calling the SAT solver is greatly lessened. The experimental results show that the efficiency of this method is significantly improved.
What problem does this paper attempt to address?