\n",
"\n",
"\n",
"[**PICOS**](https://picos-api.gitlab.io/picos/index.html) is a Python API that offers a convenient interface to various conic and integer programming solvers. Through PICOS, users can define optimization problems using high-level models, which support intricate vector, matrix variables, and multidimensional algebra. Once the problem is defined, PICOS automatically converts it into a format that's comprehensible by any suitable solver present during runtime. This flexibility ensures that applications remain adaptable, giving users the liberty to select from multiple commercial or open-source solvers.\n",
"\n",
"As with CVXPY, CORNETO allows to use PICOS as a backend for solving optimization problems. While CVXPY and PICOS have similar philosophy, their specific features, functions, and supported solvers might differ. Users might opt for one over the other based on individual needs or preferences.\n",
"\n",
"CORNETO can be seen also as a multi-backend implementation of PICOS and CVXPY. You can choose the backend you prefer, and CORNETO will take care of the rest."
]
},
{
"cell_type": "markdown",
"id": "280b3377",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": 1,
"id": "cadfc0aa",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"