@@ -48,6 +48,8 @@ function setup_test(
4848 return
4949end
5050
51+ version_added (:: typeof (test_cpsat_AllDifferent)) = v " 1.4.0"
52+
5153"""
5254 test_cpsat_ReifiedAllDifferent(model::MOI.ModelLike, config::Config)
5355
@@ -153,6 +155,8 @@ function setup_test(
153155 return
154156end
155157
158+ version_added (:: typeof (test_cpsat_CountDistinct)) = v " 1.4.0"
159+
156160"""
157161 test_cpsat_CountBelongs(model::MOI.ModelLike, config::Config)
158162
@@ -200,6 +204,8 @@ function setup_test(
200204 return
201205end
202206
207+ version_added (:: typeof (test_cpsat_CountBelongs)) = v " 1.4.0"
208+
203209"""
204210 test_cpsat_CountAtLeast(model::MOI.ModelLike, config::Config)
205211
@@ -251,6 +257,8 @@ function setup_test(
251257 return
252258end
253259
260+ version_added (:: typeof (test_cpsat_CountAtLeast)) = v " 1.4.0"
261+
254262"""
255263 test_cpsat_CountGreaterThan(model::MOI.ModelLike, config::Config)
256264
@@ -302,6 +310,8 @@ function setup_test(
302310 return
303311end
304312
313+ version_added (:: typeof (test_cpsat_CountGreaterThan)) = v " 1.4.0"
314+
305315"""
306316 test_cpsat_BinPacking(model::MOI.ModelLike, config::Config)
307317
@@ -354,6 +364,8 @@ function setup_test(
354364 return
355365end
356366
367+ version_added (:: typeof (test_cpsat_BinPacking)) = v " 1.4.0"
368+
357369"""
358370 test_cpsat_Cumulative(model::MOI.ModelLike, config::Config)
359371
@@ -415,6 +427,8 @@ function setup_test(
415427 return
416428end
417429
430+ version_added (:: typeof (test_cpsat_Cumulative)) = v " 1.4.0"
431+
418432"""
419433 test_cpsat_Table(model::MOI.ModelLike, config::Config)
420434
@@ -453,6 +467,8 @@ function setup_test(
453467 return
454468end
455469
470+ version_added (:: typeof (test_cpsat_Table)) = v " 1.4.0"
471+
456472"""
457473 test_cpsat_Circuit(model::MOI.ModelLike, config::Config)
458474
@@ -486,6 +502,8 @@ function setup_test(
486502 return
487503end
488504
505+ version_added (:: typeof (test_cpsat_Circuit)) = v " 1.4.0"
506+
489507"""
490508 test_cpsat_Path(model::MOI.ModelLike, config::Config)
491509
@@ -546,3 +564,5 @@ function setup_test(
546564 )
547565 return
548566end
567+
568+ version_added (:: typeof (test_cpsat_Path)) = v " 1.4.0"
0 commit comments