Skip to content

Commit ce09615

Browse files
committed
Add Linear Constraint to docs
1 parent 163232b commit ce09615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/constraint_api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ since each constraint is unique, in general.
4949
List of currently implemented constraints
5050
* [`GoalConstraint`](@ref)
5151
* [`BoundConstraint`](@ref)
52+
* [`LinearConstraint`](@ref)
5253
* [`CircleConstraint`](@ref)
5354
* [`SphereConstraint`](@ref)
5455
* [`NormConstraint`](@ref)
@@ -58,6 +59,7 @@ List of currently implemented constraints
5859
```@docs
5960
GoalConstraint
6061
BoundConstraint
62+
LinearConstraint
6163
CircleConstraint
6264
SphereConstraint
6365
NormConstraint

0 commit comments

Comments
 (0)