• 제목/요약/키워드: 0/1 constraint

검색결과 170건 처리시간 0.022초

An On-line Algorithm to Search Minimum Total Error for Imprecise Real-time Tasks with 0/1 Constraint

  • Song Gi-Hyeon
    • 한국멀티미디어학회논문지
    • /
    • 제8권12호
    • /
    • pp.1589-1596
    • /
    • 2005
  • The imprecise real-time system provides flexibility in scheduling time-critical tasks. Most scheduling problems of satisfying both 0/1 constraint and timing constraints, while the total error is minimized, are NP complete when the optional tasks have arbitrary processing times. Liu suggested a reasonable strategy of scheduling tasks with the 0/1 constraint on uniprocessors for minimizing the total error. Song et al suggested a reasonable strategy of scheduling tasks with the 0/1 constraint on multiprocessors for minimizing the total error. But, these algorithms are all off-line algorithms. On the other hand, in the case of on line scheduling, Shih and Liu proposed the NORA algorithm which can find a schedule with the minimum total error for a task system consisting solely of on-line tasks that are ready upon arrival. But, for the task system with 0/1 constraint, it has not been known whether the NORA algorithm can be optimal or not in the sense that it guarantees all mandatory tasks are completed by their deadlines and the total error is minimized. So, this paper suggests an optimal algorithm to search minimum total error for the imprecise on-line real-time task system with 0/1 constraint. Furthermore, the proposed algorithm has the same complexity, O(N log N), as the NORA algorithm, where N is the number of tasks.

  • PDF

Constraint-based fracture mechanics analysis of cylinders with internal circumferential cracks

  • Bach, Michael;Wang, Xin
    • Structural Engineering and Mechanics
    • /
    • 제47권1호
    • /
    • pp.131-147
    • /
    • 2013
  • In this paper, constraint-based fracture mechanics analyses of hollow cylinders with internal circumferential crack under tensile loading are conducted. Finite element analyses of the cracked cylinders are carried out to determine the fracture parameters including elastic T-stresses, and fully-plastic J-integrals. Linear elastic finite element analysis is conducted to obtain the T-stresses, and elastic-plastic analysis is conducted to obtain the fully plastic J-integrals. A wide range of cylinder geometries are studied, with cylinder radius ratios of $r_i/r_o$ = 0.2 to 0.8 and crack depth ratio a/t = 0.2 to 0.8. Fully plastic J-integrals are obtained for Ramberg-Osgood power law hardening material of n = 3, 5 and 10. These fracture parameters are then used to construct conventional and constraint-based failure assessment diagrams (FADs) to determine the maximum load carrying capacity of cracked cylinders. It is demonstrated that these tensile loaded cylinders with circumferential cracks are under low constraint conditions, and the load carrying capacity are higher when the low constraint effects are properly accounted for, using constraint-based FADs, comparing to the predictions from the conventional FADs.

A Heuristic Scheduling Algorithm for Reducing the Total Error of an Imprecise Multiprocessor System with 0/1 Constraint

  • Song, Ki-Hyun;Park, Kyung-Hee;Park, Seung-Kyu;Park, Dug-Kyoo;Yun, Kyong-Ok
    • Journal of Electrical Engineering and information Science
    • /
    • 제2권6호
    • /
    • pp.1-6
    • /
    • 1997
  • The scheduling problem of satisfying both 0/1 constraint and the timing constraint while minimizing the total error is NP-complete when the optional parts have arbitrary processing times. In this paper, we present a heuristic scheduling algorithm for 0/1 constraint imprecise systems which consist of communicating tasks running on multiple processors. The algorithm is based on the program graph which is similar to the one presented in[4]. To check the schedulability, we apply Lawler and Moore's theorem. To analyze the performance of the proposed algorithm, intensive simulation is done. The results of the simulation shows that the longest processing first selection strategy outperforms random or minimal laxity policies.

  • PDF

