24 void contract(Interval& t, T& z, SlicedTube<T>& y, SlicedTube<T>& w)
26 assert_release(y.tdomain() == w.tdomain());
27 assert(Tube::same_slicing(y, w));
39 if(t.is_degenerated())
41 y.set(y(t.lb()) & z, t.lb());
45 t &= y.invert(z, w, t);
Definition codac2_OctaSym.h:21