Changes by: Alexei Kopylov (kopylov at cs.caltech.edu)
Date: 2006-02-17 18:08:41 -0800 (Fri, 17 Feb 2006)
Revision: 8731
Log message:
1. Added a new tactic
splitHypT i j
that "splits" i'th hypothesis and put a new copy to the j'th place.
It similar to copyHypT, but afrer splitT all hypotethes after the new copy will depend on the new copy instead of the old one.
2. Change elimination rule for image to match one in the paper.