Skip to content

Commit

Permalink
add inline specifier to GetRandomInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunozb committed Jul 29, 2024
1 parent d156a5e commit 3c896f0
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 3c896f0

Please sign in to comment.