This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pip install pypsa cupy-cuda12x clarabel cvxpy | |
import numpy as np | |
import cupy as cp | |
import cvxpy as cvx | |
import pandas as pd | |
import time | |
import pypsa | |
import matplotlib.pyplot as plt | |
from tqdm.notebook import tqdm |