From 01cc0a2504b9eabae52834fc17883a72430ad1b3 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 3 Dec 2008 21:48:07 +0000 Subject: [PATCH] Added declaration. [r24279] --- heuristical.h | 1 + 1 file changed, 1 insertion(+) diff --git a/heuristical.h b/heuristical.h index c461f59e5..8cc9ab691 100644 --- a/heuristical.h +++ b/heuristical.h @@ -4,6 +4,7 @@ #include "pbqp_t.h" void solve_pbqp_heuristical(pbqp *pbqp); +void solve_pbqp_brute_force(pbqp *pbqp); void apply_edge(pbqp *pbqp); -- 2.20.1