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. General Module

User Controls

User controls allow you to define the logic for the problem

PreviousOverviewNextStateControl

Last updated 1 year ago

The user controls for the General module are organized as follows.

Controls for functions related to state

Controls for functions related to action

Control for functions related to state transition

Controls for functions related to bound

Controls for functions related to state space approximation

Controls for general settings related to the solver

Controls for functions related to events that occur while performing the solver functions

Controls for functions related to data processing

Controls for functions related to logging

StateControl
ActionControl
StateTransitionControl
BoundControl
ApproximationControl
SolverControl
EventControl
DataControl
LogControl