Return quantifier identifier (empty string).
(self)
| 852 | return 0 |
| 853 | |
| 854 | def qid(self) -> str: |
| 855 | """Return quantifier identifier (empty string).""" |
| 856 | return "" |
| 857 | |
| 858 | def skolem_id(self) -> str: |
| 859 | """Return Skolem identifier (empty string).""" |