mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
add a file
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
8750da1da7
commit
1931adcb74
10
src/util/lp/antecedents.h
Normal file
10
src/util/lp/antecedents.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Copyright (c) 2017 Microsoft Corporation
|
||||
Author: Lev Nachmanson
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
namespace lp {
|
||||
class antecedents {
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue