Here's a problem that occurs in automatic program analysis. For a set
of variables x1; ...... ; xn, you are given some equality constraints,
of the form "xi = xj" and some dis equality constraints, of the form
"xi != xj" Is it possible to satisfy all of them? Give an efficient
algorithm that takes as input m constraints over n variables and
decides whether the constraints can be satisfied.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to