I have two equations, one of them is linear while the second one is non-linear. I have to minimize the first one while maximizing the second one at the same time.
Is this achievable with Z3? it seems that it can't optimize non-linear equations. it returns "Unknown" with non-linear equations.