Hey guys,
whats wrong with this?
var sublistofsolutions =
(from x in
p.sol().Where(
f => f.ps.Where(a => a.p.Location == location)
select x);
it keeps saying cannot convert expression type of Ienumerable to bool