Cluster tree for maximization (in arctic semiring)
More...
|
| __init__ (self, model, td, scale=100) |
|
| optimize (self) |
|
| __init__ (self, model, td, EvaluationAlgebra) |
|
| evaluate (self) |
|
| is_consistent (self) |
|
| construct_cluster_tree (self, domains, td) |
| Construct the cluster tree object of the C++ engine.
|
|
| get_bag_assignments (self) |
| Get assignments of functions and constraints to the bags.
|
|
| find_all_bags (self, bvars) |
| Get the indices of all bags that contain a set of variables.
|
|
| find_bag (self, bvars) |
| Find a bag that contains a set of variables.
|
|
| assign_to_bags (self, constraints) |
| assign constraints or functions to bags
|
|
| assign_to_all_bags (self, constraints) |
| assign constraints or functions to all possible bags
|
|
Cluster tree for maximization (in arctic semiring)
- See also
- infrared.infrared.ArcticOptimizer
◆ __init__()
infrared.infrared.ArcticClusterTree.__init__ |
( |
|
self, |
|
|
|
model, |
|
|
|
td, |
|
|
|
scale = 100 |
|
) |
| |
◆ optimize()
infrared.infrared.ArcticClusterTree.optimize |
( |
|
self | ) |
|
◆ _ct
infrared.infrared.ArcticClusterTree._ct |
|
protected |
The documentation for this class was generated from the following file: