# \#cuopt

**URL:** https://discourse.julialang.org/tag/cuopt/1872.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Don't understand the results of cuOpt](https://discourse.julialang.org/t/dont-understand-the-results-of-cuopt/133707)

<div class="topic-metadata">

**Author:** [@WalterMadelim](https://discourse.julialang.org/u/WalterMadelim)\
**Replies:** 4\
**Last updated:** [November 24, 2025, 7:02am UTC](https://discourse.julialang.org/t/dont-understand-the-results-of-cuopt/133707 "2025-11-24T07:02:12Z")

</div>

julia\> import JuMP, cuOpt julia\> model = JuMP.Model(); julia\> JuMP.@variable(model, x \>= 0, Int); julia\> JuMP.@variable(model, 0 \<= y \<= 3); julia\> JuMP.@objective(model, Min, 12x + 20y); julia\> JuMP.@constraint(mod…
