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

[docs] add example of how to register function with multiple input arguments #3258

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

odow
Copy link
Member

@odow odow commented Mar 1, 2023

Closes #3253

@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.92 ⚠️

Comparison is base (7bd8e09) 98.10% compared to head (27235b6) 97.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3258      +/-   ##
==========================================
- Coverage   98.10%   97.19%   -0.92%     
==========================================
  Files          34       34              
  Lines        4702     4663      -39     
==========================================
- Hits         4613     4532      -81     
- Misses         89      131      +42     
Impacted Files Coverage Δ
src/precompile.jl 0.00% <0.00%> (-100.00%) ⬇️
src/Containers/vectorized_product_iterator.jl 90.90% <0.00%> (-4.55%) ⬇️
src/Containers/DenseAxisArray.jl 93.10% <0.00%> (-2.76%) ⬇️
src/JuMP.jl 95.32% <0.00%> (-1.50%) ⬇️
src/macros.jl 97.27% <0.00%> (-1.31%) ⬇️
src/solution_summary.jl 96.42% <0.00%> (-1.20%) ⬇️
src/aff_expr.jl 96.12% <0.00%> (-1.17%) ⬇️
src/nlp.jl 98.96% <0.00%> (-1.04%) ⬇️
src/Containers/Containers.jl 90.90% <0.00%> (-0.76%) ⬇️
src/sd.jl 99.30% <0.00%> (-0.70%) ⬇️
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@odow
Copy link
Member Author

odow commented Mar 1, 2023

@odow odow merged commit 554c838 into master Mar 1, 2023
@odow odow deleted the od/variable-input-arguments branch March 1, 2023 19:52
@odow odow mentioned this pull request Mar 1, 2023
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

sequentially register indexed nonlinear constraint-functions
2 participants