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

Detailed Description

Definition at line 81 of file streamable_solver_init_arguments.h.

#include <streamable_solver_init_arguments.h>

Public Member Functions

XpressInitializerProto Proto () const

Static Public Member Functions

static StreamableXpressInitArguments FromProto (const XpressInitializerProto &args_proto)

Public Attributes

std::optional< bool > extract_names

Member Function Documentation

◆ FromProto()

StreamableXpressInitArguments operations_research::math_opt::StreamableXpressInitArguments::FromProto ( const XpressInitializerProto & args_proto)
static

Definition at line 74 of file streamable_solver_init_arguments.cc.

◆ Proto()

XpressInitializerProto operations_research::math_opt::StreamableXpressInitArguments::Proto ( ) const

Definition at line 64 of file streamable_solver_init_arguments.cc.

Member Data Documentation

◆ extract_names

std::optional<bool> operations_research::math_opt::StreamableXpressInitArguments::extract_names

Definition at line 86 of file streamable_solver_init_arguments.h.


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