Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Oct 16, 2024
1 parent 088c156 commit d766a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/suboptimal/solvers/linear/SimplexSolverConfig.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

#include "suboptimal/solvers/linear/SimplexPivotRule.h"

#include <chrono>
#include <limits>

#include "suboptimal/solvers/linear/SimplexPivotRule.h"

namespace suboptimal {
struct SimplexSolverConfig {
// Enables verbose output
Expand Down
1 change: 0 additions & 1 deletion src/util/SolverProfiler.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include <chrono>
#include <Eigen/Sparse>

class SolverProfiler {
public:
Expand Down

0 comments on commit d766a1c

Please sign in to comment.