Struct OptRes

Struct Documentation

struct OptRes

Represents a result of optimization on a range of expressions for a binary evaluation

Public Members

container::svector<sequant::Index> indices

Free indices remaining upon evaluation.

double flops

The flops count of evaluation.

EvalSequence sequence

The evaluation sequence.