00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef __IPLINEARSOLVERSREGOP_HPP__
00010 #define __IPLINEARSOLVERSREGOP_HPP__
00011
00012 #include "IpSmartPtr.hpp"
00013
00014 namespace Ipopt
00015 {
00016 class RegisteredOptions;
00017
00018 void RegisterOptions_LinearSolvers(const SmartPtr<RegisteredOptions>& roptions);
00019
00020 }
00021
00022 #endif