Show / Hide Table of Contents

Class Solution

A solution for a problem.

Inheritance
System.Object
Solution
Namespace: TreeProblemFramework.Solver
Remarks

Santiago, 11/7/2020.

Properties

Stages

Gets a list of the applied transformations with their corresponding result environments that conform the solution.

Declaration
public List<TransformationResult> Stages { get; }
Property Value
Type Description
System.Collections.Generic.List<TransformationResult>

The applied transformations with their corresponding result environments.

Steps

Gets the number of steps to reach the solution.

Declaration
public int Steps { get; }
Property Value
Type Description
System.Int32

The number of steps.

Back to top TreeProblemFramework from Ecuador.