Akshay Sharma
Akshay Sharma
how could i forget :sweat_smile: - https://github.com/cvxgrp/diffcp
using QPs from http://qplib.zib.de/ Open to any other references!
DPP compliance needs adding two more constraints apart from [already existing ones](https://github.com/JuliaOpt/Convex.jl/blob/master/src/dcp.jl). But firstly supporting a parameter type object is imperative :sweat_smile:
A distinction between parameters and variables will suffice, at least on the data structure level. Then we find the derivative in following steps 1. Convex.jl already canonicalizes a `Model` object...