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

Result of the Update() on an incremental solver. More...

#include <update_result.h>

Public Member Functions

 UpdateResult (const bool did_update)
 

Public Attributes

bool did_update
 

Detailed Description

Result of the Update() on an incremental solver.

Definition at line 22 of file update_result.h.

Constructor & Destructor Documentation

◆ UpdateResult()

operations_research::math_opt::UpdateResult::UpdateResult ( const bool did_update)
inlineexplicit

Definition at line 23 of file update_result.h.

Member Data Documentation

◆ did_update

bool operations_research::math_opt::UpdateResult::did_update

True if the solver has been successfully updated or if no update was necessary (in which case update will be nullopt). False if the solver had to be recreated.

Definition at line 28 of file update_result.h.


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