[go: up one dir, main page]

Menu

Commit [r557]  Maximize  Restore  History

- new function coco_get to access settings for toolboxes in a tree-like way

- coco_set and coco_get allow access of toolbox settings using the prefix
as a path; settings are recursively inherited from the leafs to the root
making it possible to have more general and more specialised settings; in
particular, to set options for each instance of a multiply present toolbox
- cleaned up the toolboxes alcont, pocont and mh_imfcont; these toolboxes
now use much fewer files and use the new coco_set/get functionality; many
functions added with add_func are now local to m-files that add them
- new possibility of passing an 'empty' toolbox to coco; the whole continuation
problem can be constructed by the user, see example coneD; this is intended
for toolbox developers to set up and test problems prior to moving code to
toolbox constructors
- fixed a few bugs and removed 'x' from the permissions of all m-files

fschild 2010-07-12

1 2 3 4 > >> (Page 1 of 4)
copied /coco/examples/bratu/bratu.c -> /coco/examples/tor/tor.c
copied /coco/examples/coneA -> /coco/examples/coneD
changed /coco/examples/coneA/demo.m
changed /coco/examples/coneA/demo2.m
changed /coco/examples/coneD/demo.m
removed /coco/examples/coneD/demo2.m
changed /coco/examples/impact/crossing.m
changed /coco/examples/impact/epval.m
changed /coco/examples/impact/switching.m
changed /coco/examples/impact/turning2.m
changed /coco/examples/pnet_imf/demo.m
changed /coco/examples/tor/demo.m
renamed /coco/toolbox/alcont/alcont_create.m -> /coco/toolbox/alcont/private/alcont_create.m
removed /coco/toolbox/alcont/private/alcont_bddat.m
removed /coco/toolbox/alcont/private/alcont_print.m
removed /coco/toolbox/alcont/private/alcont_save.m
removed /coco/toolbox/alcont/private/bddat_usr_data.m
removed /coco/toolbox/alcont/private/bddat_usr_init.m
removed /coco/toolbox/alcont/private/func_DFDP.m
removed /coco/toolbox/alcont/private/func_DFDX.m
removed /coco/toolbox/alcont/private/func_F.m
changed /coco/toolbox/coco/coco.m
added /coco/toolbox/coco/coco_get.m
changed /coco/toolbox/coco/coco_set.m
/coco/examples/coneD/demo2.m
File was removed.
1 2 3 4 > >> (Page 1 of 4)