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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["SharedIncompleteSolutionManager stores partially completed solutions as a vector of doubles, representing values for model variables."],["Infinity values within the solution vector signify unknown variable values and may not lead to feasible solutions."],["The class offers methods to add, retrieve, and check for new solutions."]]],[]]