answered 8 years ago
For the record, a workaround is to declare var('_C')right before solve(sol, _C).
var('_C')
solve(sol, _C)