alt-ergo icon indicating copy to clipboard operation
alt-ergo copied to clipboard

incremental mode vs multi-goals: currently, work is done twice

Open iguerNL opened this issue 3 years ago • 1 comments

Once https://github.com/OCamlPro/alt-ergo/pull/371 is merged, Alt-Ergo will support SMT2 incremental mode (push/pop).

But the way things are done in

  • psmt2_to_alt_ergo (translates check-sat and check-sat-assuming commands to goal)
  • main_text (all context reassumed for successive goals in multi-goal mode)

is not optimal.

The main loop in main_text should be improved.

iguerNL avatar Dec 18 '20 16:12 iguerNL

When the handling in main_text is simplfied, a particular attention should be given for check and cut commands

iguerNL avatar Dec 18 '20 21:12 iguerNL