|  |  | @1339:26a88d12d1a6 | 21 years | athos | A little has been done. Some important questions arised. | 
                
                  |  |  | @1338:b261caf79ce7 | 21 years | athos | A little modification: a call for primalStatus(). | 
                
                  |  |  | @1320:9863b5d51beb | 21 years | Alpar Juttner | lin_expr.h removed | 
                
                  |  |  | @1319:6e277ba3fc76 | 21 years | athos | Cplex interface has improved a lot. | 
                
                  |  |  | @1318:88edb143a87a | 21 years | athos | Sample file completed: works correctly and the code is very beautiful. … | 
                
                  |  |  | @1316:daaf6b5c28d6 | 21 years | athos | Makefile has changed. | 
                
                  |  |  | @1315:c91ae3600eea | 21 years | athos | A sample file. | 
                
                  |  |  | @1314:9269c76551cf | 21 years | athos | New functions in lp_glpk.cc. Sample file: lp_sample.cc. | 
                
                  |  |  | @1309:b3ce42a4d7d2 | 21 years | Alpar Juttner | lp_test added
WARNING: Overall glpk dependency! (we should avoid) | 
                
                  |  |  | @1305:c3dc75d4af24 | 21 years | Akos Ladanyi | - moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, … | 
                
                  |  |  | @1303:9bcc455da4f5 | 21 years | Alpar Juttner | SolutionStatus? -> SolveExitStatus?
SolutionType? -> SolutionStatus? | 
                
                  |  |  | @1301:1f3baf3bd1f2 | 21 years | Hegyi Péter | Graph displayer displays graphs now. | 
                
                  |  |  | @1300:d1fc1bf7decc | 21 years | Alpar Juttner | Trivial bugfix | 
                
                  |  |  | @1299:e2545ef5d7d8 | 21 years | athos | Started cplex low level interface. | 
                
                  |  |  | @1298:d1ca90316b59 | 21 years | athos | Now one can solve an lp problem. | 
                
                  |  |  | @1295:02a403c305b9 | 21 years | Alpar Juttner | - Modifications to compile with *both* gcc-3.3 and gcc-3.4
- Adjust … | 
                
                  |  |  | @1294:2dec219d9ca2 | 21 years | Alpar Juttner | Documentation of abstract functions is in lp_solver_skeleton.h | 
                
                  |  |  | @1293:8ede2a6b2594 | 21 years | Alpar Juttner | - Make lp stuff compilable
- Some 'set's removed | 
                
                  |  |  | @1292:585674087522 | 21 years | Alpar Juttner | Options for debugging. | 
                
                  |  |  | @1291:16cde3e1aa9f | 21 years | athos | Conceptions and bug fixes. | 
                
                  |  |  | @1290:082fc511c2b9 | 21 years | Hegyi Péter | To run graph-displayer with sample input, type make run, but do not … | 
                
                  |  |  | @1289:142633fc5014 | 21 years | Hegyi Péter | Graph displayer is now displaying nodes. Edges remain still … | 
                
                  |  |  | @1288:6cc7b573b7b5 | 21 years | Hegyi Péter | Graph displayer is now displaying nodes. Edges remain still … | 
                
                  |  |  | @1286:692948b894e8 | 21 years | Hegyi Péter | Peter is able to read xy vector from file. | 
                
                  |  |  | @1280:f2255b96c19c | 21 years | Alpar Juttner | It works again | 
                
                  |  |  | @1279:7caed393608e | 21 years | Alpar Juttner | LpSolverBase::Expr is documented | 
                
                  |  |  | @1278:4abea330614d | 21 years | Alpar Juttner | Correct MapBase? usage. | 
                
                  |  |  | @1277:e4cc8e996912 | 21 years | Hegyi Péter | XY reading is being wrote. | 
                
                  |  |  | @1275:16980bf77bd3 | 21 years | Alpar Juttner | Minor improvements | 
                
                  |  |  | @1273:2b2ffa625775 | 21 years | Alpar Juttner | - Better (but still incomplete) doc
