Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::NonStreamableSolverInitArgumentsHelper< Implementation, impl_solver_type > Struct Template Reference

Detailed Description

template<typename Implementation, SolverTypeProto impl_solver_type>
struct operations_research::math_opt::NonStreamableSolverInitArgumentsHelper< Implementation, impl_solver_type >

Definition at line 125 of file non_streamable_solver_init_arguments.h.

#include <non_streamable_solver_init_arguments.h>

Inheritance diagram for operations_research::math_opt::NonStreamableSolverInitArgumentsHelper< Implementation, impl_solver_type >:
operations_research::math_opt::NonStreamableSolverInitArguments

Public Member Functions

SolverTypeProto solver_type () const final
std::unique_ptr< const NonStreamableSolverInitArgumentsClone () const final
Public Member Functions inherited from operations_research::math_opt::NonStreamableSolverInitArguments
virtual ~NonStreamableSolverInitArguments ()=default
virtual const NonStreamableCpSatInitArguments * ToNonStreamableCpSatInitArguments () const
virtual const NonStreamableGScipInitArguments * ToNonStreamableGScipInitArguments () const
virtual const NonStreamableGlopInitArguments * ToNonStreamableGlopInitArguments () const
virtual const NonStreamableGlpkInitArguments * ToNonStreamableGlpkInitArguments () const
virtual const NonStreamableGurobiInitArgumentsToNonStreamableGurobiInitArguments () const
virtual const NonStreamablePdlpInitArguments * ToNonStreamablePdlpInitArguments () const

Member Function Documentation

◆ Clone()

template<typename Implementation, SolverTypeProto impl_solver_type>
std::unique_ptr< const NonStreamableSolverInitArguments > operations_research::math_opt::NonStreamableSolverInitArgumentsHelper< Implementation, impl_solver_type >::Clone ( ) const
inlinefinalvirtual

◆ solver_type()

template<typename Implementation, SolverTypeProto impl_solver_type>
SolverTypeProto operations_research::math_opt::NonStreamableSolverInitArgumentsHelper< Implementation, impl_solver_type >::solver_type ( ) const
inlinefinalvirtual

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