Main > Reference Manual

  1. Introduction
    1. Features
    2. Architecture
      1. Core library
      2. User interface and database layer
  2. Download and install
    1. Installing on Windows
      1. Windows installer
      2. Compiling on windows
    2. Installing on Linux, Unix and Cygwin
      1. Binary packages
      2. Build instructions
        1. Build instructions for Debian-based linux systems
        2. Build instructions for Red Hat-based linux systems
      3. Compiling from the Subversion repository
      4. VMware virtual machine
    3. Installing on other platforms
    4. Configuring the user interface
    5. Configuring multiple models in the user interface
    6. Configuring the OpenERP connector
    7. Configuring as a Python extension module
  3. Modeling
    1. Domain model
    2. Environment variables
    3. Python Interpreter
    4. Global parameters
    5. Buffer
    6. Calendar
    7. Customer
    8. Demand
    9. Flow
    10. Item
    11. Load
    12. Location
    13. Operation
    14. OperationPlan
    15. Problem
    16. Resource
    17. SetupMatrix
    18. Solver
  4. Extension modules
    1. Forecast module
    2. SOAP webservice module
    3. REST webservice module
    4. Linear programming solver module
  5. Solver algorithm
    1. Solver features
    2. Implementation details
      1. Top level loop
      2. Demand solver
      3. Buffer solver
      4. Operation solver
      5. Flow solver
      6. Load solver
      7. Resource solver
    3. Cluster and level algorithm
  6. Information for developers
    1. Code structure
    2. Class diagram
    3. Extension modules
    4. Portability
    5. Version control
    6. Style guide
    7. Security
    8. Internationalization
    9. Translating the user interface
    10. Adding or customizing a report
  7. Unit tests
    1. TestBufferProcure1
    2. TestCallback
    3. TestCluster
    4. TestConstraintsCombined1
    5. TestConstraintsCombined2
    6. TestConstraintsLeadtime1
    7. TestConstraintsMaterial1
    8. TestConstraintsMaterial2
    9. TestConstraintsMaterial3
    10. TestConstraintsMaterial4
    11. TestConstraintsResource1
    12. TestConstraintsResource2
    13. TestConstraintsResource3
    14. TestConstraintsResource4
    15. TestConstraintsResource5
    16. TestDatetime
    17. TestDeletion
    18. Test Demand Policy
    19. TestFlowEffective
    20. TestFlowAlternate1
    21. TestFlowAlternate2
    22. TestForecast1
    23. TestForecast2
    24. TestForecast3
    25. TestForecast4
    26. TestForecast5
    27. TestForecast6
    28. TestJobshop
    29. TestLoadAlternate
    30. TestLoadEffective
    31. TestLPSolver1
    32. TestMultithreading
    33. TestName
    34. TestOperationAlternate
    35. TestOperationAvailable
    36. TestOperationEffective
    37. TestOperationPreOp
    38. TestOperationRouting
    39. TestPegging
    40. TestPython1
    41. TestPython2
    42. TestPython3
    43. TestProblems
    44. TestSafetyStock
    45. TestSampleModule
    46. TestScalability1
    47. TestScalability2
    48. TestScalability3
    49. TestSetup1
    50. TestSetup2
    51. TestXML
    52. TestXMLRemote
  8. Appendices
    1. GNU Lesser General Public License
    2. GNU Free Documentation License