Size: 912
Comment:
|
← Revision 5 as of 2003-09-16 18:12:38 ⇥
Size: 962
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Back to ComputerTerms |
|
Line 12: | Line 14: |
Back to ComputerTerms |
Back to ComputerTerms
Needs updating
I do not have a general definition. I suspect that if something is linearly decomposable that it can be written as a set of linear equations.
Unary Constraint Domains
Unary constraint domains are linearly decomposable if there exists a constant d such that, given any set C of BasicConstraints about one variable x, there exists a set C' of basic constraints about x such that |C'| <= d|C|, where |C| is the sum of the sizes of constraints in C for some appropriate notion of size (e.g. number of symbols in a constraint), and the conjunction of any subset of C union C' is a decomposition of C.
What this means is that given a set of basic constraints there is a finite set of constraints that we can union to our original set so that any subset of the conjuction of C and C' can be writen as a disjunction of C' alone.
Example: see attachment:LinDecompEx1.pdf
Back to ComputerTerms