sasoptpy.interface.CASMediator¶
-
class
CASMediator
(caller, cas_session)[source]¶ Bases:
sasoptpy.interface.solver.mediator.Mediator
Handles the connection between sasoptpy and the SAS Viya (CAS) server
- Parameters
- caller
sasoptpy.Model
orsasoptpy.Workspace
Model or workspace that mediator belongs to
- cas_session
swat.cas.connection.CAS
CAS connection
- caller
Notes
CAS Mediator is used by
sasoptpy.Model
andsasoptpy.Workspace
objects internally.