You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the Substitute() and SubstituteAccordingTo() methods for constr… (#18)
* Added the Substitute() and SubstituteAccordingTo() methods for constraints to simplify some operations
* Upgraded the gonum dependency
* Introducing Len() function for vector constraints
* Updating github action to use newer version of Go
* Added tests for ScalarConstraint's Substitute method
* Fixed subtle bug in monomial's substitute according to method
* Introduced string() method to constraint
* Removing debugging statement
* Add in tests for VectorConstraint.Substitute()
* Adding tests for VectorConstraint.SubstituteAccordingTo
* Added small test for ScalarConstraint.String method
* Added tests for MatrixConstraint.Substitute and MatrixConstraint.SubstituteAccordingTo
---------
Co-authored-by: Kwesi Rutledge <kwesir@csail.mit.edu>
0 commit comments