- lp_test runs correctly | 
                
                  |  |  | @1272:17be4c5bc6c6 | 21 years | Alpar Juttner | - Non-template expressions and constraints (lin_expr.h isn't used) | 
                
                  |  |  | @1267:a93f94dbe3d3 | 21 years | Balazs Dezso | First version of iterable maps. | 
                
                  |  |  | @1264:92ba3e62825d | 21 years | Alpar Juttner | Constraints (expressions containing <= or >=) can be passed to … | 
                
                  |  |  | @1263:a490938ad0aa | 21 years | Alpar Juttner | - LpGlpk? added to the makefile
- missing const_cast<>() added
- prop … | 
                
                  |  |  | @1262:61f989e3e525 | 21 years | athos | This was a bug, I guess | 
                
                  |  |  | @1261:9d0deeea8c08 | 21 years | athos | Low level interface for GLPK (Marci után szabadon) | 
                
                  |  |  | @1260:d8491fce6751 | 21 years | athos |  | 
                
                  |  |  | @1259:11a09f1319b3 | 21 years | Alpar Juttner | - Largely extended linear expressions
- Better docs | 
                
                  |  |  | @1258:88dff8bb4bf2 | 21 years | Alpar Juttner | - setRow() added
- more docs | 
                
                  |  |  | @1256:3bb4ed285c39 | 21 years | Alpar Juttner | - src/lemon/utility.h: dummy<> template added
- LpSolverBase::INF is … | 
                
                  |  |  | @1255:6455f64a85dc | 21 years | Alpar Juttner | Oops… | 
                
                  |  |  | @1254:c9558638fe42 | 21 years | Alpar Juttner | - lp_solver_skeleton.h/cc: skeleton for actual lp implenetations
- … | 
                
                  |  |  | @1253:609fe893df8c | 21 years | Alpar Juttner | - simple makefile added
- _FixId class added (more clarification … | 
                
                  |  |  | @1251:8f7ce70899e6 | 21 years | athos | Bug fix (thanks to Misi). | 
                
                  |  |  | @1249:66b54d071a60 | 21 years | athos | An alternative of lp_base.h. | 
                
                  |  |  | @1248:ca613a9e3567 | 21 years | athos | Bug fix in lp_base.h. | 
                
                  |  |  | @1247:60708e1475ae | 21 years | athos | Completions. | 
                
                  |  |  | @1246:925002e098e7 | 21 years | athos | Csak a te kedvedert. | 
                
                  |  |  | @1244:43a3d06e0ee0 | 21 years | athos |  | 
                
                  |  |  | @1243:41caee260bd4 | 21 years | athos | Ami félig van kész, ma már félig marad… | 
                
                  |  |  | @1241:dadc9987c537 | 21 years | athos | Modified a bit. | 
                
                  |  |  | @1240:88a2ab6bfc4a | 21 years | athos | Copied only so far. | 
                
                  |  |  | @1226:71fcebd3a041 | 21 years | Alpar Juttner | Minor changes for educational purposes.
(Much more would be necessary...) | 
                
                  |  |  | @1225:4401e1aeafcf | 21 years | Hegyi Péter | Magic anyangle is Faster, harder, Blumchen | 
                
                  |  |  | @1224:7f4f2855fa11 | 21 years | Hegyi Péter | Magic triangle is a bit more DONE, and is already not only a triangle. | 
                
                  |  |  | @1221:6706c788ebb5 | 21 years | Hegyi Péter | Magic triangle is READY. | 
                
                  |  |  | @1212:d89e184cc24e | 21 years | Hegyi Péter | i am getting familiar with gtkmm and gnomecanvasmm | 
                
                  |  |  | @1210:f02396423239 | 21 years | Balazs Dezso | work modifications | 
                
                  |  |  | @1203:14f951664a63 | 21 years | Alpar Juttner | Nothing special | 
                
                  |  |  | @1179:cfe0ed224c2e | 21 years | Hegyi Péter | Changing to gtk-mm | 
                
                  |  |  | @1176:1ba2b4c0c970 | 21 years | marci | glpk is able to search 5x5 magic square, let's celebrate the free software | 
                
                  |  |  | @1174:5dccf1916ed8 | 21 years | Hegyi Péter | just kidding | 
                
                  |  |  | @1164:80bb73097736 | 21 years | Alpar Juttner | A year has passed again. | 
                
                  |  |  | @1157:3996d2098090 | 21 years | Mihaly Barasz | lemon/error.h: boost::shared_ptr helyett std::auto_ptr
  (Sokkal … | 
                
                  |  |  | @1153:4b0468de3a31 | 21 years | marci | if you have a nuclear power plant and wanna compute small magic … | 
                
                  |  |  | @1152:1765ff9fefa1 | 21 years | marci | small changes | 
                
                  |  |  | @1150:c20bcf71efe3 | 21 years | Alpar Juttner | Minor changes. | 
                
                  |  |  | @1145:99c1aa395a58 | 21 years | Akos Ladanyi | more docs | 
                
                  |  |  | @1144:1cfabf245433 | 21 years | marci | trying to add constraints of kind 1 <= x[2]+x[3] <= 4 | 
                
                  |  |  | @1143:4fb22cfa5759 | 21 years | marci | The pair of setSomeThing function is getSomeThing. | 
                
                  |  |  | @1142:450f794dca81 | 21 years | Akos Ladanyi | more docs | 
                
                  |  |  | @1140:a1500fed2270 | 21 years | Balazs Dezso | Removing from work. | 
                
                  |  |  | @1133:9fd485470fee | 21 years | Balazs Dezso | Documentation | 
                
                  |  |  | @1132:ab5c81fcc31a | 21 years | Alpar Juttner | Revised dijkstra.h with several new features added. | 
                
                  |  |  | @1130:47ef467ccf70 | 21 years | Alpar Juttner | - PredNodeMap? is a NullMap? by default
- Execution with stop condition … | 
                
                  |  |  | @1128:6a347310d4c2 | 21 years | Alpar Juttner | Several important changes:
- Named parameters for setting ReachedMap?
- … | 
                
                  |  |  | @1126:04e1cb315951 | 21 years | Alpar Juttner | Oops. | 
                
                  |  |  | @1125:377e240b050f | 21 years | Alpar Juttner | A new exception class called UninitializedParameter?. | 
                
                  |  |  | @1124:12623f7ecb37 | 21 years | Hegyi Péter | Dijkstra documentation is getting ready, but one decision is missing … | 
                
                  |  |  | @1123:a2e93889a604 | 21 years | Hegyi Péter | Documentation is developing itself, but is not ready yet. | 
                
                  |  |  | @1122:3ce7fc516cca | 21 years | Mihaly Barasz | New error.h moved to lemon/ | 
                
                  |  |  | @1120:5d8d64bde9c5 | 21 years | Mihaly Barasz | Latest LEMON exception and assert concepts | 
                
                  |  |  | @1119:d3504fc075dc | 21 years | Alpar Juttner | Two incomplete additions:
- Exceptions
- bool map indication reached … | 
                
                  |  |  | @1117:5767cc417f62 | 21 years | Alpar Juttner | Bugfix | 
                
                  |  |  | @1116:f97e1cbbd453 | 21 years | Alpar Juttner | - More or less follows the new naming convetions
- New implementation … | 
                
                  |  |  | @1115:444f69240539 | 21 years | Balazs Dezso | Some changes in the IO and map utilities. | 
                
                  |  |  | @1113:b5ad821053a1 | 21 years | marci | correction | 
                
                  |  |  | @1112:b258584569f2 | 21 years | marci | try of grouping for documentation | 
                
                  |  |  | @1111:88ade201ffc6 | 21 years | marci | lower and upper bound handling functions for rows | 
                
                  |  |  | @1110:ba28dfbea5f2 | 21 years | marci | new functions for changing lower and upper bounds of variables | 
                
                  |  |  | @1105:6777f0b0e7b5 | 21 years | Alpar Juttner | One more trial/approach for named params (Under constr.) | 
                
                  |  |  | @1104:23a54f889272 | 21 years | marci | small changes, a try for max flow using expression | 
                
                  |  |  | @1100:299d1127a846 | 21 years | Alpar Juttner | - Some things to do. | 
                
                  |  |  | @1099:91a8ee9d088d | 21 years | marci | -=, - operators in expressions | 
                
                  |  |  | @1097:c91e765266d7 | 21 years | marci | A proposal or test implementation for linear expression` | 
                
                  |  |  | @1096:1cfb25ef14d2 | 21 years | Akos Ladanyi | Various changes. | 
                
                  |  |  | @1095:f1eb997f0418 | 21 years | Akos Ladanyi | Removed some unnecessary files. | 
                
                  |  |  | @1081:c0ad2673b11f | 21 years | marci | more precise distinction 'tween low and high level lp interfaces | 
                
                  |  |  | @1075:789bad021e2d | 21 years | marci | :-} | 
                
                  |  |  | @1074:4a24a46407db | 21 years | marci | :-} | 
                
                  |  |  |