57 #ifndef ILQGAMES_SOLVER_SOLVE_FEEDBACK_LQ_GAME_H 58 #define ILQGAMES_SOLVER_SOLVE_FEEDBACK_LQ_GAME_H 60 #include <ilqgames/dynamics/multi_player_integrable_system.h> 61 #include <ilqgames/solver/lq_solver.h> 62 #include <ilqgames/utils/linear_dynamics_approximation.h> 63 #include <ilqgames/utils/quadratic_cost_approximation.h> 64 #include <ilqgames/utils/strategy.h> 70 class LQFeedbackSolver : LQSolver {
71 } std::vector<Strategy> SolveFeedbackLQGame(
72 const MultiPlayerIntegrableSystem& dynamics,
73 const std::vector<LinearDynamicsApproximation>& linearization,
74 const std::vector<std::vector<QuadraticCostApproximation>>&