Suppose I have a collection of logical assertions in Z3 and I want to check the satisfiability. Is there a way to bound the total number of Trues/Falses in the satisfying model(s)?
For example, I might have a collection of assertions involving 100 Boolean variables, but I am only interested in solutions with at least 90 Trues.