Emp-doc
  • Home
  • What is Emp
  • Installation and configuration
  • Quick start: understanding Emp
    • Emp architecture
    • Our first script
    • Stdout and Stderr
  • Lua for Emp users
    • Basic syntax and keywords
    • Values and types
    • Operators
    • Loops and control structures
    • Functions
  • Lighting simulation with Emp
    • Documenting scripts
    • Passing arguments to scripts
  • API reference
  • Standard scripts reference
    • Calculate daylight autonomy
    • Convergence test
    • Solves the whole model
    • Solves a single workplane
Powered by GitBook
On this page
  • German Molina | November 2, 2017 | version 1.0.0
  • Inputs:
  • Source code:
  1. Standard scripts reference

Solves the whole model

German Molina | November 2, 2017 | version 1.0.0

This script solves all the objectives in the model

Inputs:

None

Source code:

task_manager.load_tasks_from_model()

-- this solves automatically... unless the 'solve_automatically' variable is set to false
PreviousConvergence testNextSolves a single workplane

Last updated 7 years ago