#include <carl-common/util/container_types.h>
#include <carl-common/memory/Singleton.h>
#include <carl-common/util/hash.h>
#include "../sort/Sort.h"
#include "UFInstance.h"
#include "UTerm.h"
#include "UVariable.h"
#include <cassert>
#include <iostream>
#include <set>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| carl |
| carl is the main namespace for the library.
|
|
|
UFInstance | carl::newUFInstance (const UninterpretedFunction &uf, std::vector< UTerm > &&args) |
| Gets the uninterpreted function instance with the given name, domain, arguments and codomain. More...
|
|
UFInstance | carl::newUFInstance (const UninterpretedFunction &uf, const std::vector< UTerm > &args) |
| Gets the uninterpreted function instance with the given name, domain, arguments and codomain. More...
|
|