Skip to content

Commit

Permalink
Merge pull request #25 from nasa/pysa-dpll-include-fix
Browse files Browse the repository at this point in the history
Add `inline` specifier to `GetRandomInstance`
  • Loading branch information
s-mandra authored Jul 29, 2024
2 parents d156a5e + 3c896f0 commit 4b58821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pysa/sat/instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ specific language governing permissions and limitations under the License.

namespace pysa::dpll::sat {

auto GetRandomInstance(const std::size_t k, const std::size_t n,
inline auto GetRandomInstance(const std::size_t k, const std::size_t n,
const std::size_t m,
const std::optional<std::size_t> seed = std::nullopt) {
/*
Expand Down

0 comments on commit 4b58821

Please sign in to comment.