티스토리 뷰
Mosel에서 linear expression을 다루는 방식에 대한 설명이다.
Internally all linear constraints are stored in the same form: a linear expression (including a constant term) and a constraint type (the right hand side is always 0). This means, the constraint expression 3*x>=5*y-10 is internally represented by: 3*x-5*y+10 and the type `greater than or equal to'. When a reference to a linear constraint appears in an expression, its value is the linear expression it contains. For example, if the identifier ctl refers to the linear constraint 3*x>=5*y-10, the expression z-x+ctl is equal to: z-2*x-5*y+10.
Note that the value of a unary constraint of the type x is_type threshold is x-threshold.
- from, FICOTM Xpress, Xpress-Mosel Reference manual, Release 3.2, March 2011.
- Total
- Today
- Yesterday
- Mosel
- 공부
- Flex
- Term
- 최적화
- 보안
- 비스타
- ap
- 백업
- 만화
- 영어
- windows 7
- 오류
- OneNote
- Vista
- 폴더
- 프로그래밍
- java
- 유비더스
- 원노트
- NDL
- 그림
- 단어
- 논문
- 스캔
- Excel
- Optimization
- 정리
- 다운로드
- 전설
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |