mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove a duplicate definition
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a5caa50606
commit
c74ad46682
1 changed files with 0 additions and 1 deletions
|
@ -54,5 +54,4 @@ 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