mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
set clang format off for lp files (#6795)
* adding // clang-format off * set clang-format off at the beginning of lp files * set clang-format off * remove dead code
This commit is contained in:
parent
47fc0cf75c
commit
5ed2a82893
102 changed files with 103 additions and 10 deletions
|
@ -17,6 +17,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
// clang-format off
|
||||
#include <memory>
|
||||
#include "util/vector.h"
|
||||
#include <set>
|
||||
|
@ -29,7 +30,6 @@ namespace lp {
|
|||
template std::set<std::pair<unsigned, unsigned>> lp::static_matrix<lp::mpq, lp::mpq>::get_domain();
|
||||
template std::set<std::pair<unsigned, unsigned>> lp::static_matrix<lp::mpq, lp::numeric_pair<lp::mpq> >::get_domain();
|
||||
template void static_matrix<mpq, mpq>::add_column_to_vector(mpq const&, unsigned int, mpq*) const;
|
||||
template void static_matrix<mpq, mpq>::add_columns_at_the_end(unsigned int);
|
||||
template bool static_matrix<mpq, mpq>::is_correct() const;
|
||||
|
||||
template mpq static_matrix<mpq, mpq>::get_balance() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue