[Arith] linear system and equation solver (#5171)
* [arith] linear system and equation solver Co-authored-by: Sergei Grechanik <sergei.grechanik+h@gmail.com> * avoid constructing analyzer every time * generate random test cases and address comments Co-authored-by: Sergei Grechanik <sergei.grechanik@gmail.com> * rename linear_system to int_constraints * add comments and use random seed * message for reporting failure with seed * add SEqualReduce to IntConstraints; allow variables & ranges to be None Co-authored-by: Sergei Grechanik <sergei.grechanik+h@gmail.com> Co-authored-by: Sergei Grechanik <sergei.grechanik@gmail.com>
Showing
include/tvm/arith/int_solver.h
0 → 100644
include/tvm/arith/util.h
0 → 100644
python/tvm/arith/int_solver.py
0 → 100644
src/arith/int_constraints.cc
0 → 100644
src/arith/solve_linear_equation.cc
0 → 100644
src/arith/util.cc
0 → 100644
Please
register
or
sign in
to comment