solver_session_set_string Subroutine

public subroutine solver_session_set_string(session, key, value, status, message)

Set a string or choice-token configuration field and invalidate any runtime.

Arguments

Type IntentOptional Attributes Name
type(solver_session_t), intent(inout) :: session
character(len=*), intent(in) :: key
character(len=*), intent(in) :: value
integer, intent(out), optional :: status
character(len=*), intent(out), optional :: message