Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z3_mk_linear_order docs outdated #2466

Closed
waywardmonkeys opened this issue Aug 5, 2019 · 0 comments
Closed

Z3_mk_linear_order docs outdated #2466

waywardmonkeys opened this issue Aug 5, 2019 · 0 comments

Comments

@waywardmonkeys
Copy link
Contributor

In 6158ea6, the parameters changed, but the doc comment wasn't updated:

    /**
       \brief declare \c a and \c b are in linear order over a relation indexed by \c id.

       \pre a and b are of same type.


       def_API('Z3_mk_linear_order', FUNC_DECL ,(_in(CONTEXT), _in(SORT), _in(UINT)))
     */
    Z3_func_decl Z3_API Z3_mk_linear_order(Z3_context c, Z3_sort a, unsigned id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant