SDMP User Manual (KOR)
  • 개요
    • SDMP 소개
  • 프로젝트 생성
    • 프로젝트 생성
  • 데이터 핸들링
    • 입력 데이터 로딩
      • 입력 데이터 스키마 정의
      • 입력 데이터 정의
      • 입력 데이터 로딩
    • 데이터 조회
    • 출력 데이터 쓰기
      • 출력 데이터 스키마 정의
      • 출력 데이터 추가
      • 파일 출력
  • General Module
    • 모듈 개요
    • 사용자 컨트롤
      • StateControl
      • ActionControl
      • StateTransitionControl
      • BoundControl
      • ApproximationControl
      • SolverControl
      • EventControl
      • DataControl
      • LogControl
    • 데이터 모델
      • State
    • 활용 사례
      • Car Resequencing Problem
      • Lot Sizing Problem
  • Routing Module
    • 모듈 개요
    • 사용자 컨트롤
      • CustomerControl
      • VehicleControl
    • 데이터 모델
    • 활용 사례
      • Vehicle Routing Problem
  • Scheduling Module
    • 모듈 개요
    • 사용자 컨트롤
    • 데이터 모델
    • 활용 사례
Powered by GitBook
On this page
  1. General Module

사용자 컨트롤

사용자 컨트롤을 통해 주어진 문제 상황에 맞게 로직을 정의할 수 있습니다.

Previous모듈 개요NextStateControl

Last updated 1 year ago

사용자 컨트롤은 아래와 같이 구성되어 있습니다.

State와 관련된 기능을 담당하는 컨트롤

Action과 관련된 기능을 담당하는 컨트롤

State의 Transition 정의와 관련된 기능을 담당하는 컨트롤

State의 Bound와 관련된 기능을 담당하는 컨트롤

근사해를 구하는 로직과 관련된 기능을 담당하는 컨트롤

Solver와 관련된 전반적 설정 등을 담당하는 컨트롤

Solver 기능 수행 중에 발생하는 이벤트와 관련된 기능을 담당하는 컨트롤

데이터 처리와 관련된 기능을 담당하는 컨트롤

로그 기록과 관련된 기능을 담당하는 컨트롤

StateControl
ActionControl
StateTransitionControl
BoundControl
ApproximationControl
SolverControl
EventControl
DataControl
LogControl