1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Compiling...
Facility_Location.cpp
c:\documents and settings\guilherme\meus documentos\visual studio 2008\projects\facility_location\facility_location\Facility_Location_Algorithm1.h(95) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\guilherme\meus documentos\visual studio 2008\projects\facility_location\facility_location\Facility_Location_Gen.h(40) : warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
c:\documents and settings\guilherme\meus documentos\visual studio 2008\projects\facility_location\facility_location\Facility_Location_Gen.h(69) : warning C4018: '<' : signed/unsigned mismatch
.\Facility_Location.cpp(38) : warning C4018: '<' : signed/unsigned mismatch
.\Facility_Location.cpp(43) : warning C4018: '<' : signed/unsigned mismatch
Linking...
Facility_Location.obj : error LNK2028: unresolved token (0A0003E4) "public: void __thiscall Simplex::optimal_solution(class std::vector > &,class std::vector > &)" (?optimal_solution@Simplex@@$$FQAEXAAV?$vector@HV?$allocator@H@std@@@std@@AAV?$vector@NV?$allocator@N@std@@@3@@Z) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2028: unresolved token (0A0003E5) "public: double __thiscall Simplex::optimal_value(void)" (?optimal_value@Simplex@@$$FQAENXZ) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2028: unresolved token (0A0003E7) "public: int __thiscall Simplex::solve(void)" (?solve@Simplex@@$$FQAEHXZ) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2028: unresolved token (0A0003E8) "public: bool __thiscall Simplex::add_restriction(class std::vector > &,double,char)" (?add_restriction@Simplex@@$$FQAE_NAAV?$vector@NV?$allocator@N@std@@@std@@ND@Z) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2028: unresolved token (0A0003E9) "public: bool __thiscall Simplex::add_obj_func(class std::vector >)" (?add_obj_func@Simplex@@$$FQAE_NV?$vector@NV?$allocator@N@std@@@std@@@Z) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2028: unresolved token (0A0003EA) "public: __thiscall Simplex::Simplex(void)" (??0Simplex@@$$FQAE@XZ) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2019: unresolved external symbol "public: void __thiscall Simplex::optimal_solution(class std::vector > &,class std::vector > &)" (?optimal_solution@Simplex@@$$FQAEXAAV?$vector@HV?$allocator@H@std@@@std@@AAV?$vector@NV?$allocator@N@std@@@3@@Z) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2019: unresolved external symbol "public: double __thiscall Simplex::optimal_value(void)" (?optimal_value@Simplex@@$$FQAENXZ) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2019: unresolved external symbol "public: int __thiscall Simplex::solve(void)" (?solve@Simplex@@$$FQAEHXZ) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2019: unresolved external symbol "public: bool __thiscall Simplex::add_restriction(class std::vector > &,double,char)" (?add_restriction@Simplex@@$$FQAE_NAAV?$vector@NV?$allocator@N@std@@@std@@ND@Z) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2019: unresolved external symbol "public: bool __thiscall Simplex::add_obj_func(class std::vector >)" (?add_obj_func@Simplex@@$$FQAE_NV?$vector@NV?$allocator@N@std@@@std@@@Z) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
Facility_Location.obj : error LNK2019: unresolved external symbol "public: __thiscall Simplex::Simplex(void)" (??0Simplex@@$$FQAE@XZ) referenced in function "double __cdecl solve1(class std::vector >,class Matrix)" (?solve1@@$$FYANV?$vector@NV?$allocator@N@std@@@std@@V?$Matrix@N@@@Z)
C:\Documents and Settings\Guilherme\Meus documentos\Visual Studio 2008\Projects\Facility_Location\Debug\Facility_Location.exe : fatal error LNK1120: 12 unresolved externals
|