Why does the following return an empty solution?
syms a b positive integer s = solve(a + b == 5, \'ReturnConditions\', 1)
This does work: