Skip to content

How to represent variance in a performant way? #5708

Answered by NikolajBjorner
adarah asked this question in Q&A
Discussion options

You must be logged in to vote

z3 doesn't have any support for such objectives. Note that convex, quadratic, objectives are handled by reasonable MIP tools, but not z3.
One way to deal with the limitation is to introduce piecewise linear approximations. z3 is happy to take functions that are defined in intervals.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adarah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants