PPL Configured Java Language Interface  1.2
parma_polyhedra_library_PIP_Tree_Node.h File Reference
#include <jni.h>
Include dependency graph for parma_polyhedra_library_PIP_Tree_Node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_as_1solution (JNIEnv *, jobject)
 
JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_as_1decision (JNIEnv *, jobject)
 
JNIEXPORT jboolean JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_OK (JNIEnv *, jobject)
 
JNIEXPORT jlong JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_number_1of_1artificials (JNIEnv *, jobject)
 
JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_artificials (JNIEnv *, jobject)
 
JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_constraints (JNIEnv *, jobject)
 
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_toString (JNIEnv *, jobject)
 

Function Documentation

JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_as_1decision ( JNIEnv *  ,
jobject   
)
JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_as_1solution ( JNIEnv *  ,
jobject   
)
JNIEXPORT jlong JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_number_1of_1artificials ( JNIEnv *  ,
jobject   
)
JNIEXPORT jboolean JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_OK ( JNIEnv *  ,
jobject   
)
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_PIP_1Tree_1Node_toString ( JNIEnv *  ,
jobject   
)

Definition at line 2050 of file ppl_java_globals.cc.