mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
adding template definitions
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e332652989
commit
a5caa50606
1 changed files with 2 additions and 0 deletions
|
@ -54,3 +54,5 @@ template void lp::lp_solver<lp::mpq, lp::mpq>::scale();
|
|||
template void lp::lp_solver<lp::mpq, lp::mpq>::set_scaled_cost(unsigned int);
|
||||
template lp::lp_solver<lp::mpq, lp::mpq>::~lp_solver();
|
||||
template double lp::lp_solver<double, double>::get_column_value_by_name(std::string) const;
|
||||
template std::string lp::lp_solver<double, double>::get_column_name(unsigned int) const;
|
||||
template std::string lp::lp_solver<lp::mpq, lp::mpq>::get_column_name(unsigned int) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue