DocumentCode
745810
Title
An Algorithm to Decide Feasibility of Linear Integer Constraints Occurrng in Decision Tables
Author
Biswas, S. ; Rajaraman, V.
Author_Institution
Department of Computer Science and Engineering, Indian Institute of Technology
Issue
12
fYear
1987
Firstpage
1340
Lastpage
1347
Abstract
To detect errors in decision tables one needs to decide whether a given set of constraints is feasible or not. This paper describes an algorithm to do so when the constraints are linear in variables that take only integer values. Decision tables with such constraints occur frequently in business data processing and in nonnumeric applications. The aim of the algorithm is to exploit. the abundance of very simple constraints that occur in typical decision table contexts. Essentially, the algorithm is a backtrack procedure where the the solution space is pruned by using the set of simple constrains. After some simplications, the simple constraints are captured in an acyclic directed graph with weighted edges. Further, only those partial vectors are considered from extension which can be extended to assignments that will at least satisfy the simple constraints. This is how pruning of the solution space is achieved. For every partial assignment considered, the graph representation of the simple constraints provides a lower bound for each variable which is not yet assigned a value. These lower bounds play a vital role in the algorithm and they are obtained in an efficient manner by updating older lower bounds. Our present algorithm also incorporates an idea by which it can be checked whether or not an (m –2)-ary vector can be extended to a solution vector of m components, thereby backtracking is reduced by one component.
Keywords
Backtrack algorithm; decision tables; detection of errors; integer programming; Calculus; Computer science; Data processing; Integer linear programming; Linear programming; Testing; Backtrack algorithm; decision tables; detection of errors; integer programming;
fLanguage
English
Journal_Title
Software Engineering, IEEE Transactions on
Publisher
ieee
ISSN
0098-5589
Type
jour
DOI
10.1109/TSE.1987.233144
Filename
1702183
Link To Document