Does CVC4 an option to maximize or minimize the result model for bitvectors as Z3 does?
Thanks.
Does CVC4 an option to maximize or minimize the result model for bitvectors as Z3 does?
Thanks.
Unfortunately, CVC4 does not (yet) support optimization. For bitvectors, you can always do it yourself using multiple queries and binary search, but it's not built-in.