I'm solving a problem where I encountered a DDE: $$ y'(t)=r\left(1-\frac{y(t-q)}{C}\right)y(t)$$ Where $r$, $q$ and $C$ are real constants.
Now, with $q=0$ it's pretty easy and the solution is just a logistic function. But what if $q\neq0$? I can easily write a program that numerically solves this, but is there a method to actually find $y(t)$?