| Package | Description |
|---|---|
| minicp.cp |
Factory methods for modeling and create search heuristics
|
| minicp.engine.core |
Solver objects
|
| minicp.search |
State Management
|
| xcsp |
XCSP3 format parser
|
| Class and Description |
|---|
| DFSearch
Depth First Search Branch and Bound implementation
|
| Class and Description |
|---|
| Objective
Objective object to be used
in the
DFSearch.optimize(Objective)
for implementing the branch and bound depth first search. |
| Class and Description |
|---|
| Objective
Objective object to be used
in the
DFSearch.optimize(Objective)
for implementing the branch and bound depth first search. |
| SearchStatistics
Statistics collected during the
execution of
DFSearch.solve() and
DFSearch.optimize(Objective) |
| Class and Description |
|---|
| SearchStatistics
Statistics collected during the
execution of
DFSearch.solve() and
DFSearch.optimize(Objective) |
Copyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.