Skip to content

Commit 170dbe4

Browse files
committedFeb 6, 2022
removed ImplementedConstraintFunctions
1 parent c10c37f commit 170dbe4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎src/types.jl

-11
Original file line numberDiff line numberDiff line change
@@ -343,17 +343,6 @@ Base.copy(A::ComplementSet{F,S}) where {F,S} = ComplementSet{F,S}(A.set, A.dimen
343343
#====================================================================================
344344
====================================================================================#
345345

346-
mutable struct ImplementedConstraintFunctions
347-
init::Bool
348-
activate::Bool
349-
update_init::Bool
350-
finished_pruning::Bool
351-
restore_pruning::Bool
352-
single_reverse_pruning::Bool
353-
reverse_pruning::Bool
354-
update_best_bound::Bool
355-
end
356-
357346
mutable struct ConstraintInternals{
358347
FCT<:Union{MOI.AbstractScalarFunction,MOI.AbstractVectorFunction},
359348
SET<:Union{MOI.AbstractScalarSet,MOI.AbstractVectorSet},

0 commit comments

Comments
 (0)
Please sign in to comment.