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

Detailed Description

Definition at line 70 of file update_tracker.h.

#include <update_tracker.h>

Public Member Functions

 UpdateTracker (const std::shared_ptr< ModelStorage > &storage)
 ~UpdateTracker ()
absl::StatusOr< std::optional< ModelUpdateProto > > ExportModelUpdate (bool remove_names=false)
absl::Status AdvanceCheckpoint ()
absl::StatusOr< ModelProtoExportModel (bool remove_names=false) const

Constructor & Destructor Documentation

◆ UpdateTracker()

operations_research::math_opt::UpdateTracker::UpdateTracker ( const std::shared_ptr< ModelStorage > & storage)
explicit

Definition at line 39 of file update_tracker.cc.

◆ ~UpdateTracker()

operations_research::math_opt::UpdateTracker::~UpdateTracker ( )

Definition at line 29 of file update_tracker.cc.

Member Function Documentation

◆ AdvanceCheckpoint()

absl::Status operations_research::math_opt::UpdateTracker::AdvanceCheckpoint ( )

Definition at line 52 of file update_tracker.cc.

◆ ExportModel()

absl::StatusOr< ModelProto > operations_research::math_opt::UpdateTracker::ExportModel ( bool remove_names = false) const

Definition at line 61 of file update_tracker.cc.

◆ ExportModelUpdate()

absl::StatusOr< std::optional< ModelUpdateProto > > operations_research::math_opt::UpdateTracker::ExportModelUpdate ( bool remove_names = false)

Definition at line 44 of file update_tracker.cc.


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