RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      Optimal Solution Algorithm for Delivery Problem on Graphs

      한글로보기

      https://www.riss.kr/link?id=A107338535

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      그래프에서의 배달문제는 m개의 정점으로 구성된 그래프에서 m개의 서로 다른 속도를 갖는 로봇 에이전트들을 이용하여 배달물을 그래프의 한 노드에서 다른 노드로 배달하는 최소 배달순...

      그래프에서의 배달문제는 m개의 정점으로 구성된 그래프에서 m개의 서로 다른 속도를 갖는 로봇 에이전트들을 이용하여 배달물을 그래프의 한 노드에서 다른 노드로 배달하는 최소 배달순서를 구하는 문제이다. 본 논문에서는 그래프에서의 배달문제에 대하여 최적해를 계산하는O(㎥n)과 O(㎥) 시간복잡도를 갖는 두 개의 알고리즘을 제안한다. 알고리즘은 그래프의 모든 쌍에 대한 최단경로를 구하는 전처리를 한 후, 최소배달시간이 작은 정점의 순으로 최단배달경로를 구하는 방법으로 개발하였다. 이 문제에서 그래프가 문제를 해결하고자 하는 지형을 반영하고 있다고 하면, 다양한 로봇 에이전트의 배치에 대하여 전처리를 1회만 실행되면 되므로 O(㎥)알고리즘은 실제로 O(㎡n)의 시간복잡도를 갖는다고 할 수 있다.

      더보기

      다국어 초록 (Multilingual Abstract)

      The delivery problem on a graph is that of minimizing the object delivery time from one vertex to another vertex on a graph with m vertices using n various speed robot agents. In this paper, we propose two optimal solution algorithms for the delivery ...

      The delivery problem on a graph is that of minimizing the object delivery time from one vertex to another vertex on a graph with m vertices using n various speed robot agents. In this paper, we propose two optimal solution algorithms for the delivery problem on a graph with time complexity of O(㎥n) and O(㎥). After preprocessing to obtain the shortest path for all pairs of the graph, our algorithm processed by obtaining the shortest delivery path in the order of the vertices with the least delivery time. Assuming that the graph reflects the terrain on which to solve the problem, our O(㎥) algorithm actually has a time complexity of as O(㎡n) only one preprocessing is required for the various deployment of n robot agents.

      더보기

      목차 (Table of Contents)

      • Abstract
      • 요약
      • I. Introduction
      • II. Preliminaries
      • III. The Proposed Scheme
      • Abstract
      • 요약
      • I. Introduction
      • II. Preliminaries
      • III. The Proposed Scheme
      • IV. Conclusions
      • REFERENCES
      더보기

      참고문헌 (Reference)

      1 이광의, "트리에서의 배달문제에 대한 최적해 알고리즘" 한국컴퓨터정보학회 19 (19): 143-150, 2014

      2 유견아, "동적 환경에서 그룹 이동을 위한 경로 계획" 한국컴퓨터정보학회 18 (18): 117-126, 2013

      3 김형일, "가상지도를 이용한 청소로봇 경로계획" 한국컴퓨터정보학회 14 (14): 31-40, 2009

      4 S. M. Lavalle, "Planning Algorithms" Cambridge University Press 2006

      5 KwangEui Lee, "Near Optimal Algorithm for Delivery Problem" 11 (11): 25-28, 2011

      6 K. Rajchandara, "Multiple Robot Path Planning Algorithms for Static Environment and Dynamic Environment : A Review" 119 (119): 1273-1290, 2018

      7 "Motion planning"

      8 KwangEui Lee, "Genetic Algorithm for Delivery Problem" 9 (9): 248-251, 2009

      9 R. Neapolitan, "Foundations of Algorithms Using C++ Pseudocode" Addison Wesley 2003

      10 K. Azarm, "Conflict-Free Motion of Multiple Mobile Robots Based on Decentralized Motion Planning and Negotiation" 4 : 3526-3533, 1997

      1 이광의, "트리에서의 배달문제에 대한 최적해 알고리즘" 한국컴퓨터정보학회 19 (19): 143-150, 2014

      2 유견아, "동적 환경에서 그룹 이동을 위한 경로 계획" 한국컴퓨터정보학회 18 (18): 117-126, 2013

      3 김형일, "가상지도를 이용한 청소로봇 경로계획" 한국컴퓨터정보학회 14 (14): 31-40, 2009

      4 S. M. Lavalle, "Planning Algorithms" Cambridge University Press 2006

      5 KwangEui Lee, "Near Optimal Algorithm for Delivery Problem" 11 (11): 25-28, 2011

      6 K. Rajchandara, "Multiple Robot Path Planning Algorithms for Static Environment and Dynamic Environment : A Review" 119 (119): 1273-1290, 2018

      7 "Motion planning"

      8 KwangEui Lee, "Genetic Algorithm for Delivery Problem" 9 (9): 248-251, 2009

      9 R. Neapolitan, "Foundations of Algorithms Using C++ Pseudocode" Addison Wesley 2003

      10 K. Azarm, "Conflict-Free Motion of Multiple Mobile Robots Based on Decentralized Motion Planning and Negotiation" 4 : 3526-3533, 1997

      11 D. K. Liu, "A force field method based multi-robot collaboration" 662-667, 2006

      12 Y. Guo, "A distributed and optimal motion planning approach for multiple mobile robots" 2612-2619, 2002

      더보기

      동일학술지(권/호) 다른 논문

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2026 평가예정 재인증평가 신청대상 (재인증)
      2020-01-01 평가 등재학술지 유지 (재인증) KCI등재
      2017-01-01 평가 등재학술지 유지 (계속평가) KCI등재
      2013-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2010-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2007-01-01 평가 등재학술지 선정 (등재후보2차) KCI등재
      2006-01-01 평가 등재후보 1차 PASS (등재후보1차) KCI등재후보
      2004-07-01 평가 등재후보학술지 선정 (신규평가) KCI등재후보
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 0.44 0.44 0.44
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      0.43 0.38 0.58 0.15
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