OR-Tools  9.6
AtomicConstraintStorage< ConstraintData >::Diff

Detailed Description

template<typename ConstraintData>
struct operations_research::math_opt::AtomicConstraintStorage< ConstraintData >::Diff

Definition at line 81 of file atomic_constraint_storage.h.

Public Member Functions

 Diff (const AtomicConstraintStorage< ConstraintData > &storage)
 

Public Attributes

IdType checkpoint {0}
 
absl::flat_hash_set< IdTypedeleted_constraints
 

Constructor & Destructor Documentation

◆ Diff()

Diff ( const AtomicConstraintStorage< ConstraintData > &  storage)
inlineexplicit

Definition at line 82 of file atomic_constraint_storage.h.

Member Data Documentation

◆ checkpoint

IdType checkpoint {0}

Definition at line 85 of file atomic_constraint_storage.h.

◆ deleted_constraints

absl::flat_hash_set<IdType> deleted_constraints

Definition at line 86 of file atomic_constraint_storage.h.


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