diff options
Diffstat (limited to 'src/sat/glucose/Glucose.cpp')
-rw-r--r-- | src/sat/glucose/Glucose.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sat/glucose/Glucose.cpp b/src/sat/glucose/Glucose.cpp index bfe90361..3ca372a8 100644 --- a/src/sat/glucose/Glucose.cpp +++ b/src/sat/glucose/Glucose.cpp @@ -34,6 +34,8 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA #include "sat/glucose/Constants.h" #include "sat/glucose/System.h" +ABC_NAMESPACE_IMPL_START + using namespace Gluco; //================================================================================================= @@ -1490,4 +1492,6 @@ void Solver::reset() add_tmp.clear(false); assumptionPositions.clear(false); initialPositions.clear(false); -}
\ No newline at end of file +} + +ABC_NAMESPACE_IMPL_END |