0-1 배낭 제약식을 갖는 오목 함수 최소화 문제의 해법 (An Algorithm for the Concave Minimization Problem under 0-1 Knapsack Constraint)

  • 오세호;정성진
    • 대한산업공학회지
    • /
    • 제19권2호
    • /
    • pp.3-13
    • /
    • 1993
  • In this study, we develop a B & B type algorithm for the concave minimization problem with 0-1 knapsack constraint. Our algorithm reformulates the original problem into the singly linearly constrained concave minimization problem by relaxing 0-1 integer constraint in order to get a lower bound. But this relaxed problem is the concave minimization problem known as NP-hard. Thus the linear function that underestimates the concave objective function over the given domain set is introduced. The introduction of this function bears the following important meanings. Firstly, we can efficiently calculate the lower bound of the optimal object value using the conventional convex optimization methods. Secondly, the above linear function like the concave objective function generates the vertices of the relaxed solution set of the subproblem, which is used to update the upper bound. The fact that the linear underestimating function is uniquely determined over a given simplex enables us to fix underestimating function by considering the simplex containing the relaxed solution set. The initial containing simplex that is the intersection of the linear constraint and the nonnegative orthant is sequentially partitioned into the subsimplices which are related to subproblems.

  • PDF

0/1 제약조건을 갖는 부정확한 실시간 태스크들의 총오류를 최소화시키는 효율적인 알고리즘 (An Efficient Algorithm to Minimize Total Error of the Imprecise Real Time Tasks with 0/1 Constraint)

  • 송기현
    • 한국컴퓨터산업학회논문지
    • /
    • 제7권4호
    • /
    • pp.309-320
    • /
    • 2006
  • 부정확한 실시간 시스템은 시간적으로 긴급한 태스크들을 융통성있게 스케쥴링해 줄 수 있다. 총 오류를 최소화시키면서 0/1 제약조건과 시간적 제약조건들을 모두 만족시키는 대부분의 스케쥴링문제들은 선택적태스크들이 임의의 수행시간을 갖고 있을 때 NP-complete이다. Liu는 단일처리기상에서 0/1제약조건을 갖는 태스크들을 총 오류가 최소화되도록 스케쥴링시킬 수 있는 합리적인 전략을 제시하였다 또한, 송 등은 다중처리기상에서 0/1제약조건을 갖는 태스크들을 총 오류가 최소화되도록 스케줄링 시킬 수 있는 합리적인 전략을 제시하였다. 그러나, 이러한 알고리즘들은 모두 오프라인 알고리즘들이다. <중략> 두 알고리즘들 사이의 성능비교의 결과로서, 선택적 태스크들이 그들의 실행요구시간의 임의의 순서대로 스케쥴될 때는 제안된 알고리즘이 NORA 알고리즘과 비슷한 총오류를 산출하지만 특별히 선택적 태스크들이 그들의 실행요구시간의 오름차순으로 스케쥴될 때는 제안된 알고리즘이 NORA 알고리즘보다 더 적은 총오류를 산출할 수 있음이 밝혀졌다. 본 논문에서 제시된 알고리즘은 레이다의 추적, 이미지 처리, 미사일 제어 등의 응용에서 효과적으로 적용될 수 있다.

  • PDF

The Effects of Action Observation Combined with Modified Constraint-induced Movement Therapy on Upper-extremity Function of Subacute Stroke Patients with Moderate Impairment -A Single-blinded Randomized Controlled Trial-

  • Bang, Dae-Hyouk;Lee, Soon-Hyun
    • PNF and Movement
    • /
    • 제18권1호
    • /
    • pp.23-34
    • /
    • 2020
  • Purpose: To explore the effects of action observation combined with modified constraint-induced movement therapy on upper-extremity function and the activities of daily living in subacute stroke patients. Methods: Twenty-four subacute stroke patients were randomly assigned to the experimental group or the control group (n = 12 each). Both groups received therapy based on motor learning concepts, including repetitive and task-specific practice. The experimental group watched video clips for 10 minutes related to tasks performed during modified constraint-induced movement therapy while the control group watched videos unrelated to upper-extremity movement. These programs were performed for 40 minutes a day five times a week for four weeks. Their scores on the Fugl-Meyer assessment of upper extremities (FMA-UE), the action research arm test (ARAT), a motor activity log (amount of use [AOU] and quality of movement [QOM]), and the modified Barthel index (MBI) were recorded. Results: In both groups, all variables were significantly different between the pre-test and post-test periods (p < 0.05). The post-test variables were significantly different within each group (p < 0.05). In the experimental group, the changes between pre-test and post-test scores in the FMA-UE (14.39 ± 4.31 versus 6.31 ± 4.63), the ARAT (16.00 ± 4.73 versus 11.46 ± 3.73), MAL-AOU (1.57 ± 0.15 versus 1.18 ± 0.28), and MBI (27.54 ± 4.65 versus 18.08 ± 8.52) were significantly higher than those of the control group (p < 0.05). Conclusion: These findings suggest that action observation combined with modified constraint-induced movement therapy may be a beneficial rehabilitation option to improve upper-extremity function in subacute stroke patients with moderate impairment.

