Antares Simulator
Power System Simulator
|
#include <mipSolution.h>
Public Member Functions | |
virtual MipStatus | getStatus () const =0 |
virtual double | getObjectiveValue () const =0 |
virtual double | getOptimalValue (const IMipVariable *var) const =0 |
virtual std::vector< double > | getOptimalValues (const std::vector< IMipVariable * > &vars) const =0 |
virtual const std::map< std::string, double > & | getOptimalValues () const =0 |
MipSolution Used to get the return status of the solve Contains the problem's optimal values for each variable