Introduction to RASON
About RASON Models and the RASON Server
Rason Subscriptions
Rason Web IDE
Creating and Running a Decision Flow
Defining Your Optimization Model
Defining Your Simulation Model
Performing Sensitivity Analysis
Defining Your Stochastic Optimization Model
Defining Your Data Science Model
Defining Custom Types
Defining Custom Functions
Defining Your Decision Table
Defining Contexts
Using the REST API
REST API Quick Call Endpoints
REST API Endpoints
Decision Flow REST API Endpoints
OData Endpoints
OData Service for Decision Flows
Creating Your Own Application
Using Arrays, For, Loops and Tables
Organization Accounts

Running a Simulation

As with optimization models, simulation models written in the Rason modeling language can be simulated in two different ways: 1. Using the RASON REST Server or 2. Calling the Solver SDK directly. You can call the RASON REST server by using the RASON Web IDE on the website www.rason.com or by using the RASON REST API from within your own application. You can call the Solver SDK directly using the RASON Modeling language by using the RASON Desktop IDE or by calling prob.load within a programming language such as C# or Java. As with optimization, no matter how you solve the model, the result will always be valid JSON. See the topic "Running Example Models on the "Editor" Page" for complete details on how to run a simulation model from the Editor page on www.rason.com.

Back to Defining the Simulation Model