There was an error while loading. Please reload this page.
note that this copy of the wiki is read-only
aligned PIPS-IPM++ install section with the sibling dependencies
added PIPS-IPM++ to installation and configuration guides
dmeoli updated page: SMS++ GitLab Guide
dmeoli updated page: SMS++ Project Developer's Guide
dmeoli updated page: Home
dmeoli created page: Creating a new module
updated wiki files
updated Troubleshooting.md
Rename wiki home page to Home for naming consistency
Rename wiki pages to consistent Title Case - Getting-started-with-SMS++ -> Getting-Started-with-SMS++ - Customize-the-configuration -> Customize-the-Configuration - SMS++-GitLab-guide -> SMS++-GitLab-Guide - update all internal links accordingly (home stays the GitLab landing slug)
Fix CMake package/target names and drop stale Conan note - the core is found via find_package(SMS++) and linked as SMS++::SMS++ (not SMSpp); fix the Getting started and vcpkg CMake snippets accordingly - remove the leftover 'Conan no longer supported' note - vcpkg guide: add a 'Run it' step with the expected output to verify the dependency is wired up correctly
Overhaul wiki: restore and align guides, add Python and vcpkg pages - restore and update to current SMS++ the guides deleted earlier: Customize the configuration, Troubleshooting, Developer's Guide, GitLab CI/CD guide (no Conan; vcpkg replaces it) - add 'Using SMS++ from Python' (pySMSpp / pypsa2smspp, links the upstream readthedocs docs and examples) and 'Using SMS++ with vcpkg' - reorganize home into clear user/developer sections linking every page - cross-link Installing to the Customize/Troubleshooting pages - single-source each topic and link it elsewhere (no duplicated tables/lists)
Brush up Getting started: use HiGHS, fix includes and MPS loading - switch the solver to HiGHSMILPSolver (open source, fast) and add a note listing the interchangeable MILP back-ends (HiGHS, SCIP, CPLEX, Gurobi) - replace the non-existent <SMS++/SMSpp> umbrella include with the explicit module headers actually needed by the example - fix MPS reading: AbstractBlock has no read(); use load( std::istream & ) via an ifstream - restyle all C++ snippets to the SMS++ house style and fix minor prose
Refresh wiki home and remove dead links - home: fix broken logo URL, link Getting started and the User Manual, point developers to CONTRIBUTING.md, drop links to deleted pages (Customize the configuration, Troubleshooting, About requirements, Developer's Guide, GitLab guide, Conan) - Installing: drop dead links to deleted pages; point the CMake User Package Registry note to the official CMake documentation
dmeoli deleted page: SMS++ Project Developer's Guide
dmeoli deleted page: SMS++ GitLab guide
dmeoli deleted page: Customize the configuration
dmeoli deleted page: Troubleshooting
dmeoli deleted page: How to use SMS++ with Conan
dmeoli deleted page: About SMS++ requirements
Update Installing SMS++