Ray Zimmerman
Ray Zimmerman
The objective function is a simple sum of the the cost terms you are evaluating with `eval_quad_cost()`. Without contingencies, the `CostWeightsAdj` (the scenario probabilities) are all equal to 1, so...
If I understand correctly, you have a base AC power flow or OPF solution and you would like to find the solutions for new scenarios, with different wind outputs, where...
First I want to make sure I understand conceptually what you are trying to do. Initially, I thought you were solving different scenarios sequentially, but it seems like you want...
FWIW, [MOST](https://matpower.org/docs/MOST-manual-1.3.pdf) (MATPOWER Optimal Scheduling Tool) already implements something similar to what you are looking for with 2 main differences. - It uses a DC network model. - It redispatches...
Wonderful! Thanks. Could you give me an example of the `mex` command you used in step 2? Not sure of the syntax required to specify the paths to the library...
Exactly what I needed. Thanks! I got it working. But I agree, it would be nice to have this integrated into the main project for easy one-line compilation.
Here's a minimal working example ... [matlabdomain-bug-246.zip](https://github.com/sphinx-contrib/matlabdomain/files/14656815/matlabdomain-bug-246.zip)
Upon further experimentation, it seems that completely deleting the following lines of code ... https://github.com/sphinx-contrib/matlabdomain/blob/481134f80be0c84ba1a7c17347d3aefc7a82716d/sphinxcontrib/matlab.py#L261-L267 ... solves #243 **and** it solves this issue for the case where you have `matlab_short_links...
For clarification, deleting the code in my previous comment is **not** the right solution. It causes lots of other issues. And nothing in #245 addresses it. So this issue is...
@joeced, is it possible the issue at #246 is getting conflated with this one? From what I understand, the presenting issue here was "fixed", probably incorrectly by #245. Unfortunately, I...