File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11@deprecate Independence (args... ; kwargs... ) IndependentSet (args... ; kwargs... )
22@deprecate MaximalIndependence (args... ; kwargs... ) MaximalIS (args... ; kwargs... )
3- @deprecate NoWeight () UnitWeight ()
3+ @deprecate UnitWeight () error (" UnitWeight() is deprecated. Please Use UnitWeight(::Int) instead." )
4+ @deprecate ZeroWeight () error (" ZeroWeight() is deprecated. Please Use ZeroWeight(::Int) instead." )
45@deprecate HyperSpinGlass (args... ; kwargs... ) SpinGlass (args... ; kwargs... )
56
67@deprecate nflavor (args... ; kwargs... ) num_flavors (args... ; kwargs... )
78@deprecate labels (args... ; kwargs... ) variables (args... ; kwargs... )
89@deprecate get_weights (args... ; kwargs... ) weights (args... ; kwargs... )
10+ @deprecate chweights (args... ; kwargs... ) set_weights (args... ; kwargs... )
11+
12+ @deprecate GraphProblem () ConstraintSatisfactionProblem ()
Original file line number Diff line number Diff line change 11[deps ]
22CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
33Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+ GenericTensorNetworks = " 3521c873-ad32-4bb4-b63d-f4f178f42b49"
45Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
56LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
67LuxorGraphPlot = " 1f49bdf2-22a7-4bc4-978b-948dc219fbbc"
78OMEinsum = " ebe7aa44-baf0-506c-a96f-8464559b3922"
89Polynomials = " f27b6e38-b328-58d1-80ce-0feddd5e7a45"
10+ ProblemReductions = " 899c297d-f7d2-4ebf-8815-a35996def416"
911Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1012Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1113TropicalNumbers = " b3a74e9c-7526-4576-a4eb-79c0d4c32334"
You can’t perform that action at this time.
0 commit comments