# \#scip

**URL:** https://discourse.julialang.org/tag/scip/1638.md

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

---

## [Lazy constraints are not supported by SCIP.jl while JuMP doesn't mention it](https://discourse.julialang.org/t/lazy-constraints-are-not-supported-by-scip-jl-while-jump-doesnt-mention-it/117110)

<div class="topic-metadata">

**Author:** [@K5Julien](https://discourse.julialang.org/u/K5Julien)\
**Replies:** 2\
**Last updated:** [July 16, 2024, 10:11pm UTC](https://discourse.julialang.org/t/lazy-constraints-are-not-supported-by-scip-jl-while-jump-doesnt-mention-it/117110 "2024-07-16T22:11:04Z")

</div>

Dear Julia Discourse community, When running my Unit tests to make my package solver-agnostic: import RingStarProblems as RSP using Test @testset "RingStarProblems.jl" begin # Write your tests here. include("a…
