SkillAgentSearch skills...

CVXOPT.jl

Julia interface to CVXOPT

Install / Use

/learn @cvxopt/CVXOPT.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CVXOPT.jl — Julia interface to CVXOPT

The package provides Julia wrappers for the following CVXOPT solvers:

Installation and test (Linux/macOS)

CVXOPT.jl requires PyCall to call functions from the CVXOPT Python extension from Julia. If you already have a Python executable in your path, then PyCall will use that version of Python. Alternatively, you can force PyCall to use Conda.jl to install a minimal Python distribution that is private to Julia by setting PYTHON="":

ENV["PYTHON"]=""  # Optional: force PyCall to use Conda.jl
Pkg.add("CVXOPT")
Pkg.test("CVXOPT")

This will automatically install CVXOPT from the conda-forge channel.

Build status

Build Status Coverage Status

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks5

Languages

Julia

Security Score

60/100

Audited on Dec 31, 2024

No findings