Skip to content
Snippets Groups Projects
Unverified Commit 72ba3bba authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Remove unresolvable links

parent 6e6f3056
No related branches found
No related tags found
1 merge request!4Resolve "Add secondary objective function"
...@@ -44,9 +44,9 @@ seq = Sequence( ...@@ -44,9 +44,9 @@ seq = Sequence(
``` ```
You can also add any arbitrary constraints or objectives using one of: You can also add any arbitrary constraints or objectives using one of:
- [`set_simple_constraints!`](@ref) - `set_simple_constraints!`
- [`apply_simple_constraint!`](@ref) - `apply_simple_constraint!`
- [`add_cost_function!`](@ref) - `add_cost_function!`
As soon as the code block ends the sequence is optimised (if `optimise=true`) and returned. As soon as the code block ends the sequence is optimised (if `optimise=true`) and returned.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment