Skip to content

Commit

Permalink
Undoing presolve.h rename, as per PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcoury committed Dec 19, 2022
1 parent 114fdb9 commit 46f45e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dwave/preprocessing/libcpp.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from libcpp.vector cimport vector
from dimod.libcpp cimport ConstrainedQuadraticModel


cdef extern from "dwave/presolve.hpp" namespace "dwave::presolve" nogil:
cdef extern from "dwave/presolve.h" namespace "dwave::presolve" nogil:
cdef cppclass Postsolver[bias_type, index_type, assignment_type]:
vector[T] apply[T](vector[T])

Expand Down
2 changes: 1 addition & 1 deletion testscpp/tests/test_presolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "catch2/catch.hpp"
#include "dimod/constrained_quadratic_model.h"
#include "dwave/presolve.hpp"
#include "dwave/presolve.h"

namespace dwave {

Expand Down

0 comments on commit 46f45e5

Please sign in to comment.