Skip to content

Commit

Permalink
fixing merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridovi committed Sep 9, 2021
1 parent b09ff06 commit 2aa1e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions include/ilqgames/solver/problem.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ class Problem {
// std::unique_ptr<std::vector<Strategy>> strategies_;

protected:
// Problem();
Problem(Time adversarial_time = 0.0)
: initialized_(false), adversarial_time_(adversarial_time) {}
Problem() : initialized_(false) {}

// Functions for initialization. By default, operating point and strategies
// are initialized to zero.
Expand Down
2 changes: 0 additions & 2 deletions src/problem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@

namespace ilqgames {

Problem::Problem() : initialized_(false) {}

size_t Problem::SyncToExistingProblem(const VectorXf& x0, Time t0,
Time planner_runtime,
OperatingPoint& op) {
Expand Down

0 comments on commit 2aa1e70

Please sign in to comment.