상변태의 구속 조건을 부가하기 위한 수치 방법 (Numerical method to impose constraint conditions in phase transformation)

  • 양승용;구병춘
    • 대한기계학회:학술대회논문집
    • /
    • 대한기계학회 2004년도 춘계학술대회
    • /
    • pp.706-709
    • /
    • 2004
  • A numerical method was developed that imposes constraint condition on the order parameters in martensitic phase transformation. In the method, an amplitude function having values of 1 or 0 was multiplied to transformation rates. The merit of the method is that the imposition of the constraint condition is more straightforward than a method with Lagrangian multiplier and easy to implement in the tangent modulus method. The developed method is applied to three-dimensional finite element analyses of single and poly crystalline shape memory alloys.

  • PDF

STS 316L의 재결정 열처리법을 이용한 구속효과 평가 (Evaluation of the Plastic Region Using Recrystallization Heat Treatment for Constraint Effect with STS 316L)

  • 한민수;장석기
    • Journal of Advanced Marine Engineering and Technology
    • /
    • 제33권4호
    • /
    • pp.539-544
    • /
    • 2009
  • The constraint effect $A_2$ has to be evaluated within plastic region near crack tip front using opening displacement. Plastic boundary and stress or strain conditions in the vicinity of the crack tip using recrystallization heat treatment was represented. It was found that the plastic deformation boundary by recrystallization heat treatment method was the true strain of ${\epsilon}t$ = 0.05mm/mm. With the estimation of constraint effects $A_2$, the region of proper displacement measurement point near crack tip was between 0mm and 1mm distance toward direction of crack propagation, and was between 1mm to 3mm distance toward direction of load line.

