Skip to content

Commit

Permalink
add more info in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Nov 27, 2023
1 parent c871036 commit 0dc69eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/sphinx/source/context-operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,11 @@ Set Variable Ordering for MCSat
It is possible to give a variable ordering for the MCSat search --
this will make MCSAT to decide the variables in the given order. Note
that this operation will overwrite any previously set ordering.
that the variables in the given ordering are always decided earlier
than the ones not in the ordering. Therefore, the ordering variables
are not affected by the dynamic variable decision heuristic like
VSIDS. Moreover, a subsequent calls to this operation will overwrite
previously set ordering.
.. c:function:: smt_status_t yices_mcsat_set_var_order(context_t *ctx, const term_t t[], uint32_t n)
Expand Down

0 comments on commit 0dc69eb

Please sign in to comment.