Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 373 Bytes

CHANGELOG.md

File metadata and controls

10 lines (9 loc) · 373 Bytes

Changelog

All notable changes to this project are documented in this file.

[Unreleased]

Added

  • Implement the first version of Cost class.
  • Implement the first version of QuadraticCost and LinearCost classes.
  • Implement the first version of Constraint and LinearConstraint classes.
  • Implement MathematicalProblem class.
  • Implement Solver class.