Conversation
Pull Request Test Coverage Report for Build 6598319586
💛 - Coveralls |
|
@kasperjo @phschiele |
|
Is this still a thing? |
How would I compile the problem now? |
|
Ok, diving deeper into cvxpy: I wonder how can I update data without calling prob.get_problem_data. I update values for one or all parameters. But when hitting solve it still runs self.get_problem_data? |
|
@tschm We did not remove the warning for a large number of parameters (yet) You can call data, solving_chain, inverse_data = prob.get_problem_data(
solver
)to canonicalise the problem ahead of time. Then you just update the parameters and call |
|
How can I change the backend to RUST? It tells me it is still using CPP backend... |
No description provided.