-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed typos * rename int_queue_t size with capacity * enhanced int_queue * added queue for next decision * Clear hint queue on conflict * Added two queues (top and hint) * fixed bug * added solver hints in NRA * model_interpolation questions * model_interpolation does not perform request_top_decision * Remove shortcut variables from the queue * regression prints execution time * nra_plugin.c hint only on real solution * variable selection forces decision on hint * fix random decision * trace printing * changed the gold of a model interpolant * added option for test issue204.smt2 * Removed ToDo * avoid dupplication in top_decision_queue * Revert "regression prints execution time" This reverts commit aec6c21. * Update mcsat_decision (fixed aux decision problems) and moved hinted queue reset to pop. * Added force_decision for top_variables --------- Co-authored-by: Thomas Hader <[email protected]> Co-authored-by: Thomas Hader <[email protected]>
- Loading branch information
1 parent
f29c7da
commit d62a1fe
Showing
10 changed files
with
287 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.