Returns a probe that returns true if this probe is greater than or equal to other.
other
Probe operator >=(Probe other) { final result = _c._z3.probe_ge(_probe, other._probe); return _c._getProbe(result); }