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
  • Properties
  • Constructors
  • Methods
  1. General Module
  2. Data Model

StateActionMap

General > StateActionMap

PreviousStateNextExample Problems

Last updated 1 year ago

Properties

Name
Type
Description

Index

Integer

The index of StateActionMap.

PreActionState

The state before performing an action.

PostActionState

The state after performing an action.

Cost

Double

The cost or profit of performing an action. (Contribution value)

Constructors

No constructors

Methods

public void SetIndex(int index)

Parameters

Integer: The index to set on the .

Description

Sets the index of .

StateActionMap
StateActionMap
State
State