3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

if it isn't used, it isn't templatized

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-15 01:32:28 -07:00 committed by Lev Nachmanson
parent e8c3324c3f
commit 56584922e9
2 changed files with 3 additions and 17 deletions

View file

@ -3,19 +3,12 @@ Copyright (c) 2017 Microsoft Corporation
Module Name:
<name>
Abstract:
<abstract>
nla_core.cpp
Author:
Nikolaj Bjorner (nbjorner)
Lev Nachmanson (levnach)
Revision History:
--*/
#include "math/lp/nla_core.h"
#include "math/lp/factorization_factory_imp.h"

View file

@ -3,20 +3,13 @@
Module Name:
<name>
Abstract:
<abstract>
nla_core.h
Author:
Nikolaj Bjorner (nbjorner)
Lev Nachmanson (levnach)
Revision History:
--*/
--*/
#pragma once
#include "math/lp/factorization.h"
#include "math/lp/lp_types.h"