Skip to content

Commit

Permalink
Update test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
29rou authored Aug 1, 2022
1 parent b62b80b commit ec86a11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@

#include <gtest/gtest.h>

#include <cimod/binary_quadratic_model.hpp>
#include <cimod/binary_polynomial_model.hpp>
#include <cimod/binary_quadratic_model_dict.hpp>

#include "test_bqm.hpp"

#include <nlohmann/json.hpp>

#include <unordered_map>
Expand All @@ -30,6 +24,12 @@
#include <iostream>
#include <tuple>

#include <cimod/binary_quadratic_model.hpp>
#include <cimod/binary_polynomial_model.hpp>
#include <cimod/binary_quadratic_model_dict.hpp>

#include "test_bqm.hpp"

using json = nlohmann::json;
using namespace cimod;

Expand Down

0 comments on commit ec86a11

Please sign in to comment.