From a5caa506067a949afc445c5bf467fe8403538ec9 Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Mon, 5 Feb 2018 09:42:56 -0800 Subject: [PATCH] adding template definitions Signed-off-by: Lev Nachmanson --- src/util/lp/lp_solver_instances.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/lp/lp_solver_instances.cpp b/src/util/lp/lp_solver_instances.cpp index 599a0a8bc..4de1f74c8 100644 --- a/src/util/lp/lp_solver_instances.cpp +++ b/src/util/lp/lp_solver_instances.cpp @@ -54,3 +54,5 @@ template void lp::lp_solver::scale(); template void lp::lp_solver::set_scaled_cost(unsigned int); template lp::lp_solver::~lp_solver(); template double lp::lp_solver::get_column_value_by_name(std::string) const; +template std::string lp::lp_solver::get_column_name(unsigned int) const; +template std::string lp::lp_solver::get_column_name(unsigned int) const;