Polarith AI
1.8
ISolver< T > Interface Template Reference

Description

Used for solving multicriteria optimization (MCO) problems (interface).

So for a given IProblem<T> instance, an ISolver<T> is able to find a set of Pareto optimal solutions. Therefore, the method Solve is used.

Template Parameters
TType of the objective values defining the objective space.
Inheritance diagram for ISolver< T >:
ConstraintSolver< T >

Public Methods

ReadOnlyCollection< int > Solve (IProblem< T > problem)
 Solves a defined IProblem<T> and returns the found solution (objective) values. More...
 
Imprint