Releases: Thinklab-SJTU/LinSATNet
Releases · Thinklab-SJTU/LinSATNet
0.1.3
0.1.2
What's New
- Fix numerical error for
Cx >= d
constraint whend==0
- Through error for the case when
C.sum() < d
as it is infeasible
Full Changelog: 0.1.1...0.1.2
0.1.1
What's New
- New
grouped-sparse-v2
kernel - Supports sparse matrix input for better time and memory efficiency
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Support grouped operations for better efficiency (default kernel is changed to
grouped-v2
) - Add function
init_constraints
and variableconstr_dict
to support reuse of pre-processed constraints (potentially better efficiency)
Full Changelog: 0.0.9...0.1.0
0.0.9
What's Changed
- Add TSP experiment. by @YunhaoZhang-Mars in #1
- Fix backward error with non-batched input
Full Changelog: 0.0.8...0.0.9
0.0.8
- Fix toc links in readme
- Add
no_warning
parameter
Full Changelog: 0.0.6...0.0.8
0.0.6
- Add a new mode (try it by
mode='v2'
). We empirically found thatv2
is faster thanv1
in some cases. Note that this feature is EXPERIMENTAL and the v2 algorithm may change in future releases.
Full Changelog: 0.0.5...0.0.6
0.0.5
Full Changelog: 0.0.3...0.0.5
0.0.4
- Another try of fixing pypi formulas
Full Changelog: 0.0.3...0.0.4
0.0.3
- Try fixing pypi display
Full Changelog: 0.0.2...0.0.3