C++ Reference: class KnapsackStateForCuts
Note: This documentation is automatically generated.
----- KnapsackStateForCuts -----
KnapsackStateForCuts represents a partial solution to the knapsack problem.
Method | |
---|---|
GetNumberOfItems | Return type: |
Init | Return type: Arguments: Initializes vectors with number_of_items set to false (i.e. not bound yet). |
is_bound | Return type: Arguments: |
is_in | Return type: Arguments: |
KnapsackStateForCuts | |
KnapsackStateForCuts | Arguments: |
UpdateState | Return type: Arguments: Updates the state by applying or reverting a decision. Returns false if fails, i.e. trying to apply an inconsistent decision to an already assigned item. |