Skip to content

Commit

Permalink
Merge pull request #81 from psrenergy/pr/fix-gt
Browse files Browse the repository at this point in the history
Add specific dispatch for `>=` constraints.
  • Loading branch information
pedromxavier authored Nov 26, 2023
2 parents a0cd57c + a10e4c2 commit 7aa2379
Show file tree
Hide file tree
Showing 30 changed files with 1,208 additions and 309 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name = "ToQUBO"
uuid = "9a412ddf-83fa-43b6-9748-7843c851aa65"
name = "ToQUBO"
uuid = "9a412ddf-83fa-43b6-9748-7843c851aa65"
authors = ["pedromxavier <[email protected]>", "pedroripper <[email protected]>", "joaquimg <[email protected]>", "AndradeTiago <[email protected]>", "bernalde <[email protected]>"]
version = "0.1.7"
version = "0.1.8-dev"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
PseudoBooleanOptimization = "c8fa9a04-bc42-452d-8558-dc51757be744"
QUBOTools = "60eb5b62-0a39-4ddc-84c5-97d2adff9319"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
QUBOTools = "60eb5b62-0a39-4ddc-84c5-97d2adff9319"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
MathOptInterface = "1"
MathOptInterface = "1"
PseudoBooleanOptimization = "0.2"
QUBOTools = "0.9"
julia = "1.9"
QUBOTools = "0.9"
julia = "1.9"
3 changes: 0 additions & 3 deletions src/ToQUBO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ const GT{T} = MOI.GreaterThan{T}
const VI = MOI.VariableIndex
const CI{F,S} = MOI.ConstraintIndex{F,S}

# Library
include("error.jl")

# Encoding Module
include("encoding/encoding.jl")

Expand Down
Loading

0 comments on commit 7aa2379

Please sign in to comment.