File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
name = " PySA"
2
2
uuid = " 46b73cfa-376a-48ee-8926-0c45ac3f7830"
3
- authors = [" pedromxavier <pedromxavier@psr-inc.com >" ]
3
+ authors = [" pedromxavier <mail@pedro.ϵλ >" ]
4
4
version = " 0.3.1"
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
8
MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
9
9
PythonCall = " 6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
10
- QUBO = " ce8c2e91-a970-4681-856b-16178c24a30c"
10
+ QUBODrivers = " a3f166f7-2cd3-47b6-9e1e-6fbfe0449eb0"
11
+ QUBOTools = " 60eb5b62-0a39-4ddc-84c5-97d2adff9319"
11
12
12
13
[compat ]
13
14
MathOptInterface = " 1"
14
- PythonCall = " 0.9.20"
15
- julia = " 1.9"
16
- QUBO = " 0.3.0"
15
+ PythonCall = " 0.9.23"
16
+ QUBODrivers = " 0.3"
17
+ QUBOTools = " 0.10"
18
+ julia = " 1.9"
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ module PySA
3
3
using PythonCall
4
4
using LinearAlgebra
5
5
6
- import QUBO
7
- QUBODrivers = QUBO. QUBODrivers
8
- QUBOTools = QUBO. QUBOTools
6
+ import QUBODrivers
7
+ import QUBOTools
9
8
import MathOptInterface as MOI
10
9
11
10
const np = PythonCall. pynew ()
Original file line number Diff line number Diff line change 1
- [deps ]
2
- JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
Original file line number Diff line number Diff line change 1
- using PySA: PySA, MOI, QUBO. QUBODrivers
1
+ import PySA
2
+ import PySA: MOI, QUBODrivers
2
3
3
4
QUBODrivers. test (PySA. Optimizer; examples= true ) do model
4
5
MOI. set (model, MOI. Silent (), true )
You can’t perform that action at this time.
0 commit comments