Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 3, 2024
1 parent e8af560 commit 3a6819c
Show file tree
Hide file tree
Showing 6 changed files with 718 additions and 673 deletions.
2 changes: 1 addition & 1 deletion ortools/constraint_solver/constraint_solveri.h
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ class LocalSearchState {
VariableDomainId domain_id;
int input_index;
ConstraintId constraint_id;
};
};
// Adds all dependencies domains[i] -> constraint labelled by i.
void AddDomainsConstraintDependencies(
const std::vector<VariableDomainId>& domain_ids,
Expand Down
1 change: 0 additions & 1 deletion ortools/linear_solver/linear_solver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ extern MPSolverInterface* BuildCplexInterface(bool mip, MPSolver* const solver);
extern MPSolverInterface* BuildXpressInterface(bool mip,
MPSolver* const solver);


namespace {
MPSolverInterface* BuildSolverInterface(MPSolver* const solver) {
DCHECK(solver != nullptr);
Expand Down
Loading

0 comments on commit 3a6819c

Please sign in to comment.