Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::NonStreamableSolverInitArgumentsValue Class Reference

Detailed Description

Definition at line 141 of file non_streamable_solver_init_arguments.h.

#include <non_streamable_solver_init_arguments.h>

Public Member Functions

 NonStreamableSolverInitArgumentsValue ()=default
 NonStreamableSolverInitArgumentsValue (const NonStreamableSolverInitArguments &non_streamable)
 NonStreamableSolverInitArgumentsValue (const NonStreamableSolverInitArgumentsValue &other)
NonStreamableSolverInitArgumentsValueoperator= (const NonStreamableSolverInitArgumentsValue &other)
 NonStreamableSolverInitArgumentsValue (NonStreamableSolverInitArgumentsValue &&other)=default
NonStreamableSolverInitArgumentsValueoperator= (NonStreamableSolverInitArgumentsValue &&other)=default
const NonStreamableSolverInitArgumentsget () const

Constructor & Destructor Documentation

◆ NonStreamableSolverInitArgumentsValue() [1/4]

operations_research::math_opt::NonStreamableSolverInitArgumentsValue::NonStreamableSolverInitArgumentsValue ( )
default

◆ NonStreamableSolverInitArgumentsValue() [2/4]

operations_research::math_opt::NonStreamableSolverInitArgumentsValue::NonStreamableSolverInitArgumentsValue ( const NonStreamableSolverInitArguments & non_streamable)

Definition at line 30 of file non_streamable_solver_init_arguments.cc.

◆ NonStreamableSolverInitArgumentsValue() [3/4]

operations_research::math_opt::NonStreamableSolverInitArgumentsValue::NonStreamableSolverInitArgumentsValue ( const NonStreamableSolverInitArgumentsValue & other)

Definition at line 34 of file non_streamable_solver_init_arguments.cc.

◆ NonStreamableSolverInitArgumentsValue() [4/4]

operations_research::math_opt::NonStreamableSolverInitArgumentsValue::NonStreamableSolverInitArgumentsValue ( NonStreamableSolverInitArgumentsValue && other)
default

Member Function Documentation

◆ get()

const NonStreamableSolverInitArguments * operations_research::math_opt::NonStreamableSolverInitArgumentsValue::get ( ) const
inline

Definition at line 167 of file non_streamable_solver_init_arguments.h.

◆ operator=() [1/2]

NonStreamableSolverInitArgumentsValue & operations_research::math_opt::NonStreamableSolverInitArgumentsValue::operator= ( const NonStreamableSolverInitArgumentsValue & other)

Definition at line 39 of file non_streamable_solver_init_arguments.cc.

◆ operator=() [2/2]

NonStreamableSolverInitArgumentsValue & operations_research::math_opt::NonStreamableSolverInitArgumentsValue::operator= ( NonStreamableSolverInitArgumentsValue && other)
default

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