CMPL: Coliop Mathematical Programming Language
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
2010
|
Schriftenreihe: | Wildauer Schriftenreihe Entscheidungsunterstützung und Operations Research
1 |
Schlagworte: | |
Online-Zugang: | Volltext Abstract Inhaltsverzeichnis |
Beschreibung: | 64 S. |
ISBN: | 9783000317019 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV036567153 | ||
003 | DE-604 | ||
005 | 20160705 | ||
007 | t | ||
008 | 100715s2010 |||| 00||| eng d | ||
020 | |a 9783000317019 |9 978-3-00-031701-9 | ||
035 | |a (OCoLC)801746847 | ||
035 | |a (DE-599)BVBBV036567153 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-526 |a DE-Eb1 |a DE-83 | ||
100 | 1 | |a Steglich, Mike |d 1966- |e Verfasser |0 (DE-588)1102955949 |4 aut | |
245 | 1 | 0 | |a CMPL |b Coliop Mathematical Programming Language |c M. Steglich; T. Schleiff |
264 | 1 | |c 2010 | |
300 | |a 64 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Wildauer Schriftenreihe : Entscheidungsunterstützung und Operations Research |v 1 | |
650 | 0 | 7 | |a Mathematische Modellierung |0 (DE-588)7651795-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Ganzzahlige lineare Optimierung |0 (DE-588)4155949-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Entwurfssprache |0 (DE-588)4295335-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Lineare Optimierung |0 (DE-588)4035816-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Mathematische Modellierung |0 (DE-588)7651795-0 |D s |
689 | 0 | 1 | |a Entwurfssprache |0 (DE-588)4295335-2 |D s |
689 | 0 | 2 | |a Lineare Optimierung |0 (DE-588)4035816-1 |D s |
689 | 0 | 3 | |a Ganzzahlige lineare Optimierung |0 (DE-588)4155949-6 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Schleiff, Thomas |e Sonstige |4 oth | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |o urn:nbn:de:kobv:526-opus-993 |
830 | 0 | |a Wildauer Schriftenreihe |p Entscheidungsunterstützung und Operations Research |v 1 |w (DE-604)BV039942588 |9 1 | |
856 | 4 | 1 | |u http://opus.kobv.de/tfhwildau/volltexte/2010/99/pdf/Wildauer_Schriftenreihe_Entscheidungsunterstuetzung2.pdf |x Verlag |z kostenfrei |3 Volltext |
856 | 4 | |u http://opus.kobv.de/tfhwildau/volltexte/2010/99/ |3 Abstract | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020488349&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
912 | |a ebook | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-020488349 |
Datensatz im Suchindex
_version_ | 1804143146840358912 |
---|---|
adam_text | TABLE OF CONTENT
1 ABOUT CMPL 4
2 SYNTACTIC ELEMENTS 4
2.1 GENERAL STRUCTURE OF A CMPL
PROGRAM 4
2.2 KEYWORDS AND OTHER SYNTACTIC ELEMENTS 5
2.3 OBJECTS 7
2.3.1 PARAMETERS 7
2.3.2 VARIABLES 8
2.3.3 INDICES AND SETS 9
2.3.4 LINE NAMES 12
3 EXPRESSIONS 13
3.1 OVERVIEW 13
3.2 ARRAY FUNCTIONS 13
3.3 MATHEMATICAL FUNCTIONS 14
3.4 TYPE CASTS 15
3.5 STRING OPERATIONS 16
3.6 SET FUNCTIONS 18
4 INPUT AND OUTPUT OPERATIONS 18
4.1 ERROR AND USER MESSAGES 18
4.2 READCSV AND READSTDIN 19
4.3 INCLUDE 20
5 STATEMENTS 21
5.1 PARAMETERS AND VARIABLES SECTION 21
5.2 OBJECTIVES AND CONSTRAINTS SECTION 21
6 CONTROL STRUCTURE 23
6.1 OVERVIEW 23
6.2 CONTROL HEADER 23
6.2.1 ITERATION HEADERS 23
6.2.2 CONDITION HEADERS 24
6.2.3 LOCAL ASSIGNMENTS 25
6.3 ALTERNATIVE BODIES 25
6.4 CONTROL STATEMENTS 26
6.5 SPECIFIC CONTROL STRUCTURES 26
6.5.1 FOR LOOP 26
6.5.2 IF-THEN CLAUSE 27
6.5.3 SWITCH CLAUSE 28
6.5.4 WHILE LOOP 29
6.6 SET AND SUM CONTROL STRUCTURE AS EXPRESSION 29
6.7 IMPLICIT LOOPS 31
7 AUTOMATIC CODE GENERATING 34
7.1 OVERVIEW 34
7.2 MATRIX REDUCTIONS 34
HTTP://D-NB.INFO/1042959137
7.3 EQUIVALENT TRANSFORMATIONS OF VARIABLE PRODUCTS 34
7.3.1 VARIABLE PRODUCTS WITH AT LEAST ONE BINARY VARIABLE 35
7.3.2 VARIABLE PRODUCT WITH AT LEAST ONE INTEGER VARIABLE 35
8 CMPL AS COMMAND LINE INTERPRETER 36
8.1 USAGE 36
8.2 INPUT AND OUTPUT FILE FORMATS 37
8.2.1 OVERVIEW 37
8.2.2 CMPL 38
8.2.3 MPS 38
8.2.4 FREE - MPS 39
8.2.5 OSIL 40
8.2.6 MPRL 41
8.3 USING CMPL WITH SEVERAL SOLVERS 43
8.3.1 COLIOP3 43
8.3.2 GLPK 43
8.3.3 LPSOLVE 44
8.3.4 OSSOLVERSERVICE 44
9 EXAMPLES 45
9.1 SELECTED DECISION PROBLEMS 45
9.1.1 THE DIET PROBLEM 45
9.1.2 PRODUCTION MIX 47
9.1.3 PRODUCTION MIX INCLUDING THRESHOLDS AND STEP-WISE FIXED COSTS 48
9.1.4 THE KNAPSACK PROBLEM 50
9.1.5 QUADRATIC ASSIGNMENT PROBLEM 53
9.2 USING CMPL AS A PRE-SOLVER 56
9.2.1 SOLVING THE KNAPSACK PROBLEM 57
9.2.2 FINDING THE MAXIMUM OF A NEGATIVE CONVEX FUNCTION WITH THE GOLDEN
RATIO METHOD 59
9.3 SEVERAL SELECTED CMPL APPLICATIONS 60
9.3.1 CALCULATING THE FIBONACCI SEQUENCE 60
9.3.2 CALCULATING PRIMES 61
|
any_adam_object | 1 |
author | Steglich, Mike 1966- |
author_GND | (DE-588)1102955949 |
author_facet | Steglich, Mike 1966- |
author_role | aut |
author_sort | Steglich, Mike 1966- |
author_variant | m s ms |
building | Verbundindex |
bvnumber | BV036567153 |
collection | ebook |
ctrlnum | (OCoLC)801746847 (DE-599)BVBBV036567153 |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02138nam a2200457 cb4500</leader><controlfield tag="001">BV036567153</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20160705 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">100715s2010 |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783000317019</subfield><subfield code="9">978-3-00-031701-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)801746847</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV036567153</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-526</subfield><subfield code="a">DE-Eb1</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Steglich, Mike</subfield><subfield code="d">1966-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1102955949</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">CMPL</subfield><subfield code="b">Coliop Mathematical Programming Language</subfield><subfield code="c">M. Steglich; T. Schleiff</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">64 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Wildauer Schriftenreihe : Entscheidungsunterstützung und Operations Research</subfield><subfield code="v">1</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mathematische Modellierung</subfield><subfield code="0">(DE-588)7651795-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Ganzzahlige lineare Optimierung</subfield><subfield code="0">(DE-588)4155949-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Entwurfssprache</subfield><subfield code="0">(DE-588)4295335-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Lineare Optimierung</subfield><subfield code="0">(DE-588)4035816-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Mathematische Modellierung</subfield><subfield code="0">(DE-588)7651795-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Entwurfssprache</subfield><subfield code="0">(DE-588)4295335-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Lineare Optimierung</subfield><subfield code="0">(DE-588)4035816-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Ganzzahlige lineare Optimierung</subfield><subfield code="0">(DE-588)4155949-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Schleiff, Thomas</subfield><subfield code="e">Sonstige</subfield><subfield code="4">oth</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="o">urn:nbn:de:kobv:526-opus-993</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Wildauer Schriftenreihe </subfield><subfield code="p">Entscheidungsunterstützung und Operations Research</subfield><subfield code="v">1</subfield><subfield code="w">(DE-604)BV039942588</subfield><subfield code="9">1</subfield></datafield><datafield tag="856" ind1="4" ind2="1"><subfield code="u">http://opus.kobv.de/tfhwildau/volltexte/2010/99/pdf/Wildauer_Schriftenreihe_Entscheidungsunterstuetzung2.pdf</subfield><subfield code="x">Verlag</subfield><subfield code="z">kostenfrei</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://opus.kobv.de/tfhwildau/volltexte/2010/99/</subfield><subfield code="3">Abstract</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020488349&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ebook</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-020488349</subfield></datafield></record></collection> |
id | DE-604.BV036567153 |
illustrated | Not Illustrated |
indexdate | 2024-07-09T22:43:02Z |
institution | BVB |
isbn | 9783000317019 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-020488349 |
oclc_num | 801746847 |
open_access_boolean | 1 |
owner | DE-526 DE-Eb1 DE-83 |
owner_facet | DE-526 DE-Eb1 DE-83 |
physical | 64 S. |
psigel | ebook |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
record_format | marc |
series | Wildauer Schriftenreihe Entscheidungsunterstützung und Operations Research |
series2 | Wildauer Schriftenreihe : Entscheidungsunterstützung und Operations Research |
spelling | Steglich, Mike 1966- Verfasser (DE-588)1102955949 aut CMPL Coliop Mathematical Programming Language M. Steglich; T. Schleiff 2010 64 S. txt rdacontent n rdamedia nc rdacarrier Wildauer Schriftenreihe : Entscheidungsunterstützung und Operations Research 1 Mathematische Modellierung (DE-588)7651795-0 gnd rswk-swf Ganzzahlige lineare Optimierung (DE-588)4155949-6 gnd rswk-swf Entwurfssprache (DE-588)4295335-2 gnd rswk-swf Lineare Optimierung (DE-588)4035816-1 gnd rswk-swf Mathematische Modellierung (DE-588)7651795-0 s Entwurfssprache (DE-588)4295335-2 s Lineare Optimierung (DE-588)4035816-1 s Ganzzahlige lineare Optimierung (DE-588)4155949-6 s DE-604 Schleiff, Thomas Sonstige oth Erscheint auch als Online-Ausgabe urn:nbn:de:kobv:526-opus-993 Wildauer Schriftenreihe Entscheidungsunterstützung und Operations Research 1 (DE-604)BV039942588 1 http://opus.kobv.de/tfhwildau/volltexte/2010/99/pdf/Wildauer_Schriftenreihe_Entscheidungsunterstuetzung2.pdf Verlag kostenfrei Volltext http://opus.kobv.de/tfhwildau/volltexte/2010/99/ Abstract DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020488349&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Steglich, Mike 1966- CMPL Coliop Mathematical Programming Language Wildauer Schriftenreihe Entscheidungsunterstützung und Operations Research Mathematische Modellierung (DE-588)7651795-0 gnd Ganzzahlige lineare Optimierung (DE-588)4155949-6 gnd Entwurfssprache (DE-588)4295335-2 gnd Lineare Optimierung (DE-588)4035816-1 gnd |
subject_GND | (DE-588)7651795-0 (DE-588)4155949-6 (DE-588)4295335-2 (DE-588)4035816-1 |
title | CMPL Coliop Mathematical Programming Language |
title_auth | CMPL Coliop Mathematical Programming Language |
title_exact_search | CMPL Coliop Mathematical Programming Language |
title_full | CMPL Coliop Mathematical Programming Language M. Steglich; T. Schleiff |
title_fullStr | CMPL Coliop Mathematical Programming Language M. Steglich; T. Schleiff |
title_full_unstemmed | CMPL Coliop Mathematical Programming Language M. Steglich; T. Schleiff |
title_short | CMPL |
title_sort | cmpl coliop mathematical programming language |
title_sub | Coliop Mathematical Programming Language |
topic | Mathematische Modellierung (DE-588)7651795-0 gnd Ganzzahlige lineare Optimierung (DE-588)4155949-6 gnd Entwurfssprache (DE-588)4295335-2 gnd Lineare Optimierung (DE-588)4035816-1 gnd |
topic_facet | Mathematische Modellierung Ganzzahlige lineare Optimierung Entwurfssprache Lineare Optimierung |
url | http://opus.kobv.de/tfhwildau/volltexte/2010/99/pdf/Wildauer_Schriftenreihe_Entscheidungsunterstuetzung2.pdf http://opus.kobv.de/tfhwildau/volltexte/2010/99/ http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020488349&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV039942588 |
work_keys_str_mv | AT steglichmike cmplcoliopmathematicalprogramminglanguage AT schleiffthomas cmplcoliopmathematicalprogramminglanguage |