PandA-2024.02
Public Member Functions
objective_function Class Referenceabstract

#include <objective_function.hpp>

Public Member Functions

virtual void print (std::ostream &) const
 This method prints the class to the standard output stream. More...
 
virtual void set_objective_function (meilp_solverRef const &MS, problem_dimRef const &p_dimension)=0
 
 objective_function ()
 The class constructor. More...
 
virtual ~objective_function ()
 The class Destructor. More...
 

Detailed Description

Definition at line 63 of file objective_function.hpp.

Constructor & Destructor Documentation

◆ objective_function()

objective_function::objective_function ( )
default

The class constructor.

Referenced by print().

Here is the caller graph for this function:

◆ ~objective_function()

objective_function::~objective_function ( )
virtualdefault

The class Destructor.

Referenced by print().

Here is the caller graph for this function:

Member Function Documentation

◆ print()

virtual void objective_function::print ( std::ostream &  ) const
inlinevirtual

This method prints the class to the standard output stream.

Parameters
osthe output stream.

Definition at line 71 of file objective_function.hpp.

References objective_function(), set_objective_function(), and ~objective_function().

Here is the call graph for this function:

◆ set_objective_function()

virtual void objective_function::set_objective_function ( meilp_solverRef const &  MS,
problem_dimRef const &  p_dimension 
)
pure virtual

Referenced by print().

Here is the caller graph for this function:

The documentation for this class was generated from the following files:

Generated on Mon Feb 12 2024 13:03:59 for PandA-2024.02 by doxygen 1.8.13