Polarith AI
1.8

◆ MakeDecision()

virtual void MakeDecision ( )
protectedvirtual

This is the place for solving the given MCO Problem and collecting all information which are necessary for a complete Decision.

Besides that, depending on the concrete derived implementation of Context<TValue, TStructure>, on the applied generic types TValue and TStructure , this methods mainly needs to collect the appropriate data after solving.

This virtual base method only calls the associated Solver for the given MCO Problem.

Exceptions
System.NullReferenceExceptionIf the Solver or the Problem is null.
Imprint