Skip to content

Commit d620432

Browse files
Fixes for DiffOpt (#178)
* temp * fix and format * remove func * Adds support for VectorQuadraticFunction (#179) * add ParametricVectorQuadraticFunction * use at_variable and remove unecessary calls * start addressing variable coefficients * update tests * fix bugs * fix bug * update add constraint * update test * update jump test * fix test * rm update * update add_constraint * attemp replace * update functions * update * update * working first set * update tol * update tol * finish * change tests names * Apply suggestions from code review --------- Co-authored-by: Joaquim <joaquimdgarcia@gmail.com> * format * fix NLP block * continue fix NLP block * Fix TODOs New API (#182) * fix VariablePrimalStart * add get VariablePrimalStart * fix "is_valid" * fix ambiguity * format --------- Co-authored-by: joaquimg <joaquimdgarcia@gmail.com> * Ar/newdo (#183) * fix VariablePrimalStart * add get VariablePrimalStart * fix "is_valid" * fix ambiguity * format * add more vector tests --------- Co-authored-by: Andrew <arosemberg3@gatech.edu> * add tests and vec fucntionfix * format * Fix key vector quadratic and add tests (#184) * fix key vector quadratic * add new tests and fix affine cache * format * test constraint name set and get * add no parameter problem * fix test name * fix comment * force has_parameter and !_is_vector_affine * update coverage * remove useless function * update tests coverage * format and rm useless functions * improve tests to force coverage improvement * fix typo * Improve coverage (#187) * update tests and coverage * update tests * update tests * add copy to test * fix typo * format * fix typo * Improve coverage 2.0 (#188) * improve coverage 2.0 * format * fix typo * bump version --------- Co-authored-by: Andrew Rosemberg <andrewrosemberg@gmail.com> Co-authored-by: Andrew <arosemberg3@gatech.edu>
1 parent 103d44a commit d620432

File tree

8 files changed

+1296
-31
lines changed

8 files changed

+1296
-31
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParametricOptInterface"
22
uuid = "0ce4ce61-57bf-432b-a095-efac525d185e"
33
authors = ["Tomás Gutierrez <tomasfmgutierrez@gmail.com>"]
4-
version = "0.11.1"
4+
version = "0.12.0"
55

66
[deps]
77
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

0 commit comments

Comments
 (0)