Nonconvex constrained optimization
Loading...
Searching...
No Matches
SolverWrapper Struct Reference

#include <alpaqa/driver/solver-driver.hpp>

Detailed Description

Definition at line 15 of file solver-driver.hpp.

Inheritance diagram for SolverWrapper:
Collaboration diagram for SolverWrapper:

Public Member Functions

virtual ~SolverWrapper ()=default
virtual bool has_statistics () const
virtual void write_statistics_to_stream (std::ostream &) const
 SolverWrapper (solver_func_t run)

Public Attributes

solver_func_t run

Constructor & Destructor Documentation

◆ ~SolverWrapper()

virtual ~SolverWrapper ( )
virtualdefault

◆ SolverWrapper()

Definition at line 19 of file solver-driver.hpp.

Here is the caller graph for this function:

Member Function Documentation

◆ has_statistics()

virtual bool has_statistics ( ) const
inlinenodiscardvirtual

Reimplemented in AlpaqaSolverWrapperStats< Conf >.

Definition at line 17 of file solver-driver.hpp.

Here is the caller graph for this function:

◆ write_statistics_to_stream()

virtual void write_statistics_to_stream ( std::ostream & ) const
inlinevirtual

Reimplemented in AlpaqaSolverWrapperStats< Conf >.

Definition at line 18 of file solver-driver.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ run

Definition at line 20 of file solver-driver.hpp.


The documentation for this struct was generated from the following file: