![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Result of the Update() on an incremental solver. More...
Result of the Update() on an incremental solver.
Definition at line 22 of file update_result.h.
#include <update_result.h>
Public Member Functions | |
UpdateResult (const bool did_update) |
Public Attributes | |
bool | did_update |
|
inlineexplicit |
Definition at line 23 of file update_result.h.
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.