mirror of
https://github.com/Z3Prover/z3
synced 2025-11-30 17:27:15 +00:00
delete more default constructors
reduces code size by 0.1%
This commit is contained in:
parent
4b4a28239f
commit
737c2208fa
41 changed files with 35 additions and 91 deletions
|
|
@ -45,8 +45,6 @@ bool spacer_arith_kernel::compute_kernel() {
|
|||
namespace {
|
||||
class simplex_arith_kernel_plugin : public spacer_arith_kernel::plugin {
|
||||
public:
|
||||
simplex_arith_kernel_plugin() {}
|
||||
|
||||
bool compute_kernel(const spacer_matrix &in, spacer_matrix &out,
|
||||
vector<unsigned> &basics) override {
|
||||
using qmatrix = simplex::sparse_matrix<simplex::mpq_ext>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue