[ Search |  Up Level |  Project home |  Index |  Class hierarchy ]

 Examples of using niqlow project home

 Examples of using niqlow files

 main.ox
Test, example and replication programs have documentation available in the links below
All the code is included with the niqlow package in the examples directory
Running Examples
A text-based menu for sample program is available as
/niqlow/examples/main.ox
You can run that either in interactive or batch mode
INTERACTIVE MODE
Run examples/main.ox in OxEdit, ensuring Takes Input is on: Go to the Tools → Add/Remove Modules menu; See a screenshot
Or, use the command line:

PATH/niqlow/examples>   oxl -i"../include" main
    

A menu should appear that looks something like this:
Interactive Menu: Niqlow Test Menu
[00] Run All (excluding sub-options)
[01] DDP Tests & Demos
[02] FiveO Tests & Demos
[03] Replications of Published Work
[04] Hybrid & Miscellaneous
[05] CFMPI Tests & Demos
[-2]  Help on Menu
[-1]  QUIT
?
Enter numbers to run the test or to enter the sub menu
BATCH MODE
If you know the integer values you would enter interactively you can add them to command line:
For example: to run all DDP test programs:
PATH/niqlow/examples>   oxl -i"../include" main 1 0
    
Browse Documentation
DDP (dynamic programming)
See also Get Started with DDP
FiveO (optimization)
See also Get Started with FiveO
Miscellaneous CFMPI (parallel execution)
Replication of Published Work Examples Code Directory