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

#include <elemental.h>

Public Types

using CheckResultT = absl::Status
template<typename T>
using Wrapped = absl::StatusOr<T>

Detailed Description

  • Checks whether each element of the key exists, and sets *status if not. When *status is not OK, the model is not modified and is still valid.

Definition at line 194 of file elemental.h.

Member Typedef Documentation

◆ CheckResultT

◆ Wrapped

template<typename T>
using operations_research::math_opt::Elemental::StatusPolicy::Wrapped = absl::StatusOr<T>

Definition at line 197 of file elemental.h.


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