summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings
diff options
context:
space:
mode:
authorOuyancheng <1024842937@qq.com>2021-05-27 15:02:48 -0700
committerGitHub <noreply@github.com>2021-05-27 22:02:48 +0000
commit631032b15327c28c44b51490dceb434a38f3419a (patch)
tree047fd4ea2d87af473ce68b998d89bf52f6daeacd /test/regress/regress0/strings
parent8b3de13131d24bf400ba5f36fc234008d950f345 (diff)
Add Lexicographic + Pareto Optimizations (#6626)
Lexicographic optimizations: Optimize the objectives one-by-one, in the order they are pushed. Pareto optimizations: Optimize the objectives to the extend that further optimization on any objective will worsen the other objective. Units tests are of course added. Lexicographic optimization is using iterative implementation, pretty similar to the naive box optimization.
Diffstat (limited to 'test/regress/regress0/strings')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback