3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +00:00

add comments to hnf_cutter

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-07-02 16:16:46 -07:00
parent fff6a94de4
commit 80a4da9b1d
2 changed files with 26 additions and 2 deletions

View file

@ -8,7 +8,8 @@ Module Name:
Abstract:
Cuts (branches) from Hermite matrices
The implementation is based on ideas from
"Cutting the Mix" by Jürgen Christ and Jochen Hoenicke.
Author:
Lev Nachmanson (levnach)