"Scenario does not exist in database!"
Does Base Scenario data exist for CustomerLanes, CustomerDemand, SiteProducts, SiteProcesses, BOMs
Customer Lanes: Check Origin, Dest, and Rate columns in sol.DvTable_arcFlows to see if this is the case.
Customer Demand: Check sol.constraintTable_demand to see if this is the case.
Site Products: Check Origin, Dest, and Product columns in sol.DvTable_arcFlows.
Site Processes: Check Dest and Process columns in sol.DvTable_arcFlows.
BOMs: Check sol.constraintTable_BOMs to see if this is the case.
Are all required elements turned on?
Solver Include may be set to "Null" for records on required tables.
Required tables for NEO/COG: Sites, Customers, Products, CustomerDemand, SiteProducts, Modes, IntersiteLanes (this is only required if there are shipments between Sites), CustomerLanes, Processes, BOMs, and SiteProcesses
Are there actions turning things off and not back on?
For example, you can turn off all records in a table using actions. Then you can create an action to turn specific records back on, although the latter action might have been created incorrectly.
Check the hierarchies - data missing or data being turned off in sub-hierarchy.
Check Main Tables:
CustomerLanes
CustomerDemand
SiteProducts
SiteProcesses
BOMs
IntersiteLanes
For each Main Table record, verify ALL referenced Key Table records
Main Table | References these Key Tables |
CustomerLanes | Sites, Customers, Products, Modes |
CustomerDemand | Customers, Products |
SiteProducts | Sites, Products |
SiteProcesses | Sites, Processes, BOMs |
BOMs | Products |
IntersiteLanes | Sites (origin & destination), Products, Modes |
"Model is unbounded."
Is this model a Profit Maximization? If the answer is yes, does every CustomerDemand record have a non-zero Quantity?
Once a price has been set for any record in the Customer Demand table, it will trigger a Profit Maximization Optimization for ALL records. Quantities (for Customer Demand) must be set to greater than 0 at this point because they will serve as an upper bound (Maximum Quantity) for the Profit Maximization Optimization.
Are there any negative costs in the model? Likely culprits may be:
Negative Usage Cost on the Resources table.
No data entered for Max Usage on the Resources table.
Negative inventory cost on the Site Products table.
"Model is infeasible."
Solve as a profit max
If the model is infeasible as Cost Minimization (the default way of NEO solving), but it is feasible when Profit Maximization is used (this can be done by entering a price for any records on the CustomerDemand table), then the issue is that some demand can't be fulfilled:
Check Intersite Lanes - verify products can flow between sites
Check Customer Lanes - verify products can flow between sites and customers
Check BOMs - verify all input products can be sourced or produced
Check Production - verify SiteProcesses exist for required outputs
Check Capacity - verify capacity contraints are sufficient (in the SiteProcesses and SiteProducts tables) to meet quantity demanded (in the CustomerDemand table)
Look at the Rpt.DemandSummary to identify which demand records aren't being served.
Otherwise, if model is infeasible as both Cost Minimization and Profit Maximization:
There are conflicting constraints
There may be a maximum flow and a minimum production.
There may be a proportion constraint that can't be met based on demand profile.
The Conflict Refiner Setting can be useful.
If the Scenario runs (executes) in a reasonable time, use that to debug.
If the scenario takes too long to run:
Turn off constraints one at a time to isolate the conflict.
Run combinations of constraints to see which are compatible.
If you know of a feasible answer:
Set it as a “Baseline” model via settings. (force the outcome)
Check whether the model becomes feasible.
Use Conflict Refiner again to confirm.
