Improve this Doc View Source

Interface ISolution<T>

Every solution type must implement this interface

Namespace:Palns
Assembly:Palns.dll
Syntax
public interface ISolution<out T> : IPalnsClonable<T>

Properties

| Improve this Doc View Source

Objective

Declaration
double Objective { get; }
Returns
Type Description
System.Double