Main Page | Class Hierarchy | File List

AAP_lp_param.cpp

00001 // $Id: AAP_lp_param.cpp,v 1.2 2003/12/03 01:52:30 magh Exp $
00002 
00003 /* ------------------------------------------------------------------------
00004  Author: Matthew Galati (magh@lehigh.edu)
00005 
00006  (c) Copyright 2003 Lehigh University. All Rights Reserved.
00007 
00008  This software is licensed under the Common Public License. Please see 
00009  accompanying file for terms.    
00010 ---------------------------------------------------------------------------*/
00011 
00012 #include "BCP_parameters.hpp"
00013 #include "AAP_lp_param.hpp"
00014 using std::make_pair;
00015 
00016 /*-----------------------------------------------------------------*/
00017 template <>
00018 void BCP_parameter_set<AAP_lp_par>::create_keyword_list() {
00019   // Int Parameter
00020   keys.push_back(make_pair(BCP_string("AAP_StrongBranch_Can"),
00021                            BCP_parameter(BCP_IntPar,
00022                                          AAP_StrongBranch_Can )));
00023 }
00024 
00025 /*-----------------------------------------------------------------*/
00026 template <>
00027 void BCP_parameter_set<AAP_lp_par>::set_default_entries(){
00028   set_entry(AAP_StrongBranch_Can, 5);
00029 }

Generated on Wed Dec 3 01:30:51 2003 for AAP_BP by doxygen 1.3.5