mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +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
|
@ -6,6 +6,7 @@ Author:
|
|||
Lev Nachmanson (levnach)
|
||||
|
||||
--*/
|
||||
// clang-format off
|
||||
|
||||
#pragma once
|
||||
#include "util/vector.h"
|
||||
|
@ -126,7 +127,6 @@ public:
|
|||
|
||||
unsigned lowest_row_in_column(unsigned col);
|
||||
|
||||
void add_columns_at_the_end(unsigned delta);
|
||||
void add_new_element(unsigned i, unsigned j, const T & v);
|
||||
|
||||
void add_row() {m_rows.push_back(row_strip<T>());}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue