Module: NoSE::Search::Objective

Defined in:
lib/nose/search/problem.rb

Overview

Simple enum for possible objective functions

Constant Summary collapse

COST =

Minimize the cost of statements in the workload

1
SPACE =

Minimize the space usage of generated indexes

2
INDEXES =

Minimize the total number of indexes

3