z3-z3-4.13.0.src.math.lp.static_matrix.cpp Maven / Gradle / Ivy
The newest version!
/*++
Copyright (c) 2017 Microsoft Corporation
Module Name:
Abstract:
Author:
Lev Nachmanson (levnach)
Revision History:
--*/
#include
#include "util/vector.h"
#include
#include
#include "math/lp/static_matrix_def.h"
#include "math/lp/lp_core_solver_base.h"
#include "math/lp/lp_primal_core_solver.h"
#include "math/lp/lar_solver.h"
namespace lp {
template std::set> lp::static_matrix::get_domain();
template std::set> lp::static_matrix >::get_domain();
template void static_matrix::add_column_to_vector(mpq const&, unsigned int, mpq*) const;
template bool static_matrix::is_correct() const;
template mpq static_matrix::get_balance() const;
template mpq static_matrix::get_elem(unsigned int, unsigned int) const;
template mpq static_matrix::get_max_abs_in_column(unsigned int) const;
template mpq static_matrix::get_max_abs_in_row(unsigned int) const;
template mpq static_matrix::get_min_abs_in_column(unsigned int) const;
template mpq static_matrix::get_min_abs_in_row(unsigned int) const;
template void static_matrix::init_row_columns(unsigned int, unsigned int);
template static_matrix::ref& static_matrix::ref::operator=(mpq const&);
template void static_matrix::set(unsigned int, unsigned int, mpq const&);
template static_matrix::static_matrix(unsigned int, unsigned int);
#ifdef Z3DEBUG
template bool static_matrix >::is_correct() const;
#endif
template mpq static_matrix >::get_elem(unsigned int, unsigned int) const;
template void static_matrix >::init_empty_matrix(unsigned int, unsigned int);
template void static_matrix >::set(unsigned int, unsigned int, mpq const&);
template bool lp::static_matrix::pivot_row_to_row_given_cell(unsigned int, column_cell& , unsigned int);
template bool lp::static_matrix >::pivot_row_to_row_given_cell(unsigned int, column_cell&, unsigned int);
template void lp::static_matrix >::remove_element(vector, true, unsigned int>&, lp::row_cell&);
}