Package | Description |
---|---|
org.jacop.constraints.knapsack |
Class and Description |
---|
KnapsackItem
This class stores information about items being considered by a Knapsack constraint.
|
Tree
This tree is a main data structure used and required by Knapsack constraint.
|
TreeLeaf
It contains information required by the leaf node of the item tree.
|
TreeNode
It contains information required by an internal node of the item tree.
|
Copyright © 2022. All rights reserved.