Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class SharedIncompleteSolutionManager
Note: This documentation is automatically generated.
Set of partly filled solutions. They are meant to be finished by some lns
worker.
The solutions are stored as a vector of doubles. The value at index i
represents the solution value of model variable indexed i. Note that some
values can be infinity which should be interpreted as 'unknown' solution
value for that variable. These solutions can not necessarily be completed to
complete feasible solutions.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[],["The `SharedIncompleteSolutionManager` in C++ stores partly filled solutions as a vector of doubles, where each value corresponds to a model variable. Infinity indicates an unknown value. Solutions may not be completable to feasible solutions. Key actions include: `AddNewSolution` to add a new solution vector, `GetNewSolution` to retrieve a solution, and `HasNewSolution` to check for the existence of a new solution. These solutions are intended for further completion by a worker.\n"],null,[]]