Enum OptimizationTraceCategory
- Namespace
- LogicalOptimizer
- Assembly
- LogicalOptimizer.dll
What kind of decision a OptimizationTraceEntry records.
public enum OptimizationTraceCategory
Fields
Adopted = 3A candidate was adopted as the new best, with the cost that justified it.
Budget = 1A work budget that applied to a phase, and the limit value in force.
Candidate = 2A candidate expression was produced and costed.
EngineSelection = 0Which engine/zone was selected for this expression, and on what threshold.
Fallback = 6A phase gave up its intended path and continued on a lesser one.
Proof = 5An equivalence/minimality proof was attempted, and how it was discharged.
Rejected = 4A candidate was not adopted, with the reason.
Status = 7A reported outcome (minimality provenance, computation status).