0/1 제약조건을 갖는 부정확한 태스크들의 총오류를 최소화시키기 위한 개선된 온라인 알고리즘 (An Improved Online Algorithm to Minimize Total Error of the Imprecise Tasks with 0/1 Constraint)

  • 송기현
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제34권10호
    • /
    • pp.493-501
    • /
    • 2007
  • 부정확한 실시간시스템은 시간적으로 긴급한 태스크들을 융통성있게 스케줄링해줄 수 있다. 총 오류를 최소화시키면서 0/1제약조건과 시간적 제약조건들을 모두 만족시키는 대부분의 스케줄링문제들은 선택적 태스크들이 임의의 수행시간을 갖고 있을 때 NP-complete이다. Liu는 단일처리기상에서 0/1제약조건을 갖는 태스크들을 총 오류가 최소화되도록 스케줄링시킬 수 있는 합리적인 전략을 제시하였다. 또한, 송 등은 다중처리기상에서 0/1제약조건을 갖는 태스크들을 총 오류가 최소화되도록 스케줄링시킬 수 있는 합리적인 전략을 제시하였다. 그러나, 이러한 알고리즘들은 모두 오프라인 알고리즘들이다. 그런데, 온라인 스케줄링에 있어서, NORA알고리즘은 부정확한 온라인 태스크 시스템상에서 최소의 총 오류를 갖는 스케줄을 찾을 수 있다. 이러한 NORA알고리즘에 있어서, EDF전략이 선택적 스케줄링에 적용되었다. 한편, 0/1 제약조건을 갖는 태스크시스템에 있어서는, EDF스케줄링이 총 오류가 최소화된다는 측면에서 최적이 아닐수도 있다 더욱이, 선택적 태스크들이 그들의 실행요구시간의 오름차순으로 스케쥴될 때, EBF전략이 적용된 NORA알고리즘이 최소의 총오류를 산출할 수 없을지도 모른다. 그러므로, 본 논문에서는, 0/1제약조건을 갖는 부정확한 태스크 시스템의 총 오류를 최소화시키는 온라인 알고리즘이 제안되었다. 그리고나서, 제시된 알고리즘과 NORA 알고리즘 사이의 성능을 비교하기 위하여 여러 가지 실험들이 수행되었다. 두 알고리즘들 사이의 성능비교의 결과로서, 선택적 태스크들이 그들의 실행요구시간들의 임의의 순서대로 스케줄 될 때는 제안된 알고리즘이 NORA알고리즘과 비슷한 총 오류를 산출하지만 특별히 선택적 태스크들이 그들의 실행요구시간들의 오름차순으로 스케줄 될 때는 제안된 알고리즘이 NORA알고리즘보다 더 적은 총 오류를 산출할 수 있음이 밝혀졌다. 프라이버시 문제를 해결하도록 방안을 제시한다. 구간 보안 역시 완전한 솔루션을 제시하고 있지는 않다. 본 논문에서는 이러한 취약성을 고찰하고 그에 따른 대응방안을 제시하였다.긴 경우가 1예 있었으며, 수술 후 30일내 사망한 예가 1예였고 다른 1예는 전이성 암으로 사망하였다. 걸론: 근치적 방법으로 치료가 힘든 경우의 만성 농흉 환자들에게 있어 개방식 배농술과 근육이식술, 근육피판을 이용한 최종적인 개방창 폐쇄술까지의 단계적인 접근 방법이 안전하고 효과적인 대안이 될 수 있을 것으로 생각한다.만으로 야뇨횟수에 호전을 보이는 초기반응군 경우 2개월째 투약반응이 유의하게 좋았다. 이로써 야뇨증의 치료초기 행동요법에 대한 반응정도는 치료효과를 예측하는 지표로서 활용될 수 있다고 판단된다.지침을 제공할 수 있다. 소아의 첫 요로감염시 초음파나 $^{99m}Tc$-DMSA 신장 스캔상에서 양성소견이 있을 경우 배뇨성 방광 요도 조영술 검사를 시행하는 것이 좋으며, 초음파와 $^{99m}Tc$-DMSA 신장 스캔상에서 양성소견이 없을 경우라도 CRP 또는 백혈구 등의 임상자료들을 평가하여 배뇨성 방광 요도 조영술 검사를 시행유무를 결정하는 것이 잔존하는 방광요관역류를 찾는데 도움이 될 것으로 생각된다.O$로 고칼슘뇨군에서 더 농축된 소변을 보았다(P=0.003). 결론 :고칼슘뇨군의 소변화학검사의 가장 특징적인 소견은 요소 배설과 사구체여과율의 증가로서 이는 고칼슘뇨군이 비고칼슘뇨군에 비하여 고단백식이를 하고 있을 가능성을 시사한다. 나트륨과 칼슘은 사구체 여과가 증가함에 따라 원위세뇨관 및 집합관에 도달하는 양도 증가하고 그 곳에서 나트륨의 재흡수 기전이 매우 정교하게 이루어지는데 비하여 칼슘의 그 것은 그렇지 못하여 고칼슘뇨증을 일으켰을 가능성이 있다. 향후 고칼슘뇨 환아를 진료함에 있어서 단백질 섭취 등식이

구속효과를 고려한 9% Ni강 균열의 파괴거동 해석에 관한 연구 (A Study on the Fracture Behavior of a Crack in 9% Ni Steel Considering Constraint Effect)

  • 김영균;윤인수;김재훈
    • 한국가스학회지
    • /
    • 제25권6호
    • /
    • pp.14-21
    • /
    • 2021
  • -162℃ 초저온 상태의 LNG를 저장하는 저장탱크의 내조는 균열과 같은 결함에 대한 구조 건전성 평가가 필요하다. 전통적인 파괴역학 관점에서는 응력확대계수 K, J-적분 그리고 CTOD를 이용한 단일 매개변수 평가가 주로 수행되어왔다. 그러나 실제 구조에서 발생되는 균열선단은 구조물의 크기, 시편형상 그리고 인장과 굽힘과 같은 하중의 형태에 따라 구속효과의 차이로 인한 영향이 발생하게 된다. 단일 매개변수 파괴역학을 보완하기 위해 다양한 시도가 있었고, 대표적으로 Q-응력법이 있다. 본 논문에서는 비선형 탄성영역의 균열선단 응력장 평가에 적합한 J적분에 Q응력을 유도하여 2 매개변수 접근법을 사용하고자 한다. SENB 시편의 균열비 0.1~0.7 그리고 광폭시편 균열비 0.2~0.6에 시편 균열선단의 응력을 J-Q 평가법을 이용하여 구속효과를 정량적으로 평가 하였다.