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

Detailed Description

Definition at line 102 of file streamable_solver_init_arguments.h.

#include <streamable_solver_init_arguments.h>

Public Member Functions

SolverInitializerProto Proto () const

Static Public Member Functions

static absl::StatusOr< StreamableSolverInitArgumentsFromProto (const SolverInitializerProto &args_proto)

Public Attributes

std::optional< StreamableCpSatInitArgumentscp_sat
std::optional< StreamableGScipInitArgumentsgscip
std::optional< StreamableGlopInitArgumentsglop
std::optional< StreamableGlpkInitArgumentsglpk
std::optional< StreamableGurobiInitArgumentsgurobi
std::optional< StreamableXpressInitArgumentsxpress

Member Function Documentation

◆ FromProto()

absl::StatusOr< StreamableSolverInitArguments > operations_research::math_opt::StreamableSolverInitArguments::FromProto ( const SolverInitializerProto & args_proto)
static

Definition at line 97 of file streamable_solver_init_arguments.cc.

◆ Proto()

SolverInitializerProto operations_research::math_opt::StreamableSolverInitArguments::Proto ( ) const

Definition at line 83 of file streamable_solver_init_arguments.cc.

Member Data Documentation

◆ cp_sat

std::optional<StreamableCpSatInitArguments> operations_research::math_opt::StreamableSolverInitArguments::cp_sat

Definition at line 103 of file streamable_solver_init_arguments.h.

◆ glop

std::optional<StreamableGlopInitArguments> operations_research::math_opt::StreamableSolverInitArguments::glop

Definition at line 105 of file streamable_solver_init_arguments.h.

◆ glpk

std::optional<StreamableGlpkInitArguments> operations_research::math_opt::StreamableSolverInitArguments::glpk

Definition at line 106 of file streamable_solver_init_arguments.h.

◆ gscip

std::optional<StreamableGScipInitArguments> operations_research::math_opt::StreamableSolverInitArguments::gscip

Definition at line 104 of file streamable_solver_init_arguments.h.

◆ gurobi

std::optional<StreamableGurobiInitArguments> operations_research::math_opt::StreamableSolverInitArguments::gurobi

Definition at line 107 of file streamable_solver_init_arguments.h.

◆ xpress

std::optional<StreamableXpressInitArguments> operations_research::math_opt::StreamableSolverInitArguments::xpress

Definition at line 108 of file streamable_solver_init_arguments.h.


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