-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding (parameterized) linear programming dual transformation! #3402
base: main
Are you sure you want to change the base?
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2b42b5 - Browse repository at this point
Copy the full SHA c2b42b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fccf37 - Browse repository at this point
Copy the full SHA 8fccf37View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40925d0 - Browse repository at this point
Copy the full SHA 40925d0View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab58d80 - Browse repository at this point
Copy the full SHA ab58d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601471f - Browse repository at this point
Copy the full SHA 601471fView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16fdff4 - Browse repository at this point
Copy the full SHA 16fdff4View commit details
Commits on Jun 12, 2024
-
Fixing a bug with the direction of constraints being transposed, also…
… with where the mappings are stored
Configuration menu - View commit details
-
Copy full SHA for a1cb793 - Browse repository at this point
Copy the full SHA a1cb793View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb44531 - Browse repository at this point
Copy the full SHA eb44531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8420e05 - Browse repository at this point
Copy the full SHA 8420e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for d702d57 - Browse repository at this point
Copy the full SHA d702d57View commit details -
Testing that dual values reported by solver and what we get from solv…
…ing transformed model match
Configuration menu - View commit details
-
Copy full SHA for ad0ef8e - Browse repository at this point
Copy the full SHA ad0ef8eView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06c87c9 - Browse repository at this point
Copy the full SHA 06c87c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e237311 - Browse repository at this point
Copy the full SHA e237311View commit details -
Modularizing standard form a little so that I can override the parts …
…that assume that the data is numeric. Creating my own csr and csc classes that are almost complete
Configuration menu - View commit details
-
Copy full SHA for d3fdccb - Browse repository at this point
Copy the full SHA d3fdccbView commit details
Commits on Jun 24, 2024
-
Draft of scipy-style CSR and CSC matrices that accomodate pyomo expre…
…ssions in the data
Configuration menu - View commit details
-
Copy full SHA for 73e07f0 - Browse repository at this point
Copy the full SHA 73e07f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e09f5 - Browse repository at this point
Copy the full SHA 27e09f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd276d0 - Browse repository at this point
Copy the full SHA fd276d0View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff38080 - Browse repository at this point
Copy the full SHA ff38080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d582c9 - Browse repository at this point
Copy the full SHA 8d582c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c32954 - Browse repository at this point
Copy the full SHA 4c32954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f87684 - Browse repository at this point
Copy the full SHA 8f87684View commit details -
Adding a test for todense and removing my hacky debugging in paramete…
…rized_standard_form itself.
Configuration menu - View commit details
-
Copy full SHA for ced3faa - Browse repository at this point
Copy the full SHA ced3faaView commit details -
Making _csc_to_nonnegative_vars a method on the class so that it can …
…use the correct converstion to a CSC matrix depending on the circumstances, testing the conversion to nonnegative vars
Configuration menu - View commit details
-
Copy full SHA for 0c9567a - Browse repository at this point
Copy the full SHA 0c9567aView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0d9abf - Browse repository at this point
Copy the full SHA d0d9abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f6e40 - Browse repository at this point
Copy the full SHA 39f6e40View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7173461 - Browse repository at this point
Copy the full SHA 7173461View commit details -
Partial fix merge of templatized-writer branch. Standard repn works b…
…ut parameterized standard repn doesn't
Configuration menu - View commit details
-
Copy full SHA for 0a5663a - Browse repository at this point
Copy the full SHA 0a5663aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89defeb - Browse repository at this point
Copy the full SHA 89defebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c848c - Browse repository at this point
Copy the full SHA 18c848cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6548f29 - Browse repository at this point
Copy the full SHA 6548f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fbad3 - Browse repository at this point
Copy the full SHA 40fbad3View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22a1f79 - Browse repository at this point
Copy the full SHA 22a1f79View commit details -
Adding a copy of scipy's sum duplicates code, but I think we can chea…
…t a little if we assume ordered, so this isn't done or tested
Configuration menu - View commit details
-
Copy full SHA for 470de80 - Browse repository at this point
Copy the full SHA 470de80View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1bf1b4 - Browse repository at this point
Copy the full SHA d1bf1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3edc964 - Browse repository at this point
Copy the full SHA 3edc964View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53ea29e - Browse repository at this point
Copy the full SHA 53ea29eView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c52a915 - Browse repository at this point
Copy the full SHA c52a915View commit details
Commits on Jul 11, 2024
-
Adjusting parameterized standard form to match the changes in standar…
…d form with attributes rather than methods, implementing eliminate_zeros
Configuration menu - View commit details
-
Copy full SHA for d86e00b - Browse repository at this point
Copy the full SHA d86e00bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c569897 - Browse repository at this point
Copy the full SHA c569897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d1fbe - Browse repository at this point
Copy the full SHA 70d1fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d3b74 - Browse repository at this point
Copy the full SHA d7d3b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82326af - Browse repository at this point
Copy the full SHA 82326afView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76ac53d - Browse repository at this point
Copy the full SHA 76ac53dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5790a - Browse repository at this point
Copy the full SHA 6f5790aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139d307 - Browse repository at this point
Copy the full SHA 139d307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f40eb9 - Browse repository at this point
Copy the full SHA 2f40eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a25e2a - Browse repository at this point
Copy the full SHA 5a25e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c5c0b - Browse repository at this point
Copy the full SHA c2c5c0bView commit details -
Adding tests for paraemeterized dual from solving primal and dual, ad…
…ding tests for API error messages
Configuration menu - View commit details
-
Copy full SHA for 7238c31 - Browse repository at this point
Copy the full SHA 7238c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for d914e52 - Browse repository at this point
Copy the full SHA d914e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d92d4df - Browse repository at this point
Copy the full SHA d92d4dfView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 662fbfb - Browse repository at this point
Copy the full SHA 662fbfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f07edb - Browse repository at this point
Copy the full SHA 8f07edbView commit details