Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshmahajan committed Jan 22, 2024
1 parent 405f0f9 commit 635f458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base/SamplingHeur.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ void SamplingHeur::solve(NodePtr, RelaxationPtr, SolutionPoolPtr s_pool)
double* xu = new double[n];
double best_obj = s_pool->getBestSolutionValue();
double curr_obj;
SolutionPtr sol;
VariablePtr v;
ObjectivePtr obj = p_->getObjective();
bool checkzero = true;
Expand Down

0 comments on commit 635f458

Please sign in to comment.