diff --git a/src/math/lp/nra_solver.cpp b/src/math/lp/nra_solver.cpp index fa0261db7..6c6bbd11c 100644 --- a/src/math/lp/nra_solver.cpp +++ b/src/math/lp/nra_solver.cpp @@ -177,7 +177,7 @@ struct solver::imp { } // - // This setup + // This setup is for check_assignment which is better suitated for working with input polynomials diretly. svector m_literal2constraint; void setup_assignment_solver() { SASSERT(need_check());