Skip to content

Commit

Permalink
Update yices.h
Browse files Browse the repository at this point in the history
update comments
  • Loading branch information
ahmed-irfan authored Dec 14, 2024
1 parent 1ae6ec6 commit 772ad59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/include/yices.h
Original file line number Diff line number Diff line change
Expand Up @@ -3268,7 +3268,7 @@ __YICES_DLLSPEC__ extern smt_status_t yices_check_context_with_model(context_t *
* code = CTX_OPERATION_NOT_SUPPORTED
*
*
* Since 2.7.0
* Since 2.6.5
*/
__YICES_DLLSPEC__ extern smt_status_t yices_check_context_with_model_and_hint(context_t *ctx,
const param_t *params,
Expand All @@ -3293,6 +3293,8 @@ __YICES_DLLSPEC__ extern smt_status_t yices_check_context_with_model_and_hint(co
*
* If the context does not have the MCSAT solver enabled
* code = CTX_OPERATION_NOT_SUPPORTED
*
* Since 2.6.5
*/
__YICES_DLLSPEC__ extern smt_status_t yices_mcsat_set_fixed_var_order(context_t *ctx,
uint32_t n,
Expand All @@ -3313,6 +3315,8 @@ __YICES_DLLSPEC__ extern smt_status_t yices_mcsat_set_fixed_var_order(context_t
*
* If the context does not have the MCSAT solver enabled
* code = CTX_OPERATION_NOT_SUPPORTED
*
* Since 2.6.5
*/
__YICES_DLLSPEC__ extern smt_status_t yices_mcsat_set_initial_var_order(context_t *ctx,
uint32_t n,
Expand Down

0 comments on commit 772ad59

Please sign in to comment.