All notable changes to this project are documented in this file.
- Implement the first version of
Cost
class. - Implement the first version of
QuadraticCost
andLinearCost
classes. - Implement the first version of
Constraint
andLinearConstraint
classes. - Implement
MathematicalProblem
class. - Implement
Solver
class.