Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::AtomicConstraintTraits< IdType > Struct Template Reference

#include <atomic_constraint_storage.h>

Public Types

using ConstraintData = void
 

Detailed Description

template<typename IdType>
struct operations_research::math_opt::AtomicConstraintTraits< IdType >

A placeholder templated definition for traits-based parameter inference when working with atomic constraint families.

For template specializations on IdType: the ConstraintData typedef must satisfy IdType == AtomicConstraintStorage<ConstraintData>::IdType.

Definition at line 180 of file atomic_constraint_storage.h.

Member Typedef Documentation

◆ ConstraintData

template<typename IdType >
using operations_research::math_opt::AtomicConstraintTraits< IdType >::ConstraintData = void

Definition at line 181 of file atomic_constraint_storage.h.


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