Callback: Boolean solver.OnWriteInputFile(IUserSolver entity, String filename)

Callback that is invoked to write the solver input file.

Parameters

  • entity
    The solver object.
  • filename
    Type: String
    The name of the input file.

Return Value

Type: Boolean
Returns true if the fil has been written without error, false otherwise.

Remarks

This callback is called after "OnBeforeSolve" and before "OnSolve" in a full solve process.
If the user ask only to write the input file, the callback will be called after "OnBeforeSolve".