All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.z3.FPRMExpr Maven / Gradle / Ivy

There is a newer version: 4.13.0.1
Show newest version
/*++
Copyright (c) 2013 Microsoft Corporation

Module Name:

    FPRMExpr.java

Abstract:

Author:

    Christoph Wintersteiger (cwinter) 2013-06-10

Notes:
    
--*/
package com.microsoft.z3;

/**
 * FloatingPoint RoundingMode Expressions
 */
public class FPRMExpr extends Expr
{       
    public FPRMExpr(Context ctx, long obj)
    {
        super(ctx, obj);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy