qat.opt.results

Combinatorial Optimization Generators Results

The CombinatorialOptimizerGenerator used to solve combinatorial problems could return a parsed result. This parsed result is a class containing:

For a combinatorial optimization problem involving a graph, the parsed result also includes a parsed version of the best Sample, that could be displayed.

qat.opt.results.CombinatorialResult

Base class representing the parsed result of a combinatorial problem

qat.opt.results.GraphPartitioningResult

Class representing the parsed result of a combinatorial problem involving a graph, in particular the graph partitioning problem

qat.opt.results.KCliqueResult

Class representing the parsed result of a k-clique problem

qat.opt.results.VertexCoverResult

Class representing the parsed result of a vertex cover problem