SDMP User Manual (ENG)
  • Introduction
    • Introduction to SDMP
  • Getting Started
    • Creating SDMP Project
  • Data Handling
    • Loading Input Data
      • Defining Input Data Schema
      • Creating Input Data
      • Loading Input Data
    • Retriving Data
    • Writing Output Data
      • Defining Output Data Schema
      • Adding Data Row
      • Writing to File
  • General Module
    • Overview
    • User Controls
      • StateControl
      • ActionControl
      • StateTransitionControl
      • BoundControl
      • ApproximationControl
      • SolverControl
      • EventControl
      • DataControl
      • LogControl
    • Data Model
      • State
      • StateActionMap
    • Example Problems
      • Car Resequencing Problem
      • Lot Sizing Problem
  • Routing Module
    • Overview
    • User Controls
      • CustomerControl
      • VehicleControl
    • Data Model
    • Example Problems
      • Vehicle Routing Problem
  • Scheduling Module
    • Overview
    • User Controls
    • Data Model
    • Example Problems
Powered by GitBook
On this page
  1. Getting Started

Creating SDMP Project

Describes how to create an SDMP project in Visual Studio

PreviousIntroduction to SDMPNextLoading Input Data

Last updated 1 year ago

Create a new project

In Visual Studio, select "File (F)" > "New (N)" > "Project (P)...". In the Create New Project window that appears, search for "SDMP" in the "Search for Templates (Alt+S)" window located at the top. Select the desired SDMP template from the list of found templates and click the "Next (N)" button.

In the new project configuration window that appears, enter a "Project name (J)" and then click the "Create (C)" button to create the project.

Creating a new project
New project configuration window
Creating a New Project
New Project Configuration Window