Conversation
…locally on Windows
brtietz
left a comment
There was a problem hiding this comment.
Looks like the version number is out of date. Other than that it looks good.
if(MSVC) set(CMAKE_CXX_STANDARD 20) else() set(CMAKE_CXX_STANDARD 17) endif()
Added Google OR-Tools as a new resource for optimization.
|
Need to update post-build event in SAM repo to make sure that code generator brings in the or-tools dlls. |
"abseil_dll", "bz2", "highs", "libprotobuf", "libscip", "libutf8_validity", "ortools", "re2", "ssc", "zlib1" in CodeGen_Base::PlatformFiles Tested on Windows with VBA MSPT SO and MP and PVWatts
@qualand, please review the code generator changes... The 9 ortools libraries required for ssc to run are I tested the MSPT SO and MP in Excel (VBA) and matched the SAM results, e.g.
|
I tested LK for SDKTool code generation and SAM results matched (using OR-Tools).
|



https://github.com/NatLabRockies/SAM-private/pull/140
Final issues being worked out on failing Windows runner...