You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests that are run for JuMP.Model and JuMPExtension.MyModel should also work for StructJuMP.StructuredModel. Currently, if StructJuMP wanted to run these tests, it would have to include, e.g. constraint.jl and then call constraints_tests(StructuredModel, ...) but including constraint.jl also run the tests for JuMP.Model and JuMPExtension.MyModel. It would be nice to define the tests and run the tests in separate files so that StructJuMP can define them without running them on JuMP.Model and JuMPExtension.MyModel.
The text was updated successfully, but these errors were encountered:
The tests that are run for
JuMP.Model
andJuMPExtension.MyModel
should also work forStructJuMP.StructuredModel
. Currently, if StructJuMP wanted to run these tests, it would have to include, e.g.constraint.jl
and then callconstraints_tests(StructuredModel, ...)
but includingconstraint.jl
also run the tests forJuMP.Model
andJuMPExtension.MyModel
. It would be nice to define the tests and run the tests in separate files so that StructJuMP can define them without running them onJuMP.Model
andJuMPExtension.MyModel
.The text was updated successfully, but these errors were encountered: