SDP relaxation in PowerModelsAneex

Hi Dr. Coffrin,

I am implementing the SDP relaxation of the OPF problemin PowerModelsAnnex. I have added the LinearAlgebra package but when I run my code I get the following warning and error:


┌ Warning: Package PowerModelsAnnex does not have LinearAlgebra in its dependencies:

│ - If you have PowerModelsAnnex checked out for development and have

│ added LinearAlgebra as a dependency but haven't updated your primary

│ environment's manifest file, try `Pkg.resolve()`.

│ - Otherwise you may need to report an issue with PowerModelsAnnex

└ Loading LinearAlgebra into PowerModelsAnnex from project dependency, future warnings for PowerModelsAnnex are suppressed.

[ Info: Precompiling Ipopt [b6b21f68-93f8-5de0-b562-5493be1d77c9]

[ Info: Precompiling MAT [23992714-dd62-5051-b70f-ba57cb901cac]

[info | PowerModels]: removing 3 cost terms from generator 3: Float64[]

[warn | PowerModels]: Updated generator 3 cost function with order 0 to a function of order 3: [0.0, 0.0, 0.0]

ERROR: LoadError: UndefVarError: I not defined

I should note that when I added the LinearAlgebra package it was not added as a unique folder to the packages instead multiple folder have been added. Can you please guide me how I can add LinearAlgebra package to the PowerModelsAnnex dependencies? Thanks in advance!

All the best,

Rasoul