In this paper (pg. 15), the propagation of nerve impulses is modeled as,
$$ y_1' = 3 (y_1 + y_2 - 1/3 y_1^3 - 1.3) $$
$$ y_2' = -(y_1 - 0.7 + 0.8 y_2) / 3 $$
The period $T$ however is unknown. With change of parameter the equation is changed to,
$$ y_1' = 3 T (y_1 + y_2 - 1/3 y_1^3 - 1.3) $$
$$ y_2' = -T (y_1 - 0.7 + 0.8 y_2) / 3 $$
$$ T' = 0 $$
where boundary conditions are,
$$ y_1(0) = y_1(1), \quad y_2(0) = y_2(1) $$
All of this makes sense. But then the problem says "in order to eliminate degenerate solutions $y'(t) = 0$ and sols with $T=0$, we have to use $dy_2 / d\tau (0) = 1$". As a result a new boundary condition is added,
$$ -T(y_1(0) - 0.7 + 0.8 y_2 (0) / 3 = 1$$
I did not understand where this comes from. Why was 1 chosen, not zero, or any other value? How was the new boundary condition obtained?
If I had to guess a non-zero value was chosen to stop $T=0$ being picked as a solution? But doesn't that artificially push the solution certain set of values?
Thanks,

Based on this book by Shampine, pg. 174,
https://www.mobt3ath.com/uplode/book/book-50091.pdf
I was able to solve the non-seperated version of the problem,
which reports 10.71, the same value shared in the book.