Seidel adjacency matrix of a graph, $S=[s_{i,j}]_{n\times n}$, with $V=\{1,2,\ldots,n\}$ is defined as follows:
$$s_{ij}=\begin{cases} 1 \quad i\nsim j , i\neq j \\-1 \quad i\sim j \\0\quad i=j \end{cases}$$
I want to prove that $rk(S)\geqslant n-1$.
I 've found a special case when equality holds. Consider a $d-$regular graph $G$ with $n=2k+1$. But I'm not sure if there is another family for which equality holds or not.
Is there any help?