/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
/**
* @file ALASCA.hpp
* Defines all functionality shared among the components of the inequality resolution calculus.
*
*/
#ifndef __ALASCA__
#define __ALASCA__
#define DEBUG(...) // DBG(__VA_ARGS__)
#include "Kernel/ALASCA/Normalization.hpp"
#include "Kernel/ALASCA/SelectionPrimitves.hpp"
#include "Kernel/ALASCA/State.hpp"
#include "Kernel/ALASCA/Signature.hpp"
#undef DEBUG
#endif // __ALASCA__