Skip to content

Commit

Permalink
cython acados: add print_statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
FreyJo committed Feb 23, 2022
1 parent fd461ab commit 3fee37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyextra/acados_template/acados_ocp_solver_pyx.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ cdef class AcadosOcpSolverFast:
- qp_res_ineq: residual wrt inequality constraints (constraints) of the last QP solution
- qp_res_comp: residual wrt complementarity conditions of the last QP solution
"""
raise NotImplementedError()
acados_solver.acados_print_stats(self.capsule)


def store_iterate(self, filename='', overwrite=False):
Expand Down

0 comments on commit 3fee37f

Please sign in to comment.