rez-next-solver 0.3.0

Intelligent dependency resolution with A* heuristic algorithms and 3-5x performance improvement
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rez-next-solver

Dependency resolution for rez-next.

## Features

- Basic dependency resolution
- Backtracking with cycle detection
- Conflict detection and reporting
- Parallel solving support (via rayon)

## Part of [rez-next]https://github.com/loonghao/rez-next

License: Apache-2.0